@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap");
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #333;
  background-color: #F4F4F4;
  margin: 0; }

html {
  scroll-behavior: smooth; }

.wrapper {
  padding: 0 15px; }
  .wrapper.sticky {
    margin-top: 130%; }
  @media (min-width: 980px) {
    .wrapper.sticky {
      margin-top: 250px; } }

a {
  color: #333;
  text-decoration: none; }
  a.active {
    color: #CEA716; }
  a:hover {
    color: #CEA716;
    transition: color 0.3s ease-in-out; }

ul {
  list-style: none;
  padding: 0; }

section {
  margin: 30px 0;
  padding: 30px 0; }
  section:last-child {
    margin-bottom: 0; }
  @media (min-width: 980px) {
    section {
      margin: 60px 0;
      padding: 60px 0; } }

.btn {
  padding: 15px 30px;
  background-color: #3D4477;
  border: none;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  font-size: 1.2em; }
  .btn a {
    color: white; }
  .btn:hover {
    background-color: #3d4477cc;
    transition: background-color 0.3s ease-in-out; }

.section-header {
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 980px) {
    .section-header {
      font-size: 2.2em; } }
  .section-header.white {
    color: white; }

.section-subheader {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #6A6767;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 980px) {
    .section-subheader {
      font-size: 1.5em;
      margin-bottom: 60px;
      max-width: 70vw; } }

.divider {
  height: 4px;
  width: 50px;
  background-color: #CEA716;
  margin: 0 auto; }

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px; }
  @media (min-width: 980px) {
    .hero {
      background: url("../images/bg-hero-mobile.svg") no-repeat 33vw center; } }

@media (min-width: 1824px) and (min-width: 980px) {
  .hero {
    background: url("../images/bg-hero-mobile.svg") no-repeat 50vw center; } }
  .hero .hero-container {
    text-align: center; }
    @media (min-width: 980px) {
      .hero .hero-container {
        flex: 1;
        text-align: left;
        padding-left: 60px; } }
    .hero .hero-container .hero-header {
      font-size: 2em;
      font-weight: 800; }
      @media (min-width: 980px) {
        .hero .hero-container .hero-header {
          font-size: 3em;
          max-width: 40vw; } }
    .hero .hero-container .hero-text {
      font-size: 1.4em;
      line-height: 2em;
      font-weight: 600; }
      @media (min-width: 980px) {
        .hero .hero-container .hero-text {
          font-size: 1.8em;
          line-height: 2.2em;
          max-width: 40vw;
          margin-bottom: 30px; } }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 15px; }
  .header.sticky {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 0 0 -15px;
    padding: 0 30px;
    background-color: white; }
  @media (min-width: 980px) {
    .header {
      margin: 30px 60px; }
      .header.sticky {
        display: flex;
        position: fixed;
        top: 0;
        width: 100%;
        margin: 0 0 0 -15px;
        padding: 0 30px;
        background-color: white; }
        .header.sticky .navigation-list {
          padding-right: 30px; } }
  .header .logo {
    background: url("../images/logo.svg") no-repeat;
    background-size: contain;
    width: 100px;
    height: 30px;
    padding: 15px; }
    @media (min-width: 980px) {
      .header .logo {
        background-size: contain;
        width: 100px;
        height: 70px;
        margin-top: 15px; } }
  .header .hamburger-menu {
    height: 20px; }
    .header .hamburger-menu.sticky {
      margin-right: 30px; }
    @media (min-width: 980px) {
      .header .hamburger-menu {
        display: none; } }
    .header .hamburger-menu.active span:nth-child(2) {
      width: 10px;
      transition: width 0.3s ease-in-out; }
    .header .hamburger-menu span {
      display: block;
      margin-bottom: 5px;
      height: 3px;
      width: 30px;
      background-color: #333;
      transition: width 0.3s ease-in-out; }

