:root {
  --primary-color: #01384d;
  --round-corner: 16px;
  --primary-blue: #02094c;
  --white: white;
  --transparent: #fff0;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--primary-color);
  flex-flow: column;
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
}

a {
  color: #000;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  display: block;
}

.navbar {
  border-radius: var(--round-corner);
  background-color: var(--primary-color);
  align-items: center;
  width: 100%;
  max-width: 980px;
  min-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 2px 40px #0003;
}

.navbar.g {
  background-color: var(--primary-blue);
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: BRRR, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #00b4f9;
  text-decoration: none;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.menu-button {
  color: var(--white);
  padding: 8px;
}

.page {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  height: 100%;
  display: flex;
  position: relative;
}

.backdrop {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer {
  border-radius: var(--round-corner);
  background-color: var(--white);
  justify-content: space-between;
  width: 100%;
  max-width: 980px;
  min-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 2px 30px #0003;
}

.content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.row {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.row.mid {
  align-self: center;
}

.row.mid.small {
  max-width: 510px;
  position: relative;
  left: 47px;
}

.row.mid.hide {
  display: none;
}

.row.mid.g {
  color: var(--primary-blue);
}

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

.row.margin {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
}

.footer-text {
  color: var(--primary-color);
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.footer-text.link {
  cursor: pointer;
}

.footer-text.link:hover {
  text-decoration: underline;
}

.tabs {
  flex-flow: row;
  display: flex;
}

.tabs-menu {
  border-radius: var(--round-corner);
  background-color: var(--primary-color);
  flex-flow: column;
  width: 63px;
  height: 304px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  box-shadow: 0 2px 40px #0006;
}

.tabs-menu.g {
  background-color: var(--primary-blue);
}

.tab-pane {
  border-radius: var(--round-corner);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff8a;
  border: 1px solid #fff;
  height: 100%;
}

.tabs-content {
  border-radius: var(--round-corner);
  margin-left: 20px;
  box-shadow: 0 2px 40px #0003;
}

.tab {
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 14px;
  align-self: center;
  align-items: center;
  height: 100px;
  padding-bottom: 5px;
  padding-left: 9px;
  padding-right: 9px;
  transition: all .2s;
  display: flex;
}

.tab.w--current {
  background-color: var(--white);
  color: var(--primary-color);
  border-radius: 14px;
  margin: 0 2px;
  transition: all .2s;
}

.tab.g.w--current {
  color: var(--primary-blue);
}

.tab-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 650px;
  height: 100%;
  padding: 50px;
  display: flex;
}

.tab-content.contact {
  border-radius: var(--round-corner);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffbf;
  border: 1px solid #fff;
  height: auto;
  margin-left: 80px;
  box-shadow: 0 2px 40px #0003;
}

.tab-content.g {
  color: var(--primary-blue);
}

.code-embed {
  align-self: flex-end;
  width: 70px;
  height: 50px;
  position: relative;
  top: auto;
}

.text-intro {
  text-align: center;
  text-transform: uppercase;
  max-width: 970px;
  font-family: BRRR, sans-serif;
}

.body-2 {
  justify-content: space-between;
}

.spacer {
  width: 0;
  height: 50px;
}

.line {
  background-color: var(--primary-color);
  width: 100%;
  height: 1px;
}

.text-block {
  font-weight: 600;
}

.v-row {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.heading-3 {
  margin-bottom: 5px;
}

.icon-serviciu {
  margin-right: 10px;
}

.body {
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #fff0;
  background-image: radial-gradient(circle farthest-side at 0 100%, #002fbb00, #2950c600), radial-gradient(circle closest-corner, #ffa1d524, #fff0), radial-gradient(circle farthest-side, #76949f73, #01384d3d 39%, #fff0);
  height: auto;
}

.blob {
  position: absolute;
  right: -200px;
}

.blob._2 {
  width: 500px;
  height: 500px;
  inset: 338px auto auto -111px;
}

.blob._1 {
  width: 500px;
  height: 500px;
  top: -10px;
  transform: rotate(-75deg);
}

.vertical-text {
  z-index: 1;
  mix-blend-mode: overlay;
  position: relative;
  top: 272px;
  bottom: 169px;
}

.vertical-text._2 {
  position: absolute;
  top: 151px;
  right: 0;
}

.vertical-text._1 {
  top: 228px;
  bottom: auto;
}

.vertical-text._1._3 {
  top: 44px;
}

.image-3 {
  width: 180px;
}

.image-4.hide {
  width: 151px;
}

.logo-footer {
  display: flex;
}

.choice {
  width: 980px;
  height: 320px;
}

.choice._1 {
  border-radius: var(--round-corner);
  background-color: var(--primary-color);
  color: var(--white);
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.choice._1:hover {
  background-color: var(--white);
  color: var(--primary-color);
  box-shadow: 0 2px 20px #0003;
}

.choice._2 {
  border-radius: var(--round-corner);
  background-color: var(--primary-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.choice._2:hover {
  background-color: var(--white);
  color: var(--primary-blue);
  box-shadow: 0 2px 20px #0003;
}

.body-mid {
  justify-content: center;
  align-items: center;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.image-6, .image-7, .code-embed-2 {
  width: 240px;
}

.field {
  border-radius: var(--round-corner);
  background-color: #fff;
  border: 1px solid #01384d24;
  width: 49%;
}

.field.large {
  width: 100%;
}

.submit-button {
  border-radius: var(--round-corner);
  background-color: var(--primary-color);
  margin-left: auto;
}

.submit-button.g {
  background-color: var(--primary-blue);
}

.form {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: var(--primary-color);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.success-message {
  border-radius: var(--round-corner);
  background-color: var(--primary-color);
  color: var(--white);
}

.error-message {
  border-radius: var(--round-corner);
  background-color: var(--transparent);
  text-align: center;
  height: 0;
}

.checkbox-field {
  margin-left: 10px;
  font-size: 12px;
}

.checkbox-label {
  font-style: italic;
}

.checkbox {
  margin-top: 2px;
}

.code-embed-3 {
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .navbar {
    width: 98%;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav {
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer {
    width: 98%;
  }

  .row.mid.hide {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .navbar {
    z-index: 2;
    box-shadow: 0 2px 20px #0000008c;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    flex-flow: column;
    flex: none;
    order: 1;
    justify-content: flex-end;
    align-self: baseline;
    align-items: flex-end;
    display: flex;
  }

  .nav {
    z-index: 0;
    background-color: var(--primary-color);
    border-radius: 17px;
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-end;
    width: 140px;
    margin-top: 5px;
    margin-left: auto;
    padding: 0 20px 0 0;
    position: relative;
    right: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .menu-button {
    padding: 0;
  }

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

  .page {
    height: auto;
  }

  .footer {
    flex-flow: row;
    display: flex;
  }

  .row {
    flex-flow: row;
    align-items: flex-start;
  }

  .row.mid {
    max-width: 480px;
  }

  .row.mid.small {
    max-width: 386px;
    left: 34px;
  }

  .row.mid.hide {
    display: none;
  }

  .row.margin {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    margin-left: -11px;
    padding-top: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .row.vert {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    justify-content: center;
  }

  .footer-text {
    font-size: 10px;
    line-height: 10px;
  }

  .footer-text.link {
    font-size: 10px;
  }

  .tabs {
    margin-left: 5px;
    margin-right: 5px;
  }

  .tabs-content {
    margin-left: 10px;
  }

  .tab-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    min-width: 390px;
    max-width: 470px;
    padding: 20px;
    font-size: 14px;
  }

  .tab-content.contact {
    margin-left: 70px;
  }

  .code-embed {
    width: 50px;
    height: 40px;
    top: -6px;
  }

  .text-intro {
    font-size: 12px;
  }

  .icon-serviciu {
    width: 30px;
    margin-right: 8px;
  }

  .body {
    height: auto;
  }

  .vertical-text {
    width: 60px;
    top: 485px;
  }

  .vertical-text._2 {
    width: 50px;
    top: 114px;
    bottom: auto;
    right: -59px;
  }

  .vertical-text._1 {
    top: 516px;
    bottom: auto;
    left: 8px;
  }

  .list {
    padding-left: 10px;
  }

  .image-4, .image-5 {
    width: 90px;
  }

  .logo-footer {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 20px;
    min-height: 35px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .container {
    max-width: none;
  }

  .nav {
    flex-direction: column;
  }

  .menu-button {
    padding: 0;
  }

  .page {
    width: 98%;
    height: 100%;
  }

  .footer {
    flex-flow: column;
    justify-content: center;
    min-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .row {
    justify-content: flex-start;
  }

  .row.mid.small {
    width: 100%;
    max-width: none;
    left: auto;
  }

  .row.mid.hide {
    display: flex;
  }

  .row.margin {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    padding-top: 10px;
    display: flex;
  }

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

  .tabs {
    flex-flow: column;
    width: 98%;
  }

  .tabs-menu {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: row;
    justify-content: space-around;
    width: 100%;
    height: 63px;
  }

  .tab-pane {
    box-shadow: 0 2px 20px #0003;
  }

  .tabs-content {
    border-radius: var(--round-corner);
    margin-top: 5px;
    margin-left: 0;
    overflow: visible;
  }

  .tab {
    justify-content: center;
    align-items: center;
    width: 33%;
    height: auto;
    margin-left: 2px;
    margin-right: 2px;
  }

  .tab.w--current {
    justify-content: center;
    align-items: center;
    width: 33%;
    height: 59px;
  }

  .tab-content {
    width: 100%;
    min-width: auto;
    padding: 20px;
  }

  .tab-content.contact {
    margin-left: 0;
  }

  .code-embed {
    width: 40px;
    height: 30px;
    top: -5px;
  }

  .text-intro {
    flex: none;
    width: 100%;
  }

  .v-row {
    width: 100%;
  }

  .icon-serviciu {
    width: 20px;
    margin-right: 0;
  }

  .body {
    background-image: radial-gradient(circle farthest-side at 0 100%, #ffffff1a, #2950c600 18%), radial-gradient(circle closest-corner at 50% 0, #ffa1d524, #fff0), radial-gradient(circle farthest-side at 100% 100%, #ffffff73 70%, #ffe89333 76%, #fff0);
    height: auto;
  }

  .blob._1 {
    width: 200px;
    height: 200px;
    top: 186px;
    right: -60px;
  }

  .vertical-text._2, .vertical-text._1 {
    display: none;
  }

  .image-3 {
    width: 140px;
  }

  .image-3._2 {
    width: 119px;
  }

  .list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .image-4, .image-5 {
    width: 120px;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 14px;
  }

  .div-block {
    justify-content: space-around;
    display: flex;
  }

  .logo-footer, .logo-footer.hide {
    display: none;
  }
}


@font-face {
  font-family: 'BRRR';
  src: url('../fonts/brrr-diacritice.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}