﻿/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #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 */
.home-whoweare-section {
  padding-bottom: 95px;
  max-width: 850px;
  margin: 0 auto; }
  .home-whoweare-section .home-whoweare-link-container {
    margin-top: 55px;
    display: flex;
    justify-content: center; }

.home-counters-section {
  padding-top: 0;
  height: 270px;
  background-color: #3A4147;
  display: flex;
  align-items: center;
  justify-content: center; }
  .home-counters-section .counter-item {
    padding: 0 30px; }
    .home-counters-section .counter-item > * {
      text-align: center; }
    .home-counters-section .counter-item .text-wrapper {
      height: 130px; }
      .home-counters-section .counter-item .text-wrapper .big-number {
        background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        margin-bottom: 12px; }
      .home-counters-section .counter-item .text-wrapper .description-text {
        color: #FFFFFF; }
    .home-counters-section .counter-item:nth-child(1), .home-counters-section .counter-item:nth-child(2) {
      width: 200px; }
    .home-counters-section .counter-item:nth-child(3), .home-counters-section .counter-item:nth-child(4) {
      width: 300px; }
    .home-counters-section .counter-item:not(:last-of-type) {
      border-right: 1px solid #FF7A00; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-counters-section {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 32px));
    grid-template-rows: repeat(2, 270px);
    height: auto;
    padding: 30px 0; }
    .home-counters-section .counter-item {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0; }
      .home-counters-section .counter-item:nth-child(1), .home-counters-section .counter-item:nth-child(2) {
        width: 100%;
        border-bottom: 1px solid #FF7A00; }
      .home-counters-section .counter-item:nth-child(2) {
        border-right: none; }
      .home-counters-section .counter-item:nth-child(3), .home-counters-section .counter-item:nth-child(4) {
        width: 100%; } }

@media only screen and (max-width: 767px) {
  .home-whoweare-section .header {
    text-align: left; }
  .home-counters-section {
    display: flex;
    flex-direction: column;
    height: auto; }
    .home-counters-section .counter-item {
      padding: 25px 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .home-counters-section .counter-item .text-wrapper {
        height: fit-content; }
      .home-counters-section .counter-item:not(:last-of-type) {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #FF7A00; } }

/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
.home-choose-arcadia-section {
  padding-bottom: 100px; }
  .home-choose-arcadia-section .choose-arcadia-text-container {
    max-width: 774px;
    margin: 0 auto; }
  .home-choose-arcadia-section .reasons-choose-arcadia-container {
    margin-top: 70px;
    display: flex;
    justify-content: center; }
  @media only screen and (max-width: 767px) {
    .home-choose-arcadia-section {
      padding-bottom: 60px; }
      .home-choose-arcadia-section .reasons-choose-arcadia-container {
        margin-top: 10px; }
      .home-choose-arcadia-section .header {
        text-align: left; }
      .home-choose-arcadia-section .subheader {
        margin-top: 15px; } }

.home-quote-section {
  height: fit-content;
  display: flex;
  justify-content: center; }
  .home-quote-section .quotes-image {
    background: url(../images/quotes_large.svg) 0 69px no-repeat, transparent;
    min-width: 145px;
    width: 145px;
    margin-right: 50px; }
  .home-quote-section .quote-content {
    margin-top: 80px;
    margin-bottom: 100px;
    color: #F6F7F2;
    max-width: 849px; }
    .home-quote-section .quote-content hr.red-to-orange {
      height: 5px;
      width: 100px;
      background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
      border: none;
      margin: 25px 0; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .home-quote-section .quotes-image {
      margin-top: 80px;
      height: 63px;
      width: 101px;
      min-width: 101px;
      background-size: 100% 100%;
      background-position: 0 0; } }
  @media only screen and (max-width: 767px) {
    .home-quote-section {
      flex-direction: column; }
      .home-quote-section .quotes-image {
        height: 63px;
        width: 101px;
        min-width: 101px;
        margin: 20px 0;
        background-position: 0 0;
        background-size: 100% 100%; }
      .home-quote-section .quote-content {
        margin-top: 0;
        margin-bottom: 50px; } }

/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
section.home-services-section {
  background-color: #F6F7F2; }
  @media only screen and (max-width: 767px) {
    section.home-services-section {
      padding-bottom: 60px; }
      section.home-services-section .header {
        text-align: left; } }
  @media only screen and (min-width: 768px) {
    section.home-services-section {
      padding-bottom: 100px; } }
  section.home-services-section .home-services-text-container {
    max-width: 820px;
    margin: 0 auto; }
  section.home-services-section .home-services-container {
    margin: 70px auto 0;
    max-width: 1280px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 1023px) {
      section.home-services-section .home-services-container {
        flex-direction: column;
        gap: 50px;
        align-items: center;
        margin: 50px auto 0; }
        section.home-services-section .home-services-container .home-service-item {
          width: 100%;
          max-width: 500px; } }
    @media only screen and (min-width: 1024px) {
      section.home-services-section .home-services-container {
        gap: 20px;
        margin: 95px auto 0; }
        section.home-services-section .home-services-container .home-service-item {
          max-width: 400px;
          flex: 1; } }
    section.home-services-section .home-services-container .home-service-item {
      background: white;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
      border-radius: 12px;
      display: flex;
      flex-direction: column;
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        section.home-services-section .home-services-container .home-service-item {
          padding: 20px 20px 28px; } }
      @media only screen and (max-width: 767px) {
        section.home-services-section .home-services-container .home-service-item {
          padding: 10px 10px 18px; } }
      section.home-services-section .home-services-container .home-service-item hr.red-to-orange {
        height: 5px;
        width: 85px;
        background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
        border: none;
        margin: 0 0 15px 0; }
      section.home-services-section .home-services-container .home-service-item .basic-text {
        flex-grow: 1; }
      section.home-services-section .home-services-container .home-service-item .home-service-item-link-container {
        margin-top: 25px; }

/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
.home-industries-section {
  padding-top: 50px;
  padding-bottom: 100px; }
  .home-industries-section .home-industries-text-container {
    max-width: 840px;
    margin: 0 auto; }
  .home-industries-section .home-industries-container {
    margin: 60px auto 0 auto;
    display: flex;
    gap: 50px;
    width: fit-content; }
    .home-industries-section .home-industries-container .industry-column-container {
      width: 500px; }
      .home-industries-section .home-industries-container .industry-column-container .home-industry-item .home-industry-name {
        font-family: Nunito;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 41px;
        margin: 0;
        display: flex;
        padding-left: 22px;
        cursor: pointer; }
        .home-industries-section .home-industries-container .industry-column-container .home-industry-item .home-industry-name::before {
          content: '';
          height: 30px;
          width: 30px;
          margin-right: 14px;
          background-size: 100% 100%;
          background-repeat: no-repeat; }
      .home-industries-section .home-industries-container .industry-column-container .home-industry-item .home-industry-description {
        padding: 15px 20px 20px 66px; }
        .home-industries-section .home-industries-container .industry-column-container .home-industry-item .home-industry-description .description-text {
          color: #FFFFFF;
          text-decoration: none; }
          .home-industries-section .home-industries-container .industry-column-container .home-industry-item .home-industry-description .description-text:hover.hover {
            color: #FF7A00 !important; }
      .home-industries-section .home-industries-container .industry-column-container .home-industry-item.details-hidden {
        padding: 25px 0; }
        .home-industries-section .home-industries-container .industry-column-container .home-industry-item.details-hidden .home-industry-name::before {
          background-image: url(../images/plus_icon.svg); }
        .home-industries-section .home-industries-container .industry-column-container .home-industry-item.details-hidden .home-industry-description {
          display: none; }
      .home-industries-section .home-industries-container .industry-column-container .home-industry-item.details-shown {
        background: #666666;
        border-radius: 20px;
        padding: 20px 0 0;
        margin-bottom: 10px; }
        .home-industries-section .home-industries-container .industry-column-container .home-industry-item.details-shown .home-industry-name::before {
          background-image: url(../images/minus_icon.svg); }

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .home-industries-section .home-industries-container {
    gap: 20px; }
    .home-industries-section .home-industries-container .industry-column-container {
      width: 470px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-industries-section {
    padding-bottom: 65px; }
    .home-industries-section .home-industries-container {
      flex-direction: column;
      gap: 0; }
      .home-industries-section .home-industries-container .industry-column-container {
        width: 100%; } }

@media only screen and (max-width: 767px) {
  .home-industries-section {
    padding-top: 20px;
    padding-bottom: 50px; }
    .home-industries-section .header {
      text-align: left; }
    .home-industries-section .home-industries-container {
      margin: 40px 0 0;
      flex-direction: column;
      gap: 0; }
      .home-industries-section .home-industries-container .industry-column-container {
        width: 100%; }
        .home-industries-section .home-industries-container .industry-column-container .home-industry-item .home-industry-name {
          font-size: 24px;
          line-height: 33px; }
          .home-industries-section .home-industries-container .industry-column-container .home-industry-item .home-industry-name::before {
            height: 24px;
            width: 24px;
            margin-right: 18px; }
        .home-industries-section .home-industries-container .industry-column-container .home-industry-item .home-industry-description {
          padding: 10px 10px 10px 55px; }
        .home-industries-section .home-industries-container .industry-column-container .home-industry-item.details-hidden {
          padding: 20px 0; }
          .home-industries-section .home-industries-container .industry-column-container .home-industry-item.details-hidden .home-industry-name {
            padding-left: 0; }
        .home-industries-section .home-industries-container .industry-column-container .home-industry-item.details-shown {
          padding: 10px 0 0;
          margin-bottom: 20px; }
          .home-industries-section .home-industries-container .industry-column-container .home-industry-item.details-shown .home-industry-name {
            padding-left: 13px; } }

/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
.whats-new-section {
  padding-bottom: 142px; }
  .whats-new-section .home-blogposts-container {
    max-width: 1280px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 40px;
    margin: 50px auto 55px auto; }
    .whats-new-section .home-blogposts-container .home-blogpost-item .home-blogpost-image {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 8px;
      cursor: pointer; }
      @media only screen and (min-width: 1280px) {
        .whats-new-section .home-blogposts-container .home-blogpost-item .home-blogpost-image {
          height: 225px; } }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        .whats-new-section .home-blogposts-container .home-blogpost-item .home-blogpost-image {
          padding-bottom: 58.06452%; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .whats-new-section .home-blogposts-container .home-blogpost-item .home-blogpost-image {
          padding-bottom: 62.31454%; } }
      @media only screen and (max-width: 767px) {
        .whats-new-section .home-blogposts-container .home-blogpost-item .home-blogpost-image {
          padding-bottom: 60.97561%; } }
    .whats-new-section .home-blogposts-container .home-blogpost-item .home-blogpost-description {
      margin-top: 10px;
      cursor: pointer; }
      .whats-new-section .home-blogposts-container .home-blogpost-item .home-blogpost-description:hover {
        width: fit-content;
        background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .whats-new-section .home-blogposts-container .home-blogpost-item .description-bold-text {
      color: #999999;
      margin-top: 10px; }
  .whats-new-section .view-all-btn-container {
    display: flex;
    justify-content: center; }

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .whats-new-section .home-blogposts-container {
    grid-template-columns: repeat(3, 1fr); } }

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .whats-new-section .home-blogposts-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px; } }

@media only screen and (max-width: 767px) {
  .whats-new-section {
    padding-bottom: 109px; }
    .whats-new-section .home-blogposts-container {
      display: flex;
      margin-top: 40px;
      margin-bottom: 25px;
      flex-direction: column; }
      .whats-new-section .home-blogposts-container .home-blogpost-item {
        width: 100%; } }

section {
  padding-top: 100px; }
  @media only screen and (max-width: 767px) {
    section {
      padding-top: 60px; } }

section.home-tagline-section {
  background-image: url(../images/bg_top.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% + 120px);
  background-position-y: -150px;
  background-size: 1000px 1000px; }
  section.home-tagline-section .header {
    margin: 50px 0 0; }
  section.home-tagline-section .home-tagline-content-container {
    display: flex;
    max-width: 1280px;
    margin: 40px auto 0; }
    section.home-tagline-section .home-tagline-content-container .home-tagline-text-container {
      width: 880px;
      margin-right: 50px; }
    section.home-tagline-section .home-tagline-content-container .home-tagline-img {
      background: url(../images/robot.svg) no-repeat;
      width: 225px;
      height: 440px; }
  @media only screen and (min-width: 1024px) {
    section.home-tagline-section {
      padding-bottom: 60px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    section.home-tagline-section .home-tagline-content-container {
      margin-top: 40px; }
      section.home-tagline-section .home-tagline-content-container .home-tagline-text-container {
        width: 720px;
        margin-right: 0;
        flex: 1; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    section.home-tagline-section .home-tagline-content-container {
      display: block;
      position: relative; }
      section.home-tagline-section .home-tagline-content-container .home-tagline-text-container {
        width: fit-content; }
        section.home-tagline-section .home-tagline-content-container .home-tagline-text-container .header {
          width: 680px; }
        section.home-tagline-section .home-tagline-content-container .home-tagline-text-container .tagline-subheader {
          width: 471px; }
      section.home-tagline-section .home-tagline-content-container .home-tagline-img {
        position: absolute;
        right: 0;
        top: 90px; } }
  @media only screen and (max-width: 767px) {
    section.home-tagline-section {
      background-image: url(../images/bg_top_small.svg);
      background-size: 100% 100%;
      background-position: center; }
      section.home-tagline-section .header {
        margin-top: 3px; }
      section.home-tagline-section .tagline-subheader,
      section.home-tagline-section .tagline-lines {
        margin-top: 30px; }
      section.home-tagline-section .home-tagline-content-container {
        margin-top: 16px; }
        section.home-tagline-section .home-tagline-content-container .home-tagline-text-container {
          width: 100%;
          margin-right: 0; }
        section.home-tagline-section .home-tagline-content-container .home-tagline-img {
          display: none; } }
