#work-steps-tab .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 1rem;
  color: #777;
  font-weight: 500;
  padding: 1rem 2rem;
}
#work-steps-tab .nav-link.active {
  border-color: #27a4e7;
  color: #27a4e7;
  background: transparent;
}

.expertise-triggers-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.expertise-triggers-row--second {
  justify-content: center;
}
.expertise-triggers-row--second .expertise-trigger {
  margin-bottom: 0;
}
.expertise-triggers-row--second .expertise-trigger:first-child {
  margin-right: 4rem;
}
@media (max-width: 767px) {
  .expertise-triggers-row--second .expertise-trigger:first-child {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.expertise-trigger {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  background: #ffffff;
  margin-top: 1rem;
  border-radius: 0.75rem;
  flex-basis: 32%;
  margin-bottom: 3rem;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .expertise-trigger {
    flex-basis: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 576px) {
  .expertise-trigger {
    flex-basis: 100%;
  }
}
.expertise-trigger:hover {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
.expertise-trigger:hover .expertise-trigger-arrow, .expertise-trigger:hover .expertise-trigger-word {
  color: #27a4e7 !important;
}

.expertise-trigger-icon-wrapper {
  display: inline-block;
  padding: 1rem;
  background: white;
  border-radius: 50%;
  margin: -4rem auto 0.5rem;
}

.expertise-trigger-icon {
  height: 3rem !important;
}

.expertise-trigger-word {
  font-weight: 600;
  color: #444444 !important;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
}

.expertise-trigger-title {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.6rem;
}

.expertise-list {
  display: inline-block;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
}
.expertise-list li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #555555;
}
.expertise-list li:last-child {
  margin-bottom: 0;
}

.expertise-trigger-arrow {
  color: #555555;
  font-size: 3rem;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

#modalIwantToCustomize .modal-dialog {
  max-width: 1000px;
}

.accordion__item {
  margin-bottom: 2rem;
  border: 1px solid rgba(204, 204, 204, 0.4);
  border-radius: 0.5rem;
  box-shadow: 0 3px 7px -6px black;
  position: relative;
}
.accordion__item.active::before {
  height: 100%;
}
.accordion__item.active .accordion__header {
  border-bottom-color: rgba(204, 204, 204, 0.4);
}
.accordion__item.active .accordion__header:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 0.5rem;
}
.accordion__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  height: 0;
  width: 0.2rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #27a4e7;
  transition: all 0.2s ease-in-out;
}

.accordion__header {
  padding: 1.4rem 1.4rem;
  position: relative;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.accordion__header:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid rgba(204, 204, 204, 0.4);
  border-right: 2px solid rgba(204, 204, 204, 0.4);
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.accordion__title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #27a4e7;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .accordion__title {
    font-size: 1rem;
  }
}

.accordion__content {
  padding: 1.8rem 1.4rem;
  display: none;
  color: #555555;
  font-weight: 400;
}
@media (max-width: 400px) {
  .accordion__content a.button-large {
    font-size: 12px;
  }
}
.accordion__content p {
  margin-bottom: 1rem;
}
.accordion__content p:last-child {
  margin-bottom: 0;
}

.accordion__step {
  color: #27a4e7;
}

.lp-hero {
  padding: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff, aliceblue);
  font-family: "Ubuntu", sans-serif;
}
@media all and (max-width: 992px) {
  .lp-hero {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 576px) {
  .lp-hero {
    padding-bottom: 30px;
  }
}
.lp-hero .lp-section-body {
  max-width: 1500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 110px 100px;
  border-radius: 0 0 24px 24px;
  border: 1px solid #eee;
  border-top-color: transparent;
}
@media screen and (max-width: 768px) {
  .lp-hero .lp-section-body {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 576px) {
  .lp-hero .lp-section-body {
    padding: 24px 16px;
  }
}
.lp-hero .lp-section-body-half {
  width: calc(50% - 24px);
}
@media screen and (max-width: 992px) {
  .lp-hero .lp-section-body-half:first-child {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 992px) {
  .lp-hero .lp-section-body-half {
    width: 100%;
  }
}
.lp-hero .lp-section-body h1 {
  line-height: 1.5;
  margin-bottom: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 40px;
}
@media screen and (max-width: 1300px) {
  .lp-hero .lp-section-body h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1200px) {
  .lp-hero .lp-section-body h1 {
    font-size: 30px;
  }
}
.lp-hero .lp-section-body h1 > span {
  color: #444;
  text-transform: uppercase;
}
.lp-hero .lp-section-body h1 > span > b {
  font-size: 46px;
}
@media screen and (max-width: 1300px) {
  .lp-hero .lp-section-body h1 > span > b {
    font-size: 36px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1200px) {
  .lp-hero .lp-section-body h1 > span > b {
    font-size: 30px;
  }
}
.lp-hero .lp-section-body h1 ~ p {
  font-size: 22px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .lp-hero .lp-section-body h1 ~ p {
    font-size: 18px;
  }
}
.lp-hero .lp-section-body .tech-sheme .row a:focus-visible {
  position: relative;
  z-index: 1;
}
.lp-hero .lp-section-body .tech-sheme .row:nth-child(even) .col:first-child a {
  background: #fafafa;
}
.lp-hero .lp-section-body .tech-sheme .row:nth-child(odd) .col:last-child a {
  background: #fafafa;
}
.lp-hero .lp-section-body .tech-sheme a {
  justify-content: flex-start;
  text-align: center;
  padding: 16px;
}
@media screen and (max-width: 576px) {
  .lp-hero .lp-section-body .tech-sheme a {
    height: auto;
  }
}
.lp-hero .lp-section-body .tech-sheme a:hover .title {
  color: #29a7e4;
}
.lp-hero .lp-section-body .tech-sheme a:hover .descr {
  color: #444;
}
.lp-hero .lp-section-body .tech-sheme a .icon-container {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: aliceblue;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1500px) {
  .lp-hero .lp-section-body .tech-sheme a .icon-container {
    width: 40px;
    height: 40px;
  }
}
.lp-hero .lp-section-body .tech-sheme a .icon-container i {
  font-size: 40px;
  color: #29a7e4;
}
@media screen and (max-width: 1500px) {
  .lp-hero .lp-section-body .tech-sheme a .icon-container i {
    font-size: 32px;
  }
}
.lp-hero .lp-section-body .tech-sheme a .title {
  font-size: 20px;
  color: #444;
}
@media screen and (max-width: 1500px) {
  .lp-hero .lp-section-body .tech-sheme a .title {
    font-size: 16px;
  }
}
.lp-hero .lp-section-body .tech-sheme a .descr {
  color: #777;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .lp-hero .lp-section-body .tech-sheme a .descr {
    font-size: 12px;
  }
}

/*# sourceMappingURL=start-page.css.map */
