﻿/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
.when-section {
  padding-bottom: 110px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .when-section .point-text {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    list-style: none;
    margin: 10px 0 0; }
  .when-section > ul {
    padding-inline-start: 0;
    max-width: 1280px;
    margin: 50px 0 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 30px));
    row-gap: 57px;
    column-gap: 50px; }
    .when-section > ul > li {
      display: flex; }
      .when-section > ul > li .text {
        margin-top: 7px;
        margin-left: 20px;
        flex-grow: 1; }
      .when-section > ul > li:before {
        content: '';
        background-image: url(../images/check_icon.svg);
        width: 55px;
        height: 55px;
        background-size: 100% 100%;
        flex-shrink: 0;
        flex-grow: 0; }

@media only screen and (max-width: 1023px) {
  .when-section {
    padding-bottom: 100px; }
    .when-section > ul {
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      gap: 45px; } }

@media only screen and (max-width: 767px) {
  .when-section {
    padding-bottom: 60px; }
    .when-section .point-text {
      font-size: 20px;
      line-height: 27px; }
    .when-section > ul {
      gap: 30px; }
      .when-section > ul > li .text {
        margin-top: 0;
        margin-left: 10px; }
      .when-section > ul > li:before {
        width: 30px;
        height: 30px;
        background-image: url(../images/thick_check_icon.svg); } }

/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
.what-you-receive-section {
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .what-you-receive-section > ul {
    padding-inline-start: 0;
    max-width: 1280px;
    margin: 70px 0 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 380px);
    column-gap: 60px;
    grid-template-rows: repeat(2, 206px);
    row-gap: 70px; }
    .what-you-receive-section > ul > li {
      background-color: #F6F7F2;
      box-shadow: 0px 0px 25px rgba(58, 65, 71, 0.25);
      border-radius: 12px; }
      .what-you-receive-section > ul > li .what-you-receive-point-container {
        height: 100%;
        padding: 20px; }
        .what-you-receive-section > ul > li .what-you-receive-point-container .big-number {
          width: fit-content;
          background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .what-you-receive-section > ul > li .what-you-receive-point-container h4 {
          margin-top: 10px; }

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .what-you-receive-section > ul {
    grid-template-columns: repeat(3, 360px);
    column-gap: 40px; } }

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .what-you-receive-section > ul {
    grid-template-columns: repeat(3, calc(33% - 7px));
    column-gap: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .what-you-receive-section > ul {
    grid-template-columns: repeat(2, calc(50% - 10px));
    column-gap: 20px;
    grid-template-rows: repeat(3, 206px);
    row-gap: 30px; } }

@media only screen and (max-width: 767px) {
  .what-you-receive-section {
    padding-top: 60px;
    padding-bottom: 60px; }
    .what-you-receive-section > ul {
      margin-top: 30px;
      display: flex;
      flex-direction: column;
      width: 100%;
      gap: 30px; } }

/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
h1 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%; }

h2 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 800;
  line-height: 65px;
  font-size: 48px;
  margin: 0;
  text-align: center; }

h3, .h3 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  margin: 0; }

h4 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin: 0; }

h5 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin: 0; }

h6 {
  font-family: Nunito;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  margin: 0; }

.subheader {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 21px;
  margin: 25px 0 0;
  letter-spacing: 0em; }

.tagline-subheader {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  margin: 50px 0 0; }

.link-text {
  width: fit-content;
  background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  position: relative; }
  .link-text::after {
    content: '';
    background: url(../styles/images/link_arrow.svg);
    background-size: 100% 100%;
    display: block;
    margin-left: 10px;
    margin-top: 5px; }
  .link-text::before {
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .link-text:hover::after {
    margin-left: 20px; }
  .link-text:hover::before {
    background: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
    background-size: 6px 3px, 100% 3px; }
  .link-text.big-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 169%;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.big-link::after {
      height: 20px;
      width: 20px; }
    .link-text.big-link:hover::before {
      width: calc(100% - 40px);
      bottom: -5px; }
  .link-text.small-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.small-link::after {
      height: 16px;
      width: 16px;
      margin-top: 1px; }
    .link-text.small-link:hover::before {
      width: calc(100% - 36px);
      bottom: -3px; }

.big-number {
  font-family: Nunito;
  font-style: normal;
  font-size: 82px;
  font-weight: 900;
  line-height: 74px; }

.description-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 150%;
  margin: 0; }

.description-bold-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin: 0; }

.basic-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-size: 18px;
  margin: 0; }

.quote-content .quote-text {
  font-family: Nunito;
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 150%; }

.quote-content .quote-author {
  font-family: Nunito;
  font-size: 24px;
  line-height: 150%;
  font-style: normal; }
  .quote-content .quote-author .author-name {
    font-weight: 700; }
  .quote-content .quote-author .author-description {
    font-weight: 400; }