.approach .approach-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  .approach .approach-container .approach-row {
    display: flex;
    flex-direction: column; }
    @media (min-width: 980px) {
      .approach .approach-container .approach-row {
        flex-direction: row; } }
  .approach .approach-container .approach-info {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1; }
    @media (min-width: 980px) {
      .approach .approach-container .approach-info {
        margin: 60px 0;
        width: 40vw; } }
    .approach .approach-container .approach-info .approach-info-icon {
      background: url("../images/d4icon-dark.svg");
      background-size: contain;
      width: 50px;
      height: 50px; }
      @media (min-width: 980px) {
        .approach .approach-container .approach-info .approach-info-icon {
          width: 70px;
          height: 70px; } }
    .approach .approach-container .approach-info .approach-info-title {
      font-size: 1.2em;
      text-transform: uppercase;
      font-weight: 700;
      padding: 15px 0; }
      @media (min-width: 980px) {
        .approach .approach-container .approach-info .approach-info-title {
          font-size: 1.6em; } }
    .approach .approach-container .approach-info .approach-info-text {
      line-height: 2em; }
      @media (min-width: 980px) {
        .approach .approach-container .approach-info .approach-info-text {
          font-size: 1.2em;
          line-height: 2.2em;
          padding: 0 60px; } }

@media (min-width: 980px) {
  .experience {
    background: url("../images/bg-exp.svg") no-repeat 66vw top;
    background-size: contain; } }

.experience .experience-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto; }
  @media (min-width: 980px) {
    .experience .experience-container {
      max-width: 70vw;
      margin: 0 auto; } }
  .experience .experience-container .experience-info {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 980px) {
      .experience .experience-container .experience-info {
        align-items: flex-start;
        width: 100%; } }
    .experience .experience-container .experience-info .experience-row {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (min-width: 980px) {
        .experience .experience-container .experience-info .experience-row {
          flex-direction: row; } }
      .experience .experience-container .experience-info .experience-row .experience-info-icon {
        background: url("../images/d4icon-light.svg");
        background-size: contain;
        width: 50px;
        height: 50px; }
        @media (min-width: 980px) {
          .experience .experience-container .experience-info .experience-row .experience-info-icon {
            width: 70px;
            height: 70px; } }
      .experience .experience-container .experience-info .experience-row .experience-info-title {
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: 700;
        padding: 15px 0; }
        @media (min-width: 980px) {
          .experience .experience-container .experience-info .experience-row .experience-info-title {
            font-size: 1.6em;
            padding-left: 30px; } }
    .experience .experience-container .experience-info .experience-info-text {
      line-height: 2em; }
      @media (min-width: 980px) {
        .experience .experience-container .experience-info .experience-info-text {
          text-align: left;
          font-size: 1.2em;
          line-height: 2.2em;
          padding-top: 15px; } }

@media (min-width: 980px) {
  .testimonials {
    background: url("../images/bg-testimonials.svg") no-repeat -66vw top;
    background-size: contain; } }

.testimonials .testimonials-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto; }
  @media (min-width: 980px) {
    .testimonials .testimonials-container {
      max-width: 90vw;
      margin: 0 auto; } }
  .testimonials .testimonials-container .testimonials-row {
    display: flex;
    flex-direction: column; }
    @media (min-width: 980px) {
      .testimonials .testimonials-container .testimonials-row {
        flex-direction: row;
        margin-bottom: 30px; } }
    .testimonials .testimonials-container .testimonials-row .testimonial-card {
      margin: 15px 0; }
      @media (min-width: 980px) {
        .testimonials .testimonials-container .testimonials-row .testimonial-card {
          margin: 0 30px;
          flex: 1; } }
      .testimonials .testimonials-container .testimonials-row .testimonial-card .testimonial-card-text {
        font-weight: 600;
        padding: 10px 0;
        line-height: 2em; }
        @media (min-width: 980px) {
          .testimonials .testimonials-container .testimonials-row .testimonial-card .testimonial-card-text {
            font-size: 1.3em;
            line-height: 2.2em; } }
      .testimonials .testimonials-container .testimonials-row .testimonial-card .quote-left {
        background: url("../images/quote-left.svg") no-repeat;
        background-size: contain;
        width: 21px;
        height: 18px; }
        @media (min-width: 980px) {
          .testimonials .testimonials-container .testimonials-row .testimonial-card .quote-left {
            width: 31px;
            height: 28px; } }
      .testimonials .testimonials-container .testimonials-row .testimonial-card .quote-right-container {
        display: flex;
        justify-content: flex-end; }
        .testimonials .testimonials-container .testimonials-row .testimonial-card .quote-right-container .quote-right {
          background: url("../images/quote-right.svg") no-repeat;
          background-size: contain;
          width: 21px;
          height: 18px; }
          @media (min-width: 980px) {
            .testimonials .testimonials-container .testimonials-row .testimonial-card .quote-right-container .quote-right {
              width: 31px;
              height: 28px; } }
      .testimonials .testimonials-container .testimonials-row .testimonial-card .testimonial-company {
        color: #3D4477;
        font-weight: 600; }
        @media (min-width: 980px) {
          .testimonials .testimonials-container .testimonials-row .testimonial-card .testimonial-company {
            font-size: 1.1em;
            line-height: 2em; } }

