:root {
  --albastru-inchis: #383b8a;
  --white: white;
  --albastru-deschis: #3074ba;
  --black: black;
}

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

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

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

.container.center.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  color: var(--albastru-inchis);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light, .paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  padding: 69px 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.hero {
  background-image: url('../images/Dinte-Margine.svg'), linear-gradient(#fff, #c1e3ff);
  background-position: 135%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 135%, auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.alt {
  background-color: var(--albastru-deschis);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.alt-2 {
  background-image: linear-gradient(180deg, var(--white), #cee6ff);
}

.section.alt-3 {
  background-color: var(--albastru-inchis);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.alt-gradient {
  background-image: linear-gradient(-45deg, var(--albastru-inchis), var(--albastru-deschis));
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.alt-gradient.hide {
  display: none;
}

.section.alt-4 {
  background-image: linear-gradient(#c1dfff, #d1e7ff);
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--white);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--white);
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--white);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: var(--white);
}

.navigation-item.hide {
  display: none;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 10;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  background-color: #0000;
  background-image: linear-gradient(25deg, #383b8ae6, #3074bae6);
  align-items: center;
  padding: 12px 30px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 10px #3074ba99;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

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

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.button-hero {
  background-color: var(--white);
  color: var(--albastru-inchis);
  border-radius: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  transition: all .2s;
}

.button-hero:hover {
  box-shadow: inset 0 0 0 60px #3074ba1a;
}

.h2-hero {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.grid-hero {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-hero {
  border-radius: 40px;
}

.button-primary {
  background-image: linear-gradient(45deg, var(--albastru-inchis), var(--albastru-deschis));
  color: var(--white);
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 500;
  transition: all .2s;
}

.button-primary:hover {
  box-shadow: inset 0 0 0 60px var(--albastru-inchis);
  color: var(--white);
}

.button-primary.bigger {
  padding: 12px 36px;
  font-size: 20px;
  line-height: 32px;
}

.button-primary.bigger.alt {
  background-color: var(--white);
  color: var(--albastru-inchis);
  background-image: none;
  font-size: 20px;
  font-weight: 600;
}

.button-primary.bigger.alt:hover {
  box-shadow: inset 0 0 0 60px #3074ba1a;
}

.button-primary.alt {
  background-color: var(--white);
  color: var(--albastru-inchis);
  background-image: none;
  font-size: 16px;
  font-weight: 600;
}

.button-primary.alt:hover {
  box-shadow: inset 0 0 0 60px #3074ba26;
}

.button-primary.alt.space-top {
  margin-top: 10px;
}

.button-primary.alt.space-top.smaller {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.button-primary.smaller {
  font-size: 16px;
}

.button-primary.icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 10px #3074ba80;
}

.button-primary.icon.smaller {
  padding: 8px 15px;
  font-size: 14px;
}

.button-primary.icon.smaller.hero {
  display: none;
}

.heading-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-wrap.alt {
  color: var(--white);
}

.heading-wrap.alt.smaller {
  width: 60%;
}

.heading-wrap.left {
  justify-content: center;
  align-items: flex-start;
}

.heading-section {
  font-weight: 500;
}

.heading-section.dark {
  color: var(--albastru-inchis);
  margin-top: 0;
  margin-bottom: 0;
}

.grid-checks {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.item-grid-check {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  color: var(--albastru-deschis);
  text-align: center;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px 30px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.button-row {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  vertical-align: middle;
  max-width: 48%;
  margin-right: 4%;
}

.diferentiere-card {
  background-color: var(--albastru-deschis);
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.diferentiere-card:hover {
  background-color: var(--albastru-inchis);
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
  transition: all .2s;
}

.slider-arrow-embed:hover {
  opacity: .9;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.image {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 350px;
}

.image.lowered {
  object-position: 50% 30%;
}

.image.mai-sus {
  object-position: 50% 80%;
}

.content-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  display: flex;
}

.heading-card {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-weight: 500;
}

.heading-card.dark {
  color: var(--albastru-inchis);
}

.grid-2-nevoi {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.item-grid-nevoi {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white);
  text-align: center;
  background-color: #ffffff1a;
  border-radius: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-size: 20px;
  font-weight: 600;
  display: grid;
}

.pill {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff26;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.pill.colorat {
  color: var(--albastru-deschis);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3074ba40;
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.pill.darker {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--albastru-inchis);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ffffff40;
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.pill.darker:hover {
  background-color: #ffffff73;
}

.item-informatii {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.titlu-card-nevoi {
  font-size: 24px;
  line-height: 32px;
}

.titlu-card-nevoi.dark {
  color: var(--albastru-inchis);
}

.titlu-card-nevoi.italic {
  font-style: italic;
}

.imagine-programare {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.small-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.logo-footer {
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-link-list-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

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

.button-icon {
  margin-right: 0;
}

.footer-link-list-link-light {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-list-link-light:hover {
  color: #a5d2ff;
}

.buttons-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 20px;
  display: flex;
}

.buttons-row.social-media-icons {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 5px;
  display: flex;
}

.text-span-4 {
  color: #88c3ff;
  font-weight: 700;
}

.link {
  color: #fff;
  text-decoration: underline;
  transition: all .2s;
  display: inline-block;
}

.link:hover {
  opacity: .8;
  color: #fff;
}

.link.albastru {
  color: var(--albastru-deschis);
}

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

.button-icon-footer {
  background-color: var(--white);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 0;
  padding: 0;
  font-weight: 400;
  transition: box-shadow .2s;
  display: flex;
}

.button-icon-footer:hover {
  opacity: 1;
  box-shadow: inset 100px 0 100px 100px #b3d8ff;
}

.footer-large-link-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  display: flex;
}

.grid-6 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.divider-mic {
  color: #fff;
  background-color: #98cbff;
  border-radius: 20px;
  width: 30px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  opacity: .6;
  color: #fff;
}

.text-footer {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.nume-brand {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
}

.footer-link-list {
  flex-direction: column;
  display: flex;
}

.footer-wrap-2 {
  z-index: 10;
  background-image: linear-gradient(125deg, var(--albastru-inchis), var(--albastru-deschis));
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  display: block;
  position: relative;
}

.section-2 {
  background-image: linear-gradient(-180deg, #298aee, var(--albastru-deschis));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 15px 30px;
  display: flex;
}

.pasi-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--albastru-deschis);
  border-radius: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 30px;
  transition: all .2s;
  display: flex;
}

.pasi-card:hover {
  background-color: var(--albastru-inchis);
}

.continut-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  display: flex;
}

.numerotare {
  background-color: #ffffff26;
  border-radius: 10px;
  padding: 9px 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.image-2 {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.slider-vizita {
  background-color: #0000;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  margin-top: 40px;
  display: flex;
}

.tabs-content {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.tab-link {
  background-image: linear-gradient(45deg, var(--albastru-inchis), var(--albastru-deschis));
  opacity: .7;
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 10px 30px;
  font-weight: 500;
  transition: all .2s;
}

.tab-link:hover {
  box-shadow: inset 0 0 0 60px var(--albastru-inchis);
  opacity: .8;
  color: var(--white);
}

.tab-link.w--current {
  opacity: 1;
}

.tab-link.bigger {
  padding: 12px 36px;
  font-size: 20px;
  line-height: 32px;
}

.tab-link.bigger.alt {
  background-color: var(--white);
  color: var(--albastru-inchis);
  background-image: none;
  font-size: 20px;
  font-weight: 600;
}

.tab-link.bigger.alt:hover {
  box-shadow: inset 0 0 0 60px #3074ba1a;
}

.tab-link.alt {
  background-color: var(--white);
  color: var(--albastru-inchis);
  background-image: none;
  font-size: 16px;
  font-weight: 600;
}

.tab-link.alt:hover {
  box-shadow: inset 0 0 0 60px #3074ba26;
}

.tab-link.alt.space-top {
  margin-top: 10px;
}

.tab-link.alt.space-top.smaller {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white);
  text-align: center;
  background-color: #ffffff1a;
  border-radius: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.box-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row.space-top {
  margin-top: 10px;
}

.box-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .85;
  background-color: #ced8ff;
  border-radius: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.accordion-item-2 {
  color: var(--white);
  text-align: center;
  background-color: #cdd8ff40;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 25px 25px 15px;
  display: flex;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.accordion-heading-3 {
  color: var(--white);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.icon-6.accordion-icon {
  color: var(--albastru-inchis);
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
  overflow: hidden;
}

.paragraph-accordion {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.error-message {
  color: #fff;
  background-color: #da2424;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px;
}

.text-field-2 {
  border: 1px solid #d1d5db;
  border-radius: 10px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s;
}

.text-field-2:hover {
  border-color: var(--albastru-deschis);
  color: #000;
}

.text-field-2:active {
  color: var(--black);
}

.text-field-2:focus {
  border-color: var(--albastru-deschis);
  color: #000;
}

.text-field-2:focus-visible {
  color: #000;
}

.text-field-2[data-wf-focus-visible] {
  color: #000;
}

.text-field-2::placeholder {
  color: #d1d5db;
}

.text-field-2.phone {
  width: 100%;
}

.text-field-2.center {
  text-align: center;
}

.text-span-6 {
  color: var(--albastru-deschis);
}

.button-hero-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #c61b75;
  border-radius: 10px;
  align-self: flex-start;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-hero-2:hover {
  color: #fff;
  background-color: #9c145c;
}

.button-hero-2:active {
  background-color: #43464d;
}

.button-hero-2.hide {
  display: none;
}

.field-label {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.form-2 {
  background-color: #8ac4ff40;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  margin-top: 40px;
  padding: 40px;
  display: flex;
  box-shadow: 0 5px 10px #383b8a1a;
}

.divider-2 {
  background-color: #e28313;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.input-block.phone {
  width: 100%;
}

.success-message {
  color: #fff;
  background-color: #c61b75;
  border-radius: 20px;
}

.form-block-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.form-item {
  flex: 1;
}

.form-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.html-embed {
  display: block;
}

.buton-sticky {
  z-index: 5;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 30px 30px;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.text-counter {
  color: #5b617c73;
  font-size: 14px;
}

.paragraph {
  color: #5b617c;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 23px;
}

.paragraph.bigger {
  font-size: 18px;
  font-weight: 700;
}

.paragraph.bigger.space-top {
  margin-top: 20px;
  line-height: 26px;
}

.error-message-2 {
  text-align: center;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.next-button {
  background-image: linear-gradient(-45deg, var(--albastru-inchis), var(--albastru-deschis));
  border-radius: 10px;
  flex: 1;
  align-self: center;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.next-button:hover {
  box-shadow: inset 0 0 0 100px #49579e;
}

.field-title {
  color: var(--black);
  background-color: #fff;
  margin-bottom: 5px;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 400;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.success-message-2 {
  color: var(--albastru-inchis);
  letter-spacing: 0;
  background-color: #3074ba26;
  border-radius: 20px;
  padding: 40px;
}

.form12_checkbox_field,
.form13_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 140px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.checkbox-title {
  color: var(--albastru-deschis);
  letter-spacing: 0;
  text-transform: capitalize;
  justify-content: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.slider {
  background-color: #0000;
  max-width: 850px;
  height: 100%;
  position: relative;
}

.mobile-nav-bottom {
  display: none;
}

.submit-button {
  background-color: #0000;
  background-image: linear-gradient(45deg, var(--albastru-inchis), var(--albastru-deschis));
  text-transform: capitalize;
  border-radius: 10px;
  width: 260px;
  height: auto;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
  transition: all .2s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.submit-button:hover {
  box-shadow: inset 0 0 0 100px #383f8e;
}

.previous {
  opacity: .45;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.previous:hover {
  opacity: 1;
}

.field-input {
  color: #000037bf;
  background-color: #0000;
  border: 1.5px solid #3e34c80a;
  border-radius: 6px;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::placeholder {
  color: #0000371a;
  font-family: Varela Round, sans-serif;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 47px;
  margin: auto auto 25px;
  display: block;
  position: absolute;
  right: 35px;
  overflow: visible;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: auto;
  min-height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 26px;
  display: flex;
}

.checkbox-field.horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: auto;
}

.checkbox_wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox_wrap.checkbox_centre {
  justify-content: center;
}

.checkbox_wrap.checkbox_centre.vertical {
  flex-flow: column;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-wrapper {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.form-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-section-title {
  color: var(--albastru-inchis);
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.form-full {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 90px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form07_legal {
  color: #101c2e8a;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.slider-content-wrap {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 75px;
  display: flex;
  position: relative;
}

.line-bottom {
  background-color: #c5c7ca;
  height: 1px;
}

.arrow {
  width: 16px;
  margin-right: 8px;
}

.form-content {
  width: 100%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-bottom: 0;
}

.text-block {
  color: var(--albastru-deschis);
  font-weight: 500;
}

.checkbox-image {
  width: 45px;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.steluta {
  color: var(--albastru-deschis);
  font-weight: 800;
}

.image-icon {
  background-color: var(--albastru-deschis);
  border-radius: 10px;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  padding: 10px;
}

.image-icon.larger {
  margin-bottom: 0;
}

.input-field-wrap {
  margin-bottom: 24px;
}

.field-label-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.field-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.date-field {
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: #642eff;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.field-icon {
  position: absolute;
  inset: auto auto auto 16px;
}

.item-contact {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.item-contact.left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
}

.map {
  margin-top: 40px;
}

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

.code-embed {
  width: 100%;
  margin-top: 40px;
}

.code-embed-2 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .buttons-row.social-media-icons {
    justify-content: center;
    align-self: center;
  }

  .footer-large-link-list {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .grid-6 {
    flex-flow: column;
    grid-template-columns: .75fr;
    justify-content: flex-start;
    place-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-button-2 {
    background-color: #6d5745;
    border-radius: 10px;
    padding: 12px;
    transition: all .2s;
  }

  .menu-button-2:hover {
    background-color: #423227;
  }

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

  .menu-button-2.w--open:hover {
    background-color: #6d5745;
  }

  .icon {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

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

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .diferentiere-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

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

  .buttons-row.social-media-icons {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    margin-top: 24px;
    display: flex;
  }

  .button-icon-footer {
    padding-right: 0;
  }

  .footer-large-link-list {
    align-items: center;
    width: auto;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-link-list {
    align-items: center;
  }

  .footer-wrap-2 {
    text-align: center;
    flex-direction: column;
  }

  .pasi-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .accordion-item-content-2 {
    margin-right: 0;
  }

  .form12_checkbox_field,
  .form13_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #8395b126;
    height: 100px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .previous, .next {
    z-index: 6;
    position: fixed;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-content {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.center.grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .heading-jumbo {
    font-size: 30px;
    line-height: 36px;
  }

  .section {
    z-index: 2;
    background-color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding: 60px 0;
    position: relative;
  }

  .section.hero {
    background-image: linear-gradient(#fff, #c1e3ff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.alt-2 {
    z-index: 1;
  }

  .navigation-item {
    background-color: var(--white);
    opacity: 1;
    color: var(--albastru-inchis);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-item:hover {
    opacity: 1;
    color: var(--albastru-inchis);
  }

  .navigation-item.w--current, .navigation-item.w--current:hover {
    color: var(--albastru-inchis);
  }

  .navigation-items {
    background-color: #fff0;
    flex: 1;
  }

  .navigation {
    padding: 10px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .intro-wrap {
    justify-content: center;
    align-items: center;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .button-hero {
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    display: flex;
  }

  .h2-hero {
    font-size: 18px;
    line-height: 24px;
  }

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

  .button-primary.bigger, .button-primary.bigger.alt {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .button-primary.icon.smaller {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary.icon.smaller.hero {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: left;
    letter-spacing: 0;
    text-transform: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 16px;
    display: flex;
  }

  .heading-wrap.alt.smaller {
    width: 100%;
  }

  .heading-wrap.left {
    justify-content: center;
    align-items: center;
  }

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

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

  .item-grid-check {
    font-size: 18px;
    line-height: 26px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .diferentiere-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .content-card {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .item-grid-nevoi {
    grid-template-columns: 1fr;
    place-items: center stretch;
    padding: 20px;
  }

  .pill {
    text-align: left;
    font-size: 14px;
  }

  .pill.colorat, .pill.darker {
    text-align: left;
  }

  .item-informatii {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .titlu-card-nevoi.dark {
    font-size: 22px;
    line-height: 28px;
  }

  .titlu-card-nevoi.italic {
    font-size: 22px;
  }

  .imagine-programare {
    height: auto;
    display: none;
  }

  .footer-link-list-link-light {
    text-align: center;
  }

  .buttons-row {
    width: 100%;
  }

  .buttons-row.social-media-icons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .button-icon-footer {
    width: 50px;
    height: 50px;
    margin-right: 0;
    padding: 0;
  }

  .footer-large-link-list {
    margin-bottom: 0;
  }

  .grid-6 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .link-block {
    text-align: left;
  }

  .text-footer {
    opacity: .8;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    overflow: visible;
  }

  .nume-brand {
    font-size: 34px;
    line-height: 34px;
  }

  .footer-wrap-2 {
    flex-direction: column;
  }

  .section-2 {
    text-align: center;
    margin-top: 60px;
  }

  .pasi-card {
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .menu-button-2 {
    background-color: #6d5745;
    border-radius: 10px;
  }

  .menu-button-2.alt {
    color: var(--albastru-inchis);
    background-color: #cce5ff;
    font-size: 26px;
  }

  .menu-button-2.alt:hover {
    background-color: #8ec5ff;
  }

  .menu-button-2.alt.w--open:hover {
    background-color: #72b7ff;
  }

  .icon {
    color: #fff;
  }

  .icon.alt {
    color: var(--albastru-inchis);
  }

  .tabs {
    width: 100%;
  }

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 22px;
  }

  .tab-link.bigger, .tab-link.bigger.alt {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .item-box {
    grid-template-columns: 1fr;
    place-items: center stretch;
    width: 100%;
    padding: 20px;
  }

  .box-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .box-cta {
    padding: 30px 20px;
  }

  .accordion-item-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item-trigger-2 {
    grid-column-gap: 15px;
  }

  .accordion-heading-3 {
    text-align: left;
  }

  .accordion-item-content-2 {
    text-align: left;
    margin-top: 20px;
  }

  .text-field-2 {
    font-size: 14px;
  }

  .button-hero-2 {
    text-align: center;
  }

  .field-label {
    font-size: 14px;
  }

  .form-2 {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 15px;
  }

  .form-item {
    text-align: left;
  }

  .form-row {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .buton-sticky {
    justify-content: flex-start;
    align-items: center;
    display: none;
    bottom: 20px;
    left: 20px;
    right: auto;
  }

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

  .next-button {
    background-color: #0000;
    background-image: linear-gradient(-45deg, var(--albastru-inchis), var(--albastru-deschis));
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 14px;
    transition: all .2s;
  }

  .next-button:hover {
    box-shadow: inset 0 0 0 100px #374190;
  }

  .form12_checkbox_field,
  .form13_checkbox_field {
    width: 49%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .checkbox-title {
    letter-spacing: 0;
    text-transform: capitalize;
  }

  .form-title-wrap {
    margin-top: 35px;
  }

  .slider {
    height: auto;
  }

  .mobile-nav-bottom {
    z-index: 0;
    height: 70px;
  }

  .submit-button {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .previous {
    max-width: 75px;
    margin-bottom: 20px;
    display: flex;
  }

  .mask {
    height: 100%;
    position: static;
  }

  .next {
    height: 35px;
  }

  .checkbox-field.horizontal {
    flex-flow: wrap;
    height: auto;
  }

  .checkbox_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .form-full {
    z-index: 1;
  }

  .slider-content-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .form-content {
    width: 100%;
  }

  .item-contact.left {
    justify-content: center;
    align-items: center;
  }

  .code-embed {
    margin-top: 20px;
  }
}

#w-node-_47f3f847-88f3-dcc2-e401-b30c63211681-7b1e15dd, #w-node-_9fdda2d5-f9d8-eb65-13eb-4c5148970266-7b1e15dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-7b1e15e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-7b1e15e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8a-7b1e15e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8f-7b1e15e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd90-7b1e15e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd99-7b1e15e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda1-7b1e15e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda6-7b1e15e1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffdd8-7b1e15e1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffe12-7b1e15e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-7b1e15e1, #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-7b1e15e1:active {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-7b1e15e1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9f-7b1e15e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-7b1e15e1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-7b1e15e1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-7b1e15e1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-7b1e15e1 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-7b1e15e1 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-7b1e15e3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-7b1e15e3 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-7b1e15e3 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-7b1e15e3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-7b1e15e3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-7b1e15e4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-7b1e15e4 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-7b1e15e4 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-7b1e15e4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9fda4a37-cb21-e2a1-58de-88a206fa61ae-7b1e15e4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-7b1e15e5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-7b1e15e5 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-7b1e15e5 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-7b1e15e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32040423-4078-1b23-6771-e6c78f8a716d-7b1e15e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-7b1e15e6 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-7b1e15e6 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-7b1e15e6 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-7b1e15e6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-7b1e15e6 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-7b1e15e1, #w-node-dac044b7-be90-60f3-414d-4224828ffd8f-7b1e15e1, #w-node-dac044b7-be90-60f3-414d-4224828ffd99-7b1e15e1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffdd8-7b1e15e1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffe12-7b1e15e1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-7b1e15e1 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-7b1e15e1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-7b1e15e1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-7b1e15e1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-7b1e15e1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-7b1e15e1 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-7b1e15e3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-7b1e15e3 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-7b1e15e3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-7b1e15e3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-7b1e15e4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-7b1e15e4 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-7b1e15e4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-7b1e15e4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-7b1e15e5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-7b1e15e5 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-7b1e15e5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-7b1e15e5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32040423-4078-1b23-6771-e6c78f8a716d-7b1e15e5, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-7b1e15e6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-7b1e15e6 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-7b1e15e6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-7b1e15e6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-7b1e15e6 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_188e3f54-01c7-385c-c45b-83fd0446ff9c-7b1e15dd {
    grid-area: 1 / 1 / 3 / 2;
  }
}