.footer-base-text,
.contact-form-input-label,
.contact-form-textfield,
.contact-form-textarea,
ul.attach-list > li {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 168%;
  text-decoration: none; }

.contact-form-header {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: capitalize; }

.contact-form-subheader {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px; }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 100%; }
  h2 {
    font-size: 30px;
    line-height: 110%;
    font-weight: 700; }
  h3, .h3 {
    font-size: 28px;
    line-height: 110%; }
  h4 {
    font-size: 24px;
    line-height: 33px; }
  h5 {
    font-size: 18px;
    line-height: 25px; }
  .subheader {
    font-size: 16px;
    line-height: 140%; }
  .tagline-subheader {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 25px; }
  .link-text.big-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.big-link::after {
      height: 16px;
      width: 16px;
      margin-top: 1px; }
    .link-text.big-link:hover::before {
      width: calc(100% - 36px);
      bottom: -3px; }
  .link-text.small-link {
    font-size: 14px; }
  .description-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%; }
  .description-bold-text {
    font-weight: 500;
    font-size: 16px; }
  .big-number {
    font-size: 72px;
    line-height: 65px; }
  .basic-text {
    font-size: 16px;
    line-height: 140%; }
  .quote-content .quote-text {
    font-weight: 400;
    font-size: 18px; }
  .quote-content .quote-author {
    font-size: 18px; }
  .footer-base-text,
  .contact-form-input-label,
  .contact-form-textfield,
  .contact-form-textarea,
  ul.attach-list > li {
    font-size: 16px;
    line-height: 140%; }
  .contact-form-header {
    font-size: 28px;
    line-height: 110%; }
  .contact-form-subheader {
    font-size: 16px;
    line-height: 140%; } }

.available-profiles-section {
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .available-profiles-section .point-text {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    list-style: none;
    margin: 10px 0 0; }
  .available-profiles-section > ul {
    padding-inline-start: 0;
    max-width: 1280px;
    margin: 60px 0 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 380px);
    gap: 60px;
    grid-template-rows: repeat(3, 160px); }
    .available-profiles-section > ul .available-profiles-points-container {
      box-shadow: 0px 0px 25px rgba(58, 65, 71, 0.25);
      border-radius: 12px;
      padding: 20px;
      background-image: url(../images/profile_item_bg.svg);
      background-size: contain;
      background-position: right;
      background-repeat: no-repeat; }
      .available-profiles-section > ul .available-profiles-points-container .profile-img {
        width: 75px;
        height: 75px; }

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .available-profiles-section > ul {
    grid-template-columns: repeat(3, 360px);
    column-gap: 40px; } }

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .available-profiles-section > ul {
    grid-template-columns: repeat(3, calc(33% - 7px));
    column-gap: 20px;
    grid-template-rows: repeat(3, 195px); } }

@media only screen and (max-width: 767px) {
  .available-profiles-section {
    padding-top: 40px;
    padding-bottom: 60px; }
    .available-profiles-section .point-text {
      font-size: 24px;
      line-height: 33px; }
    .available-profiles-section > ul {
      margin-top: 30px;
      display: flex;
      flex-direction: column;
      width: 100%;
      gap: 30px; }
      .available-profiles-section > ul .available-profiles-points-container {
        background-position: center; } }