.contact {
  background-color: #3D4477;
  margin: 0 -15px; }
  .contact a {
    color: white; }
  .contact .contact-container .contact-info {
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
    color: white;
    font-weight: 600;
    flex: 1;
    line-height: 3em; }
    @media (min-width: 980px) {
      .contact .contact-container .contact-info {
        font-size: 1.5em;
        max-width: 70vw;
        margin: 0 auto; } }
  .contact .contact-container .scroll-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px; }
    .contact .contact-container .scroll-top .arrow-wrapper {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: space-between;
      cursor: pointer; }
      .contact .contact-container .scroll-top .arrow-wrapper .arrow {
        padding-bottom: 60px; }
      .contact .contact-container .scroll-top .arrow-wrapper .scroll-text {
        transform: rotate(90deg);
        text-transform: uppercase;
        color: white;
        letter-spacing: 2px; }

footer {
  text-align: center;
  color: white; }

.menu-mobile {
  visibility: hidden;
  height: 0;
  transition: height 0.3s ease-in; }
  .menu-mobile.active {
    display: block;
    visibility: visible;
    background-color: #F4F4F4;
    height: 50vh;
    width: 100%;
    transition: all 0.2s ease-out; }
    .menu-mobile.active .navigation-list {
      list-style: none;
      text-align: center;
      padding: 0;
      margin-bottom: 30px; }
      .menu-mobile.active .navigation-list .navigation-items-wrapper {
        display: flex;
        justify-content: center; }
        .menu-mobile.active .navigation-list .navigation-items-wrapper .navigation-item:last-child {
          padding-left: 30px; }
      .menu-mobile.active .navigation-list .navigation-item {
        padding: 15px 0;
        text-transform: uppercase;
        font-size: 1.2em; }
        .menu-mobile.active .navigation-list .navigation-item:hover {
          color: #CEA716;
          transition: 0.3s ease-in-out; }

.menu-desktop {
  display: none; }
  @media (min-width: 980px) {
    .menu-desktop {
      display: block; }
      .menu-desktop .navigation-list {
        list-style: none;
        display: flex; }
        .menu-desktop .navigation-list .navigation-items-wrapper {
          display: flex;
          align-items: center; }
          .menu-desktop .navigation-list .navigation-items-wrapper:last-child {
            padding-left: 30px; }
        .menu-desktop .navigation-list .navigation-item {
          padding-left: 30px;
          font-size: 1.5em;
          text-transform: uppercase;
          cursor: pointer; }
          .menu-desktop .navigation-list .navigation-item.lang {
            font-size: 1.2em;
            padding-left: 15px; }
            .menu-desktop .navigation-list .navigation-item.lang.active {
              color: #CEA716; }
          .menu-desktop .navigation-list .navigation-item:hover {
            color: #CEA716;
            transition: color 0.3s ease-in-out; } }
