@font-face {
  font-family: Dmsans Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-font: "Dmsans Variablefont Opsz Wght", Arial, sans-serif;
  --brand-color: #263187;
  --heading-1: 4em;
  --heading2: 3em;
  --white: #fff;
  --black: #000;
  --heading3: 1.8em;
  --title: 1.6em;
  --overline: .8em;
  --bodytext: 1em;
  --bodytext2: 1em;
  --hover-color: #4b5ec9;
  --brand-color-15: #e8ecf8;
  --button: 1em;
  --tag: 1em;
}

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

.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;
}

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

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

body {
  color: #333;
  --primary-font: "Dmsans Variablefont Opsz Wght", Arial, sans-serif;
  --brand-color: #263187;
  --heading-1: 5em;
  --heading2: 4em;
  --heading3: 2.5em;
  --title: 1.8em;
  --overline: 1.2em;
  --bodytext: 1.4em;
  --bodytext2: 1.4em;
  --brand-color-15: #e8ecf8;
  --button: 1.4em;
  --tag: 1.4em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.page-wrapper {
  flex-flow: column;
  padding-left: 5em;
  padding-right: 5em;
}

.hero {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: padding-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
}

.pagewrapper {
  margin-top: 10em;
}

.warpper-typematrix {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20em;
  display: flex;
}

.heading-1 {
  font-family: var(--primary-font);
  color: var(--brand-color);
  font-size: var(--heading-1);
  font-weight: 400;
  line-height: 1em;
}

.heading-2 {
  font-family: var(--primary-font);
  color: var(--brand-color);
  font-size: var(--heading2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-2.is-white {
  color: var(--white);
  text-align: center;
}

.heading-3 {
  font-family: var(--primary-font);
  color: var(--black);
  font-size: var(--heading3);
  font-weight: 500;
}

.heading-3.is-white {
  color: var(--white);
  font-weight: 300;
}

.heading-3.is-blue {
  color: var(--brand-color);
}

.heading-4 {
  font-family: var(--primary-font);
  color: var(--black);
  font-size: var(--title);
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: block;
}

.heading-5 {
  opacity: .6;
  font-family: var(--primary-font);
  color: var(--black);
  font-size: var(--overline);
  letter-spacing: .7em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}

.heading-5.is-white {
  color: var(--white);
}

.bodytext {
  opacity: .7;
  font-family: var(--primary-font);
  color: var(--black);
  font-size: var(--bodytext);
  letter-spacing: -.01em;
  width: 80%;
  font-weight: 400;
  line-height: 1.2em;
}

.bodytext.is-white {
  opacity: .75;
  color: var(--white);
  font-weight: 300;
}

.bodytext.is-100 {
  width: 100%;
  line-height: 1.4em;
}

.bodytext.is-center {
  text-align: center;
  width: 50%;
}

.bodytext.is-servicii {
  width: 100%;
}

.bodytext2 {
  font-family: var(--primary-font);
  color: var(--black);
  font-size: var(--bodytext2);
  letter-spacing: -.02em;
  font-weight: 400;
}

.wrapper-button {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--brand-color);
  border-radius: .7em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.2em;
  transition: background-color .2s cubic-bezier(.47, 0, .745, .715), letter-spacing .2s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.wrapper-button:hover {
  background-color: var(--hover-color);
  letter-spacing: .05em;
}

.wrapper-button.is-secondary {
  border: .15em solid var(--brand-color);
  background-color: var(--brand-color-15);
  padding: 1.2em;
}

.button-text {
  font-family: var(--primary-font);
  color: var(--white);
  font-size: var(--button);
  font-weight: 700;
}

.button-text.is-blue {
  color: var(--brand-color);
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.servicii-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10em;
  margin-bottom: 10em;
  display: flex;
}

.wrapper-header {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-services {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.box-service {
  background-color: var(--brand-color);
  border-radius: 1.2em;
  flex-flow: column;
  width: 100%;
  height: 20em;
  padding: 2em;
  transition: background-color .2s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.box-service:hover {
  background-color: var(--hover-color);
}

.wrapper-icons-services {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-tmp, .arrow {
  display: flex;
}

.heading-1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.cabinet-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10em;
  display: flex;
}

.wrapper-cabinet {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.wrapper-image-cabinet {
  z-index: 0;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 1.6em;
  align-self: center;
  width: 50%;
  max-width: 30em;
  height: 50em;
  max-height: 36em;
  position: relative;
  overflow: hidden;
}

.wrapper-text-cabinet {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-light {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 50em;
  position: relative;
}

.detalii-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10em;
  display: flex;
}

.grid {
  grid-template-rows: 20em 20em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 50%;
}

.cell-grid-detalii {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--brand-color-15);
  border-radius: 1.4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  transition: background-color .3s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.cell-grid-detalii:hover {
  background-color: var(--hover-color);
  color: var(--white);
}

.div-block {
  width: 10em;
  height: 10em;
}

.de-sters {
  height: 30vh;
}

.title {
  opacity: .75;
  font-family: var(--primary-font);
  color: var(--black);
  font-size: var(--title);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2em;
  display: block;
}

.title.is-white {
  color: var(--white);
}

.image-2, .detaliu {
  border-radius: 1em;
}

.echipa-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-medici {
  border-radius: 1.8em;
  width: 100%;
}

.footer-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 5em;
  display: flex;
}

.wrapper-image-footer {
  object-fit: fill;
  border-radius: 1.2em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40em;
  display: flex;
  overflow: hidden;
}

.wrapper-text-footer {
  background-color: var(--brand-color-15);
  border-radius: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  display: flex;
}

.wrapper-footer-up {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 10em;
  margin-right: 10em;
  display: flex;
}

.image-footer {
  object-fit: cover;
  width: 100%;
  height: 40em;
}

.wrapper-text-footer-up {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.wrapper-footer-text-down {
  background-color: var(--white);
  border-radius: 1.4em;
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 1em;
}

.box-footer-info {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg-icon-contact {
  display: flex;
}

.wrapper-icon-footer {
  border-radius: .6em;
  justify-content: center;
  align-items: center;
  width: 4.3em;
  height: 4.3em;
  display: flex;
}

.tag {
  font-family: var(--primary-font);
  color: var(--brand-color);
  font-size: var(--tag);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

.tag.is-white {
  color: var(--white);
  line-height: 1.4em;
}

.tag.is-white.is-right {
  text-align: right;
}

.tag.is-center {
  text-align: center;
  font-weight: 500;
}

.wrapper-footer-down {
  background-color: var(--brand-color);
  flex-flow: column;
  width: 100%;
  height: 35em;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.wrapper-logo-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.image-3 {
  width: 10em;
}

.grid-footer {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-cell {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.wrapper-link-footer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-link-footer.is-program {
  justify-content: space-between;
  align-items: flex-start;
}

.wrapper-icon-footer-down {
  justify-content: space-between;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

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

.wrapper-footer-text-block {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  flex-flow: column;
  display: flex;
}

.wrapper-footer-text-block.is-program {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

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

.logo {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 2.2em;
}

.lottie-animation {
  justify-content: flex-end;
  align-items: flex-start;
  width: 5em;
  display: flex;
}

.link-servicii {
  width: 100%;
  text-decoration: none;
}

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

.image-dark {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 50em;
  position: absolute;
  inset: 0% 0% auto;
}

.image-4 {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.wrapper-hero-text {
  background-color: var(--brand-color-15);
  border-radius: 1.6em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40em;
  margin-bottom: 5em;
  margin-left: 5em;
  margin-right: 5em;
  padding: 3em;
  display: flex;
}

.wrapper-h1 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrapper-scroll-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper-hero-buttons {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.scroll-animation {
  width: 2em;
  height: 2em;
  display: flex;
}

.lottie-animation-2 {
  height: 100%;
}

.footer-animation {
  object-fit: cover;
}

.footer-wrapper {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  display: flex;
}

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

.wrapper-boxes-services {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-6 {
  z-index: 1;
  width: 5em;
  text-decoration: none;
  position: relative;
}

.brand {
  z-index: 10;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  z-index: 3;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper-navbar {
  z-index: 0;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--brand-color);
  border-radius: 1em;
  justify-content: space-between;
  align-items: center;
  margin-left: 5em;
  margin-right: 5em;
  padding: .3em 1em;
  display: flex;
  position: relative;
}

.icon-2 {
  color: var(--white);
}

.nav-menu {
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.grid-navbar {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-colum {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-button {
  z-index: auto;
}

.menu-button.w--open {
  z-index: 1;
}

.navbar-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  min-width: 0%;
  margin-top: 1em;
  display: flex;
  position: fixed;
}

.container-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--brand-color);
  border-radius: .8em;
  justify-content: space-between;
  align-items: center;
  min-width: 0%;
  margin-left: 0;
  margin-right: 0;
  padding: .7em .5em;
  display: flex;
  position: relative;
}

.image-7 {
  width: 5em;
}

.icon-3 {
  color: #fff;
}

.nav-menu-2 {
  background-color: var(--brand-color);
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 30em;
  display: flex;
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
}

.nav-menu-2.customdropdownlist {
  justify-content: space-between;
  align-items: center;
  min-width: 0%;
  margin-right: 2em;
  left: auto;
  right: 0%;
  transform: none;
}

.nav-link-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-wrapper-box {
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.menu-button-2 {
  background-color: #c8c8c800;
  padding: 0;
}

.menu-button-2.w--open {
  background-color: #c8c8c800;
  flex: 0 auto;
  position: static;
}

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

.link-logo-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.box-medici {
  background-color: var(--brand-color);
  border-radius: 1.2em;
  flex-flow: column;
  width: 100%;
  height: 16em;
  padding: 2em;
  transition: background-color .2s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.box-medici:hover {
  background-color: var(--hover-color);
}

.icon-echipa {
  width: 5em;
}

.burger-icon {
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.medic-section {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.medic-s {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-flow: column;
  margin-top: 10em;
  display: flex;
}

.wrapper-info-medic {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-medic-infobox {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-icon-medic {
  background-color: var(--brand-color-15);
  border-radius: .6em;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  padding: 1em;
  display: flex;
}

.box-medic {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg-icon-contact-copy {
  display: flex;
}

.wrapper-title-info-medic {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35em;
  display: flex;
}

.image-8 {
  width: 100%;
}

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

.galerie-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  margin-top: 10em;
  display: flex;
}

.lightbox-galerie {
  object-fit: cover;
  width: 30em;
  height: 20em;
  overflow: hidden;
}

.wrapper-lightbox {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.lightbox-link {
  border-radius: 1.2em;
  width: 100%;
}

.wraper-lightbox {
  border-radius: 1.2em;
  overflow: hidden;
}

.wrapper-horizontal-lightbox {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.navbar-link-dropdown {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.icon {
  width: 6em;
}

.protetica-dentara-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10em;
  margin-bottom: 10em;
  display: flex;
}

.header-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100em;
  height: 90vh;
  display: flex;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-text {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.wrapper-text-serviciu {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.wrapper-header-servicii {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
  display: flex;
}

.hero-intro {
  z-index: 9999;
  background-color: var(--brand-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.lottie-animation-4 {
  object-fit: cover;
  width: 50em;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  height: 20em;
  display: flex;
  overflow: hidden;
}

.wrapper-text-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  height: 100%;
  display: flex;
}

.container-hero {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: none;
  height: auto;
  margin: 0;
  display: flex;
}

.right-div-hero {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 40%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.video-div-hero {
  border-radius: 3em;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.background-video {
  aspect-ratio: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 3em;
  display: flex;
  position: relative;
}

.hero-div-up {
  border-radius: 2em;
  height: 60%;
  position: relative;
  overflow: hidden;
}

.hero-div-down {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--brand-color-15);
  border-radius: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 2em;
  display: flex;
}

.background-video-2 {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.ani-experienta {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-3 {
  background-color: #00000080;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 3em;
  display: flex;
  position: absolute;
}

.div-experienta {
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

@media screen and (min-width: 1440px) {
  .wrapper-text-footer {
    padding: 2em;
  }

  .container-hero {
    max-width: 325em;
  }
}

@media screen and (min-width: 1920px) {
  body {
    --primary-font: "Dmsans Variablefont Opsz Wght", Arial, sans-serif;
    --brand-color: #263187;
    --heading-1: 5em;
    --heading2: 4.5em;
    --heading3: 3em;
    --title: 2.6em;
    --overline: 1.4em;
    --bodytext: 1.6em;
    --bodytext2: 1em;
    --brand-color-15: #e8ecf8;
    --button: 2em;
    --tag: 2em;
  }

  .page-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 150em;
    display: flex;
  }

  .hero {
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    padding-left: 5em;
    padding-right: 5em;
  }

  .wrapper-button {
    padding: 1.2em;
  }

  .wrapper-button:hover {
    letter-spacing: .1em;
  }

  .button-text {
    font-size: 1.5em;
  }

  .servicii-s {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    width: 80%;
    margin-top: 15em;
    margin-bottom: 5em;
  }

  .wrapper-header {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .box-service {
    height: 22em;
  }

  .cabinet-s {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    margin-top: 15em;
    margin-bottom: 5em;
  }

  .wrapper-cabinet {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .wrapper-image-cabinet {
    justify-content: center;
    align-items: center;
    max-width: 50em;
    max-height: 70em;
    display: block;
  }

  .detalii-s {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    margin-top: 15em;
    margin-bottom: 5em;
  }

  .grid {
    width: 100%;
  }

  .echipa-s {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    width: 80%;
    margin-top: 15em;
  }

  .footer-s {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    margin-top: 15em;
  }

  .wrapper-image-footer {
    width: 70%;
    height: 50em;
  }

  .wrapper-text-footer {
    justify-content: space-between;
    align-items: stretch;
    width: 70%;
    padding: 3em;
  }

  .wrapper-footer-up {
    justify-content: center;
    align-items: stretch;
    margin-left: 20em;
    margin-right: 15em;
  }

  .wrapper-icon-footer {
    width: 6em;
    height: 6em;
  }

  .tag.is-white {
    font-weight: 400;
  }

  .tag.is-center {
    font-weight: 500;
  }

  .wrapper-footer-down {
    height: 50em;
  }

  .image-3 {
    width: 15em;
  }

  .wrapper-footer-down-info {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-footer {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 30em 30em 30em;
    margin-top: 3em;
  }

  .footer-cell.is-last {
    margin-left: 6em;
  }

  .logo {
    font-size: 4em;
  }

  .image-4 {
    display: inline-block;
  }

  .wrapper-hero-text {
    max-width: 150em;
  }

  .footer-wrapper {
    width: 100%;
  }

  .navbar-2 {
    max-width: 150em;
  }

  .container-2 {
    padding: 1.5em;
  }

  .image-7 {
    width: 7em;
  }

  .link-logo-footer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .box-medici {
    height: 18em;
  }

  .burger-icon {
    width: 2em;
    height: 2em;
  }

  .icon {
    width: 7em;
  }

  .protetica-dentara-s {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .wrapper-text {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .container-hero {
    max-width: 100em;
  }
}

@media screen and (max-width: 991px) {
  body {
    --primary-font: "Dmsans Variablefont Opsz Wght", Arial, sans-serif;
    --brand-color: #263187;
    --heading-1: 4em;
    --heading2: 3em;
    --white: #fff;
    --black: #000;
    --heading3: 1.8em;
    --title: 1.6em;
    --overline: .8em;
    --bodytext: 1em;
    --bodytext2: 1em;
    --hover-color: #4b5ec9;
    --brand-color-15: #e8ecf8;
    --button: 1em;
    --tag: 1em;
  }

  .page-wrapper {
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    text-align: center;
    display: block;
  }

  .bodytext {
    text-align: center;
  }

  .bodytext.is-white {
    text-align: left;
    width: 100%;
    font-weight: 300;
  }

  .bodytext.is-100 {
    text-align: left;
  }

  .wrapper-button, .wrapper-button.is-secondary {
    padding: 1em;
  }

  .wrapper-services {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .box-service {
    width: 25em;
    height: 18em;
  }

  .wrapper-icons-services {
    justify-content: space-between;
    align-items: center;
  }

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

  .wrapper-image-cabinet {
    width: 50%;
    height: 30em;
  }

  .wrapper-text-cabinet {
    justify-content: flex-start;
    align-items: center;
  }

  .grid {
    grid-template-rows: 15em 15em 15em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block {
    width: 6em;
    height: 6em;
  }

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

  .wrapper-medici, .footer-s {
    margin-top: 0;
  }

  .wrapper-image-footer {
    width: 100%;
    height: 25em;
  }

  .wrapper-text-footer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 2em;
    padding-right: 2em;
  }

  .wrapper-footer-up {
    flex-flow: column;
  }

  .wrapper-text-footer-up {
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper-footer-down {
    height: 45em;
  }

  .grid-footer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
  }

  .link-servicii {
    width: 100%;
  }

  .image-4 {
    transform: translate(0, -25%);
  }

  .wrapper-hero-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 25em;
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 1.5em;
  }

  .wrapper-h1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-5 {
    transform: translate(0, -25%);
  }

  .nav-menu-2.customdropdownlist {
    margin-right: 0;
  }

  .box-medici {
    height: 14em;
  }

  .icon {
    width: 5em;
  }

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

  .wrapper-text-serviciu {
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper-text-info {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 100%;
  }

  .container-hero {
    width: 95vw;
  }
}

@media screen and (max-width: 767px) {
  .bodytext.is-white {
    text-align: left;
  }

  .wrapper-button {
    padding: 1em 1.5em;
  }

  .servicii-s {
    justify-content: center;
    align-items: center;
  }

  .wrapper-services {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .box-service {
    width: 34em;
  }

  .wrapper-icons-services {
    justify-content: space-between;
    align-items: center;
  }

  .heading-1 {
    text-align: left;
  }

  .wrapper-image-cabinet {
    width: 70%;
  }

  .wrapper-text-cabinet {
    width: 100%;
  }

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

  .footer-s {
    width: 100%;
  }

  .wrapper-image-footer {
    width: 34em;
    height: 25em;
  }

  .wrapper-footer-text-down {
    padding-left: 2em;
  }

  .wrapper-footer-down {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .wrapper-footer-down-info {
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .grid-footer {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 15em 15em;
    place-items: start center;
    width: 100%;
    margin-bottom: 3em;
  }

  .footer-cell {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .wrapper-footer-text-block {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-servicii {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .image-4 {
    transform: translate(0, -10%);
  }

  .wrapper-hero-text {
    margin-left: 1em;
    margin-right: 1em;
  }

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

  .wrapper-scroll-icon {
    display: none;
  }

  .wrapper-hero-buttons {
    justify-content: flex-start;
    align-items: center;
  }

  .scroll-animation {
    width: 1.5em;
    height: 1.5em;
  }

  .image-5 {
    transform: translate(0, -10%);
  }

  .box-medici {
    width: 34em;
    height: 12em;
  }

  .wrapper-text-serviciu {
    width: 100%;
  }

  .container-hero {
    flex-flow: column;
  }

  .right-div-hero, .video-div-hero {
    width: 100%;
  }

  .hero-div-down {
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    width: 100vw;
    margin-left: .5em;
    margin-right: .5em;
  }

  .hero {
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 7em;
  }

  .heading-2 {
    font-size: 2.5rem;
    line-height: 1em;
  }

  .heading-3.is-white {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .bodytext.is-white {
    width: 100%;
    margin-bottom: 0;
  }

  .bodytext.is-100 {
    text-align: left;
  }

  .bodytext.is-center {
    width: 90%;
  }

  .servicii-s {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .wrapper-header {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: center;
    align-items: center;
    margin-top: 4em;
  }

  .wrapper-services {
    width: auto;
  }

  .box-service {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    width: 22em;
    height: 14em;
    padding: 1em;
  }

  .icon-tmp {
    width: 3em;
  }

  .heading-1 {
    text-align: left;
    width: 100%;
    font-size: 3em;
  }

  .heading-1.is-central {
    text-align: center;
  }

  .cabinet-s {
    margin-bottom: 5em;
  }

  .wrapper-image-cabinet {
    width: 90%;
    height: 23em;
  }

  .wrapper-text-cabinet {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .detalii-s {
    margin-bottom: 5em;
  }

  .grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-rows: 12em 12em 12em;
    grid-template-columns: 10em 10em;
    grid-auto-rows: 12em;
    place-items: stretch stretch;
    width: auto;
    height: auto;
  }

  .cell-grid-detalii {
    padding-top: 1em;
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block {
    width: 5em;
    height: 5em;
  }

  .echipa-s {
    margin-left: .5em;
    margin-right: .5em;
  }

  .footer-s {
    margin-top: 5em;
  }

  .wrapper-image-footer {
    width: 100%;
    height: 20em;
  }

  .wrapper-text-footer {
    padding: .5em;
  }

  .wrapper-footer-up {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 20em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .wrapper-text-footer-up {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .wrapper-footer-text-down {
    padding-left: 0;
  }

  .svg-icon-contact {
    width: 60%;
  }

  .wrapper-icon-footer {
    width: 3em;
    height: 3em;
  }

  .wrapper-footer-down {
    width: 100vw;
    height: 55em;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-footer-down-info {
    width: 22em;
  }

  .grid-footer {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 15em;
    place-items: start;
    width: 23em;
    margin-left: .5em;
  }

  .footer-cell {
    justify-content: flex-start;
    align-items: stretch;
  }

  .lottie-animation {
    width: 3em;
  }

  .wrapper-hero-text {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-radius: 1em;
    width: 22em;
    margin-bottom: 3em;
    margin-left: .5em;
    margin-right: .5em;
    padding: 2em 1.5em;
  }

  .wrapper-h1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper-scroll-icon.is-servicii {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapper-hero-buttons {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

  .navbar-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: center;
    align-items: center;
    margin-top: .5em;
  }

  .container-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2.customdropdownlist {
    width: 100%;
  }

  .box-medici {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    height: 10em;
    padding: 1em;
  }

  .icon-echipa {
    width: 3em;
  }

  .wrapper-info-medic {
    margin-left: 1em;
  }

  .wrapper-icon-medic {
    width: 4em;
    height: 4em;
    padding: 0;
  }

  .box-medic {
    width: 100%;
  }

  .wrapper-title-info-medic {
    width: 15em;
  }

  .galerie-s {
    padding-left: .5em;
    padding-right: .5em;
  }

  .wrapper-horizontal-lightbox {
    flex-flow: column;
  }

  .icon {
    width: 4em;
  }

  .protetica-dentara-s {
    margin-bottom: 5em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .header-s {
    justify-content: center;
    align-items: center;
    height: 70vh;
  }

  .wrapper-text-serviciu {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .wrapper-header-servicii {
    margin-top: 10vh;
    padding-left: .75em;
    padding-right: .75em;
  }

  .lottie-animation-3 {
    justify-content: center;
    align-items: center;
    width: 3em;
    display: flex;
  }

  .image-9 {
    width: 10em;
  }

  .hero-intro {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-2 {
    height: 15em;
  }

  .container-hero {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .right-div-hero {
    height: auto;
  }

  .video-div-hero {
    height: 30em;
  }

  .background-video {
    object-fit: cover;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .hero-div-up {
    height: 10em;
  }

  .div-block-3 {
    object-fit: fill;
    padding-left: 1em;
  }

  .div-experienta {
    height: 100%;
  }
}


@font-face {
  font-family: 'Dmsans Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}