/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
.technologies-section {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .technologies-section .header {
    max-width: 14em; }
  .technologies-section > ul.tech-areas-list {
    list-style: none;
    padding-inline-start: 0;
    max-width: 1280px;
    margin: 95px 0 0;
    display: flex;
    width: 100%;
    justify-content: stretch; }
    .technologies-section > ul.tech-areas-list > li {
      padding: 0 10px;
      flex: 1;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .technologies-section > ul.tech-areas-list > li:not(:last-child) {
        border-right: 2px solid #E5E5E5; }
      .technologies-section > ul.tech-areas-list > li .tech-list-container {
        width: 231px; }
        .technologies-section > ul.tech-areas-list > li .tech-list-container .tech-area-text {
          color: #8C8C8C;
          height: 82px;
          margin-bottom: 50px;
          text-align: center; }
        .technologies-section > ul.tech-areas-list > li .tech-list-container > ul.tech-list {
          list-style: none;
          padding-inline-start: 0; }
          .technologies-section > ul.tech-areas-list > li .tech-list-container > ul.tech-list > li {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 110px;
            padding: 10px;
            box-sizing: border-box; }
            .technologies-section > ul.tech-areas-list > li .tech-list-container > ul.tech-list > li img {
              height: 70px;
              width: 100%;
              max-width: 175px; }

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .technologies-section > ul.tech-areas-list > li {
    padding: 0;
    width: 20%; }
    .technologies-section > ul.tech-areas-list > li .tech-list-container {
      width: 100%; } }

@media only screen and (max-width: 1023px) {
  .technologies-section > ul.tech-areas-list {
    flex-direction: column;
    width: 100%;
    gap: 20px; }
    .technologies-section > ul.tech-areas-list > li {
      padding: 0 0 20px;
      width: 100%; }
      .technologies-section > ul.tech-areas-list > li:not(:last-child) {
        border-right: none;
        border-bottom: 2px solid #E5E5E5; }
      .technologies-section > ul.tech-areas-list > li:last-child {
        padding: 0; }
      .technologies-section > ul.tech-areas-list > li .tech-list-container {
        width: 100%; }
        .technologies-section > ul.tech-areas-list > li .tech-list-container .tech-area-text {
          text-align: left;
          height: fit-content;
          margin-bottom: 0; }
        .technologies-section > ul.tech-areas-list > li .tech-list-container > ul.tech-list {
          display: flex;
          gap: 10px;
          width: 100%;
          justify-content: space-between; }
          .technologies-section > ul.tech-areas-list > li .tech-list-container > ul.tech-list > li img {
            width: 100%; } }

@media only screen and (max-width: 767px) {
  .technologies-section {
    padding-top: 60px;
    padding-bottom: 60px; }
    .technologies-section > ul.tech-areas-list {
      margin-top: 30px; }
      .technologies-section > ul.tech-areas-list > li .tech-list-container > ul.tech-list {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        flex-wrap: wrap;
        gap: 0; }
        .technologies-section > ul.tech-areas-list > li .tech-list-container > ul.tech-list > li {
          width: 50%; }
      .technologies-section > ul.tech-areas-list > li:nth-child(2) .tech-list-container > ul.tech-list > li {
        width: 33%; } }

/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
.other-services-section {
  padding-top: 70px;
  padding-bottom: 132px;
  background-color: #F6F7F2; }
  .other-services-section h2.header {
    margin-bottom: 50px; }

@media only screen and (max-width: 767px) {
  .other-services-section {
    padding-bottom: 92px; }
    .other-services-section h2.header {
      margin-bottom: 40px; } }

section {
  padding-top: 70px; }

section.team-augmentation-section {
  display: flex;
  flex-direction: column;
  align-items: center; }
  section.team-augmentation-section .header {
    margin: 0; }
  section.team-augmentation-section .team-augmentation-content-container {
    max-width: 1280px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    justify-content: space-between; }
    section.team-augmentation-section .team-augmentation-content-container .main-text {
      max-width: 768px; }
    section.team-augmentation-section .team-augmentation-content-container .team-augmentation-tagline-img {
      background-image: url(../images/team.svg);
      width: 420px;
      height: 575px; }

section.what-is-section {
  padding-bottom: 175px;
  padding-top: 100px; }
  section.what-is-section .what-is-section-text-container {
    max-width: 850px;
    margin: 0 auto; }
    section.what-is-section .what-is-section-text-container .header {
      max-width: 11.2em;
      margin-left: auto;
      margin-right: auto; }
  @media only screen and (max-width: 767px) {
    section.what-is-section {
      padding-bottom: 85px;
      padding-top: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    section.what-is-section {
      padding-bottom: 125px; } }

@media only screen and (min-width: 1280px) {
  section.team-augmentation-section .header {
    margin-top: 50px;
    margin-bottom: 0; } }

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  section.team-augmentation-section .team-augmentation-content-container .team-augmentation-tagline-img {
    width: 380px;
    height: 520px;
    background-size: 100% 100%; } }

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  section.team-augmentation-section .team-augmentation-content-container {
    display: block;
    position: relative; }
    section.team-augmentation-section .team-augmentation-content-container .main-text .tagline-subheader {
      width: 630px; }
    section.team-augmentation-section .team-augmentation-content-container .team-augmentation-tagline-img {
      width: 300px;
      height: 410px;
      background-size: 100% 100%;
      position: absolute;
      bottom: 0px;
      right: 32px; }
    section.team-augmentation-section .team-augmentation-content-container .tagline-lines {
      margin: 66px 0 0; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section.team-augmentation-section {
    padding-bottom: 50px; }
    section.team-augmentation-section .header {
      margin: 0; }
    section.team-augmentation-section .team-augmentation-content-container .main-text {
      max-width: 504px; }
    section.team-augmentation-section .team-augmentation-content-container .team-augmentation-tagline-img {
      width: 200px;
      height: 525px;
      background-image: url(../images/team_sm.svg); }
    section.team-augmentation-section .team-augmentation-content-container .tagline-lines {
      margin: 25px 0 0;
      width: 750px; } }

@media only screen and (max-width: 767px) {
  section.team-augmentation-section .header {
    margin: 25px 0 0; }
  section.team-augmentation-section .team-augmentation-content-container .team-augmentation-tagline-img {
    display: none; } }
