/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.holder {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: opacity 0.4s 0.6s; }
.progress-bar-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  height: 2px;
  background: rgba(32, 105, 201, 0.4);
  transform: translate(-50%, -50%); }
.progress-bar {
  position: absolute;
  left: 50%;
  display: block;
  width: 60%;
  height: 100%;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
  transition: width 0.8s ease; }
.progress-bar:before, .progress-bar:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2069c9, #00d9fd);
    transition: transform 0.5s 0.5s; }
.progress-bar.progress-appear {
  width: 0; }
.progress-bar.progress-appear-done {
  width: 100%;
  transition: width 0.7s ease-in-out; }
.progress-bar-container.progress-container-appear {
  width: 20%; }
.progress-bar-container.progress-container-appear-done {
  width: 100%;
  transition: width 0.6s ease-in-out; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.logo {
  display: block;
  padding: 17px 44px 17px 0;
  border-right: 1px solid transparent;
  transition: border 0.5s; }
@media (min-width: 2560px) {
    .logo {
      padding: calc(17px * 1.44) calc(44px * 1.44) calc(17px * 1.44) 0; } }
@media only screen and (max-width: 1024px) {
    .logo {
      padding: 17px 22px 17px 0; } }
.logo_blured {
    border-right: 1px solid #707070; }
.logo__image {
    display: block;
    height: 16px; }
@media (min-width: 2560px) {
      .logo__image {
        height: calc(16px * 1.44); } }


@charset "UTF-8";
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.form-input {
  margin-bottom: 15px; }
@media (min-width: 2560px) {
    .form-input {
      margin-bottom: calc(15px * 1.44); } }
.form-input__error {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #eb4c4c;
    font-weight: 800;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    letter-spacing: 0.4px;
    text-transform: uppercase; }
.form-input_has-error .form-input__text,
  .form-input_has-error .form-input__textarea,
  .form-input_has-error .form-input__select .form-input__select-wrap {
    border-color: #eb4c4c; }
.form-input_has-error .form-input__checkbox-label:before,
  .form-input_has-error .form-input__radio-label:before {
    border-color: #eb4c4c; }
.form-input__label {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 800;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    cursor: pointer; }
.form-input__label:not(:last-child) {
      margin-bottom: 14px; }
@media (min-width: 2560px) {
        .form-input__label:not(:last-child) {
          margin-bottom: calc(14px * 1.44); } }
@media (min-width: 2560px) {
      .form-input__label {
        font-size: calc(14px * 1.44); } }
.form-input__text, .form-input__textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 18px;
    font-weight: 800;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    border: 2px solid #000;
    border-radius: 0;
    outline: none; }
@media (min-width: 2560px) {
      .form-input__text, .form-input__textarea {
        padding: calc(10px * 1.44) calc(18px * 1.44);
        font-size: calc(14px * 1.44);
        border-width: calc(2px * 1.44); } }
.form-input__text::-webkit-input-placeholder, .form-input__textarea::-webkit-input-placeholder {
      text-transform: uppercase; }
.form-input__text::-moz-placeholder, .form-input__textarea::-moz-placeholder {
      text-transform: uppercase; }
.form-input__text:-moz-placeholder, .form-input__textarea:-moz-placeholder {
      text-transform: uppercase; }
.form-input__text:-ms-input-placeholder, .form-input__textarea:-ms-input-placeholder {
      text-transform: uppercase; }
.form-input__text {
    height: 58px; }
@media (min-width: 2560px) {
      .form-input__text {
        height: calc(58px * 1.44); } }
.form-input__textarea {
    min-height: 204px;
    padding: 20px 18px;
    text-transform: none;
    resize: vertical; }
@media (min-width: 2560px) {
      .form-input__textarea {
        min-height: calc(204px * 1.44);
        padding: calc(20px * 1.44) calc(18px * 1.44); } }
.form-input__textarea::-webkit-input-placeholder {
      text-transform: uppercase; }
.form-input__textarea::-moz-placeholder {
      text-transform: uppercase; }
.form-input__textarea:-moz-placeholder {
      text-transform: uppercase; }
.form-input__textarea:-ms-input-placeholder {
      text-transform: uppercase; }
.form-input__select {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 0;
    /*color: rgba($black, 0.5);*/
    color: #000;
    font-weight: 800;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    background: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none; }
@media (min-width: 2560px) {
      .form-input__select {
        padding-right: calc(20px * 1.44);
        font-size: calc(14px * 1.44); } }
.form-input__select > option {
      text-transform: none; }
.form-input__select-wrap {
      position: relative;
      height: 58px;
      padding: 0 18px 0 12px;
      border: 2px solid #000;
      border-radius: 0;
      outline: none;
      box-shadow: none; }
@media (min-width: 2560px) {
        .form-input__select-wrap {
          height: calc(58px * 1.44);
          padding: 0 calc(18px * 1.44) 0 calc(12px * 1.44);
          border-width: calc(2px * 1.44); } }
.form-input__select-wrap:after {
        position: absolute;
        top: calc(50% - 3px);
        right: 20px;
        content: '';
        border-width: 7px 6px 0 6px;
        border-style: solid;
        border-color: #000000 transparent transparent transparent; }
.form-input__checkbox:not(:last-child), .form-input__radio:not(:last-child) {
    margin-bottom: 6px; }
.form-input__checkbox input, .form-input__radio input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
.form-input__checkbox label, .form-input__radio label {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer; }
.form-input__checkbox-label, .form-input__radio-label {
    position: relative;
    min-height: 20px;
    padding-left: 25px;
    color: #000;
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 1.37em; }
@media (min-width: 2560px) {
      .form-input__checkbox-label, .form-input__radio-label {
        min-height: calc(20px * 1.44);
        padding-left: calc(25px * 1.44);
        font-size: calc(14px * 1.44); } }
.form-input__checkbox-label a, .form-input__radio-label a {
      color: inherit; }
.form-input__checkbox-label a:hover, .form-input__radio-label a:hover {
        text-decoration: none; }
.form-input__checkbox-label:before, .form-input__radio-label:before {
      position: absolute;
      content: '';
      top: 10px;
      left: 0;
      width: 14px;
      height: 14px;
      font-size: 10px;
      line-height: 1;
      text-align: center;
      border: 2px solid #000;
      transform: translateY(-50%); }
@media (min-width: 2560px) {
        .form-input__checkbox-label:before, .form-input__radio-label:before {
          top: calc(10px * 1.44);
          width: calc(14px * 1.44);
          height: calc(14px * 1.44);
          font-size: calc(10px * 1.44);
          border-width: calc(2px * 1.44); } }
input:checked + .form-input__checkbox-label:before {
    content: '✓'; }
input:checked + .form-input__radio-label:after {
    position: absolute;
    top: 50%;
    left: 4px;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
    transform: translateY(-50%); }
.form-input__radio-label:before {
    width: 15px;
    height: 15px;
    border-radius: 50%; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.form-success-message {
  margin-top: 5vw;
  color: #fff;
  text-align: center; }
@media (max-width: 768px) {
    .form-success-message {
      margin-top: 50px; } }
.form-success-message--inverted {
    color: #000; }
.form-success-message--visible {
    display: none; }
.form-success__title {
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: 900;
  font-size: 88px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1em;
  text-transform: uppercase; }
@media (max-width: 1024px) {
    .form-success__title {
      font-size: 66px; } }
@media (max-width: 640px) {
    .form-success__title {
      font-size: 34px; } }
.form-success__title:not(:last-child) {
    margin-bottom: 50px; }
.form-success__message {
  color: inherit;
  font-weight: 800;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif;
  line-height: normal; }
@media (max-width: 640px) {
    .form-success__message {
      font-size: 18px; } }
.form-success__message:not(:last-child) {
    margin-bottom: 70px; }
.form-success__button {
  width: 100%;
  max-width: 350px;
  margin: 0 auto; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.form-modal .form-box__submit.inverted {
  background: #17c583;
  border: 2px solid #17c583; }
.form-modal .form-box__submit.inverted:hover {
    box-shadow: 0px 19px 57px 0 #17c583; }
.form-modal .form-input__textarea {
  min-height: 120px; }
@media (min-width: 2560px) {
    .form-modal .form-input__textarea {
      min-height: calc(120px * 1.44); } }
.form-modal .mt-55__warning, .form-modal .mt-55__info {
  padding-bottom: 10px;
  color: #17c583;
  font-weight: 900;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.2em;
  text-transform: uppercase; }
.form-modal .mt-55__info {
  color: #ffba00; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.pop-up-form__external-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #131313;
  content: '';
  transition: width 0.3s; }
.pop-up-form__external-link:hover::after {
  left: 0;
  width: 100%; }
.pop-up-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 85px 0 45px; }
@media (min-width: 2560px) {
    .pop-up-form {
      padding: calc(85px * 1.44) 0 calc(45px * 1.44); } }
.pop-up-form .form-box__submit {
    margin: 20px auto 30px; }
@media (min-width: 2560px) {
      .pop-up-form .form-box__submit {
        margin: calc(20px * 1.44) auto calc(30px * 1.44); } }
.pop-up-form__title {
    position: absolute;
    top: 0;
    left: 51px;
    width: calc(100% - 51px);
    min-height: 51px;
    padding: 15px 25px 8px;
    color: #000;
    font-weight: 900;
    font-size: 20px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #707070; }
@media (min-width: 2560px) {
      .pop-up-form__title {
        left: calc(50px * 1.44);
        width: calc(100% - 51px);
        min-height: calc(51px * 1.44);
        padding: calc(9px * 1.44) calc(25px * 1.44) calc(8px * 1.44);
        font-size: calc(33px * 1.44); } }
.pop-up-form__contacts-button-close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 51px;
    height: 51px;
    color: #aaa;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid #707070;
    border-top: none;
    border-left: none;
    outline: none;
    cursor: pointer; }
.pop-up-form__contacts-button-close:hover {
      color: #000; }
@media (min-width: 2560px) {
      .pop-up-form__contacts-button-close {
        width: calc(51px * 1.44);
        height: calc(51px * 1.44);
        font-size: calc(20px * 1.44); } }
@media screen and (max-width: 480px) {
      .pop-up-form__contacts-button-close {
        top: 0;
        left: 0;
        margin-left: -2px; } }
.pop-up-form .form-success-message {
    align-self: center;
    margin-top: 50%;
    color: #000;
    text-align: left; }
.pop-up-form .form-success-message:not(:last-child) {
      margin-bottom: 35px; }
@media screen and (max-height: 480px) {
      .pop-up-form .form-success-message {
        margin-top: 0%; } }
.pop-up-form .form-success__message:not(:last-child) {
    margin-bottom: 40px; }
.pop-up-form .form-success__title {
    position: relative;
    font-size: 33px; }
.pop-up-form .form-success__title::before {
      position: absolute;
      top: -7px;
      left: -7px;
      z-index: -1;
      width: 47px;
      height: 47px;
      background-image: linear-gradient(45deg, #2750be, #00dbfe);
      content: ''; }
.pop-up-form .form-success__title:not(:last-child) {
      margin-bottom: 30px; }
.pop-up-form .form-success__button.inverted {
    background: #17c583;
    border: 2px solid #17c583; }
.pop-up-form .form-success__button.inverted:hover {
      box-shadow: 0px 19px 57px 0 #17c583; }
.pop-up-form__title-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
.pop-up-form__title-wrapper::before {
      position: absolute;
      bottom: -1px;
      left: -49px;
      width: 495px;
      height: 1px;
      border-bottom: 1px solid #707070;
      content: ''; }
.pop-up-form__external-link {
    position: relative;
    color: #17c583;
    font-weight: 900;
    font-size: 14px;
    font-family: 'ProximaNova', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer; }
@media (min-width: 2560px) {
      .pop-up-form__external-link {
        font-size: calc(14px * 1.44); } }
.pop-up-form__external-link:after {
      background: #17c583; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.info-message__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .info-message__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .info-message__wrapper {
      max-width: calc(940px * 1.44); } }
.info-message {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 899;
  width: 70vw;
  max-width: 760px;
  transform: translate(-50%, -50%); }
@media screen and (max-width: 900px) and (max-height: 475px) and (orientation: landscape) {
    .info-message {
      height: 90vh;
      overflow-y: auto; } }
@media screen and (max-width: 767px) {
    .info-message {
      width: 90vw; } }
@media screen and (max-width: 360px) {
    .info-message {
      height: 90vh; } }
.info-message__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1000px;
    padding: 40px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    animation: fadeInAnimation 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards; }
@media screen and (max-width: 767px) {
      .info-message__wrapper {
        padding: 30px 5vw; } }
@media screen and (max-width: 475px) {
      .info-message__wrapper {
        overflow-y: auto; } }
.info-message__message {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.2;
    text-align: left; }
.info-message__cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 245px;
    min-height: 58px;
    margin: 40px auto 0;
    color: white;
    font-weight: 800;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    background: black;
    border: 2px solid #111;
    cursor: pointer;
    transition: ease-in-out 0.15s; }
.info-message__cta-button:hover {
      color: white;
      background: black;
      box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.95); }
@media screen and (max-width: 767px) {
      .info-message__cta-button {
        min-height: 58px;
        margin: 22px auto 0; } }
@keyframes fadeInAnimation {
  from {
    visibility: hidden;
    opacity: 0; }
  to {
    visibility: visible;
    opacity: 1; } }
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.menu {
  display: flex; }
@media (max-width: 360px) {
    .menu {
      max-width: 185px; } }
.menu__search {
    display: flex;
    width: 50px;
    height: 50px;
    margin: 5px 0 0 0;
    border-left: 1px solid transparent;
    transition: border 0.5s; }
.menu__search_background_black {
      width: 40px;
      height: 40px;
      margin: 5px;
      background-color: black;
      box-shadow: 0px 2px 3px 0 black; }
@media (min-width: 2560px) {
        .menu__search_background_black {
          width: calc(40px * 1.44);
          height: calc(40px * 1.44);
          margin: calc(5px * 1.44); } }
.menu__search_blured {
      width: 50px;
      height: 50px;
      /*margin: 5px 0 5px 5px;*/
      border-left: 1px solid #707070; }
@media (min-width: 2560px) {
        .menu__search_blured {
          width: calc(50px * 1.44);
          height: calc(50px * 1.44);
          margin: calc(5px * 1.44) 0 0 0;
          border-left-width: calc(1px * 1.44); } }
.menu__search-image {
    display: block;
    width: 16px;
    height: 16px;
    margin: auto; }
@media (min-width: 2560px) {
      .menu__search-image {
        width: calc(16px * 1.44);
        height: calc(16px * 1.44); } }
.menu__button {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    margin: 5px 0;
    padding: 0;
    background: transparent;
    border: transparent;
    border-left: 1px solid transparent;
    outline: none;
    cursor: pointer;
    transition: border 0.5s; }
@media (min-width: 2560px) {
      .menu__button {
        width: calc(50px * 1.44);
        height: calc(50px * 1.44);
        margin: calc(5px * 1.44) 0; } }
.menu__button::before, .menu__button::after {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      width: 16px;
      height: 2px;
      margin: 0 auto;
      background-color: black;
      box-shadow: 0 -6px 0 0 black;
      transform: translateY(-50%);
      content: ''; }
@media (min-width: 2560px) {
        .menu__button::before, .menu__button::after {
          width: calc(16px * 1.44);
          height: calc(2px * 1.44); } }
.menu__button::after {
      right: -8px;
      left: -4px;
      width: 12px;
      box-shadow: 0 6px 0 0 black; }
@media (min-width: 2560px) {
        .menu__button::after {
          right: calc(-8px * 1.44);
          left: calc(-4px * 1.44);
          width: calc(12px * 1.44); } }
.menu__button_background_black {
      width: 50px;
      height: 50px;
      margin: 5px 0; }
@media (min-width: 2560px) {
        .menu__button_background_black {
          width: calc(50px * 1.44);
          height: calc(50px * 1.44);
          margin: calc(5px * 1.44) 0; } }
.menu__button_background_black::before {
        background-color: white;
        box-shadow: 0 -6px 0 0 white; }
.menu__button_background_black::after {
        background-color: white;
        box-shadow: 0 6px 0 0 white; }
.menu__button_background_black-bg {
        width: 40px;
        height: 40px;
        margin-right: 5px;
        background: black;
        box-shadow: 0px 2px 3px 0 black; }
@media (min-width: 2560px) {
          .menu__button_background_black-bg {
            width: calc(40px * 1.44);
            height: calc(40px * 1.44);
            margin-right: calc(5px * 1.44); } }
.menu__button_background_white::before {
      background-color: black;
      box-shadow: 0 -6px 0 0 black; }
.menu__button_background_white::after {
      background-color: black;
      box-shadow: 0 6px 0 0 black; }
.menu__button_cross::before, .menu__button_cross::after {
      width: 16px;
      box-shadow: 0 0 0 0 white;
      transition: transform 0.2s 0.1s, box-shadow 0.1s, width 0.1s, left 0s 0.1s; }
@media (min-width: 2560px) {
        .menu__button_cross::before, .menu__button_cross::after {
          width: calc(16px * 1.44); } }
.menu__button_cross::before {
      background-color: white;
      transform: translateY(-50%) rotate(45deg); }
.menu__button_cross::after {
      left: -8px;
      background-color: white;
      transform: translateY(-50%) rotate(-45deg); }
.menu__button_cross-black::before {
      background-color: black; }
.menu__button_cross-black::after {
      background-color: black; }
.menu__button_blured {
      width: 50px;
      height: 50px;
      margin: 5px 0;
      border-top: transparent;
      border-right: transparent;
      border-bottom: transparent;
      border-left: 1px solid #707070; }
@media (min-width: 2560px) {
        .menu__button_blured {
          width: calc(50px * 1.44);
          height: calc(50px * 1.44);
          margin: calc(5px * 1.44) 0;
          border-left-width: calc(1px * 1.44); } }
.menu__button_blured::before {
        background-color: black;
        box-shadow: 0 -6px 0 0 black; }
.menu__button_blured::after {
        background-color: black;
        box-shadow: 0 6px 0 0 black; }
.menu__contacts-button {
    display: flex;
    width: 50px;
    height: 50px;
    margin: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 36% 36%;
    border: transparent;
    border-left: 1px solid transparent;
    outline: none;
    cursor: pointer;
    transition: border 0.5s; }
@media (min-width: 2560px) {
      .menu__contacts-button {
        width: calc(50px * 1.44);
        height: calc(50px * 1.44); } }
.menu__contacts-button_black {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/common/icon-contacts-black.svg"); }
.menu__contacts-button_white {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/common/icon-contacts-white.svg"); }
.menu__contacts-button_blured {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/common/icon-contacts-black.svg");
      border-left: 1px solid #707070; }
.menu__contacts-button_not-active {
      display: none; }
.menu__info-button {
    display: flex;
    align-items: center;
    height: 49px;
    margin: auto;
    padding: 0 10px;
    font-weight: 900;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    background: #fff;
    border: transparent;
    border-left: 1px solid transparent;
    outline: none;
    cursor: pointer;
    transition: border 0.5s; }
@media (min-width: 2560px) {
      .menu__info-button {
        width: calc(50px * 1.44);
        height: calc(50px * 1.44); } }
@media screen and (max-width: 374px) {
      .menu__info-button {
        padding-right: 0;
        font-size: 10px;
        text-align: left; } }
.menu__info-button_black {
      color: #000;
      background: #fffce3; }
.menu__info-button_white {
      color: #fff;
      background: transparent; }
.menu__info-button_blured {
      color: #000;
      background: #fffce3;
      border-left: 1px solid #707070; }
@media screen and (max-width: 414px) {
        .menu__info-button_blured {
          border-left: none; } }
.menu__info-button_not-active {
      display: none; }
.menu__contacts-form {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 888;
    width: 100%;
    max-width: 490px;
    min-height: 100%;
    max-height: 100%;
    padding: 0 45px;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: white;
    border: 1px solid #707070;
    border-top: none;
    border-bottom: none;
    -webkit-overflow-scrolling: touch; }
@media (min-width: 2560px) {
      .menu__contacts-form {
        max-width: calc(487px * 1.44);
        padding: 0 calc(45px * 1.44) 0; } }
@media screen and (max-width: 480px) {
      .menu__contacts-form {
        padding: 0 30px; } }
.menu__contacts-form_open {
      animation: formAnimation 0.2s; }
.menu__contacts-form_close {
      opacity: 0;
      animation: formAnimationClose 0.2s; }
.menu__info-message {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 888;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    padding: 0 45px;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.7);
    -webkit-overflow-scrolling: touch; }
@media (min-width: 2560px) {
      .menu__info-message {
        max-width: calc(487px * 1.44);
        padding: 0 calc(45px * 1.44) 0; } }
@media screen and (max-width: 480px) {
      .menu__info-message {
        padding: 0 30px; } }
.menu__info-message_open {
      animation: formAnimation 0.2s; }
.menu__info-message_close {
      opacity: 0;
      animation: formAnimationClose 0.2s; }
@keyframes formAnimation {
  from {
    transform: translateX(30%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
@keyframes formAnimationClose {
  from {
    transform: translateX(0);
    opacity: 1; }
  to {
    transform: translateX(30%);
    opacity: 0; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: flex;
  width: 100vw;
  height: 100vh;
  height: stretch;
  height: fill-available;
  height: -webkit-fill-available;
  height: -moz-fill-available;
  padding: 75px 5vw 60px;
  overflow: hidden;
  background-image: linear-gradient(#9517a5, #00eda9);
  animation: fadeIn 0.2s ease;
  /* styles for landscape submenu in two columns*/ }
.main-navigation::after {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 20vh;
    -webkit-box-shadow: inset 0px -90px 24px -11px #03eeaa;
    -moz-box-shadow: inset 0px -90px 24px -11px #03eeaa;
    box-shadow: inset 0px -90px 24px -11px #03eeaa;
    content: ''; }
@media (orientation: landscape) {
      .main-navigation::after {
        content: none; } }
@media (min-width: 376px) {
      .main-navigation::after {
        content: none; } }
.main-navigation::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 10vh;
    -webkit-box-shadow: inset 0px 59px 18px -17px #9517a5;
    -moz-box-shadow: inset 0px 59px 18px -17px #9517a5;
    box-shadow: inset 0px 59px 18px -17px #9517a5;
    content: ''; }
@media (orientation: landscape) {
      .main-navigation::before {
        content: none; } }
@media (min-width: 376px) {
      .main-navigation::before {
        content: none; } }
.main-navigation_hide-gradient::after, .main-navigation_hide-gradient::before {
    content: none; }
@media (min-width: 376px) and (max-width: 767px) {
    .main-navigation {
      padding: 40px 20px 30px;
      overflow-x: hidden;
      overflow-y: hidden; } }
@media (max-width: 376px) and (max-height: 670px) {
    .main-navigation {
      margin: 0;
      overflow-y: auto;
      -ms-overflow-style: none; }
      .main-navigation::-webkit-scrollbar {
        display: none; }
      .main-navigation .main-navigation__submenu-wrapper {
        overflow-y: hidden; } }
@media (max-width: 320px) {
    .main-navigation {
      padding: 70px 20px 30px; } }
@media (max-height: 360px) and (min-width: 450px) and (max-width: 767px) {
    .main-navigation {
      padding: 70px 20px; } }
@media only screen and (min-width: 321px) and (min-width: 360px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    .main-navigation .main-navigation__menu {
      grid-gap: 0 0;
      width: 320px;
      min-width: 320px;
      max-width: 320px; } }
@media (max-height: 414px) and (orientation: landscape) {
    .main-navigation {
      flex: 1;
      height: 100vh; } }
.main-navigation__menu {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 0 50px;
    grid-template-rows: repeat(auto-fit, minmax(25px, auto));
    align-content: center;
    align-items: center;
    width: 440px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    /* styles for landscape main menu in two columns iPhone X*/ }
@media (min-width: 1024px) and (max-width: 1920px) {
      .main-navigation__menu {
        width: 500px; } }
@media (min-width: 768px) and (max-width: 1024px) {
      .main-navigation__menu {
        width: 400px; } }
@media (min-width: 768px) and (max-width: 1024px) and (min-height: 860px) and (max-height: 1200px) {
      .main-navigation__menu {
        width: 470px; } }
@media (min-width: 1920px), (min-width: 768px) and (min-height: 1205px) {
      .main-navigation__menu {
        width: 640px; } }
@media (min-width: 2560px) {
      .main-navigation__menu {
        width: 800px; } }
@media (min-width: 3840px) {
      .main-navigation__menu {
        width: 1200px; } }
@media (max-height: 499px), (max-width: 480px) {
      .main-navigation__menu {
        width: 100vw;
        min-width: 90vw; } }
@media only screen and (max-height: 360px) {
      .main-navigation__menu {
        grid-gap: 0 25px;
        grid-template-rows: repeat(auto-fit, minmax(7.3vh, 7.3vh));
        width: 100vw;
        min-width: 90vw; } }
@media (max-width: 896px) and (max-height: 414px) {
      .main-navigation__menu {
        width: 100%; } }
@media (max-height: 230px), (max-height: 230px) and (min-width: 640px), (max-height: 450px) and (max-width: 450px) {
      .main-navigation__menu {
        display: flex;
        flex-direction: column;
        align-items: initial;
        height: auto;
        overflow-y: auto; } }
@media (max-width: 376px) and (max-height: 740px) and (orientation: portrait) {
      .main-navigation__menu {
        grid-template-rows: repeat(auto-fit, minmax(45px, 6vw));
        align-content: flex-start;
        align-items: center;
        overflow-y: auto; } }
.main-navigation__menu li {
      position: relative;
      padding-left: 60px;
      /* styles for landscape main menu in two columns*/ }
@media only screen and (min-width: 768px) {
        .main-navigation__menu li {
          padding-left: 5vh; } }
@media only screen and (max-height: 540px) {
        .main-navigation__menu li {
          padding-left: 8vh; } }
@media only screen and (max-height: 540px) and (orientation: landscape) {
        .main-navigation__menu li {
          page-break-inside: avoid;
          list-style-position: inside;
          -webkit-column-break-inside: avoid;
          break-inside: avoid; } }
@media (max-width: 480px) {
        .main-navigation__menu li {
          padding-left: 30px; } }
.main-navigation__menu li:before {
        position: absolute;
        top: 50%;
        left: 0;
        color: #80108e;
        font-weight: 900;
        font-size: 24px;
        font-family: "ProximaNova", sans-serif;
        line-height: 1em;
        letter-spacing: normal;
        text-transform: uppercase;
        text-decoration: none;
        transform: translateY(-50%);
        content: attr(data-item-counter); }
@media only screen and (min-width: 768px) {
          .main-navigation__menu li:before {
            font-size: 2.5vh; } }
@media only screen and (max-height: 540px) {
          .main-navigation__menu li:before {
            font-size: 3.2vh; } }
@media (max-width: 480px) {
          .main-navigation__menu li:before {
            font-size: 16px; } }
@media only screen and (max-height: 320px) and (max-width: 568px) {
          .main-navigation__menu li:before {
            font-size: 3.8vh; } }
.main-navigation__menu li a {
        display: inline-block;
        padding: 1.2vh 1.75vh 1.75vh;
        color: #fff;
        font-weight: 900;
        font-size: 24px;
        font-family: "ProximaNova", sans-serif;
        line-height: 1em;
        letter-spacing: normal;
        text-transform: uppercase;
        text-decoration: none;
        transform-origin: 0 50%;
        transition: transform 0.25s ease;
        /* styles for landscape main menu in two columns*/ }
@media only screen and (min-width: 768px) {
          .main-navigation__menu li a {
            font-size: 2.5vh; } }
@media only screen and (max-height: 540px) {
          .main-navigation__menu li a {
            font-size: 3.2vh; } }
@media (max-width: 768px) {
          .main-navigation__menu li a {
            font-size: 16px; } }
@media (max-width: 365px) {
          .main-navigation__menu li a {
            padding: 1.1vh; } }
@media only screen and (max-height: 300px) and (orientation: landscape) {
          .main-navigation__menu li a {
            font-size: 12px; } }
@media only screen and (max-height: 500px) and (orientation: landscape) {
          .main-navigation__menu li a {
            font-size: 16px; } }
@media only screen and (max-height: 509px) and (max-width: 640px) {
          .main-navigation__menu li a {
            font-size: 12px; } }
@media (max-height: 300px), (max-height: 330px) and (min-width: 640px), (max-height: 450px) and (max-width: 450px) {
          .main-navigation__menu li a {
            font-size: 3.8vh; } }
@media (hover: hover) {
      .main-navigation__menu li:not(.main-navigation__menu-current) a:hover:not(.main-navigation__menu-opened) {
        transform: scale(1.25) translateX(-3px); } }
@media (hover: hover) and (min-width: 768px) and (max-width: 1024px) and (min-height: 860px) and (max-height: 1200px) {
      .main-navigation__menu li:not(.main-navigation__menu-current) a:hover:not(.main-navigation__menu-opened) {
        transform: scale(1.1) translateX(-3px); } }
.main-navigation__menu-current:not(:last-child) {
      margin-bottom: 4px; }
.main-navigation__menu-current:not(:first-child) {
      margin-top: 4px; }
.main-navigation__menu-current a {
      padding-bottom: 1.2vh !important;
      background-color: #000;
      box-shadow: 0px 0px 25px 0 rgba(37, 36, 12, 0.2); }
@media (max-width: 812px) and (max-height: 375px) {
        .main-navigation__menu-current a {
          box-shadow: none; } }
.main-navigation__menu-has-child {
      padding-right: 30px; }
.main-navigation__menu-has-child:after {
        position: absolute;
        top: calc(50% - 0.4vh);
        right: 0;
        border-width: 5px 0 5px 6px;
        border-style: solid;
        border-color: transparent transparent transparent #ffffff;
        transform: translateY(-50%);
        transition: border-color 0.2s ease, border-width 0.2s ease;
        content: ''; }
@media (hover: hover) {
        .main-navigation__menu-has-child.main-navigation__menu-opened:not(.main-navigation__menu-current) a {
          transform: scale(1.25) translateX(-3px); } }
@media (hover: hover) and (min-width: 768px) and (max-width: 1024px) and (min-height: 860px) and (max-height: 1200px) {
        .main-navigation__menu-has-child.main-navigation__menu-opened:not(.main-navigation__menu-current) a {
          transform: scale(1.1) translateX(-3px); } }
.main-navigation__menu-has-child.main-navigation__menu-opened:after {
        border-width: 10px 11px 10px 0;
        border-color: transparent #ffffff transparent transparent; }
.main-navigation__menu .menu-item-empty {
      min-height: 25px; }
@media (min-width: 376px) {
        .main-navigation__menu .menu-item-empty {
          display: none; } }
.main-navigation__submenu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
.main-navigation__submenu-wrapper {
      display: flex;
      align-items: center;
      width: calc(100% + 5vw - 440px);
      height: calc(100% + 160px);
      margin: -80px -8vw -80px 10px;
      padding: 70px 5vw 80px 65px;
      overflow: hidden;
      background-color: #fff;
      /* animation: fadeIn 0.2s ease-in-out;*/
      animation: slide 0.35s ease-in-out;
      /* styles for landscape main menu in two columns iPhone X*/ }
@media (min-width: 768px) and (max-width: 1024px) {
        .main-navigation__submenu-wrapper {
          width: calc(100% + 5vw - 330px);
          padding-left: 45px; } }
@media (max-width: 767px) {
        .main-navigation__submenu-wrapper {
          align-items: flex-start;
          width: calc(100% + 54px);
          height: calc(100% + 120px);
          margin: -60px -30px -60px -10px;
          padding-left: 35px; } }
@media (max-width: 812px) and (max-height: 375px) {
        .main-navigation__submenu-wrapper {
          align-items: flex-start;
          width: calc(100% + 100px);
          height: calc(100% + 165px);
          margin: -60px -50px -60px -10px;
          padding-top: 58px; } }
@media (max-width: 812px) and (max-height: 375px) and (orientation: landscape) {
        .main-navigation__submenu-wrapper {
          margin: -50px -50px -60px -10px; } }
@media (max-width: 740px) and (max-height: 360px) and (orientation: landscape) {
        .main-navigation__submenu-wrapper {
          margin: -70px -50px -60px -10px; } }
@media (max-width: 586px) and (max-height: 320px) and (orientation: landscape) {
        .main-navigation__submenu-wrapper {
          margin: -70px -50px -60px -10px; } }
@media (min-width: 812px) and (max-height: 450px) and (orientation: landscape) {
        .main-navigation__submenu-wrapper {
          align-items: flex-start;
          width: calc(100% + 100px);
          height: calc(100% + 165px);
          margin: -60px -50px -60px -45px; } }
@media (max-height: 500px) and (min-width: 768px) {
        .main-navigation__submenu-wrapper {
          align-items: flex-start;
          width: calc(100% + 7vw + 100px);
          height: calc(100% + 165px);
          margin: -75px -7vw;
          padding-top: 58px; } }
@media (max-width: 376px) {
        .main-navigation__submenu-wrapper {
          height: calc(100% + 140px);
          margin: -80px -30px -60px -10px;
          overflow: hidden; } }
@media (max-width: 320px) {
        .main-navigation__submenu-wrapper {
          height: calc(100% + 130px);
          margin: -70px -30px -60px -15px; } }
@media (min-width: 1920px) {
        .main-navigation__submenu-wrapper {
          width: calc(100% + 5vw - 600px); } }
@media (min-width: 2560px) {
        .main-navigation__submenu-wrapper {
          width: calc(100% + 5vw - 750px); } }
@media (min-width: 3840px) {
        .main-navigation__submenu-wrapper {
          width: calc(100% + 5vw - 1200px); } }
.main-navigation__submenu li {
      margin-bottom: 2vh; }
.main-navigation__submenu li.main-navigation__item-section a {
        color: #000;
        font-weight: 900;
        font-size: 24px;
        font-family: "ProximaNova", sans-serif;
        text-transform: uppercase;
        /* styles for landscape main menu in two columns*/ }
@media only screen and (min-width: 768px) {
          .main-navigation__submenu li.main-navigation__item-section a {
            font-size: 2.5vh; } }
@media only screen and (max-height: 540px) {
          .main-navigation__submenu li.main-navigation__item-section a {
            font-size: 3.2vh; } }
@media only screen and (max-height: 540px) and (orientation: landscape) and (max-width: 896px) {
          .main-navigation__submenu li.main-navigation__item-section a {
            font-size: 20px; } }
@media (max-width: 480px) {
          .main-navigation__submenu li.main-navigation__item-section a {
            font-size: 20px; } }
@media (max-height: 500px) and (min-width: 768px) {
          .main-navigation__submenu li.main-navigation__item-section a {
            font-size: 3.8vh; } }
.main-navigation__submenu li.main-navigation__item-back:not(:last-child) {
        margin-bottom: 20px; }
@media only screen and (max-height: 509px) and (max-width: 640px) {
          .main-navigation__submenu li.main-navigation__item-back:not(:last-child) {
            margin-bottom: 10px; } }
.main-navigation__submenu li.main-navigation__item-back a {
        color: #8f24a3;
        /* styles for landscape main menu in two columns*/ }
@media (min-width: 767px) and (max-width: 896px) and (max-height: 414px) {
          .main-navigation__submenu li.main-navigation__item-back a {
            font-size: 3.6vh; } }
.main-navigation__submenu li.main-navigation__item-back a::before {
          display: inline-block;
          width: 8px;
          height: 8px;
          margin-right: 8px;
          border: 2px solid #8f24a3;
          border-right: none;
          border-bottom: none;
          transform: rotate(-45deg);
          content: ''; }
@media only screen and (max-height: 509px) and (max-width: 640px) {
          .main-navigation__submenu li.main-navigation__item-back a {
            font-size: 16px; } }
.main-navigation__submenu li:not(.main-navigation__item-section) {
        padding-left: 10px; }
@media (max-width: 767px) {
          .main-navigation__submenu li:not(.main-navigation__item-section) {
            padding-left: 0; } }
@media (min-width: 767px) and (max-width: 896px) and (max-height: 414px) {
          .main-navigation__submenu li:not(.main-navigation__item-section) {
            padding-left: 0; } }
.main-navigation__submenu li.main-navigation__item-current a {
        color: #000;
        font-size: 24px; }
@media only screen and (min-width: 768px) {
          .main-navigation__submenu li.main-navigation__item-current a {
            font-size: 2.4vh; } }
@media only screen and (max-height: 540px) {
          .main-navigation__submenu li.main-navigation__item-current a {
            font-size: 18px; } }
@media (max-width: 480px) {
          .main-navigation__submenu li.main-navigation__item-current a {
            font-size: 20px; } }
.main-navigation__submenu li:not(.main-navigation__item-current) a:after {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #000;
        transition: width 0.3s;
        content: ''; }
@media (hover: hover) {
        .main-navigation__submenu li:not(.main-navigation__item-current) a:hover:after {
          left: 0;
          width: 100%; } }
.main-navigation__submenu li a {
        position: relative;
        padding-bottom: 2px;
        color: rgba(0, 0, 0, 0.8);
        font-weight: 400;
        font-size: 16px;
        font-family: "ProximaNova", sans-serif;
        text-decoration: none; }
@media only screen and (min-width: 768px) {
          .main-navigation__submenu li a {
            font-size: 1.9vh; } }
@media (max-height: 500px) and (min-width: 768px) {
          .main-navigation__submenu li a {
            font-size: 3.5vh; } }
.main-navigation__submenu-list {
    margin: 0;
    padding: 0;
    list-style: none; }
.main-navigation__submenu-list_columns {
      /* styles for landscape submenu in two columns*/ }
@media only screen and (max-height: 540px) and (orientation: landscape) {
        .main-navigation__submenu-list_columns {
          display: grid;
          grid-auto-flow: column;
          grid-gap: 0 30px;
          grid-template-rows: repeat(auto-fit, minmax(30px, auto));
          align-content: center;
          align-items: center;
          height: calc(100vh - 50px - 120px - 20px); } }
@media (max-height: 360px), (max-width: 360px), (max-height: 470px) and (max-width: 450px) {
        .main-navigation__submenu-list_columns {
          display: flex;
          flex-direction: column;
          align-content: initial;
          align-items: initial;
          height: calc(100vh - 50px - 120px - 20px);
          overflow-y: auto; } }
.main-navigation__submenu-list_columns li {
        /* styles for landscape submenu in two columns*/ }
@media only screen and (max-height: 540px) and (orientation: landscape) and (max-width: 896px) {
          .main-navigation__submenu-list_columns li {
            padding-left: 0 !important;
            page-break-inside: avoid;
            list-style-position: inside;
            -webkit-column-break-inside: avoid;
            break-inside: avoid; } }
@media only screen and (max-height: 540px) and (orientation: landscape) and (max-width: 767px) {
          .main-navigation__submenu-list_columns li {
            margin-right: 4vw; } }
.main-navigation__submenu-list li a {
      /* styles for landscape main menu in two columns*/
      /* styles for landscape main menu in two columns iPhone X*/ }
@media only screen and (max-height: 540px) and (orientation: landscape) and (max-width: 767px) {
        .main-navigation__submenu-list li a {
          font-size: 16px; } }
@media (min-width: 767px) and (max-width: 896px) and (max-height: 414px) {
        .main-navigation__submenu-list li a {
          font-size: 3.6vh; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }
.menu-item-appear {
  transform: translateX(30%);
  opacity: 0; }
.menu-item-appear-done {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.2s ease, opacity 0.2s ease; }
.language-switcher {
  position: absolute;
  right: 25px;
  bottom: 23px;
  z-index: 999;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-backface-visibility: hidden; }
.language-switcher::before {
    position: absolute;
    top: 0;
    right: calc(75vw + 35px);
    width: 10px;
    height: 10px;
    border-width: 10px 0 10px 11px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    transform: rotate(90deg);
    content: ''; }
@media (min-width: 376px) {
      .language-switcher::before {
        content: none; } }
@media (min-height: 741px) {
      .language-switcher::before {
        content: none; } }
@media (max-width: 480px) {
    .language-switcher {
      right: 20px;
      bottom: 18px; } }
@media (max-height: 414px) and (orientation: landscape) {
    .language-switcher {
      bottom: calc(100vh - 87%); } }
.language-switcher__item {
    color: #000;
    font-weight: 800;
    font-size: 18px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
@media (max-width: 480px) {
      .language-switcher__item {
        font-size: 14px; } }
.language-switcher__item:not(:last-child) {
      margin-right: 10px; }
.language-switcher__item-current {
      color: #fff; }
.language-switcher__item-current a {
        background-color: #000;
        box-shadow: 0px 4px 11px 0 rgba(37, 36, 12, 0.6); }
.language-switcher__item a {
      display: block;
      padding: 5px 4px;
      color: inherit;
      text-decoration: none; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.header {
  width: 100%;
  height: 51px;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s, border 0.3s; }
@media (min-width: 2560px) {
    .header {
      height: calc(51px * 1.44); } }
.header_navigation_open {
    height: 100%;
    background: #131313; }
.header_blured {
    background-color: #fff;
    border-bottom: 1px solid #707070; }
.header__top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 51px;
    padding: 0 0 0 44px; }
@media (min-width: 2560px) {
      .header__top {
        height: calc(51px * 1.44);
        padding: 0 0 0 calc(44px * 1.44); } }
.header__navigation {
    position: absolute;
    top: 0;
    z-index: -1; }
.header__navigation_open .header__top {
      z-index: 901; }
@media only screen and (max-width: 1070px) {
  .header__top {
    padding: 0 0 0 20px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.get-in-touch {
  display: flex;
  flex-grow: 2;
  flex-basis: 100%;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 20px;
  background: white; }
@media (min-width: 2560px) {
    .get-in-touch {
      padding-top: calc(90px * 1.44);
      padding-bottom: calc(20px * 1.44); } }
.get-in-touch__content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 664px;
    min-height: 346px;
    max-height: 346px;
    padding: 40px 50px;
    text-transform: uppercase;
    background: linear-gradient(45deg, #274fbd, #01d8fd, #14dfea, #3fc12a, #f9ac07, #5406d9, #e912a3, #7a3bca, #f9ac07, #7a3bca);
    background-size: 1000% 1000%;
    transition: height 1s linear;
    animation: gradient-overflow 30s linear infinite; }
@media (min-width: 2560px) {
      .get-in-touch__content {
        max-width: calc(664px * 1.44);
        min-height: calc(346px * 1.44);
        max-height: calc(346px * 1.44);
        padding: calc(40px * 1.44) 0 0 calc(60px * 1.44); } }
.get-in-touch__heading {
    margin: 0;
    font-weight: 900;
    font-size: 68px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1; }
@media (min-width: 2560px) {
      .get-in-touch__heading {
        font-size: calc(68px * 1.44); } }
.get-in-touch__cta {
    position: absolute;
    bottom: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 270px;
    height: 70px;
    color: white;
    font-weight: 800;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background: black;
    border: 2px solid #111;
    cursor: pointer;
    transition: ease-in-out 0.15s; }
@media (min-width: 2560px) {
      .get-in-touch__cta {
        max-width: calc(270px * 1.44);
        height: calc(70px * 1.44);
        font-size: calc(14px * 1.44); } }
.get-in-touch__cta:hover {
      color: white;
      background: black;
      box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.95); }
@keyframes gradient-overflow {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }
@media only screen and (min-width: 1200px) {
  .get-in-touch {
    padding-right: 36px; } }
@media only screen and (min-width: 768px) {
  .get-in-touch {
    padding-bottom: 146px; }
    .get-in-touch__heading.de-de, .get-in-touch__heading.uk-ua {
      font-size: 69px; }
    .get-in-touch__heading.en-us {
      font-size: 84px; }
    .get-in-touch__cta {
      right: -10px;
      max-width: 242px;
      height: 58px; } }
@media only screen and (min-width: 768px) and (min-width: 2560px) {
      .get-in-touch__cta {
        right: calc(-10px * 1.44);
        max-width: calc(242px * 1.44);
        height: calc(58px * 1.44); } }
@media only screen and (max-width: 768px) {
  .get-in-touch {
    padding-right: 42px;
    padding-bottom: 112px;
    padding-left: 32px; }
    .get-in-touch__content {
      max-width: 604px;
      min-height: 270px;
      padding-left: 38px; }
    .get-in-touch__cta {
      right: 10px;
      bottom: -46px; } }
@media only screen and (max-width: 640px) {
  .get-in-touch {
    padding-right: 18px;
    padding-bottom: 124px;
    padding-left: 32px; }
    .get-in-touch__heading.de-de, .get-in-touch__heading.uk-ua {
      font-size: 43px; }
    .get-in-touch__heading.en-us {
      font-size: 60px; }
    .get-in-touch__content {
      max-width: 420px; } }
@media only screen and (max-width: 560px) {
  .get-in-touch {
    padding-right: 18px;
    padding-bottom: 124px;
    padding-left: 32px; }
    .get-in-touch__heading.de-de, .get-in-touch__heading.uk-ua {
      font-size: 46px; }
    .get-in-touch__heading.en-us {
      font-size: 60px; }
    .get-in-touch__content {
      min-height: 0;
      padding: 35px 30px; }
    .get-in-touch__cta {
      right: -10px;
      bottom: -40px; } }
@media only screen and (max-width: 400px) {
  .get-in-touch {
    padding-left: 15px; }
    .get-in-touch__heading.de-de, .get-in-touch__heading.uk-ua {
      font-size: 11vw; }
    .get-in-touch__heading.en-us {
      font-size: 14vw; }
    .get-in-touch__content {
      padding: 35px 30px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.footer__nav, .footer__menu-nav {
  margin: 0;
  padding: 0;
  list-style: none; }
.footer__content {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .footer__content {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .footer__content {
      max-width: calc(940px * 1.44); } }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.footer__link, .footer__external-link {
  position: relative;
  color: #aaa;
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
  text-decoration: none; }
@media (min-width: 2560px) {
    .footer__link, .footer__external-link {
      font-size: calc(12px * 1.44);
      line-height: calc(22px * 1.44); } }
.footer__link::after, .footer__external-link::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #f7f7f7;
    transition: 0.3s;
    content: ''; }
@media (min-width: 2560px) {
      .footer__link::after, .footer__external-link::after {
        height: calc(1px * 1.44); } }
.footer__link:hover::after, .footer__external-link:hover::after {
    left: 0;
    width: 100%; }
.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  color: white;
  background: #131313; }
.footer__heading {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 800;
    font-size: 32px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
@media (min-width: 2560px) {
      .footer__heading {
        font-size: calc(32px * 1.44); } }
.footer__sub-heading {
    margin-top: 0;
    margin-bottom: 20px;
    color: #aaa;
    font-weight: 800;
    font-size: 18px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
@media (min-width: 2560px) {
      .footer__sub-heading {
        margin-bottom: calc(20px * 1.44);
        font-size: calc(18px * 1.44); } }
.footer__link_menu {
    color: white;
    font-weight: 800;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif; }
@media (min-width: 2560px) {
      .footer__link_menu {
        font-size: calc(14px * 1.44); } }
.footer__link_menu::after {
      height: 2px; }
@media (min-width: 2560px) {
        .footer__link_menu::after {
          height: calc(2px * 1.44); } }
.footer__external-item {
    position: relative;
    margin: 0 0 5px; }
@media (min-width: 2560px) {
      .footer__external-item {
        margin: 0 0 calc(5px * 1.44); } }
.footer__external-item_first {
      margin-bottom: 7px; }
@media (min-width: 2560px) {
        .footer__external-item_first {
          margin-bottom: calc(7px * 1.44); } }
.footer__phone {
    color: #aaa;
    font-size: 12px;
    text-decoration: none; }
@media (min-width: 2560px) {
      .footer__phone {
        font-size: calc(12px * 1.44); } }
.footer__phone:hover {
      text-decoration: underline; }
.footer__top {
    display: flex;
    justify-content: space-between;
    padding-top: 36px; }
@media (min-width: 2560px) {
      .footer__top {
        padding-top: calc(36px * 1.44); } }
.footer__contacts, .footer__hot-links {
    width: 100%;
    max-width: 350px; }
@media (min-width: 2560px) {
      .footer__contacts, .footer__hot-links {
        max-width: calc(350px * 1.44); } }
.footer__contacts-content, .footer__hot-links-content {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 2px solid #aaa; }
@media (min-width: 2560px) {
      .footer__contacts-content, .footer__hot-links-content {
        padding-top: calc(24px * 1.44);
        border-top-width: calc(2px * 1.44); } }
.footer__contact-item {
    margin-top: 0;
    margin-bottom: 12px;
    color: #aaa;
    font-size: 12px; }
@media (min-width: 2560px) {
      .footer__contact-item {
        margin-bottom: calc(12px * 1.44);
        font-size: calc(12px * 1.44); } }
.footer__nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 174px;
    margin-bottom: 1rem; }
@media (min-width: 2560px) {
      .footer__nav {
        max-height: calc(174px * 1.44); } }
.footer__nav-item {
      max-width: 75px;
      margin-right: 39px;
      margin-bottom: 5px; }
@media (min-width: 2560px) {
        .footer__nav-item {
          max-width: calc(75px * 1.44);
          margin-right: calc(39px * 1.44);
          margin-bottom: calc(5px * 1.44); } }
.footer__nav-item_ad {
        width: 80px; }
@media (min-width: 2560px) {
          .footer__nav-item_ad {
            width: calc(80px * 1.44); } }
.footer__bottom {
    padding-top: 10px; }
@media (min-width: 2560px) {
      .footer__bottom {
        padding-top: calc(10px * 1.44); } }
.footer__menu {
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    border: solid 2px #aaa; }
@media (min-width: 2560px) {
      .footer__menu {
        padding: calc(16px * 1.44) calc(20px * 1.44);
        border-width: calc(2px * 1.44); } }
.footer__menu-social {
      margin: 0;
      padding: 0;
      list-style: none; }
.footer__menu-item {
      display: inline-block; }
.footer__menu-item:focus {
        outline: none; }
.footer__copyright {
    margin: 0;
    padding-top: 22px;
    padding-bottom: 34px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px; }
@media (min-width: 2560px) {
      .footer__copyright {
        padding-top: calc(22px * 1.44);
        padding-bottom: calc(34px * 1.44);
        font-size: calc(12px * 1.44); } }
@media only screen and (max-width: 768px) {
  .footer__top {
    flex-direction: column; }
  .footer__menu {
    flex-direction: column;
    padding: 10px 14px; }
  .footer__contacts, .footer__hot-links {
    max-width: none; }
  .footer__contacts-content {
    justify-content: start; }
  .footer__nav-item {
    margin-right: 32vw; }
  .footer__first_contact {
    margin-right: 160px; }
  .footer__copyright {
    padding-top: 14px;
    padding-bottom: 18px; } }
@media only screen and (max-width: 640px) {
  .footer__nav-item {
    margin-right: 25vw; } }
@media only screen and (max-width: 480px) {
  .footer__hot-links-content {
    flex-direction: column; }
  .footer__contacts-content {
    justify-content: space-between; }
  .footer__first_contact {
    margin-right: 0; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.cookie-message__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .cookie-message__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .cookie-message__wrapper {
      max-width: calc(940px * 1.44); } }
.cookie-message {
  position: fixed;
  bottom: 0;
  z-index: 899;
  width: 100%; }
.cookie-message__wrapper {
    position: relative;
    display: flex;
    max-width: 1000px;
    padding: 20px 22px 20px 140px;
    background-image: linear-gradient(to right, #f9ac07, #bf1278);
    visibility: hidden;
    opacity: 0;
    animation: fadeInAnimation 1s;
    animation-delay: 3s;
    animation-fill-mode: forwards; }
@media screen and (max-width: 767px) {
      .cookie-message__wrapper {
        flex-direction: column;
        padding: 80px 15px 0 15px; } }
@media screen and (min-width: 767px) {
      .cookie-message__wrapper:hover .cookie-message__img {
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        perspective: 1000px;
        animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; } }
.cookie-message__img {
    position: absolute;
    bottom: -5px;
    left: 20px;
    width: 130px;
    height: 150px; }
@media screen and (max-width: 767px) {
      .cookie-message__img {
        top: -85px; } }
.cookie-message__message {
    padding: 0 22px;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase; }
.cookie-message__message a {
      color: #fff;
      cursor: pointer; }
@media screen and (max-width: 1024px) {
      .cookie-message__message {
        font-size: 1.7vw; } }
@media screen and (max-width: 767px) {
      .cookie-message__message {
        top: -85px;
        padding: 0;
        font-size: 16px; } }
.cookie-message__cta-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    height: auto;
    color: #f8aa08;
    font-weight: 800;
    font-size: 29px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background: none;
    border: none;
    outline: none;
    cursor: pointer; }
@media screen and (max-width: 1024px) {
      .cookie-message__cta-button {
        font-size: 2.7vw; } }
@media screen and (max-width: 767px) {
      .cookie-message__cta-button {
        height: 58px;
        margin: 22px auto;
        font-size: 16px; } }
@keyframes fadeInAnimation {
  from {
    visibility: hidden;
    opacity: 0; }
  to {
    visibility: visible;
    opacity: 1; } }
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.ie-warning-message {
  position: fixed;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  color: #fff;
  background: linear-gradient(45deg, #00ddff, #224fc0, #00dcfe, #224fc0);
  background-size: 1400% 1400%;
  animation: gradient-overflow 20s linear infinite; }
.ie-warning-message__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.ie-warning-message__text {
    width: 80vw;
    font-weight: 900;
    font-size: 18px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.2;
    text-align: left; }
.ie-warning-message__text span {
      display: block;
      margin: 0 auto;
      margin-bottom: 3vw;
      font-size: 10vw;
      text-align: center;
      text-transform: uppercase; }
@media screen and (min-width: 767px) {
        .ie-warning-message__text span {
          margin-bottom: 0;
          font-size: 120px; } }
@media screen and (min-width: 767px) {
      .ie-warning-message__text {
        width: 85vw;
        max-width: 800px;
        font-size: 1.6em; } }

.sections-scroller {
  position: relative; }
  .sections-scroller__item {
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden; }
  .sections-scroller__item > * {
      min-height: inherit; }
  .sections-scroller__item-has-scroll {
      overflow: auto; }

.layout__header {
  position: fixed;
  top: -1px;
  z-index: 999; }

.layout {
  animation: fadeIn 0.2s ease; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.side-navigation__content {
  margin: 0;
  padding: 0;
  list-style: none; }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.side-navigation {
  position: fixed;
  top: 50%;
  z-index: 55;
  padding-bottom: 2px;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.3s; }
@media only screen and (max-height: 440px) {
    .side-navigation {
      top: auto;
      bottom: 0;
      transform: translateY(0); } }
.side-navigation_hide {
    z-index: -1;
    opacity: 0; }
.side-navigation__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 60px;
    padding: 18px 22px 12px 14px;
    background-color: white;
    border: solid 1px #707070; }
.side-navigation__item:hover {
    cursor: pointer; }
.side-navigation__item::after {
    display: block;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    transition: height 0.3s 0.1s, width 0.1s, border-color 0s 0.4s;
    transition-timing-function: linear;
    content: ''; }
.side-navigation__item_active::after {
    width: 20px;
    height: 100px;
    border-color: black;
    transition: height 0.3s 0.1s, width 0.1s 0.4s, border-color 0s 0.1s;
    transition-timing-function: linear; }
.side-navigation__title {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0 0.4em;
    letter-spacing: 0;
    white-space: nowrap;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, background-color 0.3s; }
.side-navigation__title::after {
      display: none !important;
      content: '' !important; }
.side-navigation__link {
    position: relative;
    display: block;
    color: #8b8b8b;
    font-weight: 800;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    letter-spacing: 0.7px;
    text-decoration: none;
    transition: color 0.2s, background-color 0.3s; }
.side-navigation__link:hover {
      color: #000;
      text-decoration: none;
      background-color: #fff;
      cursor: pointer; }
.side-navigation__link:hover .side-navigation__title {
        background-color: white;
        visibility: visible;
        opacity: 1; }
.side-navigation__link_active {
    color: black;
    opacity: 1; }
.test {
  position: relative; }
.test::after {
    position: absolute;
    content: '' !important; }
@media only screen and (max-width: 767px) {
  .side-navigation {
    display: none; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.title__heading {
  margin: 0;
  font-weight: 900;
  font-size: 18vw;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.81;
  text-transform: uppercase;
  background: linear-gradient(45deg, #274fbd, #01d8fd, #14dfea, #3fc12a, #f9ac07, #5406d9, #e912a3, #7a3bca, #f9ac07, #7a3bca);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-overflow 20s linear infinite;
  user-select: none; }
@media (min-height: 768px) and (max-height: 920px) {
    .title__heading {
      font-size: 15vw; } }
@media (max-height: 767px) and (min-width: 1200px) {
    .title__heading {
      font-size: 30vh; } }
.title {
  height: 100vh;
  padding-left: 0;
  overflow: hidden; }
@media only screen and (max-width: 767px) {
    .title {
      height: auto; } }
.title__morhp {
    height: 154vh; }
.title__content {
    position: relative;
    width: 100%;
    height: 100vh; }
.title__content_mouse-animation::before {
      position: absolute;
      bottom: 5vh;
      left: 50%;
      width: 16px;
      height: 35px;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/home/mouse-arrow.svg");
      content: ''; }
@media only screen and (max-width: 767px) {
        .title__content_mouse-animation::before {
          content: none; } }
.title__content .mousey {
      position: absolute;
      bottom: 10px;
      left: calc(50% - 8px);
      box-sizing: content-box;
      width: 3px;
      height: 18px;
      padding: 10px 11px;
      border: 2px solid #000;
      border-radius: 25px;
      opacity: 0.75; }
@media only screen and (max-width: 767px) {
        .title__content .mousey {
          display: none; } }
@media screen and (max-height: 580px) {
        .title__content .mousey {
          transform: scale(0.7); } }
@media screen and (max-height: 500px) {
        .title__content .mousey {
          display: none; } }
.title__content .scroller {
      width: 3px;
      height: 10px;
      background-color: #000;
      border-radius: 25%;
      animation-name: scroll;
      animation-duration: 2.2s;
      animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
      animation-iteration-count: infinite; }
.title__wrapper {
    position: absolute;
    top: 0;
    left: 40%;
    box-sizing: content-box;
    max-width: 940px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0 5vw; }
@media only screen and (max-width: 480px) {
      .title__wrapper {
        position: static;
        display: flex;
        align-items: center;
        min-height: 100%; } }
.title__container {
    position: absolute;
    top: 47%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%); }
@media only screen and (max-width: 480px) {
      .title__container {
        position: static;
        transform: none; } }
.title__heading {
    width: 100%; }
@media not all and (min-resolution: 0.001dpcm) {
      .title__heading {
        /* start for Safari Desktop & Mobile */
        box-shadow: -2px 0px 1px 0px white inset;
        /* end */ } }
@media only screen and (max-width: 896px) {
      .title__heading {
        font-size: 89px; } }
@media only screen and (max-width: 480px) {
      .title__heading {
        font-size: 22vw; }
        .title__heading:not(:last-child) {
          margin-bottom: 5vh; } }
.title__paragraph {
    position: absolute;
    top: 18%;
    right: -8%;
    width: 48%;
    min-width: 0;
    margin: 0;
    color: #000;
    font-weight: 800;
    font-size: 2.5vw;
    font-family: "ProximaNova", sans-serif;
    line-height: normal;
    text-align: left;
    /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); */ }
@media only screen and (max-width: 1200px) {
      .title__paragraph {
        font-size: 24.5px; } }
@media (min-height: 768px) and (max-height: 920px) {
      .title__paragraph {
        top: 16%; } }
@media only screen and (max-width: 896px) {
      .title__paragraph {
        top: 25px;
        left: 60%;
        width: 70%;
        font-size: 18px;
        line-height: 20px; } }
@media (max-height: 767px) and (min-width: 1200px) {
      .title__paragraph {
        font-size: 4vh; } }
@media only screen and (max-width: 580px) {
      .title__paragraph {
        top: 14%;
        left: 58%;
        width: 60%;
        font-size: 16.5px; } }
@media only screen and (max-width: 480px) {
      .title__paragraph {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: 88%;
        font-size: 6vw;
        line-height: 1;
        transform: none; } }
.title__paragraph::before {
      position: absolute;
      top: -0.4em;
      left: 0;
      display: block;
      width: 0px;
      height: 2px;
      margin-right: 0.5em;
      background-color: #21d6b1;
      /* box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.7); */
      animation: width 0.5s linear 2s forwards;
      content: ''; }
@keyframes width {
  0% {
    width: 0;
    opacity: 0; }
  100% {
    width: 75px;
    opacity: 1; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.services-item__offer-list {
  margin: 0;
  padding: 0;
  list-style: none; }
.services-item__content::after, .services-item__offer-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #131313;
  content: '';
  transition: width 0.3s; }
.services-item__content:hover::after, .services-item__offer-link:hover::after {
  left: 0;
  width: 100%; }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.services-item {
  max-width: 270px;
  min-height: 22px; }
.services-item__heading {
    position: relative;
    display: flex;
    margin: 0;
    font-weight: 900;
    font-size: 13px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
.services-item__number {
    margin-right: 14px;
    cursor: default;
    opacity: 0.2; }
.services-item__number::after {
      display: none !important;
      content: '' !important; }
.services-item__content {
    position: relative;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s; }
.services-item__content::before {
      position: absolute;
      top: 0;
      left: -0.2em;
      width: 0;
      height: 0;
      content: ''; }
.uk-ua .services-item__content_active {
      font-size: 20px; }
.services-item__content_active {
      font-size: 28px;
      line-height: 1;
      opacity: 1; }
.services-item__content_active::before {
        width: 15px;
        height: 90%;
        border: 2px solid #e0e0e0;
        border-right: none;
        border-bottom: none;
        transition: width 0.3s, height 0.3s 0.3s; }
.services-item__content_active::after {
        display: none !important;
        content: '' !important; }
.services-item__content:hover {
      opacity: 1; }
.services-item__description {
    position: static;
    min-height: 380px; }
.services-item__description-text {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 21px; }
.services-item__offer-list {
    font-weight: 800;
    font-size: 23px;
    font-family: "ProximaNova", sans-serif; }
.services-item__offer-list.de-de {
      font-size: 18px; }
.services-item__offer-list.uk-ua {
      font-size: 20px; }
.services-item__offer {
    margin-top: 10px;
    line-height: 1; }
.services-item__offer-link {
    position: relative;
    color: black;
    text-decoration: none; }
@media only screen and (max-width: 767px) {
  .services-item__description {
    min-height: max-content;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .services-item__heading_active {
    padding-bottom: 20px; }
  .services-item {
    max-width: none; } }
@media only screen and (min-width: 768px) {
  .services-item__description {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    min-height: 100%;
    padding: 0 45px; } }
@media only screen and (min-width: 1025px) {
  .service-item__content_active {
    font-size: 40px; }
  .services-item__description-text {
    font-size: 18px;
    line-height: 27px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.services__aside {
  margin: 0;
  padding: 0;
  list-style: none; }
.services {
  width: 100%;
  max-width: 854px;
  min-height: 480px;
  background: white;
  box-shadow: 0 21px 54px 0 rgba(0, 0, 0, 0.6); }
.services__navigation {
    padding: 90px 0 150px; }
.services__navigation .services {
      margin: 0 auto; }
.services__navigation--with-bg {
      background-image: linear-gradient(45deg, #f9ac07, #5406d9); }
@media (max-width: 768px) {
      .services__navigation {
        padding: 50px 0; } }
.services__container, .services__content {
    position: relative; }
.services__container {
    padding: 15px; }
.services__aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px; }
.services__controls {
    position: absolute;
    top: 0;
    right: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0 7px 0 0;
    padding: 0;
    list-style: none; }
.services__discover-btn {
    position: absolute;
    right: 18%;
    bottom: -26px; }
.services-control-button {
  position: relative;
  display: none;
  width: 14px;
  height: 19px;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s; }
.services-control-button::before {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("https://cdnssinc-prod.softserveinc.com/img/your_journey/transform/arrow.svg");
    content: ''; }
.services-control-button_visible {
    display: block; }
.services-control-button_previous {
    transform: rotate(180deg); }
.services-control-button:focus {
    outline: none; }
.services-control-button:hover {
    opacity: 1; }
.services-discover {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 242px;
  height: 58px;
  color: white;
  font-weight: 800;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background: black;
  border: solid 2px #111111;
  box-shadow: 0 19px 57px 0 rgba(129, 131, 130, 0.95);
  transition: box-shadow 0.3s ease-in-out; }
.services-discover:hover {
    box-shadow: 0 11px 32px 0 rgba(53, 53, 53, 0.95); }
@media only screen and (min-width: 768px) {
  .services-discover {
    display: flex; }
  .services-discover_mobile {
    display: none; }
  .services__container {
    padding: 60px 20px 60px 20px; }
  .services__aside {
    width: 40%;
    border-right: 2px solid #11a3e5; } }
@media only screen and (max-width: 767px) {
  .services-discover_mobile {
    display: flex; }
  .services__controls {
    display: none; }
  .services-item {
    padding-bottom: 20px; }
  .services-discover {
    margin: 20px auto; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.services-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 50px;
  background-image: linear-gradient(45deg, #f9ac07, #5406d9); }
@media (max-width: 510px) {
    .services-home {
      padding-top: 30px;
      padding-bottom: 30px; } }
.services-home__heading-wrapper {
    max-width: 900px;
    margin: 0 auto; }
.services-home__heading {
    display: inline-block;
    width: 88.5vw;
    max-width: 900px;
    margin: 0 0 60px;
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
@media (max-width: 980px) {
      .services-home__heading {
        max-width: 85vw; } }
@media (max-width: 767px) {
      .services-home__heading {
        margin-bottom: 0; } }
@media (max-width: 510px) {
      .services-home__heading {
        max-width: 89vw;
        margin: 30px 0 0; } }
@media (min-height: 415px) and (max-height: 730px) {
      .services-home__heading {
        margin-bottom: 10px; } }
.services-home__services {
    max-width: 900px;
    margin: 0 auto 55px; }
@media (max-width: 1024px) {
      .services-home__services {
        margin: 0 45px 55px auto; } }
@media (max-width: 980px) {
      .services-home__services {
        max-width: 85vw; } }
@media (max-width: 767px) {
      .services-home__services {
        margin: 5vw auto; } }
@media (max-width: 510px) {
      .services-home__services {
        max-width: 89vw; } }
@media (min-height: 415px) and (max-height: 730px) {
      .services-home__services.services {
        min-height: 370px; } }
@media (min-height: 415px) and (max-height: 730px) {
      .services-home__services.services__container {
        padding: 35px; } }
@media (min-height: 415px) and (max-height: 730px) {
      .services-home__services .services__aside {
        min-height: 300px; } }
@media (min-height: 415px) and (max-height: 730px) {
      .services-home__services .services-item__content {
        font-size: 16px; } }
@media (min-height: 415px) and (max-height: 630px) and (max-width: 860px) {
      .services-home__services .services-item__content {
        font-size: 14px; } }
@media (min-height: 415px) and (max-height: 730px) {
      .services-home__services .services-item__content_active {
        padding: 5px;
        font-size: 16px; } }
@media (min-height: 415px) and (max-height: 630px) and (max-width: 860px) {
      .services-home__services .services-item__content_active {
        font-size: 14px; } }
@media (min-height: 415px) and (max-height: 630px) and (max-width: 860px) {
      .services-home__services .services-item__offer {
        margin-top: 5px; } }
@media (max-width: 510px) {
      .services-home__services .services-item__offer-list {
        display: none; } }
@media (min-height: 415px) and (max-height: 730px) {
      .services-home__services .services-item__offer-link {
        font-size: 18px; } }
@media (min-height: 415px) and (max-height: 730px) {
      .services-home__services .services-item__description-text {
        font-size: 14px;
        line-height: 21px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.grow-your-career {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 20px;
  background: white; }
.grow-your-career__content {
    position: relative;
    width: 100%;
    max-width: 940px;
    max-height: 339px;
    padding: 48px 0 54px 46px;
    text-transform: uppercase;
    background: linear-gradient(to right, #0fc684 0%, #c7d724 67%, #fff 67%, #fff 93%, #0fc684 93%, #0fc684 100%); }
.grow-your-career__content::before {
      position: absolute;
      top: -55px;
      width: 100%;
      height: 120%;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/home/tree.png");
      background-repeat: no-repeat;
      background-position: 73% 5%;
      background-size: 33% 95%;
      content: ''; }
.grow-your-career__heading {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 88px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1; }
.grow-your-career__heading::after {
      position: absolute;
      top: -5px;
      left: -16px;
      z-index: -1;
      width: 101px;
      height: 92px;
      background: #111;
      content: ''; }
.grow-your-career__cta {
    position: absolute;
    bottom: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 270px;
    height: 70px;
    color: white;
    font-weight: 800;
    font-size: 11px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background: black;
    border: 2px solid #111;
    cursor: pointer;
    transition: ease-in-out 0.15s; }
.grow-your-career__cta:hover {
      color: white;
      background: black;
      box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.95); }
@media only screen and (min-width: 1024px) {
  .grow-your-career {
    padding-right: 50px; }
    .grow-your-career__heading {
      font-size: 88px; }
    .grow-your-career__cta {
      right: 155px;
      height: 58px;
      font-size: 14px; } }
@media only screen and (max-width: 1023px) {
  .grow-your-career__content {
    min-height: 339px;
    margin-right: 45px;
    padding-top: 30px;
    padding-left: 38px; }
    .grow-your-career__content::before {
      top: -35px;
      background-size: 300px 88%; }
  .grow-your-career__cta {
    right: 90px;
    height: 58px;
    font-size: 14px; } }
@media only screen and (min-width: 768px) {
  .grow-your-career {
    padding-bottom: 80px;
    padding-left: 80px; }
    .grow-your-career__heading {
      max-width: 347px; } }
@media only screen and (max-width: 768px) {
  .grow-your-career {
    min-height: auto; } }
@media only screen and (max-width: 767px) {
  .grow-your-career {
    padding-right: 42px;
    padding-bottom: 112px;
    padding-left: 35px; }
    .grow-your-career__content {
      max-width: 640px;
      min-height: 267px;
      margin-right: 0;
      padding-left: 38px;
      background: linear-gradient(45deg, #0fc684, #c7d724); }
      .grow-your-career__content::before {
        top: -45px;
        right: -7%;
        background-position: 100% 5%;
        background-size: 300px 313px; }
    .grow-your-career__heading {
      max-width: 180px;
      font-size: 60px; }
    .grow-your-career__cta {
      right: -16px;
      bottom: -46px; } }
@media only screen and (max-width: 440px) {
  .grow-your-career {
    min-height: auto;
    padding-top: 50px;
    padding-right: 18px;
    padding-bottom: 60px;
    padding-left: 18px; }
    .grow-your-career__heading {
      font-size: 15vw; }
      .grow-your-career__heading::after {
        top: -19px;
        left: -10px; }
    .grow-your-career__content {
      padding-top: 30px;
      padding-left: 20px; }
      .grow-your-career__content::before {
        top: -20px;
        right: -4%; }
    .grow-your-career__cta {
      right: -10px;
      bottom: -40px;
      max-width: 242px; } }
@media only screen and (max-width: 360px) {
  .grow-your-career {
    padding-left: 18px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 242px;
  min-height: 58px;
  padding: 10px 20px;
  color: black;
  font-weight: 800;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #111;
  cursor: pointer;
  transition: ease 0.15s; }
@media (min-width: 2560px) {
    .cta-button {
      max-width: calc(242px * 1.44);
      height: calc(58px * 1.44);
      font-size: calc(14px * 1.44);
      border-width: calc(2px * 1.44); } }
.cta-button:hover {
    color: white;
    background: black; }
.cta-button.inverted {
    color: white;
    background: black; }
.cta-button.inverted:hover {
      box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.55); }
.cta-button--white {
    color: white;
    border-color: white; }
.cta-button--white:hover {
      color: #000;
      background-color: white; }
.cta-button--arrow {
    position: relative;
    justify-content: flex-start;
    padding-right: 50px;
    text-align: left; }
.cta-button--arrow:before {
      position: absolute;
      top: calc(50% - 12px);
      right: 20px;
      width: 14px;
      height: 24px;
      background: url(https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow.svg) no-repeat 50% 50%;
      transform: rotate(-90deg);
      content: ''; }
.cta-button--arrow.cta-button--white:before {
      background: url(https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow_white.svg) no-repeat 50% 50%; }
.cta-button--arrow.cta-button--white:hover:before {
      background: url(https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow.svg) no-repeat 50% 50%; }
.cta-button_green {
    color: white;
    background: #17c583;
    border: none; }
.cta-button_green:hover {
      color: white;
      background: #17c583;
      box-shadow: 0px 19px 57px 0 rgba(22, 230, 151, 0.95); }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.leadership__rows, .leadership__list {
  margin: 0;
  padding: 0;
  list-style: none; }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.resource-link {
  position: relative;
  display: block;
  padding: 24px 12px 20px 15px;
  color: black;
  font-weight: 800;
  font-size: 26px;
  font-family: "ProximaNova", sans-serif;
  white-space: normal;
  text-decoration: none;
  border: 2px solid black;
  cursor: pointer; }
@media (min-width: 2560px) {
    .resource-link {
      padding: calc(24px * 1.44) calc(12px * 1.44) calc(20px * 1.44) calc(15px * 1.44);
      font-size: calc(26px * 1.44);
      border-width: calc(2px * 1.44); } }
@media (-moz-touch-enabled: 1), (pointer: coarse) {
    .resource-link {
      border: 2px solid #17c583; } }
@media (-moz-touch-enabled: 0), (pointer: fine) {
    .resource-link::before, .resource-link::after {
      position: absolute;
      display: block;
      box-sizing: border-box;
      width: 0;
      height: 0;
      border: 2px solid transparent;
      pointer-events: none;
      content: ''; }
    .resource-link::before {
      top: -2px;
      left: 2px; }
    .resource-link::after {
      right: 2px;
      bottom: -2px; }
    .resource-link:hover::before, .resource-link:hover::after {
      width: 100%;
      height: 100%;
      border-color: #17c583; }
    .resource-link:hover::before {
      border-bottom: none;
      border-left: none;
      transition: width 0.3s, height 0.3s 0.3s; }
    .resource-link:hover {
      border-color: #17c583;
      transition: border-bottom-color 0.3s 0.5s, border-right-color 0.3s 0.5s, border-left-color 0.3s 1.1s, border-top-color 0.3s 1.2s; }
    .resource-link:hover::after {
      border-top: none;
      border-right: none;
      transition: width 0.3s 0.6s, height 0.3s 0.9s, border-color 0s 0.6s; } }
.resource-link {
  width: 232px;
  word-wrap: break-word; }
@media only screen and (max-width: 968px) {
    .resource-link {
      width: 100%;
      height: 100%;
      min-height: 100px; } }
.wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .wrapper {
      padding-right: 15px;
      padding-left: 15px; } }
@media (min-width: 2560px) {
    .wrapper {
      max-width: calc(940px * 1.44); } }
.leadership {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 50px 35px 0; }
@media (max-width: 1024px) {
    .leadership {
      min-height: 0;
      padding-top: 40px;
      padding-bottom: 40px; } }
@media (max-width: 767px) {
    .leadership {
      padding-left: 30px; } }
@media (max-width: 360px) {
    .leadership {
      padding: 35px 15px; } }
.leadership__title {
    margin-top: 0;
    margin-bottom: 64px;
    color: #646262;
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    letter-spacing: 0.7px;
    text-transform: uppercase; }
@media (max-height: 730px) {
      .leadership__title {
        margin-bottom: 32px; } }
.leadership__rows {
    overflow: auto; }
@media (max-width: 960px) {
      .leadership__rows {
        padding-right: 15px;
        padding-left: 15px; } }
@media (max-width: 510px) {
      .leadership__rows {
        padding: 0px;
        padding-right: 0; }
        .leadership__rows .leadership__row:nth-child(2) {
          display: none; } }
.leadership__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
.leadership__item {
    position: relative; }
.leadership__resource {
    height: 100%; }
.leadership .resource-link {
    padding: 24px 15px 30px; }
.leadership .resource-link_long {
      width: 307px; }
.leadership__arrow {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    width: 14px;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle;
    background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow.svg") no-repeat 50% 50%;
    transform: rotate(270deg);
    content: ''; }
.leadership__cta {
    max-width: 314px;
    margin: 20px auto 0;
    color: white;
    font-weight: 800;
    font-family: "ProximaNova", sans-serif;
    background: #17c583;
    border: none; }
.leadership__cta:hover {
      color: white;
      background: #17c583;
      box-shadow: 0px 19px 57px 0 rgba(22, 230, 151, 0.95); }
@media (max-width: 510px) {
      .leadership__cta {
        max-width: 270px; } }
@media (max-width: 350px) {
      .leadership__cta {
        max-width: 314px; } }
@media (max-height: 730px) {
      .leadership__cta {
        margin-top: 0; } }
@media only screen and (max-width: 968px) {
  .leadership__title {
    margin-bottom: 30px;
    padding-left: 15px; }
  .leadership__list {
    flex-direction: column;
    margin-bottom: 0; }
  .leadership__item {
    margin-bottom: 12px; }
  .leadership__cta {
    margin-top: 14px; }
  .leadership .resource-link_long {
    width: 100%; } }
@media only screen and (max-width: 510px) {
  .leadership__title {
    padding-left: 0; } }
.leadership.wrapper {
  max-width: 970px; }

.client-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22%;
  height: 100%; }
  @media (max-width: 960px) {
    .client-card {
      width: 32%; } }
  @media (max-height: 730px) {
    .client-card {
      width: 20%; } }
  @media (max-width: 560px) {
    .client-card {
      width: 40%; } }
  .client-card__img {
    width: 100%;
    max-width: 80%;
    height: auto; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.clients .carousel.carousel-slider {
  padding-bottom: 40px; }
.clients .carousel .slide {
  background: none; }
.clients .carousel .control-dots {
  padding: 0; }
.clients .carousel .control-dots .dot {
  width: 7px;
  height: 7px;
  margin: 0 1.5vw;
  background: #000;
  box-shadow: none;
  opacity: 0.5;
  transition: transform opacity 0.3s; }
.clients .carousel .control-dots .dot:hover {
    background-color: #000;
    transform: scale(1.5);
    opacity: 1; }
.clients .carousel .control-dots .dot.selected {
  background-color: #000;
  opacity: 1; }
.clients .carousel .control-prev.control-arrow {
  padding: 0;
  opacity: 0.5; }
.clients .carousel .control-prev.control-arrow:before {
    width: 23px;
    height: 44px;
    background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow.svg") 50% 50% no-repeat;
    border: none;
    transform: rotate(90deg); }
@media (max-width: 590px) {
      .clients .carousel .control-prev.control-arrow:before {
        transform: scale(0.7) rotate(90deg); } }
.clients .carousel .control-next.control-arrow {
  padding: 0;
  opacity: 0.5; }
.clients .carousel .control-next.control-arrow:before {
    width: 23px;
    height: 44px;
    background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow.svg") 50% 50% no-repeat;
    border: none;
    transform: rotate(-90deg); }
@media (max-width: 590px) {
      .clients .carousel .control-next.control-arrow:before {
        transform: scale(0.7) rotate(-90deg); } }
.clients .carousel .control-next.control-arrow:hover,
.clients .carousel .control-prev.control-arrow:hover {
  background: transparent;
  opacity: 1; }
@media (max-width: 480px) {
  .clients .carousel .control-next.control-arrow, .clients .carousel .control-prev.control-arrow, .clients .carousel .control-next.control-arrow:hover,
  .clients .carousel .control-prev.control-arrow:hover {
    opacity: 0; } }
@media (max-width: 767px) {
  .clients {
    height: auto;
    min-height: auto; } }
@media (max-height: 600px) {
  .clients {
    height: auto; } }
.clients__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 990px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 50px 50px 0 20px;
  overflow: hidden; }
@media (max-width: 1024px) {
    .clients__wrapper {
      min-height: 0;
      padding: 50px 50px 50px 20px; } }
@media (max-width: 767px) {
    .clients__wrapper {
      padding: 50px 35px; } }
@media (max-width: 510px) {
    .clients__wrapper {
      padding: 40px 35px; } }
@media (max-width: 360px) {
    .clients__wrapper {
      padding: 30px 15px; } }
.clients__heading {
  display: inline-block;
  width: 70.5vw;
  max-width: 1200px;
  margin: 0;
  margin-bottom: 30px;
  padding: 0 25px;
  color: #646262;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
@media (max-width: 767px) {
    .clients__heading {
      padding: 0; } }
.clients__heading-description {
  position: relative;
  padding: 0px 25px;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif; }
@media (max-width: 767px) {
    .clients__heading-description {
      padding: 0; } }
@media (max-width: 560px) {
    .clients__heading-description {
      font-size: 16px; } }
.clients__slide-container {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 0 6px 50px; }
@media (min-width: 560px) {
    .clients__slide-container {
      padding: 0; } }
@media (max-width: 560px) {
    .clients__slide-container {
      flex-direction: column;
      justify-content: space-around; } }
.clients__card {
  padding: 15px; }
@media (max-width: 560px) {
    .clients__card {
      min-width: 320px;
      padding: 5vw 0; } }
.clients .carousel.carousel-slider {
  padding-bottom: 0; }
.clients .carousel .control-dots {
  position: static;
  margin-top: 40px;
  margin-bottom: 0; }
@media (max-width: 510px) {
    .clients .carousel .control-dots {
      margin-top: 20px; } }
.clients .slider-wrapper.axis-horizontal {
  width: 90% !important; }
@media (min-width: 960px) {
    .clients .slider-wrapper.axis-horizontal {
      width: 100% !important; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.pop-up {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999991;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(11, 11, 11, 0.8); }
.pop-up_show {
    display: block; }
.pop-up__video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 67.5vw;
    height: 38vw;
    transform: translate(-50%, -50%); }
@media (max-width: 767px) {
      .pop-up__video-container {
        width: 90.5vw;
        height: 51vw; } }
.pop-up__hide-video-close {
    position: absolute;
    top: -27px;
    right: 0;
    z-index: 1000;
    float: right;
    color: #aaaaaa;
    text-decoration: none;
    cursor: pointer; }
.pop-up__hide-video-close:not(:disabled) {
      cursor: pointer; }
.pop-up__hide-video-close:hover,
    .pop-up__hide-video-close .close:focus {
      color: #fff; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.video-component {
  flex-basis: 31.33%;
  max-width: 300px;
  padding: 0 5px;
  filter: grayscale(1);
  transition: transform 1s; }
.video-component:hover {
    filter: grayscale(0); }
@media (max-width: 768px) {
    .video-component {
      filter: grayscale(0); } }
@media (min-width: 960px) {
    .video-component:nth-child(1) {
      transform: translateY(-100px); }
    .video-component:nth-child(2) {
      transform: translateY(100px); }
    .video-component:nth-child(3) {
      transform: translateY(150px); } }
@media (max-width: 959px) {
    .video-component {
      flex-basis: 50%; } }
@media (max-width: 520px) {
    .video-component {
      flex-basis: 100%;
      margin: 0 auto;
      padding: 0; } }
@media (max-height: 415px) and (orientation: landscape) {
    .video-component {
      flex-basis: 50%;
      padding: 10px; } }
.video-component__title {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    text-align: left;
    text-transform: initial; }
.video-component__img {
    position: relative; }
.video-component__img::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      display: block;
      background: url("https://cdnssinc-dev.azureedge.net/img/home/video/play-button.svg") no-repeat 50% 50%;
      background-size: 62px 62px;
      opacity: 0;
      transition: opacity 0.5s;
      content: ''; }
@media (max-width: 768px) {
        .video-component__img::before {
          opacity: 0.7; } }
.video-component__img:hover::before {
      opacity: 0.7; }
.video-component__preview {
    width: 100%; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.client-testimonials__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 990px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 50px 35px 0 20px;
  overflow: hidden; }
@media (max-width: 1024px) {
    .client-testimonials__wrapper {
      min-height: 0;
      padding: 60px 35px 90px; } }
@media (max-width: 768px) {
    .client-testimonials__wrapper {
      padding: 40px 35px; } }
@media (max-width: 360px) {
    .client-testimonials__wrapper {
      padding: 30px 15px; } }
.client-testimonials__heading {
  display: inline-block;
  width: 70.5vw;
  max-width: 1200px;
  margin: 0 0 65px;
  padding: 0 25px;
  color: #646262;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif;
  text-align: left;
  text-transform: uppercase; }
@media (max-width: 1024px) {
    .client-testimonials__heading {
      margin-bottom: 30px; } }
@media (max-width: 767px) {
    .client-testimonials__heading {
      margin-bottom: 30px;
      padding: 0; } }
@media (max-width: 350px) {
    .client-testimonials__heading {
      padding: 0; } }
.client-testimonials__video-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
  padding: 0 25px;
  opacity: 0;
  transition: opacity 0.7s; }
@media (max-width: 960px) {
    .client-testimonials__video-container {
      flex-wrap: wrap;
      margin: 0 auto; } }
@media (max-width: 900px) {
    .client-testimonials__video-container {
      flex-wrap: wrap;
      max-width: none;
      margin: 0 auto; } }
@media (max-width: 767px) {
    .client-testimonials__video-container {
      padding: 0; } }
@media (max-width: 510px) {
    .client-testimonials__video-container .video-component:nth-child(3) {
      display: none; } }
.client-testimonials-inview .client-testimonials__video-container {
  opacity: 1; }
@media (max-width: 960px) {
    .client-testimonials-inview .client-testimonials__video-container {
      opacity: 1; } }
.client-testimonials-inview .client-testimonials__video-container .video-component:nth-child(1) {
    transform: translateY(-30px); }
.client-testimonials-inview .client-testimonials__video-container .video-component:nth-child(2) {
    transform: translateY(50px); }
.client-testimonials-inview .client-testimonials__video-container .video-component:nth-child(3) {
    transform: translateY(0); }
@media (max-width: 960px) {
    .client-testimonials-inview .client-testimonials__video-container .video-component:nth-child(1) {
      transform: translateY(0); }
    .client-testimonials-inview .client-testimonials__video-container .video-component:nth-child(2) {
      transform: translateY(0); }
    .client-testimonials-inview .client-testimonials__video-container .video-component:nth-child(3) {
      transform: translateY(0); } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.industries-content {
  width: 75%;
  transform: translateX(10%);
  visibility: hidden;
  opacity: 0; }
@media (max-width: 1080px) {
    .industries-content {
      left: 0;
      width: 90%; } }
@media (max-width: 767px) {
    .industries-content {
      transform: translateX(0);
      transform: translateY(-5%); } }
.industries-content_active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s 0.01s, transform 1s 0.02s, visibility 0.5s 0.02s; }
.industries-content__heading {
    position: relative;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
    padding: 0;
    font-weight: 900;
    font-size: 44px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    text-transform: uppercase; }
@media (max-width: 1024px) {
      .industries-content__heading {
        font-size: 5vw; } }
@media (min-width: 767px) {
      .industries-content__heading {
        display: none; } }
.industries-content__summary {
    position: relative;
    padding-top: 15px;
    font-size: 18px;
    line-height: 24px; }
@media (max-width: 767px) {
      .industries-content__summary {
        font-size: 16px; } }
@media (max-height: 730px) {
      .industries-content__summary {
        margin-bottom: 0;
        font-size: 16px; } }
@media (max-width: 540px) {
      .industries-content__summary {
        margin-bottom: 0;
        font-size: 14px; } }
.industries-content__wrapper {
    position: relative;
    width: 100%; }
@media (max-width: 767px) and (orientation: portrait) {
      .industries-content__wrapper {
        min-height: 0; } }
@media (max-height: 750px) and (orientation: landscape) {
      .industries-content__wrapper {
        height: 100%;
        min-height: 190px; } }
.industries-content__cta-button {
    min-height: 58px;
    margin: 30px auto 36px;
    color: #fff;
    background-color: #000;
    border: 2px solid #000; }
.industries-content__cta-button:hover {
      background: #000;
      box-shadow: 0px 19px 57px 0 #000; }
@media (max-width: 767px) {
      .industries-content__cta-button {
        position: initial;
        margin: 30px auto; } }
@media (min-width: 767px) and (max-height: 750px) {
      .industries-content__cta-button {
        bottom: 30px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.industries-home__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 970px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 50px 50px 0 40px;
  overflow: hidden; }
@media (max-width: 1024px) {
    .industries-home__wrapper {
      min-height: 0; } }
@media (max-width: 767px) {
    .industries-home__wrapper {
      padding: 0px 35px 70px; } }
@media (max-width: 360px) {
    .industries-home__wrapper {
      padding: 0px 15px 50px; } }
.industries-home__heading {
  display: inline-block;
  width: 70.5vw;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 60px;
  color: #646262;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
@media (max-width: 510px) {
    .industries-home__heading {
      margin-top: 24px; } }
.industries-home__heading-description {
  position: relative;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif; }
.industries-home__heading-description:before {
    position: absolute;
    top: -15px;
    bottom: 0;
    width: 291px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
    content: ''; }
@media (max-height: 750px) {
    .industries-home__heading-description {
      display: none; } }
@media (max-width: 650px) {
    .industries-home__heading-description {
      display: none; } }
.industries-home__content {
  position: absolute; }
.industries-home__list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0px;
  padding: 0;
  list-style: none;
  border: none; }
@media (max-width: 767px) {
    .industries-home__list {
      flex-wrap: wrap; } }
@media (max-width: 540px) {
    .industries-home__list {
      flex-wrap: wrap;
      justify-content: space-between; } }
.industries-home__item {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
  height: 160px;
  margin-left: -2px;
  padding: 0 10px;
  background-color: #000;
  cursor: pointer;
  transition: background-image 0.3s, background-color 0.3s, box-shadow 0.4s; }
@media screen and (max-width: 940px) {
    .industries-home__item {
      height: 14vw; } }
@media screen and (max-width: 767px) {
    .industries-home__item {
      height: 26vw;
      margin-left: 0;
      padding: 0 28px 0 10px; } }
@media (max-width: 540px) {
    .industries-home__item {
      height: 34vw; } }
.industries-home__item-title {
  color: #fff;
  font-weight: 900;
  font-size: 1.15vw;
  font-family: "ProximaNova", sans-serif;
  letter-spacing: 0.56px;
  text-transform: uppercase; }
@media screen and (min-width: 1200px) {
    .industries-home__item-title {
      width: 55%;
      font-size: 14px; } }
@media screen and (max-width: 767px) {
    .industries-home__item-title {
      position: relative;
      padding-left: 10px;
      font-size: 14px; } }
@media screen and (max-width: 420px) {
    .industries-home__item-title {
      position: relative;
      padding-left: 10px;
      font-size: 3vw; } }
.industries-home__list-item {
  flex-basis: 20%;
  flex-direction: column;
  height: auto;
  padding-bottom: 300px;
  transition: padding 0.02s; }
.industries-home__list-item:nth-child(1) .industries-home__item {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/normal/healthcare.png");
    background-repeat: no-repeat;
    background-position: 10% 90%;
    background-size: 95%; }
.industries-home__list-item:nth-child(2) .industries-home__item {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/normal/financil.png");
    background-repeat: no-repeat;
    background-position: 10% 90%;
    background-size: 95%; }
.industries-home__list-item:nth-child(3) .industries-home__item {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/normal/retail.png");
    background-repeat: no-repeat;
    background-position: 10% 90%;
    background-size: 95%; }
.industries-home__list-item:nth-child(4) .industries-home__item {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/normal/high tech.png");
    background-repeat: no-repeat;
    background-position: 10% 90%;
    background-size: 95%; }
.industries-home__list-item:nth-child(5) .industries-home__item {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/normal/energy.png");
    background-repeat: no-repeat;
    background-position: 10% 90%;
    background-size: 95%; }
.industries-home__list-item:hover .industries-home__item-title {
    color: #000; }
.industries-home__list-item:hover:nth-child(1) .industries-home__item {
    background-color: #f9225a;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/healthcare.png");
    background-repeat: no-repeat;
    background-position: 10% 90%;
    background-size: 95%;
    box-shadow: 0px 12px 25px 0 rgba(249, 34, 90, 0.71); }
.industries-home__list-item:hover:nth-child(2) .industries-home__item {
    background-color: #00c0dc;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/financial.png");
    background-repeat: no-repeat;
    background-position: 10% 90%;
    background-size: 95%;
    box-shadow: 0px 12px 25px 0 rgba(0, 192, 220, 0.71); }
.industries-home__list-item:hover:nth-child(3) .industries-home__item {
    background-color: #ff9a17;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/Retail.png");
    background-repeat: no-repeat;
    background-position: 10% 90%;
    background-size: 95%;
    box-shadow: 0px 12px 25px 0 rgba(255, 132, 23, 0.71); }
.industries-home__list-item:hover:nth-child(4) .industries-home__item {
    background-color: #81cf07;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/high tech.png");
    background-repeat: no-repeat;
    background-position: 10% 90%;
    background-size: 95%;
    box-shadow: 0px 12px 25px 0 rgba(129, 207, 7, 0.71); }
.industries-home__list-item:hover:nth-child(5) .industries-home__item {
    background-color: #ffcb17;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/Energy.png");
    background-repeat: no-repeat;
    background-position: 10% 90%;
    background-size: 95%;
    box-shadow: 0px 12px 25px 0 rgba(255, 132, 23, 0.71); }
@media (min-width: 767px) {
    .industries-home__list-item {
      padding-right: 16px; } }
@media (max-width: 767px) {
    .industries-home__list-item {
      flex-basis: 33%;
      max-width: 33%;
      padding-right: 16px;
      padding-bottom: 0; }
      .industries-home__list-item:nth-child(2) .industries-content, .industries-home__list-item:nth-child(5) .industries-content {
        left: -105%; }
      .industries-home__list-item:nth-child(3) .industries-content {
        left: -214%; } }
@media (max-width: 540px) {
    .industries-home__list-item {
      flex-basis: 50%;
      max-width: 46%; }
      .industries-home__list-item:nth-child(2) .industries-content, .industries-home__list-item:nth-child(4) .industries-content {
        left: -130%; }
      .industries-home__list-item:nth-child(3) .industries-content, .industries-home__list-item:nth-child(5) .industries-content {
        left: 0; } }
.industries-home__list-item_active {
    overflow: initial; }
.industries-home__list-item_active:nth-child(1) .industries-home__item {
      background-color: #f9225a;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/healthcare.png");
      background-repeat: no-repeat;
      background-position: 10% 90%;
      background-size: 95%;
      box-shadow: 0px 12px 25px 0 rgba(249, 34, 90, 0.71); }
.industries-home__list-item_active:nth-child(2) .industries-home__item {
      background-color: #00c0dc;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/financial.png");
      background-repeat: no-repeat;
      background-position: 10% 90%;
      background-size: 95%;
      box-shadow: 0px 12px 25px 0 rgba(0, 192, 220, 0.71); }
.industries-home__list-item_active:nth-child(3) .industries-home__item {
      background-color: #ff9a17;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/Retail.png");
      background-repeat: no-repeat;
      background-position: 10% 90%;
      background-size: 95%;
      box-shadow: 0px 12px 25px 0 rgba(255, 132, 23, 0.71); }
.industries-home__list-item_active:nth-child(4) .industries-home__item {
      background-color: #81cf07;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/high tech.png");
      background-repeat: no-repeat;
      background-position: 10% 90%;
      background-size: 95%;
      box-shadow: 0px 12px 25px 0 rgba(129, 207, 7, 0.71); }
.industries-home__list-item_active:nth-child(5) .industries-home__item {
      background-color: #ffcb17;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/Energy.png");
      background-repeat: no-repeat;
      background-position: 10% 90%;
      background-size: 95%;
      box-shadow: 0px 12px 25px 0 rgba(255, 132, 23, 0.71); }
@media (max-width: 1080px) {
      .industries-home__list-item_active {
        padding-bottom: 350px; } }
@media (max-width: 767px) {
      .industries-home__list-item_active {
        padding-bottom: 0; } }
.industries-home__list-item_active .industries-home__item-title {
      color: #000; }
.industries-home .industries-content {
  top: 150px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 250px;
  padding: 23px 23px 23px 0; }
@media (max-width: 940px) {
    .industries-home .industries-content {
      top: 13vw; } }
@media (max-width: 767px) {
    .industries-home .industries-content {
      position: relative;
      top: 0;
      display: block;
      width: 80vw;
      height: 0;
      padding: 0; }
      .industries-home .industries-content_active {
        height: auto; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.learn-with-us {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 20px;
  background: white; }
.learn-with-us__content {
    position: relative;
    width: 100%;
    max-width: 900px;
    min-height: 340px;
    padding: 48px 54px;
    text-transform: uppercase;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/gradient-map-1.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover; }
.learn-with-us__heading {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 86px;
    font-family: "ProximaNova", sans-serif, sans-serif;
    line-height: 1; }
.learn-with-us__heading::after {
      position: absolute;
      top: -5px;
      left: -16px;
      z-index: -1;
      width: 101px;
      height: 92px;
      background: #111;
      content: ''; }
.learn-with-us__cta {
    position: absolute;
    bottom: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 270px;
    height: 70px;
    color: white;
    font-weight: 800;
    font-size: 11px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background: black;
    border: 2px solid #111;
    cursor: pointer;
    transition: ease-in-out 0.15s; }
.learn-with-us__cta:hover {
      color: white;
      background: black;
      box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.95); }
@media only screen and (min-width: 1024px) {
  .learn-with-us {
    padding-right: 36px; }
    .learn-with-us__heading {
      font-size: 86px; }
    .learn-with-us__cta {
      right: 155px;
      height: 58px;
      font-size: 14px; } }
@media only screen and (max-width: 1023px) {
  .learn-with-us__content {
    min-height: 339px;
    margin-right: 40px; }
  .learn-with-us__cta {
    right: 90px;
    height: 58px;
    font-size: 14px; } }
@media only screen and (min-width: 768px) {
  .learn-with-us {
    padding-bottom: 146px;
    padding-left: 80px; }
    .learn-with-us__heading {
      max-width: 542px; } }
@media only screen and (max-width: 768px) {
  .learn-with-us {
    min-height: auto; } }
@media only screen and (max-width: 768px) {
  .learn-with-us {
    padding-right: 42px;
    padding-bottom: 112px;
    padding-left: 30px; }
    .learn-with-us__content {
      max-width: 640px;
      min-height: 267px;
      margin-right: 0;
      padding-left: 38px; }
    .learn-with-us__heading {
      font-size: 10vw; }
    .learn-with-us__cta {
      right: -16px;
      bottom: -46px; } }
@media only screen and (max-width: 440px) {
  .learn-with-us {
    min-height: auto;
    padding-right: 18px;
    padding-bottom: 124px;
    padding-left: 18px; }
    .learn-with-us__heading {
      font-size: 11vw; }
      .learn-with-us__heading::after {
        top: -19px;
        left: -10px; }
    .learn-with-us__content {
      min-height: 190px;
      padding-top: 30px;
      padding-left: 20px; }
    .learn-with-us__cta {
      right: -10px;
      bottom: -40px;
      max-width: 242px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.press-card {
  min-height: 272px;
  color: #fff;
  text-decoration: none; }
.press-card__logo-img {
    width: 100%;
    max-width: 100%;
    min-height: 130px;
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
    transition: filter 0.4s; }
@media not all, (pointer: fine) {
      .press-card__logo-img {
        filter: grayscale(1); } }
.press-card__description {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    min-height: 165px;
    padding: 17px 16px 16px 14px;
    text-align: left;
    background-color: #1f1f1f;
    transition: background-color 0.4s linear; }
.press-card__heading {
    width: 100%;
    height: 60px;
    overflow: hidden;
    color: #fff;
    font-weight: 800;
    font-size: 13.7px;
    font-family: "ProximaNova", sans-serif, sans-serif;
    text-transform: uppercase; }
.press-card__date, .press-card__location, .press-card__format {
    width: 100%;
    min-height: 15px;
    margin: 0;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase; }
.press-card__date_category, .press-card__location_category, .press-card__format_category {
      margin-right: 4px; }
.press-card__format {
    display: flex;
    flex-wrap: wrap; }
.press-card:hover .press-card__logo-img {
    width: 100%;
    max-width: 100%;
    filter: grayscale(0); }
.press-card:hover .press-card__description {
    background: #fff; }
.press-card:hover .press-card__heading {
    color: #000; }
.press-card:hover .press-card__date,
  .press-card:hover .press-card__location,
  .press-card:hover .press-card__format_category {
    color: #000; }
.press-card__green-marker {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    background-color: #0cee2a;
    border-radius: 50%; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.events-home {
  height: 100vh;
  min-height: 100vh;
  color: #fff;
  background-image: linear-gradient(45deg, #f9ac07, #5406d9); }
@media screen and (max-width: 1024px) {
    .events-home {
      height: auto; } }
@media (max-height: 600px) {
    .events-home {
      height: auto; } }
@media (max-width: 360px) {
    .events-home {
      min-height: auto; } }
.events-home__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 990px;
    height: 100%;
    margin: 0 auto;
    padding: 50px 40px 0;
    overflow: hidden; }
@media (max-width: 1024px) {
      .events-home__wrapper {
        min-height: 0;
        padding: 50px 40px; } }
@media (max-width: 767px) {
      .events-home__wrapper {
        padding: 40px 35px; } }
@media (max-width: 360px) {
      .events-home__wrapper {
        padding: 25px 15px; } }
.events-home__heading {
    display: inline-block;
    width: 70.5vw;
    max-width: 1200px;
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
.events-home__heading:not(:last-child) {
      margin-bottom: 25px; }
.events-home__heading-description {
    position: relative;
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif; }
.events-home__heading-description:before {
      position: absolute;
      top: -15px;
      bottom: 0;
      width: 291px;
      max-width: 100%;
      height: 2px;
      background-color: rgba(255, 255, 255, 0.7);
      content: ''; }
@media (max-width: 360px) {
      .events-home__heading-description {
        font-size: 16px; } }
@media (max-height: 750px) {
      .events-home__heading-description {
        display: none; } }
.events-home__events-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0; }
@media (max-width: 510px) {
      .events-home__events-container .events-home__press-card:nth-child(3),
      .events-home__events-container .events-home__press-card:nth-child(4) {
        display: none; } }
.events-home__press-card {
    display: block;
    width: 24%;
    max-width: 555px;
    margin-right: 10px;
    margin-bottom: 10px; }
.events-home__press-card:nth-child(4n + 4) {
      margin-right: 0; }
.events-home__press-card .press-card__logo-img {
      background: #000; }
@media (max-width: 1024px) {
      .events-home__press-card {
        width: 47%;
        margin-right: 4%; }
        .events-home__press-card:nth-child(2n) {
          margin-right: 0; } }
@media (max-width: 767px) {
      .events-home__press-card {
        width: 100%;
        margin: 0 auto 20px; }
        .events-home__press-card:nth-child(2n) {
          margin-right: auto; } }
.events-home__cta-button {
    margin: 36px auto 0;
    padding: 16px 0;
    color: #fff;
    background-color: #000;
    border: 2px solid #000; }
.events-home__cta-button:hover {
      color: white;
      background: black;
      border: 2px solid #000;
      box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.95); }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.your-journey-navigation__list {
  margin: 0;
  padding: 0;
  list-style: none; }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.square {
  width: 100%;
  max-width: 166px;
  height: 166px;
  background: #1f1f1f; }
@media (min-width: 2560px) {
    .square {
      max-width: calc(166px * 1.44);
      height: calc(166px * 1.44); } }
.square__wrapper {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    box-shadow: 0px 21px 54px 0 rgba(0, 0, 0, 0.46);
    cursor: pointer;
    transition: all 0.2s linear; }
.square__wrapper svg {
      position: absolute;
      top: -1.5%;
      left: -1.5%;
      z-index: 1;
      width: 103%;
      height: 103%;
      opacity: 0;
      transition: opacity 0.2s ease; }
.square__wrapper_active svg, .square__wrapper:hover svg {
      opacity: 1; }
.square__title {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 2;
    color: white;
    font-weight: 800;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    transform: translateY(-50%); }
@media (max-width: 450px) {
      .square__title {
        font-size: 12px; } }
@media (min-width: 2560px) {
      .square__title {
        left: calc(20px * 1.44);
        font-size: calc(14px * 1.44);
        letter-spacing: calc(0.56px * 1.44); } }
.your-journey-navigation__title {
  margin-top: 145px;
  margin-bottom: 26px;
  color: #646262;
  font-weight: 800;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase; }
@media (min-width: 2560px) {
    .your-journey-navigation__title {
      margin-top: calc(145px * 1.44);
      margin-bottom: calc(26px * 1.44);
      font-size: calc(14px * 1.44);
      letter-spacing: calc(0.7px * 1.44); } }
.your-journey-navigation__link {
  position: relative;
  display: block; }
.your-journey-navigation__link:after {
    position: relative;
    display: block;
    content: '';
    padding-bottom: 100%; }
.your-journey-navigation__link .square {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%; }
.your-journey-navigation__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 180px; }
@media (min-width: 2560px) {
    .your-journey-navigation__list {
      margin-bottom: calc(180px * 1.44); } }
.your-journey-navigation__list-item {
  flex: 1; }
@media (min-width: 961px) {
    .your-journey-navigation__list-item:not(:last-child), .your-journey-navigation__list-item:not(:nth-child(4n)) {
      margin-right: 5%; } }
@media only screen and (max-width: 960px) {
  .your-journey-navigation__list {
    flex-wrap: wrap; }
  .your-journey-navigation__list-item {
    display: flex;
    flex-basis: 50%;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px; }
  .your-journey-navigation__link {
    width: 166px; } }
@media only screen and (max-width: 767px) {
  .your-journey-navigation__title {
    margin-top: 50px;
    margin-bottom: 36px; }
  .your-journey-navigation__list {
    margin-bottom: 84px; }
    .your-journey-navigation__list-item {
      max-width: 45%; }
      .your-journey-navigation__list-item:not(:nth-child(2n)) {
        margin-right: 5%; } }
@media only screen and (max-width: 400px) {
  .your-journey-navigation__list {
    margin-bottom: 30px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.journey-home__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 970px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0px 50px 0 40px;
  overflow: hidden; }
@media (max-width: 1024px) {
    .journey-home__wrapper {
      min-height: 0;
      padding: 50px 40px; } }
@media (max-width: 767px) {
    .journey-home__wrapper {
      padding: 0px 35px; } }
@media (max-width: 360px) {
    .journey-home__wrapper {
      padding: 0px 15px; } }
.journey-home__heading {
  display: inline-block;
  width: 70.5vw;
  max-width: 1200px;
  margin-top: 60px;
  color: #646262;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.journey-home__heading-description {
  position: relative;
  font-weight: 800;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif; }
.journey-home__heading-description:before {
    position: absolute;
    top: -15px;
    bottom: 0;
    width: 291px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
    content: ''; }
@media (max-height: 750px) {
    .journey-home__heading-description {
      display: none; } }
@media (max-width: 360px) {
    .journey-home__heading-description {
      font-size: 16px; } }
.journey-home .your-journey-navigation__title {
  margin-top: 50px; }
.journey-home .your-journey-navigation__list {
  margin-bottom: 80px; }
@media (max-width: 375px) {
  .journey-home .your-journey-navigation .square__title {
    font-size: 11px; } }
@media (min-width: 961px) {
  .journey-home .your-journey-navigation__list-item:first-child .square__wrapper {
    box-shadow: 15px 21px 54px 0 rgba(0, 0, 0, 0.46); }
  .journey-home .your-journey-navigation__list-item:last-child .square__wrapper {
    box-shadow: -15px 21px 54px 0 rgba(0, 0, 0, 0.46); } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.partnership__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 970px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0px 50px 0 40px;
  overflow: hidden; }
@media (max-width: 1024px) {
    .partnership__wrapper {
      min-height: 0;
      padding-bottom: 80px; } }
.partnership__heading {
  display: inline-block;
  margin: 0;
  margin-bottom: 50px;
  color: #707070;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
@media (max-width: 510px) {
    .partnership__heading {
      margin-bottom: 30px; } }
.partnership__description {
  position: relative;
  max-width: 90%;
  margin-bottom: 40px;
  font-weight: 800;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif; }
@media (max-height: 750px) {
    .partnership__description {
      display: none; } }
@media (max-width: 510px) {
    .partnership__description {
      max-width: 100%; } }
@media (max-width: 360px) {
    .partnership__description {
      font-size: 16px; } }
.partnership__container {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.partnership__container .partnership__icons:nth-child(1) .partnership__icon {
    height: 150px; }
@media (max-width: 375px) {
      .partnership__container .partnership__icons:nth-child(1) .partnership__icon {
        width: 70px; } }
.partnership__container .partnership__icons:nth-child(2) .partnership__icon {
    width: 168px; }
@media (max-width: 380px) {
      .partnership__container .partnership__icons:nth-child(2) .partnership__icon {
        width: 138px; } }
.partnership__container .partnership__icons:nth-child(3) .partnership__icon {
    width: 114px; }
@media (max-width: 375px) {
      .partnership__container .partnership__icons:nth-child(3) .partnership__icon {
        width: 104px; } }
.partnership__container .partnership__icons:nth-child(4) .partnership__icon {
    width: 101px; }
@media (max-width: 375px) {
      .partnership__container .partnership__icons:nth-child(4) .partnership__icon {
        width: 80px; } }
@media (max-width: 767px) {
    .partnership__container {
      flex-wrap: wrap; } }
@media (max-width: 740px) and (min-width: 540px) {
    .partnership__container {
      justify-content: space-around;
      width: 60vw;
      margin: 0 auto; } }
.partnership__icons {
  filter: grayscale(1); }
.partnership__icons:hover {
    filter: grayscale(0);
    transition: filter 0.5s; }
@media (max-width: 767px) {
    .partnership__icons {
      padding: 15px;
      filter: grayscale(0);
      transition: filter 0.5s; } }
@media (max-width: 475px) {
    .partnership__icons {
      max-height: 180px;
      padding: 15px; } }
@media (max-width: 370px) {
    .partnership__icons {
      max-height: 180px;
      padding: 15px 0; } }
.partnership__icon__wrapper {
  width: 100%; }
.partnership__icon {
  width: 100%; }
.partnership__cta-button {
  margin-right: auto;
  margin-left: auto;
  padding: 16px 0;
  color: #fff;
  background-color: #000;
  border: 2px solid #000; }
.partnership__cta-button:not(:first-child) {
    margin-top: 50px; }
.partnership__cta-button:hover {
    color: white;
    background: black;
    border: 2px solid #000;
    box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.95); }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.demo-item-grid {
  overflow: hidden; }
.demo-item-grid__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
@media (max-width: 640px) {
      .demo-item-grid__list {
        justify-content: space-around; } }
@media (min-width: 787px) {
      .demo-item-grid__list_small {
        justify-content: flex-start; } }
@media (min-width: 787px) {
      .demo-item-grid__list_small .demo-item-grid__list-item {
        margin-right: 10vw !important; } }
.demo-item-grid__list-item {
      display: flex;
      flex: 1;
      flex-direction: column;
      min-width: 220px;
      max-width: 220px;
      margin-bottom: 40px; }
@media (min-width: 2560px) {
        .demo-item-grid__list-item {
          margin-bottom: calc(30px * 1.44); } }
.demo-item-grid__list-item:hover .demo-item__image {
        transform: scale(1.05);
        transition: 0.22s; }
.demo-item-grid__list-item_last:last-child {
        margin-right: 38%; }
@media (max-width: 1000px) {
          .demo-item-grid__list-item_last:last-child {
            margin-right: 34%; } }
@media (min-width: 768px) {
        .demo-item-grid__list-item:not(:last-child):not(:nth-child(3n)) {
          margin-right: 3%; } }
@media (min-width: 768px) {
        .demo-item-grid__list-item:nth-child(2n) {
          margin-right: 3%; } }
@media (min-width: 768px) {
        .demo-item-grid__list-item:not(:last-child):not(:nth-child(2n)) {
          margin-right: 3%; } }
@media (min-width: 640px) and (max-width: 768px) {
        .demo-item-grid__list-item:not(:last-child):not(:nth-child(2n)) {
          margin-right: 5%; } }
@media (max-width: 640px) {
        .demo-item-grid__list-item {
          margin: 0 45px 20px; } }
.demo-item-grid__image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s; }
.demo-item-grid__image-hover_active {
      opacity: 1; }
.demo-item-grid__title {
    color: #000000;
    font-weight: 900;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    text-align: left;
    text-transform: uppercase; }
.demo-item-grid__description {
    color: #000000;
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 1.3;
    text-align: left; }
.demo-item-grid__link, .demo-item-grid__link_image {
    position: relative;
    overflow: hidden;
    text-decoration: none; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.industry-demos__heading {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 41px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.industry-demos__heading:not(:last-child) {
    margin-bottom: 38px; }
@media (max-width: 640px) {
    .industry-demos__heading {
      font-size: 30px; } }
.industry-demos {
  padding: 57px 0 48px;
  background-image: linear-gradient(to bottom, #d7d7d7, transparent); }
.industry-demos .wrapper {
    max-width: 1080px; }
.industry-demos__wrapper {
    padding: 45px 70px 20px;
    background-color: #fff;
    box-shadow: 0px 21px 54px 0 #e5e5e5; }
@media (max-width: 650px) {
      .industry-demos__wrapper {
        padding: 30px 20px; } }
.industry-demos__slider .carousel.carousel-slider {
    overflow: visible; }
.industry-demos__slider .carousel.carousel-slider .control-arrow {
      top: calc(50% - 30px);
      bottom: auto;
      width: 20px;
      height: 20px;
      padding: 0;
      color: #000;
      background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow.svg") no-repeat 50% 50%;
      transform: translateY(-50%);
      opacity: 0.8;
      transition: opacity 0.2s ease; }
.industry-demos__slider .carousel.carousel-slider .control-arrow:before {
        display: none; }
.industry-demos__slider .carousel.carousel-slider .control-arrow:hover {
        background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow.svg") no-repeat 50% 50%;
        opacity: 1; }
.industry-demos__slider .carousel.carousel-slider .control-arrow.control-prev {
        left: -50px;
        transform: translateY(-50%) rotate(90deg); }
.industry-demos__slider .carousel.carousel-slider .control-arrow.control-next {
        right: -50px;
        transform: translateY(-50%) rotate(-90deg); }
.industry-demos__slider .carousel .slide {
    height: 0;
    text-align: left;
    background: none; }
.industry-demos__slider .carousel .slide.selected {
      height: auto; }
.industry-demos__slider .carousel .control-dots {
    position: static;
    margin: 6px 0 0 0;
    padding: 0; }
.industry-demos__slider .carousel .control-dots .dot {
      width: 10px;
      height: 10px;
      margin: 0 6px;
      background-color: rgba(0, 0, 0, 0.5);
      outline: none;
      box-shadow: none; }
.industry-demos__slider .carousel .control-dots .dot.selected {
        background-color: #000; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.covid-19__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 970px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0px 50px 0 40px;
  overflow: hidden; }
@media (max-width: 1024px) {
    .covid-19__wrapper {
      min-height: 0;
      padding: 50px 40px; } }
@media (max-width: 767px) {
    .covid-19__wrapper {
      padding: 0px 35px; } }
@media (max-width: 360px) {
    .covid-19__wrapper {
      padding: 0px 15px; } }
.covid-19__heading {
  display: inline-block;
  width: 70.5vw;
  max-width: 1200px;
  margin-top: 60px;
  color: #646262;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.covid-19__description {
  position: relative;
  font-weight: 800;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif; }
.covid-19__description:before {
    position: absolute;
    top: -15px;
    bottom: 0;
    width: 291px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
    content: ''; }
@media (max-height: 680px) {
    .covid-19__description {
      display: none; } }
@media (min-width: 640px) {
    .covid-19__description {
      margin-top: 10px;
      margin-bottom: 10px; } }
@media (max-width: 360px) {
    .covid-19__description {
      font-size: 16px; } }
.covid-19 .industry-demos {
  background-image: none; }
.covid-19 .industry-demos .wrapper {
    padding-right: 0;
    padding-left: 0; }
.covid-19 .industry-demos__wrapper {
    padding: 0;
    box-shadow: none; }
.covid-19 .industry-demos__slider .carousel .control-dots .dot.selected {
    display: none; }
.covid-19 .industry-demos .demo-item-grid__list-item {
    max-width: 280px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.sub-title__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .sub-title__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .sub-title__wrapper {
      max-width: calc(940px * 1.44); } }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.sub-title {
  padding: 66px 0 49px; }
@media (max-width: 1024px) {
    .sub-title {
      padding: 46px 0 39px; } }
@media (max-width: 640px) {
    .sub-title {
      padding: 36px 0 29px; } }
.sub-title__heading, .sub-title__description {
    margin: 0;
    padding: 0;
    color: #000; }
.sub-title__heading {
    font-weight: 900;
    font-size: 70px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    letter-spacing: normal;
    text-transform: uppercase; }
.sub-title__heading:not(:last-child) {
      margin-bottom: 22px; }
@media (max-width: 640px) {
        .sub-title__heading:not(:last-child) {
          margin-bottom: 15px; } }
@media (max-width: 1024px) {
      .sub-title__heading {
        font-size: 70px; } }
@media (max-width: 768px) {
      .sub-title__heading {
        font-size: 41px; } }
@media (max-width: 480px) {
      .sub-title__heading {
        font-size: 26px; } }
.sub-title__description {
    font-weight: 400;
    font-size: 16.5px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: normal; }
@media (max-width: 640px) {
      .sub-title__description {
        font-size: 15px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
.logo-list__item {
    flex-basis: 20%;
    width: 100%;
    min-height: 130px;
    margin-bottom: 2vw;
    text-align: center; }
@media (max-width: 747px) {
      .logo-list__item {
        flex-basis: 30%; } }
@media (max-width: 640px) {
      .logo-list__item {
        flex-basis: 50%; } }
.logo-list__item-title {
    font-weight: 900;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.9;
    text-transform: uppercase; }
@media (max-width: 420px) {
      .logo-list__item-title {
        font-size: 18px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.partners-tabs__headline, .partners-tabs__content {
  margin: 0;
  padding: 0;
  list-style: none; }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.partners-tabs:not(:last-child) {
  margin-bottom: 130px; }
@media (min-width: 2560px) {
    .partners-tabs:not(:last-child) {
      margin-bottom: calc(130px * 1.44); } }
@media (max-width: 1000px) {
  .partners-tabs {
    margin-right: -20px;
    margin-left: -20px; }
    .partners-tabs:not(:last-child) {
      margin-bottom: 80px; } }
.partners-tabs__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  min-height: 250px;
  margin: 0 auto; }
@media (min-width: 2560px) {
    .partners-tabs__container {
      min-height: calc(250px * 1.44);
      padding: calc(62px * 1.44) calc(50px * 1.44) calc(38px * 1.44); } }
@media (max-width: 767px) {
    .partners-tabs__container {
      padding: 32px 0 0; } }
.partners-tabs__headline {
  position: relative;
  display: flex;
  justify-content: space-between; }
.partners-tabs__headline:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2); }
@media (max-width: 767px) {
    .partners-tabs__headline {
      display: block; }
      .partners-tabs__headline:after {
        display: none; } }
.partners-tabs__title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5px 23px;
  color: #000;
  font-weight: 800;
  font-size: 17px;
  font-family: "ProximaNova", sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
@media (min-width: 2560px) {
    .partners-tabs__title {
      padding: 0 calc(5px * 1.44) calc(13px * 1.44);
      font-size: calc(17px * 1.44); } }
.partners-tabs__title::before, .partners-tabs__title::after {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 0;
    height: 3px;
    background: #000;
    transition: width 0.3s;
    content: ''; }
@media (min-width: 2560px) {
      .partners-tabs__title::before, .partners-tabs__title::after {
        height: calc(3px * 1.44); } }
.partners-tabs__title::before {
    right: 50%; }
.partners-tabs__title::after {
    left: 50%; }
.partners-tabs__title_selected::before {
    width: 50%; }
.partners-tabs__title_selected::after {
    width: 50%; }
@media (max-width: 767px) {
    .partners-tabs__title {
      padding: 13px 6.1vw;
      padding-left: 0;
      text-align: left;
      border-bottom: 2px solid rgba(0, 0, 0, 0.4); }
      .partners-tabs__title_selected {
        border-bottom-color: #000; }
      .partners-tabs__title:before, .partners-tabs__title:after {
        display: none; } }
.partners-tabs__content {
  width: 100%;
  height: 100%;
  min-height: 130px;
  margin-top: 14px; }
@media (min-width: 2560px) {
    .partners-tabs__content {
      min-height: calc(130px * 1.44);
      margin-top: calc(14px * 1.44); } }
.partners-tabs__description {
  display: none;
  font-size: 16px;
  line-height: 1.4; }
@media (min-width: 2560px) {
    .partners-tabs__description {
      font-size: calc(16px * 1.44); } }
@media (max-width: 767px) {
    .partners-tabs__description:not(:last-child) {
      border-bottom: 2px solid rgba(0, 0, 0, 0.4); } }
.partners-tabs__description_visible {
    display: block; }
.partners-tabs__description_visible .sub-title {
      animation: fadeIn 0.35s linear; }
.partners-tabs__description_visible .sub-title ul {
        display: block !important;
        padding-left: 20px !important;
        list-style-type: square !important; }
.partners-tabs__description_visible .sub-title li {
        font-weight: normal !important; }
.partners-tabs__cta-button {
  min-height: 58px;
  margin: 0 auto 36px;
  color: #fff;
  background-color: #000;
  border: 2px solid #000; }
.partners-tabs__cta-button:hover {
    background: #000;
    box-shadow: 0px 19px 57px 0 #000; }
@media (max-width: 767px) {
    .partners-tabs__cta-button {
      position: initial;
      margin: 0 auto 30px; } }
@media (min-width: 767px) and (max-height: 750px) {
    .partners-tabs__cta-button {
      bottom: 30px; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.quad__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 970px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0px 40px 0 50px; }
@media (max-width: 1024px) {
    .quad__wrapper {
      min-height: 0;
      padding-bottom: 80px;
      padding-left: 20px; } }
@media (max-width: 475px) {
    .quad__wrapper {
      padding: 0 30px 50px; } }
.quad__heading {
  display: inline-block;
  color: #707070;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
@media (max-width: 510px) {
    .quad__heading {
      margin-bottom: 30px; } }
.quad__description {
  position: relative;
  max-width: 90%;
  margin-bottom: 40px;
  font-weight: 800;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif; }
@media (max-height: 750px) {
    .quad__description {
      display: none; } }
@media (max-width: 510px) {
    .quad__description {
      max-width: 100%; } }
@media (max-width: 360px) {
    .quad__description {
      font-size: 16px; } }
.quad__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(-315deg, #9038a8 25%, #5380be);
  box-shadow: 0px 48px 54px -30px #587abc;
  transition: background-image 0.3s linear, box-shadow 0.35s linear; }
.quad__container_1 {
    background-image: linear-gradient(to right, #73c06a, #6bc8b6);
    box-shadow: 0px 48px 54px -30px rgba(115, 192, 106, 0.95); }
.quad__container_2 {
    background-image: linear-gradient(to right, #eb814f, #c16c38);
    box-shadow: 0px 48px 54px -30px rgba(235, 129, 79, 0.95); }
.quad__container_3 {
    background-image: linear-gradient(135deg, #bc5d42, #913d6c);
    box-shadow: 0px 48px 54px -30px rgba(145, 61, 108, 0.95); }
@media (max-width: 767px) {
    .quad__container {
      flex-wrap: wrap; } }
.quad__tabs {
  margin-right: 0;
  margin-left: 0; }
.quad__tabs .partners-tabs__container {
    padding: 30px 20px 0 20px; }
@media (min-width: 1024px) {
      .quad__tabs .partners-tabs__container {
        max-height: 380px; } }
.quad__tabs .partners-tabs__headline:after {
    background-color: rgba(255, 255, 255, 0.2); }
.quad__tabs .partners-tabs__content {
    position: relative; }
.quad__tabs .partners-tabs__cta-button {
    position: initial;
    margin-right: auto;
    margin-left: auto; }
@media screen and (min-width: 767px) {
      .quad__tabs .partners-tabs__cta-button {
        position: absolute;
        right: 85px;
        bottom: -60px; } }
@media screen and (min-width: 640px) and (max-width: 767px) {
      .quad__tabs .partners-tabs__cta-button {
        margin-bottom: 50px; } }
.quad__tabs .partners-tabs__headline::after {
    background-color: transparent; }
.quad__tabs .partners-tabs__title,
  .quad__tabs .partners-tabs__description {
    color: #fff;
    font-weight: 900;
    font-size: 24px; }
@media (min-width: 767px) and (max-width: 940px) {
      .quad__tabs .partners-tabs__title,
      .quad__tabs .partners-tabs__description {
        font-size: 18px; } }
@media (max-width: 767px) {
      .quad__tabs .partners-tabs__title,
      .quad__tabs .partners-tabs__description {
        border-bottom: 4px solid transparent; }
        .quad__tabs .partners-tabs__title_selected,
        .quad__tabs .partners-tabs__description_selected {
          border-top: 4px solid #ffa601; } }
.quad__tabs .partners-tabs__title::before, .quad__tabs .partners-tabs__title::after,
    .quad__tabs .partners-tabs__description::before,
    .quad__tabs .partners-tabs__description::after {
      background: #ffa601; }
.quad__tabs .partners-tabs__title .sub-title,
    .quad__tabs .partners-tabs__description .sub-title {
      padding: 0;
      color: #fff; }
.quad__tabs .partners-tabs__title .sub-title__description,
      .quad__tabs .partners-tabs__description .sub-title__description {
        color: #fff; }
.quad__tabs .partners-tabs__title .sub-title__description h3,
        .quad__tabs .partners-tabs__description .sub-title__description h3 {
          margin-top: 35px;
          color: #f8de64;
          font-weight: 900;
          font-size: 44px;
          font-family: "ProximaNova", sans-serif;
          line-height: 1.2;
          text-transform: uppercase; }
@media screen and (max-width: 960px) and (min-width: 767px) {
            .quad__tabs .partners-tabs__title .sub-title__description h3,
            .quad__tabs .partners-tabs__description .sub-title__description h3 {
              font-size: 4vw; } }
@media screen and (max-width: 767px) {
            .quad__tabs .partners-tabs__title .sub-title__description h3,
            .quad__tabs .partners-tabs__description .sub-title__description h3 {
              font-size: 5vw; } }
@media screen and (max-width: 640px) {
            .quad__tabs .partners-tabs__title .sub-title__description h3,
            .quad__tabs .partners-tabs__description .sub-title__description h3 {
              font-size: 4vw; } }
@media screen and (max-width: 415px) {
        .quad__tabs .partners-tabs__title .sub-title__wrapper,
        .quad__tabs .partners-tabs__description .sub-title__wrapper {
          padding-right: 0; } }
@media screen and (min-width: 767px) {
        .quad__tabs .partners-tabs__title .sub-title,
        .quad__tabs .partners-tabs__description .sub-title {
          max-width: 70%;
          padding-left: 30px; } }
.quad__tabs .partners-tabs__title {
    flex-basis: 18%;
    align-items: flex-start;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    line-height: 1;
    text-align: left;
    opacity: 0.7; }
@media (max-width: 767px) {
      .quad__tabs .partners-tabs__title {
        padding-top: 25px;
        padding-bottom: 25px;
        opacity: 1; } }
.quad__tabs .partners-tabs__title_selected {
      opacity: 1; }
@media (max-width: 767px) {
    .quad__tabs .partners-tabs__description:not(:last-child) {
      border-bottom: 4px solid #ffa601; } }
.quad__tabs .partners-tabs__text-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 60px; }
@media screen and (max-width: 767px) {
      .quad__tabs .partners-tabs__text-wrapper {
        margin-bottom: 40px; } }
.quad__tabs .partners-tabs__text-image {
    width: 50%;
    max-width: 245px;
    height: 50%; }
@media screen and (max-width: 640px) {
      .quad__tabs .partners-tabs__text-image {
        width: 45%; } }
@media screen and (max-width: 415px) {
      .quad__tabs .partners-tabs__text-image {
        width: 35%; } }
.quad .adhoc-slider .slider-wrapper {
  /*box-shadow: 0px 12px 73px 0 rgba(193, 98, 254, 0.6);*/ }
.quad .adhoc-slider .carousel {
  overflow: initial; }
.quad .adhoc-slider .carousel .slide {
    padding: 0;
    background: white; }
.quad .adhoc-slider .carousel .control-dots {
    bottom: -50px;
    padding-left: 0; }
.quad .adhoc-slider .carousel .control-dots .dot {
      width: 50px;
      height: 4px;
      background: #fea01a;
      border-radius: initial;
      outline: 0;
      box-shadow: none; }
@media screen and (max-width: 540px) {
        .quad .adhoc-slider .carousel .control-dots .dot {
          width: 30px; } }
.quad .adhoc-slider .carousel .control-next.control-arrow,
  .quad .adhoc-slider .carousel .control-prev.control-arrow {
    top: 38%;
    right: -30px;
    width: 60px;
    height: 60px;
    padding: 0;
    background: none;
    box-shadow: 0 -4px 89px 0 rgba(129, 131, 130, 0.55);
    opacity: 1; }
.quad .adhoc-slider .carousel .control-next.control-arrow:hover,
    .quad .adhoc-slider .carousel .control-prev.control-arrow:hover {
      background: none;
      opacity: 0.75; }
.quad .adhoc-slider .carousel .control-next.control-arrow:before,
    .quad .adhoc-slider .carousel .control-prev.control-arrow:before {
      width: 60px;
      height: 60px;
      margin: 0;
      background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow.svg") no-repeat 50% 50%;
      background-color: #fff;
      border: none;
      transform: rotate(-90deg); }
@media (max-width: 590px) {
        .quad .adhoc-slider .carousel .control-next.control-arrow:before,
        .quad .adhoc-slider .carousel .control-prev.control-arrow:before {
          transform: scale(0.7); } }
.quad .adhoc-slider .carousel .control-prev.control-arrow {
    left: -30px;
    padding: 0;
    box-shadow: 0 -4px 89px 0 rgba(129, 131, 130, 0.55);
    opacity: 1; }
.quad .adhoc-slider .carousel .control-prev.control-arrow:before {
      width: 60px;
      height: 60px;
      background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow.svg") no-repeat 50% 50%;
      background-color: #fff;
      border: none;
      transform: rotate(90deg); }
@media (max-width: 590px) {
        .quad .adhoc-slider .carousel .control-prev.control-arrow:before {
          transform: scale(0.7); } }
.quad__slide-container {
  position: relative;
  display: flex;
  justify-content: space-around;
  min-height: 385px;
  max-height: 385px;
  margin-bottom: 65px;
  padding-left: 35px; }
.quad__text-image {
  max-width: 220px;
  margin-right: 20px; }
.quad__text-wrapper {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding: 0 20px;
  text-align: left; }
.quad__text-wrapper .sub-title {
    padding: 0; }
.quad__text-wrapper .sub-title__heading {
      color: #fff;
      font-weight: 900;
      font-size: 24px; }
.quad__text-wrapper .sub-title__description h3 {
      max-width: 95%;
      color: #f8de64;
      font-weight: 900;
      font-size: 44px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1;
      text-transform: uppercase; }
@media (max-width: 1024px) and (min-width: 767px) {
        .quad__text-wrapper .sub-title__description h3 {
          font-size: 4vw; } }
.quad__cta-button {
  position: absolute;
  right: 15%;
  bottom: -28px;
  min-height: 58px;
  margin: 0 auto;
  color: #fff;
  background-color: #000;
  border: 2px solid #000; }
.quad__cta-button:hover {
    background: #000;
    box-shadow: 0px 10px 26px 0 #000; }
@media (max-width: 767px) {
    .quad__cta-button {
      position: initial;
      margin: 0 auto 30px; } }
@media (min-width: 767px) and (max-height: 750px) {
    .quad__cta-button {
      bottom: 30px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.home .get-in-touch {
  padding-bottom: 90px; }
@media (max-width: 510px) {
    .home .get-in-touch {
      padding-top: 60px; } }
@media (min-width: 768px) {
  body[data-page='main-page'] .footer,
  body[data-page='services'] .footer {
    min-height: 100vh; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.page-title-2 {
  overflow: hidden;
  background: linear-gradient(45deg, #f9ac07, #5406d9);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important; }
.page-title-2_mouse-animation::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: calc(50% - 8px);
    width: 16px;
    height: 35px;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/mouse-arrow.svg"); }
@media (min-width: 2560px) {
      .page-title-2_mouse-animation::before {
        width: calc(16px * 1.44);
        height: calc(35px * 1.44);
        background-size: 100%; } }
@media screen and (max-width: 767px) and (max-height: 1050px) {
      .page-title-2_mouse-animation::before {
        bottom: 10px; } }
@media screen and (max-height: 580px) {
      .page-title-2_mouse-animation::before {
        top: 650px;
        transform: scale(0.8); } }
@media screen and (max-height: 380px) {
      .page-title-2_mouse-animation::before {
        content: none; } }
@media (hover: none) and (pointer: coarse) {
      .page-title-2_mouse-animation::before {
        content: none; } }
.page-title-2 .mousey {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 8px);
    box-sizing: content-box;
    width: 3px;
    height: 18px;
    padding: 10px 11px;
    border: 2px solid #000;
    border-radius: 25px;
    opacity: 0.75; }
@media screen and (max-width: 767px) and (max-height: 1050px) {
      .page-title-2 .mousey {
        bottom: 10px; } }
@media screen and (max-height: 580px) {
      .page-title-2 .mousey {
        top: 650px;
        transform: scale(0.8); } }
@media screen and (max-height: 380px) {
      .page-title-2 .mousey {
        display: none; } }
@media (hover: none) and (pointer: coarse) {
      .page-title-2 .mousey {
        display: none; } }
.page-title-2 .scroller {
    width: 3px;
    height: 10px;
    background-color: #000;
    border-radius: 25%;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite; }
@media screen and (max-height: 580px) {
    .page-title-2 {
      min-height: 700px; } }
@media screen and (max-height: 350px) {
    .page-title-2 {
      min-height: 600px;
      padding-top: 105px; } }
.page-title-2__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 120px 100px 120px;
    color: #fff; }
@media (min-width: 2560px) {
      .page-title-2__content {
        padding: calc(1.44 * 120px) calc(1.44 * 100px) calc(1.44 * 120px); } }
.page-title-2__container {
    position: relative; }
.page-title-2__title {
    position: relative;
    max-width: 800px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 88px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    text-transform: uppercase; }
@media (min-width: 2560px) {
      .page-title-2__title {
        max-width: calc(1.44 * 800px);
        font-size: calc(1.44 * 88px); } }
.page-title-2__title span {
      position: relative;
      z-index: 2; }
.page-title-2__title::before {
      position: absolute;
      bottom: 50%;
      left: -32px;
      z-index: 1;
      width: 166px;
      height: 130%;
      min-height: 160px;
      background-color: #000000;
      box-shadow: 0 19px 57px 0 rgba(0, 0, 0, 0.95);
      transform: translateY(50%);
      content: ''; }
@media (min-width: 2560px) {
        .page-title-2__title::before {
          left: calc(-32px * 1.44);
          width: calc(166px * 1.44);
          min-height: calc(160px * 1.44); } }
.page-title-2__title_reveal::before {
      box-shadow: 0px 19px 57px 0 #1e8659; }
@media screen and (max-width: 1024px) {
      .page-title-2__title {
        font-size: 8vw; } }
@media screen and (max-width: 940px) {
      .page-title-2__title {
        font-size: 7vw; } }
.page-title-2__wrapper {
    position: absolute;
    bottom: 12vh;
    left: 0;
    width: 100%; }
@media screen and (max-height: 550px) {
      .page-title-2__wrapper {
        bottom: -100px; } }
.page-title-2__button {
    margin: 30px 0 0 8vw;
    color: #fff !important;
    background: #000; }
@media (min-width: 2560px) {
      .page-title-2__button {
        margin: calc(30px * 1.44) 0 0 8vw; } }
@media screen and (max-width: 1024px) {
      .page-title-2__button {
        margin-left: 6vw; } }
@media screen and (max-width: 940px) {
      .page-title-2__button {
        margin-left: 0; } }
.page-title-2__button:hover {
    color: #fff;
    background: #000;
    box-shadow: 0px 19px 57px 0 #000; }
.page-title-2__description {
    position: absolute;
    width: 90%;
    margin-top: 26px;
    margin-bottom: 0;
    margin-left: 150px;
    font-weight: 800;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif; }
@media (min-width: 2560px) {
      .page-title-2__description {
        margin-top: calc(26px * 1.44);
        margin-left: calc(150px * 1.44);
        font-size: calc(24px * 1.44); } }
.page-title-2__description::before {
      position: absolute;
      top: -10px;
      width: 62px;
      height: 2px;
      background-color: white;
      content: ''; }
@media (min-width: 2560px) {
        .page-title-2__description::before {
          top: calc(1.44 * -10px);
          width: calc(1.44 * 62px);
          height: calc(1.44 * 2px); } }
@media screen and (max-width: 940px) {
      .page-title-2__description {
        font-size: 2.6vw; } }
@media screen and (max-width: 650px) {
      .page-title-2__description {
        width: 65%; } }
@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    opacity: 0; } }
@keyframes shake {
  3% {
    transform: translate3d(0, -1px, 0); }
  6% {
    transform: translate3d(0, 2px, 0); }
  9% {
    transform: translate3d(0, -4px, 0); }
  12% {
    transform: translate3d(0, 4px, 0); }
  15%,
  100% {
    transform: translate3d(0, 0, 0); } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.page-title-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 105px 30px 50px;
  color: white;
  font-size: 3.8vw;
  background: linear-gradient(45deg, #f9ac07, #5406d9);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important; }
.page-title-mobile__title {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 70vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 36px;
    font-weight: 900;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    text-transform: uppercase; }
.page-title-mobile__title::before {
      position: absolute;
      top: 50%;
      left: -36px;
      z-index: -1;
      width: 168px;
      height: 130%;
      min-height: 100px;
      background-color: black;
      box-shadow: 0px 19px 57px -4px rgba(0, 0, 0, 0.95);
      transform: translateY(-50%);
      content: ''; }
@media screen and (max-width: 640px) {
        .page-title-mobile__title::before {
          width: 100px; } }
.page-title-mobile__title_reveal::before {
      box-shadow: 0px 19px 57px 0 #1e8659; }
.page-title-mobile__description {
    position: relative;
    width: 100%;
    max-width: 60vw;
    margin-top: 55px;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif; }
.page-title-mobile__description::before {
      position: absolute;
      top: -10px;
      width: 62px;
      height: 2px;
      background-color: white;
      content: ''; }
@media screen and (max-width: 414px) {
      .page-title-mobile__description {
        font-size: 16px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.your-journey-tabs__headline, .your-journey-tabs__content {
  margin: 0;
  padding: 0;
  list-style: none; }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.your-journey-tabs:not(:last-child) {
  margin-bottom: 130px; }
@media (min-width: 2560px) {
    .your-journey-tabs:not(:last-child) {
      margin-bottom: calc(130px * 1.44); } }
@media (max-width: 1000px) {
  .your-journey-tabs {
    margin-right: -20px;
    margin-left: -20px; }
    .your-journey-tabs:not(:last-child) {
      margin-bottom: 80px; } }
.your-journey-tabs__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  min-height: 250px;
  margin: 0 auto;
  padding: 62px 50px 38px;
  background-image: linear-gradient(to top, #1dd9c3, #3cc33a);
  box-shadow: 0px 21px 54px 0 #1feecc; }
@media (min-width: 2560px) {
    .your-journey-tabs__container {
      min-height: calc(250px * 1.44);
      padding: calc(62px * 1.44) calc(50px * 1.44) calc(38px * 1.44); } }
@media (max-width: 767px) {
    .your-journey-tabs__container {
      padding: 62px 0 0; } }
.your-journey-tabs__black-square {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  background-color: #000000;
  box-shadow: 0px 19px 57px 0 rgba(129, 131, 130, 0.95);
  transform: translateY(-50%);
  content: '';
  transition: left 0.4s ease-in-out; }
@media (min-width: 2560px) {
    .your-journey-tabs__black-square {
      width: calc(46px * 1.44);
      height: calc(46px * 1.44); } }
.your-journey-tabs__headline {
  position: relative;
  display: flex;
  justify-content: space-between; }
.your-journey-tabs__headline:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 3px;
    background-color: rgba(255, 255, 255, 0.4); }
@media (max-width: 767px) {
    .your-journey-tabs__headline {
      display: block; }
      .your-journey-tabs__headline:after {
        display: none; } }
.your-journey-tabs__title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5px 13px;
  color: white;
  font-weight: 800;
  font-size: 17px;
  font-family: "ProximaNova", sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
@media (min-width: 2560px) {
    .your-journey-tabs__title {
      padding: 0 calc(5px * 1.44) calc(13px * 1.44);
      font-size: calc(17px * 1.44); } }
.your-journey-tabs__title::before, .your-journey-tabs__title::after {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 0;
    height: 3px;
    background: white;
    transition: width 0.3s;
    content: ''; }
@media (min-width: 2560px) {
      .your-journey-tabs__title::before, .your-journey-tabs__title::after {
        height: calc(3px * 1.44); } }
.your-journey-tabs__title::before {
    right: 50%; }
.your-journey-tabs__title::after {
    left: 50%; }
.your-journey-tabs__title_selected::before {
    width: 50%; }
.your-journey-tabs__title_selected::after {
    width: 50%; }
@media (max-width: 767px) {
    .your-journey-tabs__title {
      padding: 13px 6.1vw;
      text-align: left;
      border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
      .your-journey-tabs__title_selected {
        border-bottom-color: #fff; }
      .your-journey-tabs__title:before, .your-journey-tabs__title:after {
        display: none; } }
.your-journey-tabs__content {
  width: 100%;
  height: 100%;
  min-height: 130px;
  margin-top: 14px; }
@media (min-width: 2560px) {
    .your-journey-tabs__content {
      min-height: calc(130px * 1.44);
      margin-top: calc(14px * 1.44); } }
.your-journey-tabs__description {
  display: none;
  font-size: 16px;
  line-height: 1.4; }
@media (min-width: 2560px) {
    .your-journey-tabs__description {
      font-size: calc(16px * 1.44); } }
@media (max-width: 767px) {
    .your-journey-tabs__description {
      padding: 20px 6.1vw; }
      .your-journey-tabs__description:not(:last-child) {
        border-bottom: 2px solid rgba(255, 255, 255, 0.4); } }
.your-journey-tabs__description_visible {
    display: block; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.your-journey-description__text {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 34px;
  font-family: "ProximaNova", sans-serif; }
@media (min-width: 2560px) {
    .your-journey-description__text {
      font-size: calc(34px * 1.44); } }
@media (max-width: 640px) {
    .your-journey-description__text {
      font-size: 20px; } }
.your-journey-description__text::before {
    position: absolute;
    content: '';
    top: -16px;
    width: 292px;
    height: 3px; }
@media (min-width: 2560px) {
      .your-journey-description__text::before {
        top: calc(-16px * 1.44);
        width: calc(292px * 1.44);
        height: calc(3px * 1.44); } }
.your-journey-description__text_reveal::before {
    background-color: #3bc440; }
.your-journey-description__text_transform::before {
    background-color: #f9ac07; }
.your-journey-description__text_accelerate::before {
    background-color: #e912a3; }
.your-journey-description__text_optimize::before {
    background-color: #07c3f3; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.resource-link, .outlined-box-grid__box {
  position: relative;
  display: block;
  padding: 24px 12px 20px 15px;
  color: black;
  font-weight: 800;
  font-size: 26px;
  font-family: "ProximaNova", sans-serif;
  white-space: normal;
  text-decoration: none;
  border: 2px solid black;
  cursor: pointer; }
@media (min-width: 2560px) {
    .resource-link, .outlined-box-grid__box {
      padding: calc(24px * 1.44) calc(12px * 1.44) calc(20px * 1.44) calc(15px * 1.44);
      font-size: calc(26px * 1.44);
      border-width: calc(2px * 1.44); } }
@media (-moz-touch-enabled: 1), (pointer: coarse) {
    .resource-link, .outlined-box-grid__box {
      border: 2px solid #17c583; } }
@media (-moz-touch-enabled: 0), (pointer: fine) {
    .resource-link::before, .outlined-box-grid__box::before, .resource-link::after, .outlined-box-grid__box::after {
      position: absolute;
      display: block;
      box-sizing: border-box;
      width: 0;
      height: 0;
      border: 2px solid transparent;
      pointer-events: none;
      content: ''; }
    .resource-link::before, .outlined-box-grid__box::before {
      top: -2px;
      left: 2px; }
    .resource-link::after, .outlined-box-grid__box::after {
      right: 2px;
      bottom: -2px; }
    .resource-link:hover::before, .outlined-box-grid__box:hover::before, .resource-link:hover::after, .outlined-box-grid__box:hover::after {
      width: 100%;
      height: 100%;
      border-color: #17c583; }
    .resource-link:hover::before, .outlined-box-grid__box:hover::before {
      border-bottom: none;
      border-left: none;
      transition: width 0.3s, height 0.3s 0.3s; }
    .resource-link:hover, .outlined-box-grid__box:hover {
      border-color: #17c583;
      transition: border-bottom-color 0.3s 0.5s, border-right-color 0.3s 0.5s, border-left-color 0.3s 1.1s, border-top-color 0.3s 1.2s; }
    .resource-link:hover::after, .outlined-box-grid__box:hover::after {
      border-top: none;
      border-right: none;
      transition: width 0.3s 0.6s, height 0.3s 0.9s, border-color 0s 0.6s; } }
.resource-link {
  width: 232px;
  word-wrap: break-word; }
@media only screen and (max-width: 968px) {
    .resource-link {
      width: 100%;
      height: 100%;
      min-height: 100px; } }
.outlined-box-grid__box {
  flex: 1;
  min-height: 186px;
  padding-bottom: 42px; }
@media (max-width: 640px) {
    .outlined-box-grid__box {
      min-height: 0; } }
@media (min-width: 2560px) {
    .outlined-box-grid__box {
      min-height: calc(186px * 1.44);
      padding-bottom: calc(42px * 1.44); } }
.outlined-box-grid__category {
  color: #646262;
  font-weight: 800;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase; }
@media (min-width: 2560px) {
    .outlined-box-grid__category {
      font-size: calc(14px * 1.44);
      letter-spacing: calc(0.7px * 1.44); } }
.outlined-box-grid__category:not(:last-child) {
    margin-bottom: 36px; }
@media (min-width: 2560px) {
      .outlined-box-grid__category:not(:last-child) {
        margin-bottom: calc(36px * 1.44); } }
@media (max-width: 640px) {
      .outlined-box-grid__category:not(:last-child) {
        margin-bottom: 30px; } }
.outlined-box-grid__list {
  display: flex;
  flex-wrap: wrap; }
.outlined-box-grid__list__item {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 31.3%;
    max-width: 31.3%;
    margin-bottom: 30px; }
@media (min-width: 2560px) {
      .outlined-box-grid__list__item {
        margin-bottom: calc(30px * 1.44); } }
@media (min-width: 1025px) {
      .outlined-box-grid__list__item {
        min-width: 29%;
        max-width: 29%; }
        .outlined-box-grid__list__item:nth-child(3n - 1) {
          min-width: 36%;
          max-width: 36%; }
        .outlined-box-grid__list__item.with-category:not(:nth-child(3n)) + .outlined-box-grid__list__item:not(.with-category) {
          margin-top: 52px; } }
@media (min-width: 641px) and (max-width: 1024) {
      .outlined-box-grid__list__item.with-category:not(:nth-child(2n)) + .outlined-box-grid__list__item:not(.with-category) {
        margin-top: 52px; } }
@media (max-width: 1024px) {
      .outlined-box-grid__list__item {
        min-width: 48.5%;
        max-width: 48.5%; } }
@media (max-width: 640px) {
      .outlined-box-grid__list__item {
        min-width: 100%;
        max-width: 100%; } }
@media (min-width: 1025px) {
      .outlined-box-grid__list__item:not(:last-child):not(:nth-child(3n)) {
        margin-right: 3%; } }
@media (min-width: 421px) and (max-width: 1024px) {
      .outlined-box-grid__list__item:not(:last-child):not(:nth-child(2n)) {
        margin-right: 3%; } }
.outlined-box-grid__arrow {
  position: absolute;
  right: 15px;
  bottom: 10px;
  content: '';
  display: inline-block;
  width: 14px;
  height: 24px;
  vertical-align: middle;
  background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow.svg") no-repeat 50% 50%;
  background-size: 100%;
  transform: rotate(270deg); }
@media (min-width: 2560px) {
    .outlined-box-grid__arrow {
      right: calc(15px * 1.44);
      bottom: calc(10px * 1.44);
      width: calc(14px * 1.44);
      height: calc(24px * 1.44); } }

.your-journey-reveal__title {
  background: linear-gradient(45deg, #1dd9c3, #3cc33a); }
  .your-journey-reveal__title .page-title-2__description {
    max-width: 308px; }
  @media (min-width: 2560px) {
      .your-journey-reveal__title .page-title-2__description {
        max-width: calc(308px * 1.44); } }
  .your-journey-reveal__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px; }
  @media (max-width: 1000px) {
    .your-journey-reveal__content {
      padding: 0 20px; } }
  @media (min-width: 2560px) {
    .your-journey-reveal__content {
      max-width: calc(1000px * 1.44);
      padding: 0 calc(30px * 1.44); } }
  .your-journey-reveal__description {
  margin-top: 144px; }
  @media (min-width: 2560px) {
    .your-journey-reveal__description {
      margin-top: calc(144px * 1.44); } }
  .your-journey-reveal__tabs {
  margin-top: 140px; }
  @media (min-width: 2560px) {
    .your-journey-reveal__tabs {
      margin-top: calc(140px * 1.44); } }
  @media only screen and (max-width: 1024px) {
  .your-journey-reveal__tabs {
    margin-top: 120px; }
  .your-journey-reveal__description {
    margin-top: 166px; } }
  @media only screen and (max-width: 560px) {
  .your-journey-reveal__tabs {
    margin-top: 100px; }
  .your-journey-reveal__description {
    margin-top: 54px; } }

.your-journey-transform__title {
  background: 45deg, #2750be, #00dbfe; }
  .your-journey-transform__title .page-title-2__description {
    max-width: 292px; }
  @media (min-width: 2560px) {
      .your-journey-transform__title .page-title-2__description {
        max-width: calc(292px * 1.44); } }
  .your-journey-transform__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px; }
  @media (max-width: 1000px) {
    .your-journey-transform__content {
      padding: 0 20px; } }
  @media (min-width: 2560px) {
    .your-journey-transform__content {
      max-width: calc(1000px * 1.44);
      padding: 0 calc(30px * 1.44); } }
  .your-journey-transform__description {
  margin-top: 144px; }
  @media (min-width: 2560px) {
    .your-journey-transform__description {
      margin-top: calc(144px * 1.44); } }
  .your-journey-transform__tabs {
  margin-top: 140px; }
  @media (min-width: 2560px) {
    .your-journey-transform__tabs {
      margin-top: calc(140px * 1.44); } }
  @media only screen and (max-width: 1024px) {
  .your-journey-transform__tabs {
    margin-top: 120px; }
  .your-journey-transform__description {
    margin-top: 166px; } }
  @media only screen and (max-width: 560px) {
  .your-journey-transform__tabs {
    margin-top: 100px; }
  .your-journey-transform__description {
    margin-top: 54px; } }

.your-journey-accelerate__title {
  background-image: linear-gradient(45deg, #e912a3, #7a3bca); }
  .your-journey-accelerate__title .page-title-2__description {
    max-width: 292px; }
  @media (min-width: 2560px) {
      .your-journey-accelerate__title .page-title-2__description {
        max-width: calc(292px * 1.44); } }
  .your-journey-accelerate__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px; }
  @media (max-width: 1000px) {
    .your-journey-accelerate__content {
      padding: 0 20px; } }
  @media (min-width: 2560px) {
    .your-journey-accelerate__content {
      max-width: calc(1000px * 1.44);
      padding: 0 calc(30px * 1.44); } }
  .your-journey-accelerate__description {
  margin-top: 144px; }
  @media (min-width: 2560px) {
    .your-journey-accelerate__description {
      margin-top: calc(144px * 1.44); } }
  .your-journey-accelerate__tabs {
  margin-top: 140px; }
  @media (min-width: 2560px) {
    .your-journey-accelerate__tabs {
      margin-top: calc(140px * 1.44); } }
  @media only screen and (max-width: 1024px) {
  .your-journey-accelerate__tabs {
    margin-top: 120px; }
  .your-journey-accelerate__description {
    margin-top: 166px; } }
  @media only screen and (max-width: 560px) {
  .your-journey-accelerate__tabs {
    margin-top: 100px; }
  .your-journey-accelerate__description {
    margin-top: 54px; } }

.your-journey-optimize__title {
  background: linear-gradient(45deg, #2750be, #00dbfe); }
  .your-journey-optimize__title .page-title-2__description {
    max-width: 292px; }
  @media (min-width: 2560px) {
      .your-journey-optimize__title .page-title-2__description {
        max-width: calc(292px * 1.44); } }
  .your-journey-optimize__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px; }
  @media (max-width: 1000px) {
    .your-journey-optimize__content {
      padding: 0 20px; } }
  @media (min-width: 2560px) {
    .your-journey-optimize__content {
      max-width: calc(1000px * 1.44);
      padding: 0 calc(30px * 1.44); } }
  .your-journey-optimize__description {
  margin-top: 144px; }
  @media (min-width: 2560px) {
    .your-journey-optimize__description {
      margin-top: calc(144px * 1.44); } }
  .your-journey-optimize__tabs {
  margin-top: 140px; }
  @media (min-width: 2560px) {
    .your-journey-optimize__tabs {
      margin-top: calc(140px * 1.44); } }
  @media only screen and (max-width: 1024px) {
  .your-journey-optimize__tabs {
    margin-top: 120px; }
  .your-journey-optimize__description {
    margin-top: 166px; } }
  @media only screen and (max-width: 560px) {
  .your-journey-optimize__tabs {
    margin-top: 100px; }
  .your-journey-optimize__description {
    margin-top: 54px; } }

@charset "UTF-8";
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.blog-aside-content__list {
  margin: 0;
  padding: 0;
  list-style: none; }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.blog-aside-content {
  top: 80px;
  padding: 26px 30px;
  border: 2px solid white; }
@media (min-height: 720px) {
    .blog-aside-content {
      position: -webkit-sticky;
      position: sticky; } }
.blog-aside-content__title {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 21px;
    font-family: "ProximaNova", sans-serif;
    line-height: normal;
    letter-spacing: 0.21px;
    text-transform: uppercase; }
.blog-aside-content__title:not(:last-child) {
      margin-bottom: 20px; }
.blog-aside-content__item:not(:last-child) {
    margin-bottom: 10px; }
.blog-aside-content__item a {
    color: #000; }
.blog-aside-content__item-label {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 1; }
.blog-aside-content__item-label:before {
      position: absolute;
      top: 50%;
      left: 0;
      content: '';
      width: 14px;
      height: 14px;
      border: 2px solid #000;
      transform: translateY(-50%); }
.blog-aside-content__item label {
    display: inline-block;
    cursor: pointer; }
.blog-aside-content__item label input[type='checkbox'] {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      opacity: 0;
      pointer-events: none; }
.blog-aside-content__item label input[type='checkbox']:checked + .blog-aside-content__item-label:after {
        position: absolute;
        top: 50%;
        left: 3px;
        font-weight: 400;
        font-size: 12px;
        transform: translateY(-50%);
        content: '✓'; }
.blog-aside-content__list:not(:last-child) {
    margin-bottom: 35px; }
.blog-aside-content__list-item_active .blog-aside-content__category {
    padding: 1px 4px 2px;
    background: white; }
.blog-aside-content__list-item_active .blog-aside-category__link {
    color: black; }
.blog-aside-content-mobile {
    display: none; }
.blog-aside-content_inverted {
    background: white;
    border: 2px solid #111; }
.blog-aside-content_inverted .blog-aside-category__link {
      color: #111; }
.blog-aside-content_inverted .blog-aside-category__link::after {
        background-color: #111; }
.blog-aside-content_inverted .blog-aside-content__list-item_active .blog-aside-category {
      padding: 1px 4px 2px;
      background: #111; }
.blog-aside-content_inverted .blog-aside-content__list-item_active .blog-aside-category__link {
      color: white; }
@media only screen and (max-width: 767px) {
  .blog-aside-content {
    display: none; }
    .blog-aside-content-mobile {
      display: block;
      width: 100%;
      max-height: 0;
      padding-top: 20px;
      overflow: hidden;
      border: 0;
      transform: scaleY(0);
      transform-origin: left top;
      transition: all 0.5s ease-in-out; }
      .blog-aside-content-mobile-enter {
        max-height: 0;
        overflow: hidden;
        transform: scaleY(0); }
      .blog-aside-content-mobile-enter-active {
        max-height: 1000px;
        overflow: visible;
        transform: scaleY(1); }
      .blog-aside-content-mobile-enter-done {
        max-height: 1000px;
        overflow: visible;
        transform: scaleY(1); }
      .blog-aside-content-mobile-exit {
        max-height: 1000px;
        overflow: visible;
        transform: scaleY(1); }
      .blog-aside-content-mobile-exit-active {
        max-height: 0;
        overflow: hidden;
        transform: scaleY(0); } }
@media only screen and (max-width: 320px) {
  .blog-aside-content-mobile {
    padding: 20px 0 0; } }

@charset "UTF-8";
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.blog-aside {
  position: relative;
  width: 100%;
  min-width: 235px;
  max-width: 280px;
  height: 100%;
  background: #131313; }
@media screen and (max-width: 1024px) {
    .blog-aside {
      padding-bottom: 100px; } }
.blog-aside__open-btn {
    display: none; }
.blog-aside__details {
    margin-bottom: -2px;
    padding: 26px 24px 30px 30px;
    border: 2px solid white; }
.blog-aside__heading {
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    font-weight: 800;
    font-size: 32px;
    font-family: "ProximaNova", sans-serif;
    line-height: 38px;
    text-transform: uppercase; }
.blog-aside__heading a {
      color: inherit;
      text-decoration: none; }
.blog-aside__decoration-line {
    width: 64px;
    height: 2px;
    margin: 16px 0;
    background: white;
    border: none; }
.blog-aside__description {
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    line-height: 20px; }
.blog-aside_inverted {
    background: white; }
.blog-aside_inverted .blog-aside__open_btn {
      display: none; }
.blog-aside_inverted .blog-aside__details {
      border: 2px solid #111; }
@media only screen and (max-width: 767px) {
        .blog-aside_inverted .blog-aside__details {
          border: none; } }
.blog-aside_inverted .blog-aside__heading, .blog-aside_inverted .blog-aside__description {
      color: #111; }
.blog-aside_inverted .blog-aside__decoration-line {
      background: #111; }
@media only screen and (max-width: 767px) {
  .blog-aside {
    max-width: 100%; }
    .blog-aside__details {
      padding-right: 0;
      padding-left: 0; }
    .blog-aside_inverted .resources-aside__details {
      border: none; }
    .blog-aside__decoration-line {
      display: none; }
    .blog-aside__open-btn {
      position: relative;
      z-index: 998;
      display: block;
      width: 100%;
      height: 30px;
      margin-top: 20px;
      padding: 5px 0;
      color: black;
      font-weight: 800;
      font-size: 16px;
      font-family: "ProximaNova", sans-serif;
      text-align: left;
      text-transform: uppercase;
      background: #fefeff;
      border: 0;
      cursor: pointer;
      transition: all 0.5s linear; }
      .blog-aside__open-btn:after {
        position: absolute;
        top: 50%;
        right: 20px;
        color: black;
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity 0.5s linear;
        content: '✕'; }
      .blog-aside__open-btn:focus {
        outline: none; }
      .blog-aside__open-btn_visible::after {
        opacity: 1; }
      .blog-aside__open-btn_nav_open {
        display: none; } }
@media only screen and (max-width: 320px) {
  .blog-aside__details {
    padding-right: 15px;
    padding-left: 15px; }
  .blog-aside__open-btn {
    padding-left: 15px; } }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .col-md-3,
.col-md-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; } }
  @media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; } }
  .no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }
  .justify-content-between {
  justify-content: space-between !important; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.sub-blog-title {
  display: block;
  width: 100%;
  min-height: 250px;
  margin-bottom: 65px;
  padding: 45px 45px 49px 43px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 25px 21px -18px rgba(0, 0, 0, 0.7);
  transition: color 0.3s, background-color 0.3s; }
@media (max-width: 1024px) {
    .sub-blog-title {
      margin-bottom: 30px; } }
@media (max-width: 480px) {
    .sub-blog-title {
      padding-right: 25px;
      padding-left: 25px; } }
.sub-blog-title__author-wrapper {
    width: 60%;
    font-size: 14px;
    text-transform: uppercase; }
.sub-blog-title__author {
    display: inline-block;
    padding-right: 5px;
    color: #fff;
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s; }
.sub-blog-title__category {
    display: inline-block;
    margin-bottom: 4px;
    padding: 5px;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer; }
.sub-blog-title__category_other {
      background-color: #7b0be3; }
.sub-blog-title__category_big-data {
      background-color: #00d59c; }
.sub-blog-title__category_devops {
      background-color: #ff37d9; }
.sub-blog-title__category_experience-design {
      background-color: #e30b48; }
.sub-blog-title__category_financial-services {
      background-color: #385ff3; }
.sub-blog-title__category_healthcare {
      background-color: #00c5fe; }
.sub-blog-title__category_innovation-platform {
      background-color: #ff7400; }
.sub-blog-title__category_iot {
      background-color: #f3f000; }
.sub-blog-title__category_quality-management {
      background-color: #ffb46b; }
.sub-blog-title__category_r-n-d {
      background-color: #e30b80; }
.sub-blog-title__category_retail {
      background-color: #65d9de; }
.sub-blog-title__category_security {
      background-color: #7b0be3; }
.sub-blog-title__category_software-development {
      background-color: #90da10; }
.sub-blog-title__category_dxp {
      background-color: #fe7a6b; }
.sub-blog-title__category_business-analysis {
      background-color: #de00bc; }
.sub-blog-title__category_energy {
      background-color: #dbb830; }
.sub-blog-title__category_aws {
      background-color: #ff9900; }
.sub-blog-title__category_google-cloud {
      background-color: #4585f1; }
.sub-blog-title__category_salesforce {
      background-color: #00deff; }
.sub-blog-title__categories {
    margin: 20px 0 23px; }
.sub-blog-title__categories .sub-blog-title__category:not(:last-child) {
      margin-right: 4px; }
.sub-blog-title__date {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
@media (max-width: 480px) {
      .sub-blog-title__date {
        flex-wrap: nowrap; } }
.sub-blog-title__time {
    font-weight: 800;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
@media (max-width: 480px) {
      .sub-blog-title__time {
        text-align: right; } }
.sub-blog-title__heading {
    margin: 25px 0 20px;
    font-weight: 800;
    font-size: 40px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
@media (max-width: 1150px) {
      .sub-blog-title__heading {
        font-size: 28px; } }
@media (max-width: 480px) {
      .sub-blog-title__heading {
        font-size: 6vw; } }
.sub-blog-title__time-to-read {
    height: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-family: "ProximaNova", sans-serif;
    line-height: 12px;
    text-transform: uppercase; }
.sub-blog-title__time-to-read__icon {
      margin-bottom: 3px;
      vertical-align: middle; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.blog-card {
  display: block;
  min-height: 250px;
  padding: 70px 80px 30px;
  color: #000;
  text-decoration: none;
  background: white;
  box-shadow: 0px 21px 35px 0 rgba(0, 0, 0, 0.075); }
.blog-card:not(:last-child) {
    margin-bottom: 19px; }
.blog-card:hover {
    box-shadow: 0px 21px 35px 0 rgba(0, 0, 0, 0.3); }
.blog-card__heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 12.2px;
    text-transform: uppercase; }
.blog-card__authors {
    padding-right: 15px; }
.blog-card__authors span::after {
      display: none; }
.blog-card__date {
    min-width: 80px; }
.blog-card__categories {
    margin-top: 14px;
    margin-bottom: 20px; }
.blog-card__category {
    display: inline-block;
    margin-right: 4px;
    padding: 4px 6px 2px;
    color: white;
    font-weight: 800;
    font-size: 12px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    text-transform: uppercase; }
.blog-card__category_other {
      background-color: #7b0be3; }
@media (max-width: 767px) {
        .blog-card__category_other {
          color: #111;
          background-color: #7b0be3; } }
.blog-card__category_big-data {
      background-color: #00d59c; }
@media (max-width: 767px) {
        .blog-card__category_big-data {
          color: #111;
          background-color: #00d59c; } }
.blog-card__category_devops {
      background-color: #ff37d9; }
@media (max-width: 767px) {
        .blog-card__category_devops {
          color: #111;
          background-color: #ff37d9; } }
.blog-card__category_experience-design {
      background-color: #e30b48; }
@media (max-width: 767px) {
        .blog-card__category_experience-design {
          color: #111;
          background-color: #e30b48; } }
.blog-card__category_financial-services {
      background-color: #385ff3; }
@media (max-width: 767px) {
        .blog-card__category_financial-services {
          color: #111;
          background-color: #385ff3; } }
.blog-card__category_healthcare {
      background-color: #00c5fe; }
@media (max-width: 767px) {
        .blog-card__category_healthcare {
          color: #111;
          background-color: #00c5fe; } }
.blog-card__category_innovation-platform {
      background-color: #ff7400; }
@media (max-width: 767px) {
        .blog-card__category_innovation-platform {
          color: #111;
          background-color: #ff7400; } }
.blog-card__category_iot {
      background-color: #f3f000; }
@media (max-width: 767px) {
        .blog-card__category_iot {
          color: #111;
          background-color: #f3f000; } }
.blog-card__category_quality-management {
      background-color: #ffb46b; }
@media (max-width: 767px) {
        .blog-card__category_quality-management {
          color: #111;
          background-color: #ffb46b; } }
.blog-card__category_r-n-d {
      background-color: #e30b80; }
@media (max-width: 767px) {
        .blog-card__category_r-n-d {
          color: #111;
          background-color: #e30b80; } }
.blog-card__category_retail {
      background-color: #65d9de; }
@media (max-width: 767px) {
        .blog-card__category_retail {
          color: #111;
          background-color: #65d9de; } }
.blog-card__category_security {
      background-color: #7b0be3; }
@media (max-width: 767px) {
        .blog-card__category_security {
          color: #111;
          background-color: #7b0be3; } }
.blog-card__category_software-development {
      background-color: #90da10; }
@media (max-width: 767px) {
        .blog-card__category_software-development {
          color: #111;
          background-color: #90da10; } }
.blog-card__category_dxp {
      background-color: #fe7a6b; }
@media (max-width: 767px) {
        .blog-card__category_dxp {
          color: #111;
          background-color: #fe7a6b; } }
.blog-card__category_business-analysis {
      background-color: #de00bc; }
@media (max-width: 767px) {
        .blog-card__category_business-analysis {
          color: #111;
          background-color: #de00bc; } }
.blog-card__category_energy {
      background-color: #dbb830; }
@media (max-width: 767px) {
        .blog-card__category_energy {
          color: #111;
          background-color: #dbb830; } }
.blog-card__category_aws {
      background-color: #ff9900; }
@media (max-width: 767px) {
        .blog-card__category_aws {
          color: #111;
          background-color: #ff9900; } }
.blog-card__category_google-cloud {
      background-color: #4585f1; }
@media (max-width: 767px) {
        .blog-card__category_google-cloud {
          color: #111;
          background-color: #4585f1; } }
.blog-card__category_salesforce {
      background-color: #00deff; }
@media (max-width: 767px) {
        .blog-card__category_salesforce {
          color: #111;
          background-color: #00deff; } }
.blog-card__title {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 19.8px;
    font-family: "ProximaNova", sans-serif; }
.blog-card__description {
    margin-top: 20px;
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 21px; }
.blog-card__time-to-read {
    height: 12px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-family: "ProximaNova", sans-serif;
    line-height: 12px;
    text-transform: uppercase; }
.blog-card__time-to-read__icon {
      margin-bottom: 3px;
      vertical-align: middle; }
@media only screen and (max-width: 767px) {
    .blog-card {
      min-height: 140px;
      padding: 17px 16px 18px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.pagination-item {
  margin: 0 5px;
  color: #131313;
  font-weight: 800;
  font-size: 20px;
  font-family: "ProximaNova", sans-serif;
  text-decoration: none; }
.pagination-item_current {
    border-bottom: 2px #000 solid;
    pointer-events: none; }

.pagination-arrow {
  margin: 0 10px;
  transform: rotate(-90deg); }
  .pagination-arrow_left {
    transform: rotate(90deg); }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.pagination {
  margin: 0;
  padding: 0;
  list-style: none; }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-family: "ProximaNova", sans-serif;
  background: transparent; }
.pagination-arrow svg {
    fill: #131313; }
.pagination-inverted .pagination-item,
  .pagination-inverted li {
    color: #fff; }
.pagination-inverted .pagination-arrow svg {
    fill: #fff; }
.pagination-inverted .pagination-item_current {
    border-bottom-color: #fff; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.placeholder {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 40px;
  overflow: hidden; }
@media screen and (max-width: 1024px) {
    .placeholder {
      height: 380px; } }
@media screen and (max-width: 540px) {
    .placeholder {
      height: 280px; } }
.placeholder__morph {
    align-self: center;
    width: 100%; }
@media screen and (max-width: 767px) {
      .placeholder__morph {
        height: 310px; } }
.placeholder__description {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 570px;
    font-weight: 900;
    font-size: 66px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.9;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%, -50%); }
@media screen and (max-width: 768px) {
      .placeholder__description {
        width: 77%;
        font-size: 8vw; } }
.search-page .placeholder {
  max-height: 350px;
  margin-bottom: 0; }
@media screen and (max-width: 510px) {
    .search-page .placeholder {
      min-height: auto; } }
@media screen and (max-width: 350px) {
    .search-page .placeholder {
      height: 190px; } }
.search-page .placeholder__morph {
    height: 390px;
    margin-left: 50px; }
@media screen and (max-width: 510px) {
      .search-page .placeholder__morph {
        margin-left: 0; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.author-aside {
  max-width: 280px;
  padding: 36px 30px 30px 24px;
  color: #1f1f1f;
  background-color: #fff;
  border: 2px solid #000; }
.author-aside__name {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 800;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
.author-aside__position {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 14.4px;
    line-height: 21.6px;
    text-transform: uppercase;
    opacity: 0.7; }
.author-aside__line {
    display: block;
    height: 2px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: linear-gradient(to right, #131313 0%, #131313 30%, white 30%, white 100%);
    border: none; }
.author-aside__description > p {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 20px; }
@media only screen and (max-width: 992px) {
    .author-aside {
      padding: 10px; } }
@media only screen and (max-width: 767px) {
    .author-aside {
      max-width: none;
      margin-bottom: 30px;
      padding: 0;
      border: none; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.social-icons {
  position: -webkit-sticky;
  position: sticky;
  top: 43%;
  left: 100%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  width: 60px;
  margin-top: -140px;
  background: #fff;
  border: 1px solid #818181;
  border-right: none; }
.social-icons__facebook, .social-icons__linkedin, .social-icons__twitter {
    width: 60px;
    height: 45px;
    background: #fff; }
.social-icons__facebook svg, .social-icons__linkedin svg, .social-icons__twitter svg {
      transform: translateX(1px);
      transition: transform 0.35s ease-in-out; }
.social-icons__facebook:hover svg, .social-icons__linkedin:hover svg, .social-icons__twitter:hover svg {
      transform: translateX(-10px); }
.social-icons_horizontal {
    position: static;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    background: transparent;
    border: none; }
.social-icons_horizontal .social-icons__facebook svg, .social-icons_horizontal .social-icons__linkedin svg, .social-icons_horizontal .social-icons__twitter svg {
      transform: translateY(1px);
      transition: transform 0.35s ease-in-out; }
.social-icons_horizontal .social-icons__facebook:hover svg, .social-icons_horizontal .social-icons__linkedin:hover svg, .social-icons_horizontal .social-icons__twitter:hover svg {
      transform: translateY(-10px); }
@media screen and (max-width: 768px) {
      .social-icons_horizontal {
        z-index: 99;
        visibility: visible; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.blog-page {
  position: relative;
  padding: 150px 0; }
.blog-page__articles-heading {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 20px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
.blog-page__articles-heading:not(:last-child) {
      margin-bottom: 20px; }
.blog-page__inverted-bottom {
    padding-bottom: 76px; }
.blog-page__inverted-bottom:after {
      content: '';
      position: absolute;
      bottom: 1px;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 247px;
      background-color: #000; }
.blog-page__inverted-bottom .blog-aside {
      height: calc(100% - 230px); }
.blog-page__container {
    position: relative;
    z-index: 2;
    max-width: 940px; }
@media only screen and (min-width: 1400px) {
      .blog-page__container {
        max-width: 1318px;
        padding: 0 40px; } }
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
      .blog-page__container {
        max-width: 90vw;
        padding: 0 40px; } }
.blog-page__summary, .blog-page__text {
    font-family: OpenSans, Helvetica, Arial, sans-serif; }
.blog-page__summary:not(:last-child), .blog-page__text:not(:last-child) {
      margin-bottom: 13px; }
.blog-page__summary .quote-aqua, .blog-page__text .quote-aqua {
      padding: 22px 0;
      font-weight: 900;
      font-size: 24px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      border-top: 2px solid black;
      border-bottom: 2px solid black; }
.blog-page__summary *, .blog-page__text * {
      max-width: 100%;
      color: #000;
      font-size: 14px;
      font-family: inherit;
      line-height: 21px; }
.blog-page__summary *:not(:last-child), .blog-page__text *:not(:last-child) {
        margin-bottom: 13px; }
.blog-page__summary h1,
    .blog-page__summary h2,
    .blog-page__summary h3,
    .blog-page__summary h4,
    .blog-page__summary h5,
    .blog-page__summary h6,
    .blog-page__summary p,
    .blog-page__summary blockquote, .blog-page__text h1,
    .blog-page__text h2,
    .blog-page__text h3,
    .blog-page__text h4,
    .blog-page__text h5,
    .blog-page__text h6,
    .blog-page__text p,
    .blog-page__text blockquote {
      margin: 0;
      padding: 0; }
.blog-page__summary h2, .blog-page__text h2 {
      font-size: 20px; }
.blog-page__summary h3, .blog-page__text h3 {
      font-size: 14px; }
.blog-page__summary h1,
    .blog-page__summary h2,
    .blog-page__summary h3,
    .blog-page__summary h4,
    .blog-page__summary h5,
    .blog-page__summary h6, .blog-page__text h1,
    .blog-page__text h2,
    .blog-page__text h3,
    .blog-page__text h4,
    .blog-page__text h5,
    .blog-page__text h6 {
      font-weight: 800;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.2em; }
.blog-page__summary pre, .blog-page__text pre {
      display: block;
      margin-top: 0;
      margin-bottom: 1rem;
      overflow: auto;
      font-family: monospace; }
.blog-page__summary code, .blog-page__text code {
      color: #e83e8c;
      font-family: monospace;
      word-break: break-word; }
.blog-page__summary div > a.btn, .blog-page__text div > a.btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 242px;
      height: 58px;
      margin: 50px auto 0;
      color: white;
      font-weight: 800;
      font-size: 14px;
      font-family: "ProximaNova", sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      background: black;
      cursor: pointer;
      transition: ease 0.15s; }
.blog-page__summary div > a.btn:hover, .blog-page__text div > a.btn:hover {
        box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.55); }
@media only screen and (max-width: 767px) {
        .blog-page__summary div > a.btn, .blog-page__text div > a.btn {
          margin-top: 30px; } }
.blog-page__summary div:not(:last-child) > a.btn, .blog-page__text div:not(:last-child) > a.btn {
      margin-bottom: 50px; }
@media only screen and (max-width: 767px) {
        .blog-page__summary div:not(:last-child) > a.btn, .blog-page__text div:not(:last-child) > a.btn {
          margin-bottom: 30px; } }
.blog-page__pagination:not(:first-child) {
    margin-top: 60px; }
@media only screen and (max-width: 767px) {
  .blog-page {
    padding: 75px 0 0; }
    .blog-page__container {
      margin: 0; }
    .blog-page__pagination:not(:first-child) {
      margin-top: 70px; }
    .blog-page__aside_hidden {
      display: none; } }
.blog-card-appear {
  transform: translateY(400px); }
.blog-card-appear-done {
  transform: translateY(0);
  transition: transform 1s ease, box-shadow 0.2s ease; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.resources-modal {
  padding: 48px 0 20px; }
.resources-modal__modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); }
.resources-modal__modal__content {
      position: relative;
      width: 100%;
      max-width: 940px;
      margin: auto; }
.resources-modal__modal__content iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 66vw;
        height: 37vw;
        transform: translate(-50%, -50%); }
@media (max-width: 769px) {
          .resources-modal__modal__content iframe {
            width: 89vw;
            height: 50vw; } }
.resources-modal__modal__close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 20px 30px;
      font-size: 25px;
      background: none;
      border: none;
      outline: none;
      cursor: pointer;
      transition: color 0.2s ease, background-color 0.2s ease; }
.resources-modal__modal__close:hover {
        color: #777;
        background-color: rgba(0, 0, 0, 0.6); }

@charset "UTF-8";
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.resources-aside-content__list {
  margin: 0;
  padding: 0;
  list-style: none; }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.resources-aside-content {
  top: 80px;
  padding: 26px 30px;
  border: 2px solid white; }
@media (min-height: 720px) {
    .resources-aside-content {
      position: -webkit-sticky;
      position: sticky; } }
.resources-aside-content__title {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 21px;
    font-family: "ProximaNova", sans-serif;
    line-height: normal;
    letter-spacing: 0.21px;
    text-transform: uppercase; }
.resources-aside-content__title:not(:last-child) {
      margin-bottom: 20px; }
.resources-aside-content__item:not(:last-child) {
    margin-bottom: 10px; }
.resources-aside-content__item a {
    color: #000; }
.resources-aside-content__item-label {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 1; }
.resources-aside-content__item-label:before {
      position: absolute;
      top: 50%;
      left: 0;
      content: '';
      width: 14px;
      height: 14px;
      border: 2px solid #000;
      transform: translateY(-50%); }
.resources-aside-content__item label {
    display: inline-block;
    cursor: pointer; }
.resources-aside-content__item label input[type='checkbox'] {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      opacity: 0;
      pointer-events: none; }
.resources-aside-content__item label input[type='checkbox']:checked + .resources-aside-content__item-label:after {
        position: absolute;
        top: 50%;
        left: 3px;
        font-weight: 400;
        font-size: 12px;
        transform: translateY(-50%);
        content: '✓'; }
.resources-aside-content__list:not(:last-child) {
    margin-bottom: 35px; }
.resources-aside-content__list-item_active .resources-aside-content__category {
    padding: 1px 4px 2px;
    background: white; }
.resources-aside-content__list-item_active .resources-aside-category__link {
    color: black; }
.resources-aside-content-mobile {
    display: none; }
.resources-aside-content_inverted {
    background: white;
    border: 2px solid #111; }
.resources-aside-content_inverted .resources-aside-category__link {
      color: #111; }
.resources-aside-content_inverted .resources-aside-category__link::after {
        background-color: #111; }
.resources-aside-content_inverted .resources-aside-content__list-item_active .resources-aside-category {
      padding: 1px 4px 2px;
      background: #111; }
.resources-aside-content_inverted .resources-aside-content__list-item_active .resources-aside-category__link {
      color: white; }
@media only screen and (max-width: 767px) {
  .resources-aside-content {
    display: none; }
    .resources-aside-content-mobile {
      display: block;
      width: 100%;
      max-height: 0;
      padding-top: 20px;
      overflow: hidden;
      border: 0;
      transform: scaleY(0);
      transform-origin: left top;
      transition: all 0.5s ease-in-out; }
      .resources-aside-content-mobile-enter {
        max-height: 0;
        overflow: hidden;
        transform: scaleY(0); }
      .resources-aside-content-mobile-enter-active {
        max-height: 1000px;
        overflow: visible;
        transform: scaleY(1); }
      .resources-aside-content-mobile-enter-done {
        max-height: 1000px;
        overflow: visible;
        transform: scaleY(1); }
      .resources-aside-content-mobile-exit {
        max-height: 1000px;
        overflow: visible;
        transform: scaleY(1); }
      .resources-aside-content-mobile-exit-active {
        max-height: 0;
        overflow: hidden;
        transform: scaleY(0); } }
@media only screen and (max-width: 320px) {
  .resources-aside-content-mobile {
    padding: 20px 0 0; } }

@charset "UTF-8";
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.resources-aside {
  position: relative;
  width: 100%;
  min-width: 235px;
  max-width: 280px;
  height: 100%;
  background: #131313; }
@media screen and (max-width: 1024px) {
    .resources-aside {
      padding-bottom: 80px; } }
.resources-aside__open-btn {
    display: none; }
.resources-aside__details {
    margin-bottom: -2px;
    padding: 26px 24px 30px 30px;
    border: 2px solid white; }
.resources-aside__heading {
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    font-weight: 800;
    font-size: 28px;
    font-family: "ProximaNova", sans-serif;
    line-height: 38px;
    text-transform: uppercase; }
.resources-aside__heading a {
      color: inherit;
      text-decoration: none; }
.resources-aside__decoration-line {
    width: 64px;
    height: 2px;
    margin: 16px 0;
    background: white;
    border: none; }
.resources-aside__description {
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    line-height: 20px; }
.resources-aside_inverted {
    background: white; }
.resources-aside_inverted .resources-aside__open_btn {
      display: none; }
.resources-aside_inverted .resources-aside__details {
      border: 2px solid #111; }
.resources-aside_inverted .resources-aside__heading, .resources-aside_inverted .resources-aside__description {
      color: #111; }
.resources-aside_inverted .resources-aside__decoration-line {
      background: #111; }
@media only screen and (max-width: 767px) {
  .resources-aside {
    max-width: 100%; }
    .resources-aside__details {
      padding-right: 0;
      padding-left: 0; }
    .resources-aside_inverted .resources-aside__details {
      border: none; }
    .resources-aside__decoration-line {
      display: none; }
    .resources-aside__open-btn {
      position: relative;
      z-index: 998;
      display: block;
      width: 100%;
      height: 30px;
      margin-top: 20px;
      padding: 5px 0;
      color: black;
      font-weight: 800;
      font-size: 16px;
      font-family: "ProximaNova", sans-serif;
      text-align: left;
      text-transform: uppercase;
      background: #fefeff;
      border: 0;
      cursor: pointer;
      transition: all 0.5s linear; }
      .resources-aside__open-btn:after {
        position: absolute;
        top: 50%;
        right: 20px;
        color: black;
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity 0.5s linear;
        content: '✕'; }
      .resources-aside__open-btn:focus {
        outline: none; }
      .resources-aside__open-btn_visible::after {
        opacity: 1; }
      .resources-aside__open-btn_nav_open {
        display: none; } }
@media only screen and (max-width: 320px) {
  .resources-aside__details {
    padding-right: 15px;
    padding-left: 15px; }
  .resources-aside__open-btn {
    padding-left: 15px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.sub-resource-title {
  display: block;
  width: 100%;
  min-height: 250px;
  margin-bottom: 65px;
  padding: 45px 45px 49px 43px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 25px 21px -18px rgba(0, 0, 0, 0.7);
  transition: color 0.3s, background-color 0.3s; }
@media (max-width: 1024px) {
    .sub-resource-title {
      margin-bottom: 30px; } }
@media (max-width: 480px) {
    .sub-resource-title {
      min-height: 0;
      padding: 25px; } }
.sub-resource-title__author-wrapper {
    width: 60%;
    font-size: 14px;
    text-transform: uppercase; }
@media (max-width: 480px) {
      .sub-resource-title__author-wrapper {
        order: 2;
        margin-top: 10px; } }
.sub-resource-title__author {
    display: inline-block;
    padding-right: 5px;
    color: #fff;
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s; }
.sub-resource-title__category {
    display: inline-block;
    margin: 0 0 23px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer; }
@media (max-width: 480px) {
      .sub-resource-title__category {
        margin-bottom: 10px; } }
.sub-resource-title__category_other {
      background-color: #00c5fe; }
.sub-resource-title__category_big-data {
      background-color: #00d59c; }
.sub-resource-title__category_devops {
      background-color: #ff37d9; }
.sub-resource-title__category_experience-design {
      background-color: #e30b48; }
.sub-resource-title__category_financial-services {
      background-color: #01c0dc; }
.sub-resource-title__category_healthcare {
      background-color: #f9225a; }
.sub-resource-title__category_innovation-platform {
      background-color: #ff7400; }
.sub-resource-title__category_IoT {
      background-color: #f3f000; }
.sub-resource-title__category_quality-management {
      background-color: #ffb46b; }
.sub-resource-title__category_r-n-d {
      background-color: #e30b80; }
.sub-resource-title__category_retail {
      background-color: #ff9a16; }
.sub-resource-title__category_security {
      background-color: #7b0be3; }
.sub-resource-title__category_software-development {
      background-color: #90da10; }
.sub-resource-title__category_energy {
      background-color: #7b0be3; }
.sub-resource-title__categories .sub-resource-title__category:not(:last-child) {
    margin-right: 4px; }
.sub-resource-title__date {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
@media (max-width: 480px) {
      .sub-resource-title__date {
        flex-wrap: nowrap; } }
.sub-resource-title__date + .resource-card__categories {
      margin-top: 0 !important; }
.sub-resource-title__time {
    padding-top: 3px;
    font-weight: 800;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
@media (max-width: 480px) {
      .sub-resource-title__time {
        order: 1; } }
.sub-resource-title__heading {
    margin: 25px 0 20px;
    font-weight: 800;
    font-size: 40px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
@media (max-width: 1150px) {
      .sub-resource-title__heading {
        font-size: 28px; } }
@media (max-width: 480px) {
      .sub-resource-title__heading {
        margin: 15px 0;
        font-size: 6vw; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.resource-card {
  display: block;
  min-height: 250px;
  padding: 70px 80px 30px;
  color: #000;
  text-decoration: none;
  background: white;
  box-shadow: 0px 21px 35px 0 rgba(0, 0, 0, 0.075);
  transform: translateY(0);
  transition: box-shadow 0.3s; }
.resource-card:not(:last-child) {
    margin-bottom: 19px; }
.resource-card:hover {
    box-shadow: 0px 21px 35px 0 rgba(0, 0, 0, 0.3); }
.resource-card__date {
    padding-top: 3px; }
.resource-card__heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 12.2px;
    text-transform: uppercase; }
@media (max-width: 480px) {
      .resource-card__heading-long {
        display: block; } }
.resource-card__authors {
    padding-top: 3px; }
.resource-card__authors span::after {
      display: none; }
.resource-card__categories:not(:first-child) {
    margin-top: 10px; }
@media (max-width: 480px) {
    .resource-card .resource-card__heading-long .resource-card__categories {
      text-align: left; }
      .resource-card .resource-card__heading-long .resource-card__categories:not(:first-child) {
        margin-top: 10px; } }
.resource-card__category {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 2px;
    padding: 4px 6px 2px;
    color: white;
    font-weight: 800;
    font-size: 12px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    background-color: #90da10; }
@media (max-width: 767px) {
      .resource-card__category {
        color: #111;
        background-color: #90da10; } }
.resource-card__category_other {
      background-color: #00c5fe; }
@media (max-width: 767px) {
        .resource-card__category_other {
          color: #111;
          background-color: #00c5fe; } }
.resource-card__category_big-data {
      background-color: #00d59c; }
@media (max-width: 767px) {
        .resource-card__category_big-data {
          color: #111;
          background-color: #00d59c; } }
.resource-card__category_devops {
      background-color: #ff37d9; }
@media (max-width: 767px) {
        .resource-card__category_devops {
          color: #111;
          background-color: #ff37d9; } }
.resource-card__category_experience-design {
      background-color: #e30b48; }
@media (max-width: 767px) {
        .resource-card__category_experience-design {
          color: #111;
          background-color: #e30b48; } }
.resource-card__category_financial-services {
      background-color: #01c0dc; }
@media (max-width: 767px) {
        .resource-card__category_financial-services {
          color: #111;
          background-color: #01c0dc; } }
.resource-card__category_healthcare {
      background-color: #f9225a; }
@media (max-width: 767px) {
        .resource-card__category_healthcare {
          color: #111;
          background-color: #f9225a; } }
.resource-card__category_innovation-platform {
      background-color: #ff7400; }
@media (max-width: 767px) {
        .resource-card__category_innovation-platform {
          color: #111;
          background-color: #ff7400; } }
.resource-card__category_iot {
      background-color: #f3f000; }
@media (max-width: 767px) {
        .resource-card__category_iot {
          color: #111;
          background-color: #f3f000; } }
.resource-card__category_quality-management {
      background-color: #ffb46b; }
@media (max-width: 767px) {
        .resource-card__category_quality-management {
          color: #111;
          background-color: #ffb46b; } }
.resource-card__category_r-n-d {
      background-color: #e30b80; }
@media (max-width: 767px) {
        .resource-card__category_r-n-d {
          color: #111;
          background-color: #e30b80; } }
.resource-card__category_retail {
      background-color: #ff9a16; }
@media (max-width: 767px) {
        .resource-card__category_retail {
          color: #111;
          background-color: #ff9a16; } }
.resource-card__category_security {
      background-color: #7b0be3; }
@media (max-width: 767px) {
        .resource-card__category_security {
          color: #111;
          background-color: #7b0be3; } }
.resource-card__category_software-development {
      background-color: #90da10; }
@media (max-width: 767px) {
        .resource-card__category_software-development {
          color: #111;
          background-color: #90da10; } }
.resource-card__category_energy {
      background-color: #7b0be3; }
@media (max-width: 767px) {
        .resource-card__category_energy {
          color: #111;
          background-color: #7b0be3; } }
.resource-card__title {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 19.8px;
    font-family: "ProximaNova", sans-serif; }
.resource-card__description {
    margin-top: 20px;
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 21px; }
@media only screen and (max-width: 767px) {
    .resource-card {
      min-height: 140px;
      padding: 17px 16px 18px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.resources-page {
  position: relative;
  padding: 150px 0 10px; }
@media only screen and (min-width: 1024px) {
    .resources-page {
      padding: 150px 0; } }
.resources-page__download {
    margin: 40px auto 0; }
.resources-page__inverted-bottom {
    padding-bottom: 76px; }
.resources-page__inverted-bottom:after {
      content: '';
      position: absolute;
      bottom: 1px;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 247px;
      background-color: #000; }
.resources-page__inverted-bottom .resources-aside {
      height: calc(100% - 230px); }
.resources-page__container {
    position: relative;
    z-index: 2;
    max-width: 940px; }
@media only screen and (min-width: 1400px) {
      .resources-page__container {
        max-width: 1318px;
        padding: 0 40px; } }
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
      .resources-page__container {
        max-width: 90vw;
        padding: 0 40px; } }
.resources-page__container .form-success-message:not(:first-child) {
      margin-top: 40px; }
@media (max-width: 1024px) {
    .resources-page .col-md-8 .social-icons_horizontal:nth-child(5), .resources-page .col-md-8 .social-icons_horizontal:nth-child(6) {
      margin-top: 100px; } }
.resources-page__summary, .resources-page__text {
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif; }
.resources-page__summary:not(:last-child), .resources-page__text:not(:last-child) {
      margin-bottom: 13px; }
.resources-page__summary .quote-aqua, .resources-page__text .quote-aqua {
      padding: 22px 0;
      font-weight: 900;
      font-size: 24px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      border-top: 2px solid black;
      border-bottom: 2px solid black; }
.resources-page__summary *, .resources-page__text * {
      max-width: 100%;
      color: #000;
      font-family: inherit;
      line-height: 24px; }
.resources-page__summary *:not(:last-child), .resources-page__text *:not(:last-child) {
        margin-bottom: 13px; }
.resources-page__summary strong, .resources-page__text strong {
      font-weight: 900; }
.resources-page__summary a, .resources-page__text a {
      font-size: inherit; }
.resources-page__summary h1,
    .resources-page__summary h2,
    .resources-page__summary h3,
    .resources-page__summary h4,
    .resources-page__summary h5,
    .resources-page__summary h6,
    .resources-page__summary p,
    .resources-page__summary blockquote, .resources-page__text h1,
    .resources-page__text h2,
    .resources-page__text h3,
    .resources-page__text h4,
    .resources-page__text h5,
    .resources-page__text h6,
    .resources-page__text p,
    .resources-page__text blockquote {
      margin: 0;
      padding: 0; }
.resources-page__summary h2, .resources-page__text h2 {
      font-size: 20px; }
.resources-page__summary h3, .resources-page__text h3 {
      font-size: 14px; }
.resources-page__summary h1,
    .resources-page__summary h2,
    .resources-page__summary h3,
    .resources-page__summary h4,
    .resources-page__summary h5,
    .resources-page__summary h6, .resources-page__text h1,
    .resources-page__text h2,
    .resources-page__text h3,
    .resources-page__text h4,
    .resources-page__text h5,
    .resources-page__text h6 {
      font-weight: 800;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.2em; }
.resources-page__summary pre, .resources-page__text pre {
      display: block;
      margin-top: 0;
      margin-bottom: 1rem;
      overflow: auto;
      font-family: monospace; }
.resources-page__summary code, .resources-page__text code {
      color: #e83e8c;
      font-family: monospace;
      word-break: break-word; }
.resources-page__summary div > a.btn, .resources-page__text div > a.btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 242px;
      height: 58px;
      margin: 50px auto 0;
      color: white;
      font-weight: 800;
      font-size: 14px;
      font-family: "ProximaNova", sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      background: black;
      cursor: pointer;
      transition: ease 0.15s; }
.resources-page__summary div > a.btn:hover, .resources-page__text div > a.btn:hover {
        box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.55); }
@media only screen and (max-width: 767px) {
        .resources-page__summary div > a.btn, .resources-page__text div > a.btn {
          margin-top: 30px; } }
.resources-page__summary div:not(:last-child) > a.btn, .resources-page__text div:not(:last-child) > a.btn {
      margin-bottom: 50px; }
@media only screen and (max-width: 767px) {
        .resources-page__summary div:not(:last-child) > a.btn, .resources-page__text div:not(:last-child) > a.btn {
          margin-bottom: 30px; } }
.resources-page__summary .quoted, .resources-page__text .quoted {
      position: relative;
      margin: 20px 0;
      padding: 20px 0;
      font-size: 16px;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
.resources-page__summary .quoted::before, .resources-page__text .quoted::before {
        position: absolute;
        top: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        content: ' '; }
.resources-page__summary .quoted::after, .resources-page__text .quoted::after {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        content: ' '; }
.resources-page .video-wrapper,
  .resources-page .video-holder iframe {
    display: block;
    width: 62vw;
    max-width: 825px;
    height: 35vw;
    max-height: 472px;
    margin: 0 auto;
    overflow: hidden; }
@media (max-width: 769px) {
      .resources-page .video-wrapper,
      .resources-page .video-holder iframe {
        width: 90.5vw;
        height: 51vw;
        margin: 0 auto 50px; } }
.resources-page__pagination:not(:first-child) {
    margin-top: 60px; }
@media only screen and (max-width: 767px) {
    .resources-page .form-success-message:last-child {
      margin-bottom: 40px; } }
.resources-page__form-box {
    box-shadow: 0px 21px 35px 0 rgba(0, 0, 0, 0.1); }
.resources-page__form-box .form-box__inner {
      padding-top: 30px; }
.resources-page__form-box:not(:first-child) {
      margin-top: 40px; }
.resources-page__form-box:before {
      width: 85% !important; }
@media (max-width: 768px) {
      .resources-page__form-box {
        width: 100% !important;
        margin: 30px 0 30px !important;
        box-shadow: none; }
        .resources-page__form-box:before {
          display: none; }
        .resources-page__form-box .form-box__submit {
          margin: 0 auto;
          transform: none; }
        .resources-page__form-box .form-box__inner {
          padding: 0; } }
@media only screen and (max-width: 767px) {
  .resources-page {
    padding: 75px 0 0; }
    .resources-page__container {
      margin: 0;
      padding-bottom: 15px; }
    .resources-page__pagination:not(:first-child) {
      margin-top: 70px; }
    .resources-page__aside_hidden {
      display: none; } }
.resource-card-appear {
  transform: translateY(400px); }
.resource-card-appear-done {
  transform: translateY(0);
  transition: transform 1s ease, box-shadow 0.2s ease; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.sitemap-list-subitem {
  display: inline-block;
  padding: 5px 0; }
.sitemap-list-subitem__link {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    text-decoration: none; }
@media (max-width: 768px) {
      .sitemap-list-subitem__link {
        font-size: 20px; } }
.sitemap-list-subitem__link::after {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background: #fff;
      transition: 0.3s;
      content: ''; }
.sitemap-list-subitem__link:hover::after {
      left: 0;
      width: 100%; }
.sitemap-list-subitem::after {
    margin: 0 3px;
    color: #fff;
    vertical-align: text-top;
    content: '\00a0\2010\00a0'; }
.sitemap-list-subitem:last-child:after {
    content: none; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.sitemap-list-item__subitems {
  margin: 0;
  padding: 0;
  list-style: none; }
.sitemap-list-item {
  padding: 20px 0; }
.sitemap-list-item__link {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 800;
    font-size: 27px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    text-decoration: none; }
@media (max-width: 768px) {
      .sitemap-list-item__link {
        font-size: 24px; } }
.sitemap-list-item__link::after {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 3px;
      background: #fff;
      transition: 0.3s;
      content: ''; }
.sitemap-list-item__link:hover::after {
      left: 0;
      width: 100%; }
.sitemap-list-item:nth-last-child(6) {
    padding-bottom: 6px; }
.sitemap-list-item:nth-last-child(-n + 5) {
    padding: 6px 0; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.sitemap__list-items {
  margin: 0;
  padding: 0;
  list-style: none; }
.sitemap {
  background: linear-gradient(77deg, #224fc0, #00dcfe); }
.sitemap__title-background {
    background: none; }
.sitemap__title-background .page-title-2__title:before {
      box-shadow: 0 10px 30px 0 rgba(27, 27, 27, 0.25); }
.sitemap__title-background .page-title-2__content {
      min-height: 480px;
      padding: 20px 100px 0; }
.sitemap__title-background .page-title-2__description {
      display: none; }
.sitemap__title-background:before {
      display: none; }
.sitemap__title-background .mousey {
      display: none; }
.sitemap .page-title-mobile {
    min-height: 450px; }
.sitemap .page-title-mobile__title {
      font-size: 3em; }
.sitemap .page-title-mobile__title:before {
        box-shadow: 0 10px 30px 0 rgba(27, 27, 27, 0.25); }
.sitemap .page-title-mobile__description {
      display: none; }
.sitemap-content-section {
  padding-bottom: 40px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.content-text {
  padding: 48px 0 0; }
@media (max-width: 640px) {
    .content-text {
      padding: 20px 0 30px; } }
.content-text__wrapper {
    position: relative; }
.content-text__wrapper h2 {
      margin: 80px 0 20px;
      color: #000;
      font-weight: 800;
      font-size: 27px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.12;
      text-transform: uppercase; }
@media (max-width: 640px) {
        .content-text__wrapper h2 {
          margin: 40px 0 10px; } }
.content-text__wrapper p {
      margin: 0;
      padding: 0;
      line-height: 1.4; }
.content-text__wrapper p:not(:last-child) {
        margin-bottom: 35px; }
.content-text__wrapper p.warning {
        display: block;
        padding: 30px;
        color: red;
        font-weight: 800;
        font-size: 19px;
        font-family: "ProximaNova", sans-serif;
        border: 4px solid red; }
@media (max-width: 640px) {
          .content-text__wrapper p.warning {
            padding: 15px;
            font-size: 16px;
            border-width: 3px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.privacy-policy__title-background {
  background-image: radial-gradient(circle at 50% 100%, #ff01e7 10%, #ff9b00 75%); }
.privacy-policy__title-background .page-title-2__title {
    max-width: 38vw; }
.privacy-policy__title-background .page-title-2__title:before {
    box-shadow: 0 10px 30px 0 rgba(27, 27, 27, 0.25); }
.privacy-policy__title-background .page-title-2__description {
    max-width: 90vw; }
.privacy-policy__title-background .page-title-mobile__title {
    font-size: 3em; }
.privacy-policy__title-background .page-title-mobile__title:before {
      box-shadow: 0 10px 30px 0 rgba(27, 27, 27, 0.25); }
.privacy-policy__title-background_polish .page-title-mobile__title {
    font-size: 2em; }
.privacy-policy .form-success__title {
  margin-top: 0; }
.privacy-policy .form-success-message {
  color: #000; }
.privacy-policy .form-box {
  width: auto;
  margin: 0 0 40px;
  padding-top: 80px; }
@media (max-width: 640px) {
    .privacy-policy .form-box {
      margin-top: 40px;
      padding-top: 0px; } }
.privacy-policy .form-box__submit {
    margin-top: 10px; }
.privacy-policy .form-box:before {
    display: none; }
.privacy-policy-form {
  position: relative;
  padding: 40px;
  box-shadow: 0px 40px 70px -60px #000; }
@media (max-width: 640px) {
    .privacy-policy-form {
      padding: 0;
      box-shadow: none; } }
.privacy-policy-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
.privacy-policy-button:focus {
    outline: 0; }
@media (max-width: 640px) {
    .privacy-policy-button {
      position: relative;
      left: 0;
      margin-bottom: 20px;
      transform: none; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.content-text {
  padding: 48px 0 60px; }
@media (max-width: 640px) {
    .content-text {
      padding: 20px 0 30px; } }
.content-text__wrapper {
    position: relative; }
.content-text__wrapper h2 {
      margin: 80px 0 20px;
      color: #000;
      font-weight: 800;
      font-size: 27px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.12;
      text-transform: uppercase; }
@media (max-width: 640px) {
        .content-text__wrapper h2 {
          margin: 40px 0 10px; } }
.content-text__wrapper p {
      margin: 0;
      padding: 0;
      line-height: 1.4; }
.content-text__wrapper p:not(:last-child) {
        margin-bottom: 35px; }
.content-text__wrapper p.warning {
        display: block;
        padding: 30px;
        color: red;
        font-weight: 800;
        font-size: 19px;
        font-family: "ProximaNova", sans-serif;
        border: 4px solid red; }
@media (max-width: 640px) {
          .content-text__wrapper p.warning {
            padding: 15px;
            font-size: 16px;
            border-width: 3px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.terms-and-conditions__title-background {
  background-image: radial-gradient(circle at 50% 100%, #0374fa 10%, #f70083 75%); }
.terms-and-conditions__title-background .page-title-2__title {
    max-width: 55vw; }
.terms-and-conditions__title-background .page-title-2__title:before {
    box-shadow: 0 10px 30px 0 rgba(27, 27, 27, 0.25); }
.terms-and-conditions__title-background .page-title-2__description {
    max-width: 90vw; }
.terms-and-conditions .page-title-mobile__title {
  font-size: 3em; }
.terms-and-conditions .page-title-mobile__title:before {
    box-shadow: 0 10px 30px 0 rgba(27, 27, 27, 0.25); }
.terms-and-conditions .form-success__title {
  margin-top: 0; }
.terms-and-conditions .form-success-message {
  color: #000; }
.terms-and-conditions .form-box {
  width: auto;
  margin: 0 0 160px; }
.terms-and-conditions .form-box__submit {
    margin-top: 10px; }
.terms-and-conditions .form-box:before {
    display: none; }
@media (max-width: 640px) {
    .terms-and-conditions .form-box {
      margin-bottom: 40px; } }
.terms-and-conditions-form {
  position: relative;
  padding: 40px;
  box-shadow: 0px 40px 70px -60px #000; }
@media (max-width: 640px) {
    .terms-and-conditions-form {
      padding: 0;
      box-shadow: none; } }
.terms-and-conditions-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
.terms-and-conditions-button:focus {
    outline: 0; }
@media (max-width: 640px) {
    .terms-and-conditions-button {
      position: relative;
      left: 0;
      margin-bottom: 20px;
      transform: none; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.terms-and-conditions .content-text {
  padding: 48px 0 60px; }
@media (max-width: 640px) {
    .terms-and-conditions .content-text {
      padding: 20px 0 30px; } }
.terms-and-conditions .content-text__wrapper {
    position: relative; }
.terms-and-conditions .content-text__wrapper h2 {
      margin: 80px 0 20px;
      color: #000;
      font-weight: 800;
      font-size: 27px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.12;
      text-transform: uppercase; }
@media (max-width: 640px) {
        .terms-and-conditions .content-text__wrapper h2 {
          margin: 40px 0 10px; } }
.terms-and-conditions .content-text__wrapper p {
      margin: 0;
      padding: 0;
      line-height: 1.4; }
.terms-and-conditions .content-text__wrapper p:not(:last-child) {
        margin-bottom: 35px; }
.terms-and-conditions .content-text__wrapper p.warning {
        display: block;
        padding: 30px;
        color: red;
        font-weight: 800;
        font-size: 19px;
        font-family: "ProximaNova", sans-serif;
        border: 4px solid red; }
@media (max-width: 640px) {
          .terms-and-conditions .content-text__wrapper p.warning {
            padding: 15px;
            font-size: 16px;
            border-width: 3px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.terms-and-conditions__title-background {
  background-image: radial-gradient(circle at 50% 100%, #0374fa 10%, #f70083 75%); }
.terms-and-conditions__title-background .page-title-2__title {
    max-width: 55vw; }
.terms-and-conditions__title-background .page-title-2__title:before {
    box-shadow: 0 10px 30px 0 rgba(27, 27, 27, 0.25); }
.terms-and-conditions__title-background .page-title-2__description {
    max-width: 90vw; }
.terms-and-conditions .page-title-mobile__title {
  font-size: 3em; }
.terms-and-conditions .page-title-mobile__title:before {
    box-shadow: 0 10px 30px 0 rgba(27, 27, 27, 0.25); }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.content-text__wrapper a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #131313;
  content: '';
  transition: width 0.3s; }
.content-text__wrapper a:hover::after {
  left: 0;
  width: 100%; }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.content-text {
  padding: 48px 0 60px; }
.content-text__wrapper {
    position: relative; }
.content-text__wrapper h2 {
      margin: 80px 0 20px;
      font-weight: 800;
      font-size: 27px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.12;
      text-transform: uppercase; }
.content-text__wrapper address {
      margin-bottom: 40px;
      font-style: normal; }
.content-text__wrapper address > p {
        line-height: 1.8; }
.content-text__wrapper dt,
    .content-text__wrapper dd {
      display: inline;
      margin: 0;
      font-style: normal; }
.content-text__wrapper dd:after {
      content: '';
      display: block;
      margin-bottom: 10px; }
.content-text__wrapper a {
      position: relative;
      color: #000;
      text-decoration: none; }
.content-text__wrapper a:after {
        height: 2px;
        background-color: #000; }
@media (max-width: 640px) {
        .content-text__wrapper a {
          text-decoration: underline; }
          .content-text__wrapper a:after {
            display: none; } }
.content-text__wrapper p {
      margin: 0;
      padding: 0; }
.content-text__wrapper p:not(:last-child) {
        margin-bottom: 35px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.impressum {
  background: linear-gradient(77deg, #f0f500, #047100); }
@media (max-height: 1080px) {
    .impressum {
      min-height: 100vh; } }
.impressum__title-background {
    background: none; }
.impressum__title-background .page-title-2__title:before {
      box-shadow: 0 10px 30px 0 rgba(27, 27, 27, 0.25); }
.impressum__title-background .page-title-2__content {
      min-height: 400px;
      padding: 80px 150px 0; }
.impressum__title-background .page-title-2__description {
      display: none; }
.impressum__title-background:before {
      display: none; }
.impressum .page-title-mobile {
    min-height: 350px; }
.impressum .page-title-mobile__title {
      font-size: 3em; }
.impressum .page-title-mobile__title:before {
        box-shadow: 0 10px 30px 0 rgba(27, 27, 27, 0.25); }
.impressum .page-title-mobile__description {
      display: none; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.content-text {
  padding: 48px 0 60px;
  color: #000; }
@media (max-width: 640px) {
    .content-text {
      padding: 20px 0 30px; } }
.content-text__wrapper {
    position: relative; }
.content-text__wrapper h2 {
      margin: 80px 0 20px;
      color: #000;
      font-weight: 800;
      font-size: 27px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.12;
      text-transform: uppercase; }
@media (max-width: 640px) {
        .content-text__wrapper h2 {
          margin: 40px 0 10px; } }
.content-text__wrapper h3 {
      margin: 20px 0 7px;
      font-family: "ProximaNova", sans-serif; }
.content-text__wrapper ul li {
      margin: 10px 0; }
.content-text__wrapper p {
      margin: 0;
      padding: 0;
      line-height: 1.4; }
.content-text__wrapper p:not(:last-child) {
        margin-bottom: 15px; }
.content-text__wrapper p.warning {
        display: block;
        padding: 30px;
        color: red;
        font-weight: 800;
        font-size: 19px;
        font-family: "ProximaNova", sans-serif;
        border: 4px solid red; }
@media (max-width: 640px) {
          .content-text__wrapper p.warning {
            padding: 15px;
            font-size: 16px;
            border-width: 3px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.atlassian-privacy-policy__form-wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .atlassian-privacy-policy__form-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .atlassian-privacy-policy__form-wrapper {
      max-width: calc(940px * 1.44); } }
.atlassian-privacy-policy {
  margin-bottom: 80px; }
.atlassian-privacy-policy__title-background {
    background-image: radial-gradient(circle at 85% 75%, #5301da 30%, #ee297c 75%); }
.atlassian-privacy-policy__title-background .page-title-2__title {
      max-width: 55vw; }
.atlassian-privacy-policy__title-background .page-title-2__title:before {
      box-shadow: 0 10px 30px 0 rgba(27, 27, 27, 0.25); }
.atlassian-privacy-policy__title-background .page-title-2__description {
      max-width: 90vw; }
.atlassian-privacy-policy .page-title-mobile__title {
    font-size: 3em; }
.atlassian-privacy-policy .page-title-mobile__title:before {
      box-shadow: 0 10px 30px 0 rgba(27, 27, 27, 0.25); }
.atlassian-privacy-policy__form-section {
    padding: 0 20px; }
.atlassian-privacy-policy__form-wrapper {
    box-shadow: 0px 16px 25px 0 #9b9b9b; }
@media (max-width: 400px) {
      .atlassian-privacy-policy__form-wrapper .form-box__inner {
        margin: 25px; } }
.atlassian-privacy-policy .form-success__title {
    margin-top: 0; }
.atlassian-privacy-policy .form-success-message {
    padding: 30px 20px;
    color: #000; }
.atlassian-privacy-policy .form-box {
    width: auto;
    margin: 0 0 40px; }
@media (max-width: 580px) {
      .atlassian-privacy-policy .form-box__inner {
        margin: 0;
        padding: 26px 0; } }
.atlassian-privacy-policy .form-box__submit {
      margin-top: 10px; }
.atlassian-privacy-policy .form-box:before {
      display: none; }

.services-page {
  padding-bottom: 100px;
  overflow: hidden;
  background: linear-gradient(45deg, #0fc684, #c7d724); }
  .services-page .page-title-mobile {
    padding-top: 105px; }
  .services-page__page-title-2 {
    background: transparent; }
  .services-page__navigation-wrapper {
    width: 100%;
    max-width: 940px;
    margin: 100px auto; }
  @media (max-width: 900px) {
      .services-page__navigation-wrapper {
        max-width: 90vw; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.service-page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 62px 0;
  overflow: hidden; }
@media (max-width: 480px) {
    .service-page-title {
      min-height: 0;
      padding: 80px 0 60px; } }
.service-page-title .wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
@media (max-width: 480px) {
      .service-page-title .wrapper {
        display: block; } }
.service-page-title__image {
    min-width: 325px;
    max-width: 325px;
    min-height: 330px;
    max-height: 330px; }
.service-page-title__image img {
      display: block;
      width: 100%;
      max-width: 260px;
      margin-top: -44px;
      margin-left: 18px; }
@media (min-width: 481px) and (max-width: 1023px) {
      .service-page-title__image {
        margin-left: -100px; } }
@media (max-width: 768px) {
      .service-page-title__image {
        min-width: 285px;
        max-width: 285px;
        min-height: 290px;
        max-height: 290px; }
        .service-page-title__image img {
          max-width: 230px; } }
@media (max-width: 640px) {
      .service-page-title__image {
        min-width: 235px;
        max-width: 235px;
        min-height: 230px;
        max-height: 230px; }
        .service-page-title__image img {
          max-width: 190px; } }
@media (max-width: 480px) {
      .service-page-title__image {
        height: 280px;
        min-height: 280px;
        max-height: 280px;
        margin: 0 auto; }
        .service-page-title__image:not(:last-child) {
          margin-bottom: 30px; } }
.service-page-title__text {
    align-self: flex-start;
    padding-left: 38px; }
@media (max-width: 640px) {
      .service-page-title__text {
        padding-left: 28px; } }
@media (max-width: 480px) {
      .service-page-title__text {
        padding-left: 0; } }
.service-page__heading, .service-page__description {
  margin: 0;
  padding: 0;
  color: #000; }
.service-page__heading {
  font-weight: 900;
  font-size: 88px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1;
  text-transform: uppercase; }
.service-page__heading:not(:last-child) {
    margin-bottom: 38px; }
@media (max-width: 768px) {
    .service-page__heading {
      font-size: 68px; }
      .service-page__heading:not(:last-child) {
        margin-bottom: 24px; } }
@media (max-width: 640px) {
    .service-page__heading {
      font-size: 36px; }
      .service-page__heading:not(:last-child) {
        margin-bottom: 15px; } }
@media screen and (min-width: 641px) and (max-width: 940px) {
    .service-page__heading {
      font-size: 7vw; } }
.service-page__description {
  font-size: 14px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: normal; }
@keyframes ballon-flying {
  0%,
  100% {
    transform: translateY(0); }
  25% {
    transform: translateY(-30px);
    @media (max-width: 768px) {
      transform: translateY(-20px); } }
  75% {
    transform: translateY(20px);
    @media (max-width: 768px) {
      transform: translateY(-10px); } } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.banner {
  width: 100%;
  height: 82px;
  /* old styles
    background-image: 
    url('https://cdnssinc-dev.azureedge.net/img/services/banner/banner-left-bg@2x.png'),
    url('https://cdnssinc-dev.azureedge.net/img/services/banner/banner-right-bg@2x.png'),
    linear-gradient(to right, #ffcb03 0%, #f9ac07 20%, #bf1278);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0 0, 100% 0, 50% 50%;
    background-size: 79px 83px, 99px 83px, 100%;


    @media screen and (max-width: 700px) {
      background-position: -5% 0, 106% 0, 50% 50%;
    }

    @media screen and (max-width: 540px) {
      height: 111px;
      background-position: -5% 0, 108% 0, 50% 50%;
      background-size: 0 0, 135px 112px, 100%;
    }

    @media screen and (max-width: 480px) {
      background-position: -5% 0, 118% 0, 50% 50%;
    }

    @media screen and (max-width: 450px) {
      background-size: 0 0, 0 0, 100%;
    }
  */
  /******* new styles *******/
  background-image: linear-gradient(to right, #ffcb03 0%, #f9ac07 20%, #bf1278);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  /*******  *******/ }
@media screen and (max-width: 540px) {
    .banner {
      height: 111px; } }
.banner__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 940px;
    height: 100%;
    height: -webkit-fill-available;
    min-height: 82px;
    margin: 0 auto;
    /* old styles
    padding-left: 150px;
    */ }
@media screen and (max-width: 1150px) {
      .banner__wrapper {
        max-width: 80vw;
        padding-left: 60px; } }
@media screen and (max-width: 700px) {
      .banner__wrapper {
        /* old styles
      max-width: 85vw;
      */ } }
@media screen and (max-width: 540px) {
      .banner__wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 100vw;
        padding-top: 17px;
        padding-right: 15%;
        /* old styles
      padding-left: 120px;
      */
        padding-left: 140px; } }
@media screen and (max-width: 540px) {
      .banner__wrapper {
        padding-right: 0; } }
@media screen and (max-width: 450px) {
      .banner__wrapper {
        padding-left: 120px; } }
.banner__wrapper::before {
      position: absolute;
      top: -38%;
      /* old styles
      left: 20px;
      */
      /******* new styles *******/
      left: -13%;
      /******/
      z-index: 1001;
      width: 100%;
      max-width: 117px;
      height: 100%;
      min-height: 151px;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/services/banner/banner-shape-image@2x.png");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 100%;
      content: '';
      /******* new styles *******/
      /******/ }
@media screen and (max-width: 1250px) {
        .banner__wrapper::before {
          left: -12%; } }
@media screen and (max-width: 540px) {
        .banner__wrapper::before {
          top: -10%;
          /* old styles
        left: -5px;
        */
          left: 0; } }
.banner__text {
    max-width: 385px;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    text-transform: uppercase; }
@media screen and (max-width: 960px) {
      .banner__text {
        max-width: 70vw;
        font-size: 2.5vw; } }
@media screen and (max-width: 540px) {
      .banner__text {
        max-width: 55vw;
        font-size: 16px; } }
@media screen and (max-width: 450px) {
      .banner__text {
        font-size: 14px; } }
.banner .banner-top {
    min-width: 380px;
    max-width: 380px;
    height: 82px;
    margin-right: 20px;
    color: #f8aa08;
    font-size: 30px;
    border: none;
    outline: 0;
    transition: font-size 0.2s;
    transition-timing-function: cubic-bezier(0.34, 1.11, 0.96, 1.67); }
@media screen and (max-width: 960px) {
      .banner .banner-top {
        min-width: 280px;
        max-width: 280px;
        font-size: 18px; } }
@media screen and (max-width: 747px) {
      .banner .banner-top {
        min-width: 180px;
        max-width: 180px;
        text-align: center; } }
@media screen and (max-width: 540px) {
      .banner .banner-top {
        /* old styles
      max-width: 240px;
      min-height: 45px;
      padding: 5px 20px;
      */
        justify-content: flex-start;
        min-width: 240px;
        max-width: 0;
        padding: 0;
        text-align: left; } }
@media screen and (max-width: 450px) {
      .banner .banner-top {
        font-size: 16px; } }
.banner .banner-top:hover {
      font-size: 34px;
      background: none; }
@media screen and (max-width: 960px) {
        .banner .banner-top:hover {
          font-size: 20px; } }
@media screen and (max-width: 450px) {
        .banner .banner-top:hover {
          font-size: 18px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.service-section-heading:not(:last-child) {
  margin-bottom: 32px; }
.service-section-heading__title {
  position: relative;
  margin: 0;
  padding: 18px 0 0;
  color: #000;
  font-weight: 900;
  font-size: 88px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.91;
  letter-spacing: normal;
  text-transform: uppercase; }
.service-section-heading__title:not(:last-child) {
    margin-bottom: 35px; }
.service-section-heading__title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    height: 3px;
    background-color: #ff7800; }
@media (max-width: 768px) {
    .service-section-heading__title {
      font-size: 68px; }
      .service-section-heading__title:not(:last-child) {
        margin-bottom: 30px; } }
@media (max-width: 640px) {
    .service-section-heading__title {
      font-size: 38px; }
      .service-section-heading__title:not(:last-child) {
        margin-bottom: 20px; } }
.service-section-heading__subtitle {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 800;
  font-size: 28px;
  font-family: "ProximaNova", sans-serif;
  line-height: normal;
  letter-spacing: normal; }
@media (max-width: 768px) {
    .service-section-heading__subtitle {
      font-size: 24px; } }
@media (max-width: 640px) {
    .service-section-heading__subtitle {
      font-size: 20px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.service-benefits__list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.service-benefits + .service-benefits {
  margin-top: 146px; }
@media (max-width: 768px) {
    .service-benefits + .service-benefits {
      margin-top: 100px; } }
@media (max-width: 640px) {
    .service-benefits + .service-benefits {
      margin-top: 70px; } }
.service-benefits__image {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 343px;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover; }
@media (max-width: 768px) {
    .service-benefits__image {
      min-height: 280px; } }
@media (max-width: 480px) {
    .service-benefits__image {
      min-height: 220px; } }
.service-benefits__image:not(:last-child) {
    margin-bottom: 24px; }
.service-benefits__heading {
  position: relative;
  bottom: -13px;
  left: -5px;
  z-index: 2;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 900;
  font-size: 86px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.91;
  letter-spacing: normal;
  text-transform: uppercase; }
@media (max-width: 1024px) {
    .service-benefits__heading {
      font-size: 68px; } }
@media (max-width: 640px) {
    .service-benefits__heading {
      font-size: 50px; } }
@media (max-width: 480px) {
    .service-benefits__heading {
      bottom: -7px;
      font-size: 30px; } }
.service-benefits__line {
  width: 230px;
  height: 2px;
  margin: 0 auto 0 0;
  border: none; }
.service-benefits__line:not(:last-child) {
    margin-bottom: 12px; }
.service-benefits__list {
  position: relative;
  margin-top: 30px;
  padding: 20px 18px;
  border: 2px solid #39c28b; }
.service-benefits__list:before {
    content: attr(data-title);
    position: absolute;
    bottom: calc(100% - 10px);
    left: -4px;
    color: #39c28b;
    font-weight: 800;
    font-size: 40px;
    font-family: "ProximaNova", sans-serif;
    line-height: normal;
    text-transform: uppercase; }
@media (max-width: 768px) {
      .service-benefits__list:before {
        bottom: calc(100% - 7px);
        left: -3.7px;
        font-size: 30px; } }
.service-benefits__list ul li {
    color: #000;
    font-weight: 600;
    font-size: 16.5px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: normal;
    letter-spacing: normal; }
.service-benefits__list ul li:not(:last-child) {
      margin-bottom: 20px; }
.service-benefits__description {
  margin: 0;
  padding: 0;
  font-size: 16.5px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: normal;
  letter-spacing: normal; }
.service-benefits__description:not(:last-child) {
    margin-bottom: 33px; }
.service-benefits__description + .service-benefits__list {
    margin-top: 66px; }
@media (max-width: 640px) {
      .service-benefits__description + .service-benefits__list {
        margin-top: 43px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.colored-square__content ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.colored-square {
  position: relative; }
.colored-square__inner {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 33px 35px 55px;
    background-color: #fff; }
@media (max-width: 640px) {
      .colored-square__inner {
        padding: 20px 20px 30px; } }
.colored-square__shadow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 1;
    width: 82%;
    height: 10px;
    transform: translateX(-50%); }
.colored-square__title {
    position: relative;
    margin: 0;
    padding: 8px 0 8px 13px;
    overflow: hidden;
    color: #000;
    font-weight: 800;
    font-size: 40px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.95;
    letter-spacing: 1.6px;
    text-transform: uppercase; }
.colored-square__title:not(:last-child) {
      margin-bottom: 40px; }
@media (max-width: 640px) {
      .colored-square__title {
        font-size: 22px; }
        .colored-square__title:not(:last-child) {
          margin-bottom: 30px; } }
.colored-square__title div,
    .colored-square__title span {
      position: relative;
      z-index: 2; }
.colored-square__title span {
      display: block; }
.colored-square__title-box {
      position: absolute !important;
      content: '';
      top: 0;
      left: 0;
      z-index: 1 !important;
      width: 93px;
      height: 100%; }
@media (max-width: 640px) {
        .colored-square__title-box {
          width: 60px; } }
.colored-square__content {
    color: #000; }
@media (min-width: 769px) {
      .colored-square__content {
        padding-left: 14px; } }
.colored-square__content ul li {
      position: relative;
      padding-left: 18px;
      color: #000;
      font-size: 14px;
      font-family: OpenSans, Helvetica, Arial, sans-serif;
      line-height: normal;
      letter-spacing: normal; }
.colored-square__content ul li:not(:last-child) {
        margin-bottom: 10px; }
.colored-square__content ul li:before {
        position: absolute;
        top: 5px;
        left: 0;
        content: '';
        width: 10px;
        height: 10px;
        background-color: #000; }

.service-squares-grid {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 21px 44px 0 rgba(0, 0, 0, 0.1); }
  .service-squares-grid > * {
    flex: 1 45%; }
  @media (max-width: 768px) {
    .service-squares-grid {
      display: block; } }

.cloud-devops {
  position: relative; }
  .cloud-devops__banner {
    position: fixed;
    top: 50px;
    z-index: 1001; }
  .cloud-devops__banner .banner__text {
      line-height: 1; }
  @media screen and (max-width: 700px) {
      .cloud-devops__banner {
        z-index: 998; } }
  .cloud-devops__service-page-title .service-page-title__image {
    position: relative;
    background-image: radial-gradient(circle at 90% 100%, #ee39d5 15%, #7c4fbc 75%); }
  .cloud-devops__service-page-title .service-page-title__image img {
      position: absolute;
      top: 15%;
      bottom: 0;
      left: -13%;
      width: auto;
      max-width: 393px;
      margin: 0; }
  @media (max-width: 768px) {
        .cloud-devops__service-page-title .service-page-title__image img {
          max-width: 333px; } }
  @media (max-width: 640px) {
        .cloud-devops__service-page-title .service-page-title__image img {
          max-width: 283px; } }
  @media (max-width: 480px) {
        .cloud-devops__service-page-title .service-page-title__image img {
          left: -12%; } }
  @media only screen and (orientation: portrait) {
        .cloud-devops__service-page-title .service-page-title__image img {
          -webkit-animation-name: zeppelin-flying-port;
          animation-name: zeppelin-flying-port;
          -webkit-animation-duration: 36s;
          animation-duration: 36s;
          -webkit-animation-play-state: running;
          animation-play-state: running;
          -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
          -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; } }
  @media only screen and (orientation: landscape) {
        .cloud-devops__service-page-title .service-page-title__image img {
          -webkit-animation-name: zeppelin-flying-land;
          animation-name: zeppelin-flying-land;
          -webkit-animation-duration: 36s;
          animation-duration: 36s;
          -webkit-animation-play-state: running;
          animation-play-state: running;
          -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
          -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; } }
  .service-gradient-section {
  position: relative;
  padding: 90px 0 138px;
  overflow: hidden; }
  .service-gradient-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 575px;
    background-image: linear-gradient(to bottom, rgba(215, 215, 215, 0.5), #ffffff); }
  .service-gradient-section > * {
    position: relative;
    z-index: 2; }
  @media (max-width: 768px) {
    .service-gradient-section {
      padding: 70px 0 50px; } }
  @media (min-width: 768px) and (max-width: 1060px) {
  body[data-page='services'] .services__navigation {
    padding-right: 15px; }
  body[data-page='services'] .services__navigation,
  body[data-page='services'] .service-gradient-section .wrapper {
    padding-left: 85px; } }
  @keyframes zeppelin-flying-port {
  0%,
  100% {
    transform: translateY(0); }
  25% {
    transform: translateY(-40px); }
  75% {
    transform: translateY(80px); } }
  @-webkit-keyframes zeppelin-flying-port {
  0%,
  100% {
    -webkit-transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-40px); }
  75% {
    -webkit-transform: translateY(80px); } }
  @keyframes zeppelin-flying-land {
  0%,
  100% {
    transform: translateY(0); }
  25% {
    transform: translateY(-40px); }
  75% {
    transform: translateY(80px); } }
  @-webkit-keyframes zeppelin-flying-land {
  0%,
  100% {
    -webkit-transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-40px); }
  75% {
    -webkit-transform: translateY(80px); } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.two-column-slider-item {
  max-width: 270px;
  min-height: 22px; }
.two-column-slider-item__heading {
    position: relative;
    display: flex;
    margin: 0;
    font-weight: 900;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
.two-column-slider-item__number {
    margin-right: 14px;
    cursor: default;
    opacity: 0.2; }
.two-column-slider-item__number::after {
      display: none !important;
      content: '' !important; }
.two-column-slider-item__content {
    position: relative;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s; }
.two-column-slider-item__content::before {
      position: absolute;
      top: 0;
      left: -0.2em;
      width: 0;
      height: 0;
      content: ''; }
.two-column-slider-item__content_active {
      padding: 10px;
      font-weight: 800;
      font-size: 25px;
      line-height: 1;
      opacity: 1; }
.two-column-slider-item__content_active::before {
        width: 15px;
        height: 90%;
        border: 2px solid #e0e0e0;
        border-right: none;
        border-bottom: none;
        transition: width 0.3s, height 0.3s 0.3s; }
.two-column-slider-item__content_active::after {
        display: none !important;
        content: '' !important; }
.two-column-slider-item__content:hover {
      opacity: 1; }
.two-column-slider-item__description {
    position: static;
    min-height: 380px; }
.two-column-slider-item__description_image {
      display: flex; }
@media only screen and (max-width: 640px) {
        .two-column-slider-item__description_image {
          flex-direction: column; } }
.two-column-slider-item__description-text {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 21px; }
.two-column-slider-item__description-text_image {
      font-size: 16px; }
.two-column-slider-item__image {
    width: 50%;
    height: 50%;
    padding-right: 15px; }
@media only screen and (max-width: 640px) {
      .two-column-slider-item__image {
        margin: 0 auto; } }
@media only screen and (max-width: 767px) {
  .two-column-slider-item__description {
    min-height: 290px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .two-column-slider-item__description-text_image {
    font-size: 16px; }
  .two-column-slider-item__heading_active {
    padding-bottom: 20px; }
  .two-column-slider-item {
    max-width: none; } }
@media only screen and (min-width: 768px) {
  .two-column-slider-item__description {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    min-height: 100%;
    padding: 0 45px; }
    .two-column-slider-item__description_image {
      padding: 0 20px;
      font-size: 16px; } }
@media only screen and (min-width: 1025px) {
  .two-column-slider-item__content_active {
    font-size: 24px; }
  .two-column-slider-item__description-text {
    font-size: 18px;
    line-height: 27px; }
    .two-column-slider-item__description-text_image {
      font-size: 16px; } }
@media only screen and (max-width: 475px) {
  .two-column-slider-item__description-text_image {
    font-size: 14px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.two-column-slider__aside {
  margin: 0;
  padding: 0;
  list-style: none; }
.two-column-slider {
  width: 100%;
  max-width: 854px;
  min-height: 480px;
  background: white;
  box-shadow: 0 21px 54px 0 rgba(0, 0, 0, 0.6); }
.two-column-slider__navigation {
    padding: 90px 0 150px; }
.two-column-slider__navigation .two-column-slider {
      margin: 0 auto; }
.two-column-slider__navigation--with-bg {
      background-image: linear-gradient(45deg, #f9ac07, #5406d9); }
.two-column-slider__container, .two-column-slider__content {
    position: relative; }
.two-column-slider__container {
    padding: 15px; }
.two-column-slider__aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px;
    padding: 0; }
.two-column-slider__controls {
    position: absolute;
    top: 0;
    right: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0 7px 0 0;
    padding: 0;
    list-style: none; }
.two-column-slider__discover-btn {
    position: absolute;
    right: 18%;
    bottom: -26px; }
.two-column-slider-control-button {
  position: relative;
  display: none;
  width: 14px;
  height: 19px;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s; }
.two-column-slider-control-button::before {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("https://cdnssinc-prod.softserveinc.com/img/your_journey/transform/arrow.svg");
    content: ''; }
.two-column-slider-control-button_visible {
    display: block; }
.two-column-slider-control-button_previous {
    transform: rotate(180deg); }
.two-column-slider-control-button:focus {
    outline: none; }
.two-column-slider-control-button:hover {
    opacity: 1; }
.two-column-slider-discover {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 242px;
  height: 58px;
  color: white;
  font-weight: 800;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background: black;
  border: solid 2px #111111;
  box-shadow: 0 19px 57px 0 rgba(129, 131, 130, 0.95);
  transition: box-shadow 0.3s ease-in-out; }
.two-column-slider-discover:hover {
    box-shadow: 0 11px 32px 0 rgba(53, 53, 53, 0.95); }
@media only screen and (min-width: 768px) {
  .two-column-slider-discover {
    display: flex; }
  .two-column-slider-discover_mobile {
    display: none; }
  .two-column-slider__container {
    padding: 60px 15px; }
  .two-column-slider__aside {
    width: 40%;
    border-right: 2px solid #11a3e5; } }
@media only screen and (max-width: 767px) {
  .two-column-slider-discover_mobile {
    display: flex; }
  .two-column-slider__controls {
    display: none; }
  .two-column-slider-item {
    padding-bottom: 20px; }
  .two-column-slider-discover {
    margin: 20px auto; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.services-double-slider__tabs__nav {
  margin: 0;
  padding: 0;
  list-style: none; }
.services-double-slider__heading {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 41px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.services-double-slider__heading:not(:last-child) {
    margin-bottom: 38px; }
@media (max-width: 640px) {
    .services-double-slider__heading {
      font-size: 30px; } }
.services-double-slider {
  padding: 140px 0 180px; }
.services-double-slider__button {
    margin: 30px auto 0;
    color: #fff;
    background: #000;
    box-shadow: 0px 19px 35px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.2s ease; }
.services-double-slider__button:hover {
      box-shadow: 0px 19px 35px 0 rgba(0, 0, 0, 0.5); }
@media (max-width: 1024px) {
    .services-double-slider {
      padding: 80px 0 120px; } }
@media (max-width: 768px) {
    .services-double-slider {
      padding: 40px 0 20px; } }
.services-double-slider__heading:not(:last-child) {
    margin-bottom: 24px; }
@media (max-width: 768px) {
    .services-double-slider__tabs {
      margin: 0 -15px; } }
.services-double-slider__tabs__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 2px solid rgba(23, 197, 131, 0.4); }
@media (max-width: 768px) {
      .services-double-slider__tabs__nav {
        display: block;
        border-bottom: none; } }
.services-double-slider__tabs__nav:not(:last-child) {
      margin-bottom: 16px; }
.services-double-slider__tabs__nav.hide {
      border-bottom: none; }
.services-double-slider__tabs__nav__item {
      position: relative;
      padding: 8px 10px;
      color: #17c583;
      font-weight: 800;
      font-size: 17px;
      font-family: "ProximaNova", sans-serif;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      cursor: pointer; }
@media (max-width: 768px) {
        .services-double-slider__tabs__nav__item {
          padding: 10px 15px;
          font-size: 15px;
          border-bottom: 2px solid rgba(23, 197, 131, 0.4); }
          .services-double-slider__tabs__nav__item:nth-last-child(2):not(.current) {
            border-bottom: none; } }
.services-double-slider__tabs__nav__item:after {
        position: absolute;
        content: '';
        bottom: -2px;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #17c583;
        transform: translateX(-50%);
        transition: width 0.2s ease; }
.services-double-slider__tabs__nav__item.current:after {
        width: 100%; }
.services-double-slider__tabs__nav__item.hide {
        display: none; }
.services-double-slider__tabs__content {
    color: #000;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: normal; }
.services-double-slider__tabs__content > div {
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit; }
@media (max-width: 640px) {
      .services-double-slider__tabs__content {
        font-size: 14px; } }
.services-double-slider__tabs__content-mobile {
      display: none;
      padding: 20px 15px; }
.services-double-slider__tabs__content-mobile:not(:last-child) {
        border-bottom: 2px solid rgba(23, 197, 131, 0.4); }
.services-double-slider__tabs__content-mobile.current {
        display: block; }
.services-double-slider__slider {
    max-width: 100%;
    min-height: 300px;
    background: transparent;
    box-shadow: none; }
.services-double-slider__slider .two-column-slider__aside {
      min-height: 250px; }
@media only screen and (min-width: 768px) {
        .services-double-slider__slider .two-column-slider__aside {
          border-right: 2px solid rgba(23, 197, 131, 0.4); } }
@media (min-width: 768px) and (max-width: 800px) {
        .services-double-slider__slider .two-column-slider__aside .services-item {
          max-width: 265px; } }
.services-double-slider__slider .two-column-slider__container {
      padding-right: 0;
      padding-left: 0; }
@media only screen and (min-width: 768px) {
        .services-double-slider__slider .two-column-slider__container {
          padding: 30px 15px; } }
.services-double-slider__slider .two-column-slider-item__heading {
      color: #000; }
.services-double-slider__slider .two-column-slider-item__content_active {
      font-size: 24px; }
@media (max-width: 860px) {
        .services-double-slider__slider .two-column-slider-item__content_active {
          font-size: 20px; } }
@media (max-width: 768px) {
        .services-double-slider__slider .two-column-slider-item__content_active {
          font-size: 18px; } }
.services-double-slider__slider .two-column-slider-item__description {
      min-height: initial;
      padding-bottom: 15px; }
.services-double-slider__slider .two-column-slider-item__description-text {
      color: #000;
      font-weight: normal;
      font-size: 16px;
      font-family: OpenSans, Helvetica, Arial, sans-serif;
      line-height: 1.3;
      text-transform: none; }
.services-double-slider__slider .two-column-slider-item__description-text span {
        font-size: 16px !important;
        font-family: OpenSans, Helvetica, Arial, sans-serif !important; }
.services-double-slider__slider .two-column-slider-item__description-text span span {
          font-size: 16px !important;
          font-family: OpenSans, Helvetica, Arial, sans-serif !important; }
@media (max-width: 475px) {
        .services-double-slider__slider .two-column-slider-item__description-text {
          font-size: 14px; } }
.services-double-slider__slider .two-column-slider-control-button {
      display: none; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.industry-resources__heading {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 41px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.industry-resources__heading:not(:last-child) {
    margin-bottom: 38px; }
@media (max-width: 640px) {
    .industry-resources__heading {
      font-size: 30px; } }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.resource-link {
  position: relative;
  display: block;
  padding: 24px 12px 20px 15px;
  color: black;
  font-weight: 800;
  font-size: 26px;
  font-family: "ProximaNova", sans-serif;
  white-space: normal;
  text-decoration: none;
  border: 2px solid black;
  cursor: pointer; }
@media (min-width: 2560px) {
    .resource-link {
      padding: calc(24px * 1.44) calc(12px * 1.44) calc(20px * 1.44) calc(15px * 1.44);
      font-size: calc(26px * 1.44);
      border-width: calc(2px * 1.44); } }
@media (-moz-touch-enabled: 1), (pointer: coarse) {
    .resource-link {
      border: 2px solid #17c583; } }
@media (-moz-touch-enabled: 0), (pointer: fine) {
    .resource-link::before, .resource-link::after {
      position: absolute;
      display: block;
      box-sizing: border-box;
      width: 0;
      height: 0;
      border: 2px solid transparent;
      pointer-events: none;
      content: ''; }
    .resource-link::before {
      top: -2px;
      left: 2px; }
    .resource-link::after {
      right: 2px;
      bottom: -2px; }
    .resource-link:hover::before, .resource-link:hover::after {
      width: 100%;
      height: 100%;
      border-color: #17c583; }
    .resource-link:hover::before {
      border-bottom: none;
      border-left: none;
      transition: width 0.3s, height 0.3s 0.3s; }
    .resource-link:hover {
      border-color: #17c583;
      transition: border-bottom-color 0.3s 0.5s, border-right-color 0.3s 0.5s, border-left-color 0.3s 1.1s, border-top-color 0.3s 1.2s; }
    .resource-link:hover::after {
      border-top: none;
      border-right: none;
      transition: width 0.3s 0.6s, height 0.3s 0.9s, border-color 0s 0.6s; } }
.resource-link {
  width: 232px;
  word-wrap: break-word; }
@media only screen and (max-width: 968px) {
    .resource-link {
      width: 100%;
      height: 100%;
      min-height: 100px; } }
.industry-resources {
  padding: 49px 0 66px; }
.industry-resources__description {
    position: relative;
    margin-bottom: 38px;
    font-weight: 800;
    font-size: 26px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.12; }
@media (max-width: 767px) {
      .industry-resources__description {
        font-size: 22px; } }
@media (max-width: 480px) {
      .industry-resources__description {
        font-size: 18px; } }
.industry-resources__cta {
    margin: 0 auto; }
.industry-resources .outlined-box-grid:not(:last-child) {
    margin-bottom: 4px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.content {
  width: 75%;
  transform: translateX(10%);
  visibility: hidden;
  opacity: 0; }
@media (max-width: 1080px) {
    .content {
      left: 0;
      width: 90%; } }
@media (max-width: 767px) {
    .content {
      transform: translateX(0);
      transform: translateY(-5%); } }
.content_active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s 0.01s, transform 1s 0.02s, visibility 0.5s 0.02s; }
.content__heading {
    position: relative;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
    padding: 0;
    font-weight: 900;
    font-size: 44px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    text-transform: uppercase; }
@media (max-width: 1024px) {
      .content__heading {
        font-size: 5vw; } }
@media (min-width: 767px) {
      .content__heading {
        display: none; } }
.content__summary {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 24px; }
.content__summary::before {
      position: absolute;
      content: '';
      top: 5px;
      width: 60px;
      height: 2px;
      background-color: #19c481; }
.content__summary span {
      font-size: inherit !important;
      font-family: inherit !important;
      background: inherit !important; }
@media (max-width: 767px) {
      .content__summary {
        font-size: 16px; } }
@media (max-height: 730px) {
      .content__summary {
        margin-bottom: 0;
        font-size: 16px; } }
@media (max-width: 540px) {
      .content__summary {
        margin-bottom: 0;
        font-size: 14px; } }
.content__wrapper {
    position: relative;
    width: 100%; }
@media (max-width: 767px) and (orientation: portrait) {
      .content__wrapper {
        min-height: 0; } }
@media (max-height: 750px) and (orientation: landscape) {
      .content__wrapper {
        height: 100%; } }
.content__cta-button {
    min-height: 58px;
    margin: 0 auto 36px;
    color: #fff;
    background-color: #000;
    border: 2px solid #000; }
.content__cta-button:hover {
      background: #000;
      box-shadow: 0px 19px 57px 0 #000; }
@media (max-width: 767px) {
      .content__cta-button {
        position: initial;
        margin: 30px auto; } }
@media (min-width: 767px) and (max-height: 750px) {
      .content__cta-button {
        bottom: 30px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.colored-square-slider__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 0 0 25px;
  overflow: hidden; }
@media (max-width: 1024px) {
    .colored-square-slider__wrapper {
      min-height: 0; } }
@media (max-width: 767px) {
    .colored-square-slider__wrapper {
      padding: 0px 15px 70px; } }
@media (max-width: 360px) {
    .colored-square-slider__wrapper {
      padding: 0px 15px 50px; } }
.colored-square-slider__heading {
  display: inline-block;
  width: 75%;
  max-width: 1200px;
  margin-top: 60px;
  font-weight: 900;
  font-size: 41px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
@media (max-width: 640px) {
    .colored-square-slider__heading {
      font-size: 30px; } }
.colored-square-slider__heading-description {
  position: relative;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif; }
.colored-square-slider__heading-description:before {
    position: absolute;
    top: -15px;
    bottom: 0;
    width: 291px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
    content: ''; }
@media (max-height: 750px) {
    .colored-square-slider__heading-description {
      display: none; } }
@media (max-width: 650px) {
    .colored-square-slider__heading-description {
      display: none; } }
.colored-square-slider__description {
  padding-bottom: 30px;
  font-weight: 900;
  font-size: 22px;
  font-family: "ProximaNova", sans-serif; }
.colored-square-slider__content {
  position: absolute; }
.colored-square-slider__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0px;
  padding: 0;
  list-style: none;
  border: none; }
@media (max-width: 767px) {
    .colored-square-slider__list {
      flex-wrap: wrap;
      justify-content: flex-start; } }
@media (max-width: 540px) {
    .colored-square-slider__list {
      flex-wrap: wrap;
      justify-content: space-between; } }
.colored-square-slider__item {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 160px;
  height: 160px;
  margin-left: -2px;
  padding: 0 10px;
  background-color: #000;
  cursor: pointer;
  transition: background-image 0.3s, background-color 0.3s, box-shadow 0.4s; }
.colored-square-slider__item-link {
    text-decoration: none; }
@media screen and (max-width: 940px) {
    .colored-square-slider__item {
      width: 14vw;
      height: 14vw; } }
@media screen and (max-width: 767px) {
    .colored-square-slider__item {
      width: 26vw;
      height: 26vw;
      margin-left: 0;
      padding: 0 28px 0 10px; } }
@media (max-width: 540px) {
    .colored-square-slider__item {
      width: 34vw;
      height: 34vw; } }
.colored-square-slider__item-title {
  color: #fff;
  font-weight: 900;
  font-size: 1.15vw;
  font-family: "ProximaNova", sans-serif;
  letter-spacing: 0.56px;
  text-transform: uppercase; }
@media screen and (min-width: 1200px) {
    .colored-square-slider__item-title {
      width: 55%;
      font-size: 14px; } }
@media screen and (max-width: 767px) {
    .colored-square-slider__item-title {
      position: relative;
      padding-left: 10px;
      font-size: 14px; } }
@media screen and (max-width: 420px) {
    .colored-square-slider__item-title {
      position: relative;
      padding-left: 10px;
      font-size: 3vw; } }
.colored-square-slider__list-item {
  flex-basis: 20%;
  flex-direction: column;
  height: auto;
  padding-bottom: 300px;
  transition: padding 0.02s; }
.colored-square-slider__list-item .colored-square-slider__item_healthcare {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/normal/healthcare.png");
    background-repeat: no-repeat;
    background-position: 10% 105%;
    background-size: 100%; }
.colored-square-slider__list-item .colored-square-slider__item_financial {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/normal/financil.png");
    background-repeat: no-repeat;
    background-position: 10% 105%;
    background-size: 100%; }
.colored-square-slider__list-item .colored-square-slider__item_retail {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/normal/retail.png");
    background-repeat: no-repeat;
    background-position: 10% 105%;
    background-size: 100%; }
.colored-square-slider__list-item .colored-square-slider__item_high {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/normal/high tech.png");
    background-repeat: no-repeat;
    background-position: 10% 105%;
    background-size: 100%; }
.colored-square-slider__list-item .colored-square-slider__item_energy {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/normal/energy.png");
    background-repeat: no-repeat;
    background-position: 10% 105%;
    background-size: 100%; }
.colored-square-slider__list-item .colored-square-slider__item_manufacturing {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/normal/manufacturing-small.png");
    background-repeat: no-repeat;
    background-position: 20% 75%;
    background-size: 50%; }
.colored-square-slider__list-item .colored-square-slider__item_logistics {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/normal/logistic-small.png");
    background-repeat: no-repeat;
    background-position: 20% 75%;
    background-size: 50%; }
.colored-square-slider__list-item:hover .colored-square-slider__item-title {
    color: #000; }
.colored-square-slider__list-item:hover .colored-square-slider__item_healthcare {
    background-color: #f9225a;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/healthcare.png");
    background-repeat: no-repeat;
    background-position: 10% 105%;
    background-size: 100%;
    box-shadow: 0px 12px 25px 0 rgba(249, 34, 90, 0.71); }
.colored-square-slider__list-item:hover .colored-square-slider__item_financial {
    background-color: #00c0dc;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/financial.png");
    background-repeat: no-repeat;
    background-position: 10% 105%;
    background-size: 100%;
    box-shadow: 0px 12px 25px 0 rgba(0, 192, 220, 0.71); }
.colored-square-slider__list-item:hover .colored-square-slider__item_retail {
    background-color: #ff9a17;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/Retail.png");
    background-repeat: no-repeat;
    background-position: 10% 105%;
    background-size: 100%;
    box-shadow: 0px 12px 25px 0 rgba(255, 132, 23, 0.71); }
.colored-square-slider__list-item:hover .colored-square-slider__item_high {
    background-color: #81cf07;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/high tech.png");
    background-repeat: no-repeat;
    background-position: 10% 105%;
    background-size: 100%;
    box-shadow: 0px 12px 25px 0 rgba(129, 207, 7, 0.71); }
.colored-square-slider__list-item:hover .colored-square-slider__item_energy {
    background-color: #ffcb17;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/Energy.png");
    background-repeat: no-repeat;
    background-position: 10% 105%;
    background-size: 100%;
    box-shadow: 0px 12px 25px 0 rgba(255, 132, 23, 0.71); }
.colored-square-slider__list-item:hover .colored-square-slider__item_manufacturing {
    background-color: #81cf07;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/manufacturing-transparent.png");
    background-repeat: no-repeat;
    background-position: 65% 65%;
    background-size: 85%;
    box-shadow: 0px 12px 25px 0 rgba(129, 207, 7, 0.71); }
.colored-square-slider__list-item:hover .colored-square-slider__item_logistics {
    background-color: #00c0dc;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/logistic-transparent.png");
    background-repeat: no-repeat;
    background-position: 62% 35%;
    background-size: 85%;
    box-shadow: 0px 12px 25px 0 rgba(0, 192, 220, 0.71); }
@media (min-width: 767px) {
    .colored-square-slider__list-item {
      padding-right: 16px; } }
@media (max-width: 767px) {
    .colored-square-slider__list-item {
      flex-basis: 33%;
      max-width: 33%;
      padding-top: 16px;
      padding-right: 16px;
      padding-bottom: 0; }
      .colored-square-slider__list-item:nth-child(2) .content, .colored-square-slider__list-item:nth-child(5) .content {
        left: -105%; }
      .colored-square-slider__list-item:nth-child(3) .content {
        left: -214%; } }
@media (max-width: 540px) {
    .colored-square-slider__list-item {
      flex-basis: 50%;
      max-width: 46%; }
      .colored-square-slider__list-item:nth-child(2) .content, .colored-square-slider__list-item:nth-child(4) .content {
        left: -130%; }
      .colored-square-slider__list-item:nth-child(3) .content, .colored-square-slider__list-item:nth-child(5) .content {
        left: 0; } }
.colored-square-slider__list-item_active {
    overflow: initial; }
.colored-square-slider__list-item_active .colored-square-slider__item_healthcare {
      background-color: #f9225a;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/healthcare.png");
      background-repeat: no-repeat;
      background-position: 10% 105%;
      background-size: 100%;
      box-shadow: 0px 12px 25px 0 rgba(249, 34, 90, 0.71); }
.colored-square-slider__list-item_active .colored-square-slider__item_financial {
      background-color: #00c0dc;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/financial.png");
      background-repeat: no-repeat;
      background-position: 10% 105%;
      background-size: 100%;
      box-shadow: 0px 12px 25px 0 rgba(0, 192, 220, 0.71); }
.colored-square-slider__list-item_active .colored-square-slider__item_retail {
      background-color: #ff9a17;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/Retail.png");
      background-repeat: no-repeat;
      background-position: 10% 105%;
      background-size: 100%;
      box-shadow: 0px 12px 25px 0 rgba(255, 132, 23, 0.71); }
.colored-square-slider__list-item_active .colored-square-slider__item_high {
      background-color: #81cf07;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/high tech.png");
      background-repeat: no-repeat;
      background-position: 10% 105%;
      background-size: 100%;
      box-shadow: 0px 12px 25px 0 rgba(129, 207, 7, 0.71); }
.colored-square-slider__list-item_active .colored-square-slider__item_energy {
      background-color: #ffcb17;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/Energy.png");
      background-repeat: no-repeat;
      background-position: 10% 105%;
      background-size: 100%;
      box-shadow: 0px 12px 25px 0 rgba(255, 132, 23, 0.71); }
.colored-square-slider__list-item_active .colored-square-slider__item_manufacturing {
      background-color: #81cf07;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/manufacturing-transparent.png");
      background-repeat: no-repeat;
      background-position: 65% 65%;
      background-size: 85%;
      box-shadow: 0px 12px 25px 0 rgba(129, 207, 7, 0.71); }
.colored-square-slider__list-item_active .colored-square-slider__item_logistics {
      background-color: #00c0dc;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/home/industries/logistic-transparent.png");
      background-repeat: no-repeat;
      background-position: 62% 35%;
      background-size: 85%;
      box-shadow: 0px 12px 25px 0 rgba(0, 192, 220, 0.71); }
@media (max-width: 1080px) {
      .colored-square-slider__list-item_active {
        padding-bottom: 350px; } }
@media (max-width: 767px) {
      .colored-square-slider__list-item_active {
        padding-bottom: 0; } }
.colored-square-slider__list-item_active .colored-square-slider__item-title {
      color: #000; }
.colored-square-slider .content {
  top: 150px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 250px;
  padding: 23px 23px 23px 0; }
@media (max-width: 940px) {
    .colored-square-slider .content {
      top: 13vw; } }
@media (max-width: 767px) {
    .colored-square-slider .content {
      position: relative;
      top: 10px;
      display: block;
      width: 80vw;
      height: 0;
      padding: 0; }
      .colored-square-slider .content_active {
        height: auto;
        padding-bottom: 15px; } }

.ai-and-ml__service-page-title .service-page-title__image {
  position: relative;
  background-image: radial-gradient(circle at 90% 100%, #cffc00 15%, #02e7f3 75%); }
  .ai-and-ml__service-page-title .service-page-title__image img {
    position: absolute;
    top: -5%;
    bottom: 0;
    max-width: 320px;
    margin: 0; }
  @media only screen and (orientation: portrait) {
      .ai-and-ml__service-page-title .service-page-title__image img {
        -webkit-animation-name: molecule-dancing-port;
        animation-name: molecule-dancing-port;
        -webkit-animation-duration: 36s;
        animation-duration: 36s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }
  @media only screen and (orientation: landscape) {
      .ai-and-ml__service-page-title .service-page-title__image img {
        -webkit-animation-name: molecule-dancing-land;
        animation-name: molecule-dancing-land;
        -webkit-animation-duration: 36s;
        animation-duration: 36s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }
  .ai-and-ml__double-slider .services-double-slider {
  padding: 50px 0 0; }
  .ai-and-ml__benefits {
  padding-bottom: 30px; }
  @media (min-width: 767px) {
  .colored-square-slider_solves-problems .colored-square-slider__list-item {
    padding-bottom: 250px; } }
  @media (max-width: 1080px) and (min-width: 768px) {
  body[data-page='services'] .ai-and-ml__services-section {
    padding-left: 85px; } }
  @keyframes molecule-dancing-port {
  0%,
  100% {
    transform: rotate(0) scale(1);
    transform-origin: bottom center; }
  25% {
    transform: rotate(-15deg) scale(1.05);
    @media (max-width: 768px) {
      transform: rotate(-10deg); } }
  50% {
    transform: rotate(0) scale(0.95);
    transform-origin: bottom center; }
  75% {
    transform: rotate(15deg) scale(0.8);
    @media (max-width: 768px) {
      transform: rotate(10deg); } } }
  @-webkit-keyframes molecule-dancing-port {
  0%,
  100% {
    -webkit-transform: rotate(0) scale(1);
    -webkit-transform-origin: bottom center; }
  25% {
    -webkit-transform: rotate(-15deg) scale(1.05);
    @media (max-width: 768px) {
      -webkit-transform: rotate(-10deg); } }
  50% {
    -webkit-transform: rotate(0) scale(0.95);
    -webkit-transform-origin: bottom center; }
  75% {
    -webkit-transform: rotate(15deg) scale(0.8);
    @media (max-width: 768px) {
      -webkit-transform: rotate(10deg); } } }
  @keyframes molecule-dancing-land {
  0%,
  100% {
    transform: rotate(0) scale(1);
    transform-origin: bottom center; }
  25% {
    transform: rotate(-15deg) scale(1.05);
    @media (max-width: 768px) {
      transform: rotate(-10deg); } }
  50% {
    transform: rotate(0) scale(0.95);
    transform-origin: bottom center; }
  75% {
    transform: rotate(15deg) scale(0.8);
    @media (max-width: 768px) {
      transform: rotate(10deg); } } }
  @-webkit-keyframes molecule-dancing-land {
  0%,
  100% {
    -webkit-transform: rotate(0) scale(1);
    -webkit-transform-origin: bottom center; }
  25% {
    -webkit-transform: rotate(-15deg) scale(1.05);
    @media (max-width: 768px) {
      -webkit-transform: rotate(-10deg); } }
  50% {
    -webkit-transform: rotate(0) scale(0.95);
    -webkit-transform-origin: bottom center; }
  75% {
    -webkit-transform: rotate(15deg) scale(0.8);
    @media (max-width: 768px) {
      -webkit-transform: rotate(10deg); } } }

.cybersecurity__service-page-title .service-page-title__image {
  position: relative;
  background-image: radial-gradient(circle at 90% 100%, #d801b5 15%, #5401d9 75%); }
  .cybersecurity__service-page-title .service-page-title__image img {
    position: absolute;
    top: -20px;
    left: -35px;
    width: initial;
    max-width: 370px;
    margin: 0; }
  @media screen and (max-width: 767px) {
      .cybersecurity__service-page-title .service-page-title__image img {
        left: -45px;
        max-width: 300px; } }
  @media only screen and (orientation: portrait) {
      .cybersecurity__service-page-title .service-page-title__image img {
        -webkit-animation-name: steel-rotating-port;
        animation-name: steel-rotating-port;
        -webkit-animation-duration: 36s;
        animation-duration: 36s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }
  @media only screen and (orientation: landscape) {
      .cybersecurity__service-page-title .service-page-title__image img {
        -webkit-animation-name: steel-rotating-land;
        animation-name: steel-rotating-land;
        -webkit-animation-duration: 36s;
        animation-duration: 36s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }
  @keyframes steel-rotating-port {
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
  @-webkit-keyframes steel-rotating-port {
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
  @keyframes steel-rotating-land {
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
  @-webkit-keyframes steel-rotating-land {
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.industry-our-partners__heading {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 41px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.industry-our-partners__heading:not(:last-child) {
    margin-bottom: 38px; }
@media (max-width: 640px) {
    .industry-our-partners__heading {
      font-size: 30px; } }
.industry-our-partners {
  padding: 48px 0 60px; }
@media (min-width: 640px) {
    .industry-our-partners {
      padding-bottom: 20px; } }
@media (max-width: 640px) {
    .industry-our-partners__items:not(:last-child) {
      margin-bottom: 30px; } }
.industry-our-partners .cta-button {
    margin: 0 auto; }
@media (min-width: 640px) {
      .industry-our-partners .cta-button {
        display: none; } }
.industry-our-partners__item {
    display: flex;
    border: 2px solid #17c583; }
.industry-our-partners__item:not(:last-child) {
      margin-bottom: 18px; }
@media (max-width: 640px) {
      .industry-our-partners__item {
        border: 2px solid transparent; } }
.industry-our-partners__item-logo {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 220px;
      min-width: 220px;
      margin: 0;
      padding: 20px;
      border-right: inherit; }
.industry-our-partners__item-logo a {
        width: 100%; }
.industry-our-partners__item-logo img {
        display: block;
        max-width: 90%; }
@media (max-width: 640px) {
        .industry-our-partners__item-logo {
          width: 100%;
          border-right: none; }
          .industry-our-partners__item-logo img {
            width: 100%;
            max-width: 200px;
            margin: 0 auto; } }
.industry-our-partners__item-desc {
      padding: 45px 28px;
      color: #000;
      font-weight: 400;
      font-size: 16px;
      font-family: OpenSans, Helvetica, Arial, sans-serif;
      line-height: normal; }
.industry-our-partners__item-desc p:first-child {
        margin-top: 0; }
.industry-our-partners__item-desc p:last-child {
        margin-bottom: 0; }
@media (max-width: 640px) {
        .industry-our-partners__item-desc {
          display: none; } }

.internet-of-things__service-page-title .service-page-title__image {
  position: relative;
  background-image: radial-gradient(circle at 40% 100%, #ff4600 15%, #fd0 75%); }
  .internet-of-things__service-page-title .service-page-title__image img {
    position: absolute;
    top: -15px;
    left: 35px;
    margin: auto 0; }
  @media (max-width: 480px) {
      .internet-of-things__service-page-title .service-page-title__image img {
        top: 15px;
        left: 25px; } }
  @media only screen and (orientation: portrait) {
      .internet-of-things__service-page-title .service-page-title__image img {
        -webkit-animation-name: ufo-flying-port;
        animation-name: ufo-flying-port;
        -webkit-animation-duration: 36s;
        animation-duration: 36s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }
  @media only screen and (orientation: landscape) {
      .internet-of-things__service-page-title .service-page-title__image img {
        -webkit-animation-name: ufo-flying-land;
        animation-name: ufo-flying-land;
        -webkit-animation-duration: 36s;
        animation-duration: 36s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }
  .internet-of-things__two-column-slider .services-double-slider {
  padding: 0; }
  .internet-of-things__two-column-slider .services-double-slider__slider .two-column-slider__aside {
    min-height: 300px; }
  .internet-of-things__resources .industry-resources {
  padding-bottom: 0; }
  .internet-of-things__solves-problems {
  padding-bottom: 30px; }
  .internet-of-things__solves-problems .colored-square-slider__wrapper {
    padding-bottom: 0; }
  @media (max-width: 1080px) and (min-width: 768px) {
  body[data-page='services'] .internet-of-things__services-section {
    padding-left: 85px; } }
  @keyframes ufo-flying-port {
  0%,
  100% {
    -webkit-transform: rotate(180deg) scale(0.8); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.1); } }
  @-webkit-keyframes ufo-flying-port {
  0%,
  100% {
    -webkit-transform: rotate(180deg) scale(0.8); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.1); } }
  @keyframes ufo-flying-land {
  0%,
  100% {
    -webkit-transform: rotate(180deg) scale(0.8); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.1); } }
  @-webkit-keyframes ufo-flying-land {
  50% {
    -webkit-transform: rotate(180deg) scale(0.8); }
  100% {
    -webkit-transform: rotate(360deg) scale(1.1); } }

.big-data-analytics {
  position: relative; }
  .big-data-analytics__banner {
    position: fixed;
    top: 50px;
    z-index: 1001; }
  @media screen and (max-width: 700px) {
      .big-data-analytics__banner {
        z-index: 998; } }
  @media (max-width: 480px) {
    .big-data-analytics__service-page-title {
      padding-top: 140px; } }
  .big-data-analytics__service-page-title .service-page-title__image {
    background-image: linear-gradient(-45deg, #5503d2, #2a233e); }
  .big-data-analytics__service-page-title .service-page-title__image img {
      max-width: 280px;
      margin-left: 20px; }
  @media (max-width: 767px) {
        .big-data-analytics__service-page-title .service-page-title__image img {
          margin-left: -20px; } }
  @media (max-width: 480px) {
        .big-data-analytics__service-page-title .service-page-title__image img {
          margin-left: 0; } }
  @media only screen and (orientation: portrait) {
        .big-data-analytics__service-page-title .service-page-title__image img {
          -webkit-animation-name: data-scaling-port;
          animation-name: data-scaling-port;
          -webkit-animation-duration: 36s;
          animation-duration: 36s;
          -webkit-animation-play-state: running;
          animation-play-state: running;
          -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
          -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; } }
  @media only screen and (orientation: landscape) {
        .big-data-analytics__service-page-title .service-page-title__image img {
          -webkit-animation-name: data-scaling-land;
          animation-name: data-scaling-land;
          -webkit-animation-duration: 36s;
          animation-duration: 36s;
          -webkit-animation-play-state: running;
          animation-play-state: running;
          -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
          -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; } }
  @keyframes data-scaling-port {
  0%,
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); }
  50% {
    -webkit-transform: scale(1.3) rotate(45deg);
    transform: scale(1.3) rotate(45deg); } }
  @-webkit-keyframes data-scaling-port {
  0%,
  100% {
    -webkit-transform: scale(1) rotate(0); }
  50% {
    -webkit-transform: scale(1.3) rotate(45deg); } }
  @keyframes data-scaling-land {
  0%,
  100% {
    transform: scale(1) rotate(0); }
  50% {
    transform: scale(1.3) rotate(45deg); } }
  @-webkit-keyframes data-scaling-land {
  0%,
  100% {
    -webkit-transform: scale(1) rotate(0); }
  50% {
    -webkit-transform: scale(1.3) rotate(45deg); } }

.engineering-services {
  position: relative; }
  .engineering-services__banner {
    position: fixed;
    top: 50px;
    z-index: 1001; }
  @media screen and (max-width: 700px) {
      .engineering-services__banner {
        z-index: 998; } }
  @media screen and (min-width: 940px) {
    .engineering-services__service-page-title .service-page__heading {
      font-size: 80px; } }
  .engineering-services__service-page-title .service-page-title__image {
    position: relative;
    background-image: linear-gradient(to right, #79cb02, #e26100); }
  .engineering-services__service-page-title .service-page-title__image img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 5%;
      min-width: 320px;
      margin: auto -55px; }
  @media only screen and (orientation: portrait) {
        .engineering-services__service-page-title .service-page-title__image img {
          -webkit-animation-name: leaf-flying-port;
          animation-name: leaf-flying-port;
          -webkit-animation-duration: 46s;
          animation-duration: 46s;
          -webkit-animation-play-state: running;
          animation-play-state: running;
          -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
          -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }
        @keyframes leaf-flying-port {
          0% {
            transform: translateY(0) rotateZ(0); }
          50% {
            transform: translateY(-30px) rotateZ(180deg);
            @media (max-width: 768px) {
              transform: translateY(-20px) rotateZ(180deg); } }
          100% {
            transform: translateY(0) rotateZ(0); } }
        @-webkit-keyframes leaf-flying-port {
          0% {
            -webkit-transform: translateY(0) rotateZ(0); }
          50% {
            -webkit-transform: translateY(-30px) rotateZ(180deg);
            @media (max-width: 768px) {
              -webkit-transform: translateY(-20px) rotateZ(180deg); } }
          100% {
            -webkit-transform: translateY(0) rotateZ(0); } } }
  @media only screen and (orientation: landscape) {
        .engineering-services__service-page-title .service-page-title__image img {
          -webkit-animation-name: leaf-flying-land;
          animation-name: leaf-flying-land;
          -webkit-animation-duration: 46s;
          animation-duration: 46s;
          -webkit-animation-play-state: running;
          animation-play-state: running;
          -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
          -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }
        @keyframes leaf-flying-land {
          0% {
            transform: translateY(0) rotateZ(0); }
          50% {
            transform: translateY(-30px) rotateZ(180deg);
            @media (max-width: 768px) {
              transform: translateY(-20px) rotateZ(180deg); } }
          100% {
            transform: translateY(0) rotateZ(0); } }
        @-webkit-keyframes leaf-flying-land {
          0% {
            -webkit-transform: translateY(0) rotateZ(0); }
          50% {
            -webkit-transform: translateY(-30px) rotateZ(180deg);
            @media (max-width: 768px) {
              -webkit-transform: translateY(-20px) rotateZ(180deg); } }
          100% {
            -webkit-transform: translateY(0) rotateZ(0); } } }
  @media (max-width: 768px) and (min-width: 641px) {
      .engineering-services__service-page-title .service-page-title__image img {
        margin-left: -120px; } }
  @media (max-width: 640px) {
      .engineering-services__service-page-title .service-page-title__image img {
        min-width: 260px; } }

.extended-reality__service-page-title .service-page-title__image {
  position: relative;
  background-image: radial-gradient(circle at 100% 50%, #2dd084 5%, #3be3ff 100%); }
  .extended-reality__service-page-title .service-page-title__image img {
    position: absolute;
    bottom: -1px;
    left: 40px;
    max-width: 150px; }
  @media (max-width: 767px) {
      .extended-reality__service-page-title .service-page-title__image img {
        left: 0px; } }
  @media (max-width: 640px) {
      .extended-reality__service-page-title .service-page-title__image img {
        max-width: 120px; } }
  @media only screen and (orientation: portrait) {
      .extended-reality__service-page-title .service-page-title__image img {
        -webkit-animation-name: vr-animation-port;
        animation-name: vr-animation-port;
        -webkit-animation-duration: 24s;
        animation-duration: 24s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }
  @media only screen and (orientation: landscape) {
      .extended-reality__service-page-title .service-page-title__image img {
        -webkit-animation-name: vr-animation-land;
        animation-name: vr-animation-land;
        -webkit-animation-duration: 24s;
        animation-duration: 24s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }
  .extended-reality .industry-demos {
  background-image: none; }
  .extended-reality .industry-demos .demo-item__image {
    max-width: 220px;
    max-height: 138px; }
  .extended-reality__two-column-slider {
  background-image: linear-gradient(to bottom, #d7d7d7, transparent); }
  .extended-reality__two-column-slider .services-double-slider {
    padding: 5vw 0; }
  .extended-reality__two-column-slider .services-double-slider__slider .two-column-slider__aside {
      min-height: 300px; }
  @media (min-width: 767px) {
  .colored-square-slider_solves-problems .colored-square-slider__list-item {
    padding-bottom: 250px; } }
  @media (max-width: 1080px) and (min-width: 768px) {
  body[data-page='services'] .extended-reality__services-section {
    padding-left: 85px; } }
  @keyframes vr-animation-port {
  0%,
  100% {
    transform: translateY(0) scale3d(1, 1, 1);
    transform-origin: bottom center; }
  50% {
    transform: translateX(20px) scale3d(2, 2, 2);
    transform-origin: bottom center; } }
  @-webkit-keyframes vr-animation-port {
  0%,
  100% {
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
    -webkit-transform-origin: bottom center; }
  50% {
    -webkit-transform: translateX(20px) scale3d(2, 2, 2);
    -webkit-transform-origin: bottom center; } }
  @keyframes vr-animation-land {
  0%,
  100% {
    transform: translateY(0) scale3d(1, 1, 1);
    transform-origin: bottom center; }
  50% {
    transform: translateX(20px) scale3d(2, 2, 2);
    transform-origin: bottom center; } }
  @-webkit-keyframes vr-animation-land {
  0%,
  100% {
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
    -webkit-transform-origin: bottom center; }
  50% {
    -webkit-transform: translateX(20px) scale3d(2, 2, 2);
    -webkit-transform-origin: bottom center; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.sub-title-colored__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .sub-title-colored__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .sub-title-colored__wrapper {
      max-width: calc(940px * 1.44); } }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.sub-title-colored__heading, .sub-title-colored__description {
  margin: 0;
  padding: 0; }
.sub-title-colored__heading {
  position: relative;
  z-index: 0;
  font-weight: 900;
  font-size: 88px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase; }
.sub-title-colored__heading:not(:last-child) {
    margin-bottom: 22px; }
@media (max-width: 640px) {
      .sub-title-colored__heading:not(:last-child) {
        margin-bottom: 15px; } }
@media (max-width: 1024px) {
    .sub-title-colored__heading {
      font-size: 7vw; } }
@media (max-width: 640px) {
    .sub-title-colored__heading {
      font-size: 1.85em; } }
.sub-title-colored--small .sub-title-colored__heading {
  font-size: 44px; }
@media (max-width: 1024px) {
    .sub-title-colored--small .sub-title-colored__heading {
      font-size: 34px; } }
@media (max-width: 640px) {
    .sub-title-colored--small .sub-title-colored__heading {
      font-size: 24px; } }
.sub-title-colored--small .sub-title-colored__heading-square {
    top: -12px;
    height: 110px; }
@media (max-width: 1024px) {
      .sub-title-colored--small .sub-title-colored__heading-square {
        left: -14px;
        width: 90px;
        height: 90px; } }
@media (max-width: 640px) {
      .sub-title-colored--small .sub-title-colored__heading-square {
        width: 70px;
        height: 70px; } }
.sub-title-colored__heading-square {
  position: absolute;
  top: -3px;
  left: -16px;
  z-index: -1;
  display: block;
  width: 101px;
  height: 92px;
  background: #000; }
@media (max-width: 1024px) {
    .sub-title-colored__heading-square {
      top: -7px;
      left: -14px;
      width: 1.2em;
      height: 1.2em; } }
@media (max-width: 640px) {
    .sub-title-colored__heading-square {
      top: -8px;
      left: -10px;
      width: 40px;
      height: 40px; } }
.sub-title-colored__heading-summary {
  font-weight: 800;
  font-size: 24px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: 1.4;
  text-transform: uppercase; }
@media (max-width: 1024px) {
    .sub-title-colored__heading-summary {
      font-size: 3vw; } }
@media (max-width: 560px) {
    .sub-title-colored__heading-summary {
      font-size: 18px; } }
.sub-title-colored__description {
  font-weight: 400;
  font-size: 16.5px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: normal; }
@media (max-width: 640px) {
    .sub-title-colored__description {
      font-size: 15px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.vertical-tabs {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .vertical-tabs {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .vertical-tabs {
      max-width: calc(940px * 1.44); } }
.vertical-tabs {
  list-style: none; }
.vertical-tabs__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 10px; }
.vertical-tabs__item::before {
      position: absolute;
      top: -5px;
      width: 55px;
      height: 2px;
      background: #6767f9;
      transition: all 0.3s ease-in;
      content: ''; }
.vertical-tabs__item_active::before {
      width: 100%; }
@media (max-width: 767px) {
      .vertical-tabs__item {
        flex-direction: column; } }
.vertical-tabs__heading {
    flex: 1;
    width: 100%;
    max-width: 450px;
    margin: 0;
    padding: 0;
    font-weight: 900;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer; }
.vertical-tabs__heading_active {
      width: 50%;
      padding-right: 11vw;
      font-size: 24px; }
@media (max-width: 767px) {
        .vertical-tabs__heading_active {
          min-width: 280px;
          padding-right: 0;
          padding-bottom: 40px; } }
.vertical-tabs__content {
    display: none;
    flex: 1; }
.vertical-tabs__content_active {
      display: block; }
.vertical-tabs__content ul {
      margin: 0;
      padding: 15px 0 0 0;
      list-style: none; }
.vertical-tabs__content li {
      position: relative;
      margin-bottom: 15px;
      padding-left: 20px; }
.vertical-tabs__content li::before {
        position: absolute;
        top: 10px;
        left: 0;
        width: 8px;
        height: 8px;
        background: black;
        content: ''; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.get-in-touch-innovation-platform {
  display: flex;
  flex-grow: 2;
  flex-basis: 100%;
  justify-content: center;
  margin: 0;
  padding-top: 120px;
  padding-bottom: 10vw;
  background: white;
  background-repeat: no-repeat;
  background-position: 50% 62%;
  background-size: 110vw 114%; }
@media (min-width: 2560px) {
    .get-in-touch-innovation-platform {
      padding-top: calc(90px * 1.44);
      padding-bottom: calc(20px * 1.44); } }
@media (max-width: 1024px) {
    .get-in-touch-innovation-platform {
      background-position: 50% 5%; } }
@media (max-width: 800px) {
    .get-in-touch-innovation-platform {
      padding-top: 10vw; } }
@media (max-width: 560px) {
    .get-in-touch-innovation-platform {
      padding-top: 6vw;
      padding-bottom: 6vw; } }
@media (max-width: 560px) {
    .get-in-touch-innovation-platform {
      background-position: 50% 100%; } }
.get-in-touch-innovation-platform__content {
    position: relative;
    width: 100%;
    max-width: 720px;
    min-height: 346px;
    padding: 0;
    text-transform: uppercase;
    background: transparent; }
@media (min-width: 2560px) {
      .get-in-touch-innovation-platform__content {
        max-width: calc(664px * 1.44);
        min-height: calc(346px * 1.44);
        max-height: calc(346px * 1.44);
        padding: calc(40px * 1.44) 0 0 calc(60px * 1.44); } }
.get-in-touch-innovation-platform__heading {
    position: relative;
    z-index: 0;
    margin: 0;
    color: #000;
    font-weight: 900;
    font-size: 68px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1; }
@media (min-width: 2560px) {
      .get-in-touch-innovation-platform__heading {
        font-size: calc(68px * 1.44); }
        .get-in-touch-innovation-platform__heading:before {
          width: calc(68px * 1.44);
          height: calc(68px * 1.44); } }
.get-in-touch-innovation-platform__buttons-wrapper {
    display: flex;
    width: 100%;
    margin-top: 35px; }
@media only screen and (max-width: 800px) {
      .get-in-touch-innovation-platform__buttons-wrapper {
        flex-wrap: wrap;
        justify-content: space-around; } }
.get-in-touch-innovation-platform__cta {
    width: 100%;
    max-width: 216px;
    min-height: 59px;
    max-height: 59px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    border: 2px solid transparent;
    cursor: pointer; }
.get-in-touch-innovation-platform__cta:nth-child(3) {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 259px;
      min-height: 58px;
      max-height: 58px;
      color: #fff;
      font-weight: 800;
      font-size: 14px;
      font-family: "ProximaNova", sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      background: #000;
      border: 2px solid #111;
      cursor: pointer;
      transition: ease-in-out 0.15s; }
@media (min-width: 2560px) {
        .get-in-touch-innovation-platform__cta:nth-child(3) {
          max-width: calc(270px * 1.44);
          height: calc(70px * 1.44);
          font-size: calc(14px * 1.44); } }
@media (max-width: 800px) {
        .get-in-touch-innovation-platform__cta:nth-child(3) {
          max-width: 216px;
          min-height: 58px;
          max-height: 58px;
          margin: 0; } }
.get-in-touch-innovation-platform__cta:nth-child(3):hover {
        color: white;
        background: black;
        box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.95); }
@media only screen and (max-width: 800px) {
      .get-in-touch-innovation-platform__cta {
        margin-bottom: 20px; } }
@media only screen and (min-width: 1200px) {
  .get-in-touch-innovation-platform {
    padding-right: 36px; } }
@media only screen and (min-width: 768px) {
  .get-in-touch-innovation-platform__heading.de-de, .get-in-touch-innovation-platform__heading.uk-ua {
    font-size: 69px; }
  .get-in-touch-innovation-platform__heading.en-us {
    font-size: 84px; } }
@media only screen and (max-width: 800px) {
  .get-in-touch-innovation-platform__content {
    max-width: 604px; } }
@media only screen and (max-width: 640px) {
  .get-in-touch-innovation-platform__heading {
    padding-left: 38px; }
    .get-in-touch-innovation-platform__heading.de-de, .get-in-touch-innovation-platform__heading.uk-ua {
      font-size: 43px; }
    .get-in-touch-innovation-platform__heading.en-us {
      font-size: 60px; }
  .get-in-touch-innovation-platform__content {
    max-width: 480px; }
  .get-in-touch-innovation-platform__cta {
    margin: 10px auto; }
    .get-in-touch-innovation-platform__cta:nth-child(3) {
      margin: 10px auto; } }
@media only screen and (max-width: 560px) {
  .get-in-touch-innovation-platform__heading {
    padding-left: 20px; }
    .get-in-touch-innovation-platform__heading.de-de, .get-in-touch-innovation-platform__heading.uk-ua {
      font-size: 42px; }
    .get-in-touch-innovation-platform__heading.en-us {
      font-size: 60px; }
  .get-in-touch-innovation-platform__content {
    max-width: 330px; } }
@media only screen and (max-width: 400px) {
  .get-in-touch-innovation-platform {
    padding-left: 0; }
    .get-in-touch-innovation-platform__heading.de-de, .get-in-touch-innovation-platform__heading.uk-ua {
      font-size: 8vw; }
    .get-in-touch-innovation-platform__heading.en-us {
      font-size: 17vw; }
    .get-in-touch-innovation-platform__content {
      min-height: 220px;
      padding-top: 45px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.platform-tabs__headline, .platform-tabs__content {
  margin: 0;
  padding: 0;
  list-style: none; }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.platform-tabs:not(:last-child) {
  margin-bottom: 130px; }
@media (min-width: 2560px) {
    .platform-tabs:not(:last-child) {
      margin-bottom: calc(130px * 1.44); } }
@media (max-width: 1000px) {
  .platform-tabs:not(:last-child) {
    margin-bottom: 80px; } }
.platform-tabs__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  margin: 0 auto; }
@media (min-width: 2560px) {
    .platform-tabs__container {
      min-height: calc(250px * 1.44);
      padding: calc(62px * 1.44) calc(50px * 1.44) calc(38px * 1.44); } }
@media (max-width: 767px) {
    .platform-tabs__container {
      padding: 32px 0 0; } }
.platform-tabs__headline {
  position: relative;
  display: flex;
  justify-content: space-between; }
.platform-tabs__headline:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 3px;
    background-color: rgba(237, 56, 35, 0.2); }
@media (max-width: 767px) {
    .platform-tabs__headline {
      display: block; }
      .platform-tabs__headline:after {
        display: none; } }
.platform-tabs__title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5px 13px;
  color: #000;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
@media (min-width: 2560px) {
    .platform-tabs__title {
      padding: 0 calc(5px * 1.44) calc(13px * 1.44);
      font-size: calc(17px * 1.44); } }
@media (min-width: 767px) and (max-width: 930px) {
    .platform-tabs__title {
      font-size: 18px; } }
.platform-tabs__title::before, .platform-tabs__title::after {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 0;
    height: 3px;
    background: #ed3823;
    transition: width 0.3s;
    content: ''; }
@media (min-width: 2560px) {
      .platform-tabs__title::before, .platform-tabs__title::after {
        height: calc(3px * 1.44); } }
.platform-tabs__title::before {
    right: 50%; }
.platform-tabs__title::after {
    left: 50%; }
.platform-tabs__title_selected::before {
    width: 50%; }
.platform-tabs__title_selected::after {
    width: 50%; }
@media (max-width: 767px) {
    .platform-tabs__title {
      padding: 13px 6.1vw;
      padding-left: 0;
      font-size: 20px;
      text-align: left;
      border-bottom: 2px solid rgba(237, 56, 35, 0.4); }
      .platform-tabs__title_selected {
        border-bottom-color: #ed3823; }
      .platform-tabs__title:before, .platform-tabs__title:after {
        display: none; } }
.platform-tabs__title span {
    display: inline-block;
    padding-right: 6px;
    color: #000;
    color: #acacac;
    font-weight: 800;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    text-align: left; }
@media (min-width: 767px) and (max-width: 930px) {
      .platform-tabs__title span {
        font-size: 18px; } }
@media (max-width: 767px) {
      .platform-tabs__title span {
        font-size: 20px; } }
.platform-tabs__content {
  width: 100%;
  height: 100%;
  min-height: 130px;
  margin-top: 14px; }
@media (min-width: 2560px) {
    .platform-tabs__content {
      min-height: calc(130px * 1.44);
      margin-top: calc(14px * 1.44); } }
.platform-tabs__description {
  display: none;
  font-size: 16px;
  line-height: 1.4; }
@media (min-width: 2560px) {
    .platform-tabs__description {
      font-size: calc(16px * 1.44); } }
@media (max-width: 767px) {
    .platform-tabs__description:not(:last-child) {
      border-bottom: 2px solid rgba(237, 56, 35, 0.4); } }
.platform-tabs__description_visible {
    display: block; }
.platform-tabs__description .sub-title {
    padding: 0; }
.platform-tabs__description .sub-title__wrapper {
      padding-right: 0;
      padding-left: 0; }
.platform-tabs__description__description-text {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 21px; }
.platform-tabs__image {
  width: 100%;
  height: 100%;
  padding-top: 15px; }
@media only screen and (max-width: 640px) {
    .platform-tabs__image {
      margin: 0 auto; } }
.platform-tabs__cta-button {
  min-height: 58px;
  margin: 0 auto 36px;
  color: #fff;
  background-color: #000;
  border: 2px solid #000; }
.platform-tabs__cta-button:hover {
    background: #000;
    box-shadow: 0px 19px 57px 0 #000; }
@media (max-width: 767px) {
    .platform-tabs__cta-button {
      position: initial;
      margin: 0 auto 30px; } }
@media (min-width: 767px) and (max-height: 750px) {
    .platform-tabs__cta-button {
      bottom: 30px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.pricing__offers-wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .pricing__offers-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .pricing__offers-wrapper {
      max-width: calc(940px * 1.44); } }
.pricing .sub-title-colored__heading-summary {
  position: relative;
  margin-top: 50px;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1; }
@media only screen and (max-width: 640px) {
    .pricing .sub-title-colored__heading-summary {
      margin-top: 20px; } }
.pricing .sub-title-colored__heading-summary:before {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #6767f9;
    content: ''; }
@media (max-width: 640px) {
    .pricing .sub-title-colored__heading-summary {
      font-size: 18px; } }
@media (max-width: 640px) {
  .pricing .sub-title-colored__heading {
    font-size: 38px; } }
.pricing__offers-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 50px; }
@media (max-width: 940px) {
    .pricing__offers-wrapper {
      flex-direction: column;
      justify-content: space-around;
      margin-bottom: 40px; } }
@media only screen and (max-width: 640px) {
    .pricing__offers-wrapper {
      margin-top: 20px; } }
.pricing__offer {
  position: relative;
  width: 100%;
  max-width: 285px;
  margin-top: 20px;
  padding: 0 20px;
  text-align: center;
  border: 2px solid #000; }
@media (max-width: 940px) {
    .pricing__offer {
      margin: 30px auto 40px;
      padding: 0 20px 30px; } }
.pricing__offer p:nth-child(1) {
    min-height: 60px;
    margin-top: 16px;
    color: #000;
    font-weight: normal;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    text-align: left; }
.pricing__offer p:last-child {
    display: inline;
    color: #000;
    font-weight: 900;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
.pricing__offer-image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 80px; }
.pricing__offer-title {
  margin: 20px 0 0;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1;
  text-transform: uppercase; }
.pricing .pricing__offer:nth-child(2) ul li::before {
  background-color: #6767f9; }
.pricing .pricing__offer:nth-child(3) ul li::before {
  background-color: #f9677f; }
.pricing__offer-content {
  padding-bottom: 20px;
  color: #858585;
  font-weight: 900;
  font-family: "ProximaNova", sans-serif; }
.pricing__offer-content ul {
    padding: 0 0 20px 20px;
    text-align: left;
    list-style: none; }
.pricing__offer-content ul li {
      position: relative;
      padding-bottom: 10px;
      color: #000;
      font-weight: normal;
      font-family: OpenSans, Helvetica, Arial, sans-serif;
      line-height: 1.3; }
.pricing__offer-content ul li::before {
        position: absolute;
        top: 6px;
        left: -20px;
        width: 8px;
        height: 8px;
        background: #fdbf24;
        content: ''; }
.pricing__offer-content strong {
    padding-bottom: 15px;
    color: #000;
    font-weight: 900;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif; }
.pricing__cta {
  position: absolute;
  bottom: -32px;
  left: calc(50% - 105px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 210px;
  min-height: 64px;
  max-height: 64px;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background: #6767f9;
  transition: ease-in-out 0.15s; }
.pricing__cta:hover {
    box-shadow: 0px 19px 57px 0 #6767f9; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.innovation-platform__demo, .innovation-platform .description-text__wrap, .innovation-platform__slider-wrap, .innovation-platform__tabs {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .innovation-platform__demo, .innovation-platform .description-text__wrap, .innovation-platform__slider-wrap, .innovation-platform__tabs {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .innovation-platform__demo, .innovation-platform .description-text__wrap, .innovation-platform__slider-wrap, .innovation-platform__tabs {
      max-width: calc(940px * 1.44); } }
.innovation-platform {
  overflow: hidden; }
.innovation-platform__page-title {
    background-repeat: no-repeat !important;
    background-position: 50% 90% !important;
    background-size: 100vw !important; }
.innovation-platform__page-title_tablet {
      background-repeat: no-repeat !important;
      background-position: 50% 90% !important;
      background-size: 1024px !important; }
.innovation-platform__page-title_phone {
      background-repeat: no-repeat !important;
      background-position: 50% bottom !important;
      background-size: 375px !important; }
@media (max-height: 475px) and (orientation: landscape) {
      .innovation-platform__page-title {
        background-position: 60% bottom !important;
        background-size: 1024px !important; } }
@media (max-height: 360px) and (orientation: landscape) {
      .innovation-platform__page-title {
        background-position: 100% 110% !important;
        background-size: 60vw !important; } }
.innovation-platform__page-title .page-title-2 {
      overflow: hidden;
      background: none; }
.innovation-platform__page-title .page-title-2__container {
        position: relative;
        margin-bottom: 10vw; }
.innovation-platform__page-title .page-title-2__title {
        color: #000; }
.innovation-platform__page-title .page-title-2__title:before {
          content: none; }
.innovation-platform__page-title .page-title-2__description {
        margin-left: 0;
        color: #000; }
.innovation-platform__page-title .page-title-2__description:before {
          background-color: #6767f9; }
@media (max-height: 580px) and (orientation: landscape) {
        .innovation-platform__page-title .page-title-2 {
          min-height: 500px; } }
.innovation-platform__page-title .page-title-mobile {
      justify-content: flex-start;
      min-height: 100vh;
      overflow: hidden;
      background: none; }
@media (max-height: 670px) {
        .innovation-platform__page-title .page-title-mobile {
          min-height: 100vh; } }
@media (max-height: 640px) and (orientation: landscape) {
        .innovation-platform__page-title .page-title-mobile {
          max-height: 150vh; } }
@media (max-width: 414px) {
        .innovation-platform__page-title .page-title-mobile {
          min-height: 92vh; } }
.innovation-platform__page-title .page-title-mobile__title {
        max-width: 60vw;
        margin-top: 45vw;
        margin-left: 0;
        color: #000; }
.innovation-platform__page-title .page-title-mobile__title:before {
          content: none; }
@media (max-width: 414px) and (max-height: 740px) {
          .innovation-platform__page-title .page-title-mobile__title {
            margin-top: 30vw; } }
@media (max-width: 375px) and (max-height: 640px) {
          .innovation-platform__page-title .page-title-mobile__title {
            margin-top: 25vw; } }
@media (max-height: 360px) and (orientation: landscape) {
          .innovation-platform__page-title .page-title-mobile__title {
            margin-top: 8vw; } }
.innovation-platform__page-title .page-title-mobile__description {
        max-width: 60vw;
        margin-top: 20px;
        margin-bottom: 10vw;
        color: #000; }
.innovation-platform__page-title .page-title-mobile__description:before {
          background-color: #6767f9; }
.innovation-platform__demo-wrap {
    padding: 5vw 20px;
    background-color: #f2f2f2; }
.innovation-platform__demo {
    position: relative;
    padding: 30px 50px 45px;
    border: 2px solid #000; }
@media (max-width: 1260px) {
      .innovation-platform__demo {
        width: auto;
        margin-left: 15vw; } }
@media (max-width: 560px) {
      .innovation-platform__demo {
        margin: 100px auto 0;
        padding: 30px 20px 45px; } }
.innovation-platform__demo-text {
    font-weight: normal;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.5; }
.innovation-platform__demo-text strong {
      font-weight: 800; }
.innovation-platform__demo-text ul {
      padding-left: 20px;
      list-style: none; }
.innovation-platform__demo-text li {
      position: relative; }
.innovation-platform__demo-text li:before {
        position: absolute;
        top: 8px;
        left: -20px;
        width: 8px;
        height: 8px;
        background: #6767f9;
        content: ''; }
@media only screen and (max-width: 540px) {
          .innovation-platform__demo-text li:before {
            top: 8px; } }
.innovation-platform__demo-image {
    position: absolute;
    top: -5px;
    left: -150px; }
@media (max-width: 1260px) {
      .innovation-platform__demo-image {
        left: -13vw;
        width: 12vw; } }
@media (max-width: 560px) {
      .innovation-platform__demo-image {
        top: -95px;
        left: 0;
        width: 110px; } }
.innovation-platform__demo-button {
    position: relative;
    top: -28px;
    left: 12%;
    display: block;
    width: 243px;
    height: 58px;
    margin: 0 auto;
    padding: 19px;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #6767f9;
    border: 2px solid #6767f9;
    cursor: pointer;
    transition: ease-in-out 0.15s; }
.innovation-platform__demo-button:hover {
      color: #fff;
      background: #6767f9;
      box-shadow: 0px 19px 57px 0 #6767f9; }
@media (max-width: 560px) {
      .innovation-platform__demo-button {
        left: initial; } }
.innovation-platform .description-text {
    padding: 5vw 20px 10px; }
.innovation-platform .description-text__wrap {
      position: relative;
      padding: 0; }
.innovation-platform .description-text__heading {
      position: relative;
      width: 60%;
      font-weight: 900;
      font-size: 38px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1;
      text-transform: uppercase; }
.innovation-platform .description-text__heading_blue::before {
        position: absolute;
        top: -8px;
        left: -8px;
        z-index: -1;
        width: 45px;
        height: 45px;
        background-color: #6767f9;
        content: ''; }
.innovation-platform .description-text__text {
      line-height: 1.4; }
.innovation-platform .description-text__image {
      position: absolute;
      top: -5px;
      left: -120px; }
@media (max-width: 1260px) {
        .innovation-platform .description-text__image {
          left: -13vw;
          width: 10vw; } }
@media (max-width: 560px) {
        .innovation-platform .description-text__image {
          top: -105px;
          left: 0;
          width: 90px;
          transform: rotate(90deg); } }
.innovation-platform .description-text_video {
      color: #fff; }
.innovation-platform .description-text_tabs {
      padding: 0; }
.innovation-platform .description-text_tabs .description-text__heading {
        width: 95%; }
@media (max-width: 1260px) {
      .innovation-platform .description-text_demo {
        width: auto;
        margin-left: 15vw; } }
@media (max-width: 560px) {
      .innovation-platform .description-text_demo {
        margin: 100px auto 0; } }
.innovation-platform__video-wrap {
    width: 100%;
    padding: 0;
    background: #000; }
.innovation-platform__video-wrap .innovation-video {
      position: relative;
      max-width: 1024px;
      height: 0;
      margin: 0 auto;
      padding-bottom: 41.33%;
      text-align: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      cursor: pointer; }
@media (min-width: 1200px) {
        .innovation-platform__video-wrap .innovation-video {
          min-height: 640px;
          padding-bottom: 31.36%; } }
@media (max-width: 1199px) {
        .innovation-platform__video-wrap .innovation-video {
          padding-bottom: 56.36%; } }
.innovation-platform__video-wrap .innovation-video:before {
        position: absolute;
        top: 49%;
        left: 48%;
        width: 72px;
        height: 62px;
        background-image: url("https://cdnssinc-dev.azureedge.net/img/services/innovation/button-blue.png");
        background-size: 100%;
        transform: translate(-49%, -48%);
        opacity: 0.9;
        content: ''; }
.innovation-platform__video-wrap .innovation-video:hover:before {
        opacity: 1; }
.innovation-platform__video-wrap .innovation-video__container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent; }
.innovation-platform__slider-wrap {
    padding: 40px 0; }
.innovation-platform__slider-heading .sub-title-colored__heading {
    max-width: 50%;
    line-height: 0.9; }
@media (min-width: 560px) {
      .innovation-platform__slider-heading .sub-title-colored__heading {
        margin-bottom: 3vw; } }
.innovation-platform__slider-heading .sub-title-colored__heading-summary {
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif; }
@media (max-width: 560px) {
      .innovation-platform__slider-heading .sub-title-colored__heading-summary {
        font-size: 16px;
        line-height: 1.2; } }
.innovation-platform__tabs-wrap {
    padding-bottom: 40px; }
@media (max-width: 1000px) {
      .innovation-platform__tabs-wrap .description-text__heading {
        margin: 0 20px; } }
.innovation-platform__benefits-wrap {
    padding-top: 5vw;
    padding-bottom: 5vw;
    color: #fff;
    background-color: #000; }
.innovation-platform__benefits-wrap .sub-title-colored__heading {
      margin-top: 25px;
      margin-bottom: 25px; }
@media (max-width: 640px) {
        .innovation-platform__benefits-wrap .sub-title-colored__heading {
          font-size: 7vw; } }
.innovation-platform__benefits-wrap .sub-title-colored__description ul {
      margin: 0;
      padding: 0;
      font-weight: 900;
      font-size: 24px;
      font-family: "ProximaNova", sans-serif;
      list-style: none; }
@media only screen and (max-width: 768px) {
        .innovation-platform__benefits-wrap .sub-title-colored__description ul {
          font-size: 1.2em; } }
@media only screen and (max-width: 560px) {
        .innovation-platform__benefits-wrap .sub-title-colored__description ul {
          font-size: 1em; } }
.innovation-platform__benefits-wrap .sub-title-colored__description li {
      position: relative;
      padding-bottom: 20px;
      padding-left: 40px; }
.innovation-platform__benefits-wrap .sub-title-colored__description li:before {
        position: absolute;
        top: 5px;
        left: 0;
        width: 20px;
        height: 20px;
        background: #6767f9;
        content: ''; }
@media only screen and (max-width: 768px) {
          .innovation-platform__benefits-wrap .sub-title-colored__description li:before {
            width: 0.8em;
            height: 0.8em; } }
@media only screen and (max-width: 768px) {
        .innovation-platform__benefits-wrap .sub-title-colored__description li {
          padding-left: 5vw; } }
.innovation-platform__pricing-wrap {
    margin: 5vw 0 7vw; }
.banner-on-top {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 64px;
  padding-left: 20px;
  text-align: center;
  background: #fdbf24;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
@media only screen and (max-width: 940px) {
    .banner-on-top {
      text-align: left; } }
@media only screen and (max-width: 560px) {
    .banner-on-top {
      padding: 0 10px; } }
.banner-on-top__text {
    margin: auto 0;
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif; }
@media only screen and (max-width: 768px) {
      .banner-on-top__text {
        font-size: 3vw; } }
@media only screen and (max-width: 560px) {
      .banner-on-top__text {
        display: none; } }
.banner-on-top__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 264px;
    min-height: 62px;
    margin-left: 20px;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background: #6767f9;
    border: 1px solid #000;
    border-top: none;
    border-bottom: none;
    cursor: pointer;
    transition: font-size 0.2s;
    transition-timing-function: cubic-bezier(0.34, 1.11, 0.96, 1.67); }
.banner-on-top__button:hover {
      font-size: 18px; }
@media only screen and (max-width: 560px) {
      .banner-on-top__button {
        display: none; } }
.banner-on-top__button-mobile {
    width: 100%;
    height: 100%;
    min-height: 62px;
    margin: auto 0;
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: transform 0.2s;
    transition-timing-function: cubic-bezier(0.34, 1.11, 0.96, 1.67); }
.banner-on-top__button-mobile:hover {
      transform: scale(1.15); }
@media only screen and (min-width: 560px) {
      .banner-on-top__button-mobile {
        display: none; } }

@media (max-width: 480px) {
  .experience-design__service-page-title {
    padding-top: 140px; } }

.experience-design__service-page-title .service-page-title__image {
  position: relative;
  background-image: radial-gradient(circle at 90% 100%, #3686f2 15%, #76e7b5 75%); }

.experience-design__service-page-title .service-page-title__image img {
    position: absolute;
    bottom: 0;
    left: -25px;
    max-width: 387px; }

@media (max-width: 640px) {
      .experience-design__service-page-title .service-page-title__image img {
        max-width: 387px; } }

@media only screen and (orientation: portrait) {
      .experience-design__service-page-title .service-page-title__image img {
        -webkit-animation-name: stickers-port;
        animation-name: stickers-port;
        -webkit-animation-duration: 24s;
        animation-duration: 24s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }

@media only screen and (orientation: landscape) {
      .experience-design__service-page-title .service-page-title__image img {
        -webkit-animation-name: stickers-land;
        animation-name: stickers-land;
        -webkit-animation-duration: 24s;
        animation-duration: 24s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }

@media (min-width: 767px) {
  .colored-square-slider_solves-problems .colored-square-slider__list-item {
    padding-bottom: 250px; } }

@media (max-width: 1080px) and (min-width: 768px) {
  body[data-page='services'] .experience-design__services-section {
    padding-left: 85px; } }

@keyframes stickers-port {
  0%,
  100% {
    transform: translateY(0) scale3d(1, 1, 1);
    transform-origin: bottom center; }
  50% {
    transform: translateY(0) scale3d(1.2, 1.2, 1.2);
    transform-origin: bottom center; } }

@-webkit-keyframes stickers-port {
  0%,
  100% {
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
    -webkit-transform-origin: bottom center; }
  50% {
    -webkit-transform: translateY(0) scale3d(1.2, 1.2, 1.2);
    -webkit-transform-origin: bottom center; } }

@keyframes stickers-land {
  0%,
  100% {
    transform: translateY(0) scale3d(1, 1, 1);
    transform-origin: bottom center; }
  50% {
    transform: translateY(0) scale3d(1.2, 1.2, 1.2);
    transform-origin: bottom center; } }

@-webkit-keyframes stickers-land {
  0%,
  100% {
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
    -webkit-transform-origin: bottom center; }
  50% {
    -webkit-transform: translateY(0) scale3d(1.2, 1.2, 1.2);
    -webkit-transform-origin: bottom center; } }

.experience-platforms__service-page-title .service-page-title__image {
  position: relative;
  background-image: radial-gradient(circle at 0% 0%, #59c2e1 15%, #5626be 75%); }
  .experience-platforms__service-page-title .service-page-title__image img {
    position: absolute;
    top: -9%;
    bottom: 0;
    max-width: 320px;
    margin: 0; }
  @media only screen and (orientation: portrait) {
      .experience-platforms__service-page-title .service-page-title__image img {
        -webkit-animation-name: cube-port;
        animation-name: cube-port;
        -webkit-animation-duration: 24s;
        animation-duration: 24s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }
  @media only screen and (orientation: landscape) {
      .experience-platforms__service-page-title .service-page-title__image img {
        -webkit-animation-name: cube-land;
        animation-name: cube-land;
        -webkit-animation-duration: 24s;
        animation-duration: 24s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }
  .experience-platforms__partners .industry-our-partners {
  padding-top: 0; }
  @media (min-width: 640px) {
    .experience-platforms__partners .industry-our-partners {
      padding-bottom: 45px; } }
  @keyframes cube-land {
  0%,
  100% {
    transform: translate(0%, 0%); }
  33% {
    transform: translate(10%, 10%);
    @media (max-width: 768px) {
      transform: translate(5%, 5%); } }
  65% {
    transform: translate(-5%, 20%);
    @media (max-width: 768px) {
      transform: translate(0, 0); } } }
  @keyframes cube-port {
  0%,
  100% {
    transform: translate(0%, 0%); }
  33% {
    transform: translate(10%, 10%);
    @media (max-width: 768px) {
      transform: translate(5%, 5%); } }
  65% {
    transform: translate(-5%, 20%);
    @media (max-width: 768px) {
      transform: translate(0, 0); } } }
  @-webkit-keyframes cube-port {
  0%,
  100% {
    -webkit-transform: translate(0%, 0%); }
  33% {
    -webkit-transform: translate(10%, 10%);
    @media (max-width: 768px) {
      -webkit-transform: translate(5%, 5%); } }
  65% {
    -webkit-transform: translate(-5%, 20%);
    @media (max-width: 768px) {
      -webkit-transform: translate(0, 0); } } }
  @-webkit-keyframes cube-land {
  0%,
  100% {
    -webkit-transform: translate(0%, 0%); }
  33% {
    -webkit-transform: translate(10%, 10%);
    @media (max-width: 768px) {
      -webkit-transform: translate(5%, 5%); } }
  65% {
    -webkit-transform: translate(-5%, 20%);
    @media (max-width: 768px) {
      -webkit-transform: translate(0, 0); } } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
@media screen and (min-width: 940px) and (max-width: 1050px) {
  .r-n-d__service-page-title .service-page__heading {
    font-size: 82px; } }
.r-n-d__service-page-title .service-page-title__image {
  position: relative;
  background-image: radial-gradient(circle at 100% 100%, #000ae5 15%, #000640 75%); }
.r-n-d__service-page-title .service-page-title__image img {
    position: absolute;
    top: -50px;
    left: -15px;
    max-width: 418px;
    margin: auto 0; }
@media (max-width: 480px) {
      .r-n-d__service-page-title .service-page-title__image img {
        top: -10px; } }
@media only screen and (orientation: portrait) {
      .r-n-d__service-page-title .service-page-title__image img {
        -webkit-animation-name: rnd-rotate-port;
        animation-name: rnd-rotate-port;
        -webkit-animation-duration: 36s;
        animation-duration: 36s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }
@media only screen and (orientation: landscape) {
      .r-n-d__service-page-title .service-page-title__image img {
        -webkit-animation-name: rnd-rotate-land;
        animation-name: rnd-rotate-land;
        -webkit-animation-duration: 36s;
        animation-duration: 36s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }
.r-n-d__resources .cta-button {
  display: none; }
.r-n-d__our-expertise .services-double-slider {
  padding-top: 4vw;
  padding-bottom: 5vw; }
.r-n-d__our-expertise .services-item {
  color: #000; }
.r-n-d__our-expertise .services-item .two-column-slider-item__description-text {
    font-weight: normal;
    text-transform: none; }
@media (max-width: 1080px) and (min-width: 768px) {
  body[data-page='services'] .r-n-d__service-section {
    padding-left: 85px; } }
@media (min-width: 767px) {
  .colored-square-slider_rnd-capabilities .colored-square-slider__list-item {
    padding-bottom: 25%; } }
.colored-square-slider_rnd-capabilities .colored-square-slider__list-item .colored-square-slider__item {
  color: #fff;
  background-image: linear-gradient(to top, #000, #000);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  box-shadow: 0px 12px 25px 0 rgba(0, 0, 0, 0.46); }
.colored-square-slider_rnd-capabilities .colored-square-slider__list-item_active .colored-square-slider__item {
  background-color: #000;
  background-image: linear-gradient(to top, #1dd9c3, #3cc33a);
  box-shadow: 0px 12px 25px 0 #1feecc; }
.colored-square-slider_rnd-capabilities .colored-square-slider__list-item:hover .colored-square-slider__item {
  background-color: #000;
  background-image: linear-gradient(to top, #1dd9c3, #3cc33a);
  box-shadow: 0px 12px 25px 0 #1feecc; }
.colored-square-slider_rnd-capabilities .colored-square-slider__list-item .colored-square-slider__item-title {
  color: #fff; }
@keyframes rnd-rotate-port {
  0% {
    transform: scale(1.2) rotateY(360deg); }
  50% {
    transform: scale(1.2) rotateY(0); }
  100% {
    transform: scale(1.2) rotateY(360deg); } }
@-webkit-keyframes rnd-rotate-port {
  0% {
    -webkit-transform: scale(1.2) rotateY(360deg); }
  50% {
    -webkit-transform: scale(1.2) rotateY(0); }
  100% {
    -webkit-transform: scale(1.2) rotateY(360deg); } }
@keyframes rnd-rotate-land {
  0% {
    transform: scale(1.2) rotateY(360deg); }
  50% {
    transform: scale(1.2) rotateY(0); }
  100% {
    transform: scale(1.2) rotateY(360deg); } }
@-webkit-keyframes rnd-rotate-land {
  0% {
    -webkit-transform: scale(1.2) rotateY(360deg); }
  50% {
    -webkit-transform: scale(1.2) rotateY(0); }
  100% {
    -webkit-transform: scale(1.2) rotateY(360deg); } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
@media screen and (min-width: 940px) and (max-width: 1050px) {
  .robotics__service-page-title .service-page__heading {
    font-size: 82px; } }
.robotics__service-page-title .service-page-title__image {
  position: relative;
  /*background-image: radial-gradient(circle at 40% 100%, #ff4600 15%, #fd0 75%);*/
  background-image: linear-gradient(90deg, #c62f5b, #ac46f1); }
.robotics__service-page-title .service-page-title__image img {
    position: absolute;
    left: 20px;
    margin: auto 0; }
@media (max-width: 480px) {
      .robotics__service-page-title .service-page-title__image img {
        top: 45px; } }
@media only screen and (orientation: portrait) {
      .robotics__service-page-title .service-page-title__image img {
        -webkit-animation-name: robotics-transform-port;
        animation-name: robotics-transform-port;
        -webkit-animation-duration: 36s;
        animation-duration: 36s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }
@media only screen and (orientation: landscape) {
      .robotics__service-page-title .service-page-title__image img {
        -webkit-animation-name: robotics-transform-land;
        animation-name: robotics-transform-land;
        -webkit-animation-duration: 36s;
        animation-duration: 36s;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0.01s;
        animation-delay: 0.01s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; } }
.robotics__resources {
  padding-top: 0;
  padding-bottom: 0; }
.robotics__resources .cta-button {
    display: none; }
@media (max-width: 600px) {
    .robotics__resources .industry-resources {
      padding-top: 0;
      padding-bottom: 0; } }
.robotics__solves-problems {
  padding-top: 0;
  padding-bottom: 50px; }
.robotics__our-expertise .services-double-slider {
  padding-top: 4vw;
  padding-bottom: 5vw; }
.robotics__our-expertise .services-item {
  color: #000; }
.robotics__our-expertise .services-item .two-column-slider-item__description-text {
    font-weight: normal;
    text-transform: none; }
.robotics__two-column-slider {
  padding-top: 0;
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, #d7d7d7, transparent); }
.robotics__two-column-slider .services-double-slider {
    padding: 5vw 0; }
.robotics__two-column-slider .services-double-slider__slider .two-column-slider__aside {
      min-height: 300px; }
.robotics__demos .industry-demos {
  background-image: none; }
.robotics__benefits {
  padding-top: 0;
  padding-bottom: 0; }
.robotics__benefits .service-benefits__image {
    min-height: 20px; }
.robotics__benefits .service-benefits__line {
    display: none; }
@media (min-width: 768px) and (max-width: 1060px) {
  body[data-page='services'] .services__navigation {
    padding-right: 15px; }
  body[data-page='services'] .services__navigation,
  body[data-page='services'] .service-gradient-section .wrapper {
    padding-left: 85px; } }
@media (min-width: 767px) {
  .colored-square-slider_robotics-solve .colored-square-slider__list-item {
    padding-bottom: 200px; } }
@keyframes robotics-transform-port {
  0%,
  100% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.1); } }
@-webkit-keyframes robotics-transform-port {
  0%,
  100% {
    -webkit-transform: scale(0.8); }
  50% {
    -webkit-transform: scale(1.1); } }
@keyframes robotics-transform-land {
  0%,
  100% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.1); } }
@-webkit-keyframes robotics-transform-land {
  0%,
  100% {
    -webkit-transform: scale(0.8); }
  50% {
    -webkit-transform: scale(1.1); } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.ad-hoc-title__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .ad-hoc-title__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .ad-hoc-title__wrapper {
      max-width: calc(940px * 1.44); } }
.ad-hoc-title {
  position: relative;
  z-index: 10;
  height: 100%;
  min-height: 1188px; }
@media screen and (max-width: 1024px) {
    .ad-hoc-title {
      min-height: 1150px; } }
@media screen and (max-width: 960px) {
    .ad-hoc-title {
      min-height: 1100px; } }
@media screen and (max-width: 767px) {
    .ad-hoc-title {
      min-height: 1054px; } }
@media screen and (max-width: 475px) {
    .ad-hoc-title {
      min-height: 1150px; } }
@media screen and (max-width: 375px) {
    .ad-hoc-title {
      min-height: 1100px; } }
.ad-hoc-title__shape-container {
    padding-top: 50px;
    background-image: linear-gradient(45deg, #6012ca, #e16c1e);
    -webkit-clip-path: polygon(0 0, 100vw 0, 100% 100%, 0 83%);
    clip-path: polygon(0 0, 100vw 0, 100% 100%, 0 83%); }
@media screen and (max-width: 1024px) {
      .ad-hoc-title__shape-container {
        -webkit-clip-path: polygon(0 0, 100vw 0, 100% 93%, 0 85%);
        clip-path: polygon(0 0, 100vw 0, 100% 93%, 0 85%); } }
@media screen and (max-width: 767px) {
      .ad-hoc-title__shape-container {
        padding-top: 120px; } }
@media screen and (max-width: 640px) {
      .ad-hoc-title__shape-container {
        -webkit-clip-path: polygon(0 0, 100vw 0, 100% 90%, 0 85%);
        clip-path: polygon(0 0, 100vw 0, 100% 90%, 0 85%); } }
@media screen and (max-width: 375px) {
      .ad-hoc-title__shape-container {
        -webkit-clip-path: polygon(0 0, 100vw 0, 100% 90%, 0 85%);
        clip-path: polygon(0 0, 100vw 0, 100% 90%, 0 85%); } }
.ad-hoc-title__wrapper {
    position: relative;
    box-sizing: content-box;
    width: auto;
    max-width: 1024px;
    min-height: 1180px;
    background-repeat: no-repeat;
    background-position: 103% 20%;
    background-size: 61%; }
@media screen and (max-width: 1024px) {
      .ad-hoc-title__wrapper {
        min-height: 1150px;
        background-position: 55% 15%; } }
@media screen and (max-width: 960px) {
      .ad-hoc-title__wrapper {
        min-height: 1100px; } }
@media screen and (max-width: 767px) {
      .ad-hoc-title__wrapper {
        background-position: 40% 5.5%;
        background-size: 65%; } }
@media screen and (max-width: 767px) {
      .ad-hoc-title__wrapper {
        min-height: 1054px; } }
@media screen and (max-width: 475px) {
      .ad-hoc-title__wrapper {
        min-height: 1150px;
        background-position: 70% 6.5%;
        background-size: 75%; } }
@media screen and (max-width: 375px) {
      .ad-hoc-title__wrapper {
        min-height: 1024px; } }
.ad-hoc-title__heading-container {
    padding-top: 30%; }
@media screen and (min-width: 1024px) {
      .ad-hoc-title__heading-container {
        padding-top: 250px; } }
@media screen and (max-width: 475px) {
      .ad-hoc-title__heading-container {
        padding-top: 45vw; } }
.ad-hoc-title__heading-logo {
    width: 239px;
    margin-left: 0.5%; }
@media screen and (max-width: 767px) {
      .ad-hoc-title__heading-logo {
        width: 139px; } }
@media screen and (max-width: 475px) {
      .ad-hoc-title__heading-logo {
        width: 111px; } }
.ad-hoc-title__heading {
    position: relative;
    margin: 0;
    padding: 0;
    padding-bottom: 5vw;
    color: #fff;
    font-weight: 900;
    font-size: 125px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    text-transform: uppercase; }
.ad-hoc-title__heading::before {
      position: absolute;
      top: -25%;
      right: 35%;
      z-index: 1;
      width: 137px;
      height: 170px;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/services/ad-hoc-services/small-donut-image@2x.png");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 85%;
      content: ''; }
@media screen and (max-width: 1024px) {
        .ad-hoc-title__heading::before {
          right: 30%;
          width: 15%;
          height: 50%; } }
@media screen and (max-width: 1024px) {
      .ad-hoc-title__heading {
        font-size: 12vw; } }
@media screen and (max-width: 640px) {
      .ad-hoc-title__heading {
        padding-bottom: 15vw; } }
@media screen and (max-width: 475px) {
      .ad-hoc-title__heading {
        padding-bottom: 25vw; } }
.ad-hoc-title__heading_second-word {
      font-size: 179px;
      line-height: 0.75; }
@media screen and (max-width: 1024px) {
        .ad-hoc-title__heading_second-word {
          font-size: 17vw; } }
.ad-hoc-title__button {
    display: block;
    width: 100%;
    max-width: 363px;
    min-height: 99px;
    margin: 40px 7% 0 auto;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    background: none;
    background: #f2650b;
    border: none;
    outline: 0;
    cursor: pointer;
    transition: box-shadow 0.2s;
    transition-timing-function: ease-in-out; }
@media screen and (max-width: 540px) {
      .ad-hoc-title__button {
        max-width: 303px;
        margin: 60px auto;
        font-size: 24px; } }
@media screen and (max-width: 375px) {
      .ad-hoc-title__button {
        max-width: 80vw; } }
.ad-hoc-title__button:hover {
      background: #f2650b;
      box-shadow: 0px 19px 57px 0 #fd8f01; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.resource-link {
  position: relative;
  display: block;
  padding: 24px 12px 20px 15px;
  color: black;
  font-weight: 800;
  font-size: 26px;
  font-family: "ProximaNova", sans-serif;
  white-space: normal;
  text-decoration: none;
  border: 2px solid black;
  cursor: pointer; }
@media (min-width: 2560px) {
    .resource-link {
      padding: calc(24px * 1.44) calc(12px * 1.44) calc(20px * 1.44) calc(15px * 1.44);
      font-size: calc(26px * 1.44);
      border-width: calc(2px * 1.44); } }
@media (-moz-touch-enabled: 1), (pointer: coarse) {
    .resource-link {
      border: 2px solid #17c583; } }
@media (-moz-touch-enabled: 0), (pointer: fine) {
    .resource-link::before, .resource-link::after {
      position: absolute;
      display: block;
      box-sizing: border-box;
      width: 0;
      height: 0;
      border: 2px solid transparent;
      pointer-events: none;
      content: ''; }
    .resource-link::before {
      top: -2px;
      left: 2px; }
    .resource-link::after {
      right: 2px;
      bottom: -2px; }
    .resource-link:hover::before, .resource-link:hover::after {
      width: 100%;
      height: 100%;
      border-color: #17c583; }
    .resource-link:hover::before {
      border-bottom: none;
      border-left: none;
      transition: width 0.3s, height 0.3s 0.3s; }
    .resource-link:hover {
      border-color: #17c583;
      transition: border-bottom-color 0.3s 0.5s, border-right-color 0.3s 0.5s, border-left-color 0.3s 1.1s, border-top-color 0.3s 1.2s; }
    .resource-link:hover::after {
      border-top: none;
      border-right: none;
      transition: width 0.3s 0.6s, height 0.3s 0.9s, border-color 0s 0.6s; } }
.resource-link {
  width: 232px;
  word-wrap: break-word; }
@media only screen and (max-width: 968px) {
    .resource-link {
      width: 100%;
      height: 100%;
      min-height: 100px; } }
.media-card__box {
  flex: 1;
  padding-bottom: 10px;
  text-decoration: none; }
@media (max-width: 580px) {
    .media-card__box {
      min-height: 0; } }
@media (min-width: 2560px) {
    .media-card__box {
      min-height: calc(186px * 1.44);
      padding-bottom: calc(42px * 1.44); } }
.media-card__category {
  display: flex;
  align-items: flex-end;
  height: 76px;
  margin-left: 86px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-size: 20px;
  font-family: OpenSans, Helvetica, Arial, sans-serif; }
@media (min-width: 2560px) {
    .media-card__category {
      font-size: calc(14px * 1.44);
      letter-spacing: calc(0.7px * 1.44); } }
.media-card__category:not(:last-child) {
    margin-bottom: 15px; }
@media (min-width: 2560px) {
      .media-card__category:not(:last-child) {
        margin-bottom: calc(36px * 1.44); } }
.media-card__title {
  color: #000;
  font-weight: 800;
  font-size: 18px;
  font-family: "ProximaNova", sans-serif;
  line-height: 21px; }
.media-card__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.media-card__list__item {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 31.3%;
    max-width: 31.3%;
    height: 190px;
    margin-bottom: 30px;
    padding: 0 20px 0;
    background-repeat: no-repeat;
    background-position: 10% 10%;
    background-size: 76px;
    transition: box-shadow 0.3s; }
.media-card__list__item:hover {
      box-shadow: 0px 12px 33px 0 rgba(193, 98, 254, 0.31);
      cursor: pointer; }
@media (min-width: 2560px) {
      .media-card__list__item {
        margin-bottom: calc(30px * 1.44); } }
@media (min-width: 1025px) {
      .media-card__list__item {
        min-width: 29%;
        max-width: 29%; }
        .media-card__list__item.with-category:not(:nth-child(3n)) + .media-card__list__item:not(.with-category) {
          margin-top: 52px; } }
@media (min-width: 641px) and (max-width: 1024) {
      .media-card__list__item.with-category:not(:nth-child(2n)) + .media-card__list__item:not(.with-category) {
        margin-top: 52px; } }
@media (max-width: 860px) {
      .media-card__list__item {
        min-width: 48.5%;
        max-width: 48.5%; } }
@media (max-width: 580px) {
      .media-card__list__item {
        min-width: 100%;
        max-width: 100%; } }
@media (min-width: 1025px) {
      .media-card__list__item:not(:last-child):not(:nth-child(3n)) {
        margin-right: 3%; } }
@media (min-width: 421px) and (max-width: 1024px) {
      .media-card__list__item:not(:last-child):not(:nth-child(2n)) {
        margin-right: 3%; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.list-with-icons {
  margin-top: 25px; }
.list-with-icons__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.list-with-icons__icon-item {
    display: flex;
    flex: 1;
    align-items: center;
    min-width: 29%;
    max-width: 29%;
    padding: 0 20px 25px 0;
    transition: box-shadow 0.3s; }
@media (min-width: 2560px) {
      .list-with-icons__icon-item {
        margin-bottom: calc(30px * 1.44); } }
@media (max-width: 1024px) {
      .list-with-icons__icon-item {
        flex-direction: column; } }
@media (max-width: 680px) {
      .list-with-icons__icon-item {
        min-width: 43%;
        max-width: 43%; } }
@media (max-width: 475px) {
      .list-with-icons__icon-item {
        min-width: 46%;
        max-width: 46%;
        padding: 0 0 40px 0; } }
.list-with-icons__icon-item-image {
    margin-right: 10px; }
.list-with-icons__icon-item-heading {
    max-height: 70px;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    font-family: "ProximaNova", sans-serif;
    line-height: 20px;
    text-transform: uppercase; }
@media (max-width: 475px) {
      .list-with-icons__icon-item-heading {
        font-size: 13px;
        line-height: 15px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.industry-numbers__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .industry-numbers__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .industry-numbers__wrapper {
      max-width: calc(940px * 1.44); } }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.industry-numbers {
  position: relative;
  z-index: 1;
  padding: 49px 0; }
@media (max-width: 1024px) {
    .industry-numbers {
      padding: 39px 0; } }
@media (max-width: 640px) {
    .industry-numbers {
      padding: 29px 0; } }
.industry-numbers__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.industry-numbers__row:not(:last-child) {
      margin-bottom: 60px; }
@media (max-width: 1024px) {
        .industry-numbers__row:not(:last-child) {
          margin-bottom: 40px; } }
@media (max-width: 640px) {
        .industry-numbers__row:not(:last-child) {
          margin-bottom: 30px; } }
.industry-numbers__col {
    flex: 1;
    max-width: 50%;
    margin-bottom: 30px; }
@media (min-width: 641px) {
      .industry-numbers__col {
        min-width: calc(33.3% - 5.63%); } }
@media (max-width: 640px) {
      .industry-numbers__col {
        min-width: 45%;
        text-align: center; } }
@media (max-width: 420px) {
      .industry-numbers__col {
        min-width: 100%; } }
@media (min-width: 641px) {
      .industry-numbers__col:not(:nth-child(3n)):not(:last-child) {
        margin-right: 5.63%; } }
.industry-numbers__col:not(:nth-child(2n)):not(:last-child) {
      margin-right: 5%; }
@media (max-width: 420px) {
        .industry-numbers__col:not(:nth-child(2n)):not(:last-child) {
          margin-right: 0; } }
@media (min-width: 641px) {
      .industry-numbers__col:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)) {
        margin-bottom: 40px; } }
.industry-numbers__title, .industry-numbers__number, .industry-numbers__description {
    color: #202020;
    font-weight: 800;
    font-family: "ProximaNova", sans-serif;
    line-height: 1em;
    text-transform: uppercase; }
.industry-numbers__title {
    min-height: 21px;
    font-size: 21px; }
@media (max-width: 1024px) {
      .industry-numbers__title {
        min-height: 17px;
        font-size: 17px; } }
.industry-numbers__number {
    margin-top: -4px;
    font-size: 88px;
    border-bottom: 2px solid #202020; }
@media (max-width: 1024px) {
      .industry-numbers__number {
        font-size: 58px; } }
@media (max-width: 640px) {
      .industry-numbers__number {
        margin-top: 0;
        font-size: 48px; } }
.industry-numbers__number:not(:last-child) {
      margin-bottom: 10px;
      padding-bottom: 6px; }
.industry-numbers__number_azure-blue {
      color: #2651be;
      border-color: #2651be; }
.industry-numbers__number_dark-blue {
      color: #2006a2;
      border-color: #2006a2; }
.industry-numbers__number_cinnabar {
      color: #fc4102;
      border-color: #fc4102; }
.industry-numbers__number_green {
      color: #17c583;
      border-color: #17c583; }
.industry-numbers__number_dark-orchid {
      color: #9033c2;
      border-color: #9033c2; }
.industry-numbers__number_purple-red {
      color: #640043;
      border-color: #640043; }
.industry-numbers__description {
    font-size: 22px; }
@media (max-width: 1024px) {
      .industry-numbers__description {
        font-size: 18px; } }
.industry-numbers__ctas {
    display: flex;
    justify-content: space-between;
    padding: 0 23px; }
@media (max-width: 640px) {
      .industry-numbers__ctas {
        display: block; }
        .industry-numbers__ctas > * {
          width: 100%;
          margin: 0 auto; }
          .industry-numbers__ctas > *:not(:last-child) {
            margin-bottom: 20px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.colored-carousel {
  position: relative;
  max-width: 1024px;
  margin: 0 auto; }
@media screen and (max-width: 1124px) {
    .colored-carousel {
      margin-right: 50px;
      margin-left: 50px; } }
@media screen and (max-width: 580px) {
    .colored-carousel {
      margin-right: 26px;
      margin-left: 26px; } }
.colored-carousel__slide-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
.colored-carousel__image {
    width: 100%;
    max-width: 155px; }
@media screen and (max-width: 640px) {
      .colored-carousel__image {
        display: none !important; } }
.colored-carousel__slider-title {
    max-width: 95%;
    color: #2a0f4f;
    font-weight: 900;
    font-size: 44px;
    font-family: "ProximaNova", sans-serif;
    line-height: 44px;
    text-align: left;
    text-transform: uppercase; }
@media screen and (max-width: 1024px) {
      .colored-carousel__slider-title {
        font-size: 36px;
        line-height: 36px; } }
@media screen and (max-width: 767px) {
      .colored-carousel__slider-title {
        font-size: 30px;
        line-height: 30px; } }
@media screen and (max-width: 475px) {
      .colored-carousel__slider-title {
        font-size: 22px;
        line-height: 22px; } }
.colored-carousel__slider-desc {
    margin-bottom: 50px;
    font-size: 18px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    text-align: left; }
@media screen and (max-width: 767px) {
      .colored-carousel__slider-desc {
        font-size: 16px;
        line-height: 16px; } }
.colored-carousel .adhoc-slider .slider-wrapper {
    box-shadow: 0px 12px 73px 0 rgba(193, 98, 254, 0.6); }
.colored-carousel .adhoc-slider .carousel {
    overflow: initial; }
.colored-carousel .adhoc-slider .carousel .slide {
      display: flex;
      justify-content: flex-end;
      padding: 116px 65px 105px;
      background: white; }
@media screen and (max-width: 640px) {
        .colored-carousel .adhoc-slider .carousel .slide {
          padding: 116px 35px 105px; } }
.colored-carousel .adhoc-slider .carousel .control-dots {
      bottom: 40px;
      padding-left: 0; }
.colored-carousel .adhoc-slider .carousel .control-dots .dot {
        width: 50px;
        height: 4px;
        background: #fea01a;
        border-radius: initial;
        outline: 0;
        box-shadow: none; }
@media screen and (max-width: 540px) {
          .colored-carousel .adhoc-slider .carousel .control-dots .dot {
            width: 30px; } }
.colored-carousel .adhoc-slider .carousel .control-dots .dot.selected {
        background: #9403c5; }
.colored-carousel .adhoc-slider .carousel .control-next.control-arrow,
    .colored-carousel .adhoc-slider .carousel .control-prev.control-arrow {
      top: 45%;
      right: -24px;
      width: 44px;
      height: 44px;
      padding: 0;
      background: none;
      opacity: 1; }
.colored-carousel .adhoc-slider .carousel .control-next.control-arrow:hover,
      .colored-carousel .adhoc-slider .carousel .control-prev.control-arrow:hover {
        background: none;
        opacity: 0.75; }
.colored-carousel .adhoc-slider .carousel .control-next.control-arrow:before,
      .colored-carousel .adhoc-slider .carousel .control-prev.control-arrow:before {
        width: 44px;
        height: 44px;
        margin: 0;
        background: url("https://cdnssinc-dev.azureedge.net/img/services/ad-hoc-services/next-arrow.svg") no-repeat 50% 50%;
        background-color: #9403c5;
        border: none; }
@media (max-width: 590px) {
          .colored-carousel .adhoc-slider .carousel .control-next.control-arrow:before,
          .colored-carousel .adhoc-slider .carousel .control-prev.control-arrow:before {
            transform: scale(0.7); } }
.colored-carousel .adhoc-slider .carousel .control-prev.control-arrow {
      left: -24px;
      padding: 0;
      opacity: 1; }
.colored-carousel .adhoc-slider .carousel .control-prev.control-arrow:before {
        width: 44px;
        height: 44px;
        background: url("https://cdnssinc-dev.azureedge.net/img/services/ad-hoc-services/prev-arrow.svg") no-repeat 50% 50%;
        background-color: #9403c5;
        border: none; }
@media (max-width: 590px) {
          .colored-carousel .adhoc-slider .carousel .control-prev.control-arrow:before {
            transform: scale(0.7); } }
.banner-box {
  display: flex;
  align-items: center;
  width: 100%;
  max-height: 105px;
  padding: 15px 0 25px 70px;
  background-image: linear-gradient(67deg, #fff, #fff 43px, #c263ff 43px, #7424c9); }
@media screen and (max-width: 840px) {
    .banner-box {
      flex-wrap: wrap;
      align-items: flex-start;
      min-height: 164px;
      max-height: initial;
      background-image: linear-gradient(73deg, #fff, #fff 55px, #c263ff 55px, #7424c9); } }
@media screen and (max-width: 475px) {
    .banner-box {
      padding-left: 45px;
      background-image: linear-gradient(80deg, #fff, #fff 45px, #c263ff 45px, #7424c9); } }
.banner-box__image {
    width: 100px !important;
    height: 100px;
    margin-left: -100px; }
@media screen and (max-width: 475px) {
      .banner-box__image {
        position: absolute;
        width: 75px !important;
        height: 75px;
        margin-left: -65px; } }
.banner-box__text-wrap {
    flex-basis: 65%;
    padding-left: 20px;
    text-align: left; }
@media screen and (max-width: 840px) {
      .banner-box__text-wrap {
        flex-basis: 100%;
        padding-right: 20px; } }
.banner-box__type {
    margin-bottom: 10px;
    color: #2a0650;
    font-size: 18px;
    font-family: OpenSans, Helvetica, Arial, sans-serif; }
.banner-box__text {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    font-family: "ProximaNova", sans-serif; }
@media screen and (max-width: 475px) {
      .banner-box__text {
        font-size: 16px; } }
.banner-box .banner-box-cta {
    flex-basis: 35%;
    max-width: 100%;
    padding-top: 20px;
    color: #e5a400;
    font-size: 22px;
    border: none;
    transition: font-size 0.2s;
    transition-timing-function: cubic-bezier(0.34, 1.11, 0.96, 1.67); }
.banner-box .banner-box-cta:hover {
      font-size: 24px;
      background: transparent; }
@media screen and (max-width: 540px) {
        .banner-box .banner-box-cta:hover {
          font-size: 18px; } }
@media screen and (max-width: 840px) {
      .banner-box .banner-box-cta {
        flex-basis: 100%;
        margin-top: -25px; } }
@media screen and (max-width: 540px) {
      .banner-box .banner-box-cta {
        padding: 40px 0 0;
        font-size: 16px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.navigation-panel {
  width: 100%;
  max-height: 60px;
  background-image: linear-gradient(to bottom, #c162ff, rgba(116, 37, 187, 0.95));
  background-blend-mode: overlay;
  box-shadow: 0px 4px 15px 0 rgba(116, 37, 187, 0.95); }
@media screen and (max-width: 767px) {
    .navigation-panel {
      max-height: initial; } }
.navigation-panel__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none; }
.navigation-panel__item {
    padding: 12px 0 14px;
    text-align: center;
    cursor: pointer; }
.navigation-panel__item:hover .navigation-panel__title {
      text-shadow: 0px 7px 4px #7823a9; }
@media screen and (max-width: 767px) {
      .navigation-panel__item {
        padding: 12px 20px 14px; } }
.navigation-panel__title {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    transition: text-shadow 0.2s ease-in-out; }
@media screen and (max-width: 960px) {
      .navigation-panel__title {
        font-size: 1.5vw; } }
@media screen and (max-width: 767px) {
      .navigation-panel__title {
        font-size: 1.9vw; } }
.navigation-panel__number {
    color: #369bfa;
    font-weight: 800;
    font-size: 30px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    transition: text-shadow 0.2s ease-in-out; }
@media screen and (max-width: 960px) {
      .navigation-panel__number {
        font-size: 1.5vw; } }
@media screen and (max-width: 767px) {
      .navigation-panel__number {
        font-size: 1.9vw; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.video-modal {
  padding: 48px 0 20px; }
.video-modal__modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); }
.video-modal__modal__content {
      position: absolute;
      top: 50%;
      left: 48%;
      width: 67.5vw;
      height: 38vw;
      transform: translate(-50%, -50%); }
.video-modal__modal__content iframe {
        width: 100%;
        height: 100%; }
@media (max-width: 769px) {
        .video-modal__modal__content {
          width: 90.5vw;
          height: 51vw; } }
.video-modal__modal__close {
      position: absolute;
      top: -38px;
      right: 0;
      left: auto;
      padding: 0;
      color: #777;
      font-size: 25px;
      background: none;
      border: none;
      outline: none;
      cursor: pointer;
      transition: color 0.2s ease; }
.video-modal__modal__close:hover {
        color: #fff; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.ad-hoc-engineering-services__success-stories, .ad-hoc-engineering-services__learn-more, .ad-hoc-engineering-services__testimonials, .ad-hoc-engineering-services__key-areas, .ad-hoc-engineering-services__partners, .ad-hoc-engineering-services__form-section {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .ad-hoc-engineering-services__success-stories, .ad-hoc-engineering-services__learn-more, .ad-hoc-engineering-services__testimonials, .ad-hoc-engineering-services__key-areas, .ad-hoc-engineering-services__partners, .ad-hoc-engineering-services__form-section {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .ad-hoc-engineering-services__success-stories, .ad-hoc-engineering-services__learn-more, .ad-hoc-engineering-services__testimonials, .ad-hoc-engineering-services__key-areas, .ad-hoc-engineering-services__partners, .ad-hoc-engineering-services__form-section {
      max-width: calc(940px * 1.44); } }
@media screen and (max-width: 767px) and (min-width: 1250px) {
  body[data-page='ad-hoc-engineering-services'] .nav-section {
    padding-left: 80px; } }
.ad-hoc-engineering-services {
  position: relative;
  overflow: hidden;
  /*.button-ad-hoc {
    position: fixed;
    top: 0;
    right: 100px;
    z-index: 999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 232px;
    height: 49px;
    margin: auto;
    padding: 0 7px;
    color: #e16c1e;
    font-weight: 900;
    font-size: 24px;
    font-family: $secondary-font;
    text-transform: uppercase;
    background: $white;
    border: transparent;
    border-left: 1px solid transparent;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;

    @media screen and (max-width: 490px) {
      max-width: 185px;
      font-size: 16px;
    }

    @media screen and (max-width: 425px) {
      max-width: 57px;
      font-size: 0;
    }

    &:hover {
      color: #b8530f;
      box-shadow: none;

      @media screen and (max-width: 425px) {
        font-size: 0;
      }

      .bubble-speech {
        background-color: #b8530f;

        &::before {
          border-top: 10px solid #b8530f;
        }
      }
    }
  }

  .bubble-speech {
    position: relative;
    width: 41px;
    height: 32px;
    margin-top: -7px;
    margin-right: 10px;
    background-color: #e16c1e;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;

    @media screen and (max-width: 425px) {
      margin-right: 0;
    }

    &::before {
      position: absolute;
      bottom: -7px;
      left: 0;
      width: 0;
      height: 0;
      border-top: 10px solid #e16c1e;
      border-right: 10px solid transparent;
      content: '';
      transition: all 0.2s ease-in-out;
    }
  }*/ }
.ad-hoc-engineering-services__banner {
    position: fixed;
    top: 50px;
    z-index: 1001; }
@media screen and (max-width: 700px) {
      .ad-hoc-engineering-services__banner {
        z-index: 998 !important; } }
@media screen and (min-width: 960px) {
      .ad-hoc-engineering-services__banner .banner__text {
        max-width: 395px; } }
.ad-hoc-engineering-services .ad-hoc-title__button {
    display: none; }
@media screen and (max-width: 980px) {
    .ad-hoc-engineering-services .navigation-panel {
      margin-top: 40px; } }
@media screen and (max-width: 640px) {
    .ad-hoc-engineering-services .navigation-panel {
      display: none; } }
@media screen and (min-width: 1.24px) {
    .ad-hoc-engineering-services .sub-title-colored__heading {
      font-size: 93px; } }
@media screen and (max-width: 767px) {
    .ad-hoc-engineering-services .sub-title-colored__heading {
      font-size: 50px; } }
@media screen and (max-width: 475px) {
    .ad-hoc-engineering-services .sub-title-colored__heading {
      font-size: 42px; } }
.ad-hoc-engineering-services .colored-carousel {
    max-width: 1024px;
    margin-top: -255px; }
@media screen and (min-width: 1200px) {
      .ad-hoc-engineering-services .colored-carousel {
        margin-top: -240px; } }
@media screen and (min-width: 767px) and (max-width: 1250px) {
    .ad-hoc-engineering-services .nav-section {
      max-width: 85vw;
      margin-left: 80px; } }
.ad-hoc-engineering-services__title-list {
    max-width: 1024px; }
.ad-hoc-engineering-services__title-list .sub-title-colored__wrapper {
      max-width: 1024px;
      padding: 0; }
.ad-hoc-engineering-services__title-list .sub-title-colored__heading {
      width: 65%;
      max-width: 560px;
      margin: 35px 0 15px;
      color: #2a0f4f;
      font-weight: 900;
      font-size: 32px;
      line-height: 34px; }
@media screen and (max-width: 560px) {
        .ad-hoc-engineering-services__title-list .sub-title-colored__heading {
          width: 95%; } }
@media screen and (max-width: 375px) {
        .ad-hoc-engineering-services__title-list .sub-title-colored__heading {
          font-size: 20px;
          line-height: 24px; } }
.ad-hoc-engineering-services__title-list .sub-title-colored__description {
      color: #fff;
      font-size: 18px; }
@media screen and (min-width: 1024px) {
        .ad-hoc-engineering-services__title-list .sub-title-colored__description > p {
          max-width: 80%; } }
@media screen and (max-width: 375px) {
        .ad-hoc-engineering-services__title-list .sub-title-colored__description {
          font-size: 16px; } }
.ad-hoc-engineering-services__page-description {
    max-width: 1024px;
    margin: 0 auto 80px;
    padding-top: 80px;
    color: #25064e;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/services/ad-hoc-services/graph-background@2x.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 85%; }
@media screen and (max-width: 767px) {
      .ad-hoc-engineering-services__page-description {
        margin-top: 150px; } }
@media screen and (max-width: 640px) {
      .ad-hoc-engineering-services__page-description {
        background-repeat: repeat;
        background-position: 0 0;
        background-size: 90%; } }
@media screen and (max-width: 375px) {
      .ad-hoc-engineering-services__page-description {
        margin-top: 30px; } }
.ad-hoc-engineering-services__page-description_content {
      position: relative;
      z-index: 0; }
.ad-hoc-engineering-services__page-description_content::before {
        position: absolute;
        top: -15%;
        left: 0;
        z-index: 1;
        width: 35%;
        height: 383px;
        background-image: url("https://cdnssinc-dev.azureedge.net/img/services/ad-hoc-services/big-donut-with-square-image@2x.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 100%;
        content: ''; }
@media screen and (min-width: 1260px) {
          .ad-hoc-engineering-services__page-description_content::before {
            left: -10%; } }
@media screen and (max-width: 767px) {
          .ad-hoc-engineering-services__page-description_content::before {
            top: initial;
            bottom: 87%;
            flex-direction: column;
            width: 45%;
            max-width: 299px; } }
@media screen and (max-width: 475px) {
          .ad-hoc-engineering-services__page-description_content::before {
            top: -265px;
            bottom: initial;
            width: 200px; } }
.ad-hoc-engineering-services__page-description_content > p {
        flex-basis: 100%;
        max-width: 500px;
        margin-left: 35%;
        padding-bottom: 10%;
        font-size: 18px;
        font-family: OpenSans, Helvetica, Arial, sans-serif; }
@media screen and (min-width: 1260px) {
          .ad-hoc-engineering-services__page-description_content > p {
            margin-left: 25%; } }
@media screen and (max-width: 767px) {
          .ad-hoc-engineering-services__page-description_content > p {
            max-width: 95%;
            margin-left: 0;
            padding-bottom: initial;
            padding-left: 40px; } }
@media screen and (max-width: 475px) {
          .ad-hoc-engineering-services__page-description_content > p {
            padding-left: 20px; } }
.ad-hoc-engineering-services__page-description_content div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 920px;
        margin: 0 auto;
        padding-right: 40px;
        padding-left: 40px; }
@media screen and (max-width: 840px) {
          .ad-hoc-engineering-services__page-description_content div {
            flex-direction: column; } }
@media screen and (max-width: 475px) {
          .ad-hoc-engineering-services__page-description_content div {
            padding-right: 20px;
            padding-left: 20px; } }
.ad-hoc-engineering-services__page-description_content div > h2 {
          position: relative;
          z-index: 0;
          flex-basis: 35%;
          margin-right: 5%;
          font-weight: 900;
          font-size: 42px;
          font-family: "ProximaNova", sans-serif;
          line-height: 50px;
          text-transform: uppercase; }
@media screen and (max-width: 840px) {
            .ad-hoc-engineering-services__page-description_content div > h2 {
              max-width: 250px;
              margin-bottom: 0; } }
@media screen and (max-width: 475px) {
            .ad-hoc-engineering-services__page-description_content div > h2 {
              font-size: 36px;
              line-height: 42px; } }
.ad-hoc-engineering-services__page-description_content div > h2::before {
            position: absolute;
            top: -5%;
            left: -5%;
            z-index: -1;
            width: 61px;
            height: 61px;
            background-color: #01f2fd;
            content: ''; }
@media screen and (max-width: 475px) {
              .ad-hoc-engineering-services__page-description_content div > h2::before {
                width: 51px;
                height: 51px; } }
.ad-hoc-engineering-services__page-description_content div > p {
          flex-basis: 59%;
          padding: 0 0 0 15px;
          font-size: 24px;
          font-family: OpenSans, Helvetica, Arial, sans-serif;
          line-height: 26px;
          border-left: 22px solid #01f2fd; }
@media screen and (max-width: 767px) {
            .ad-hoc-engineering-services__page-description_content div > p {
              padding-left: 0;
              border-left: none; } }
@media screen and (max-width: 475px) {
            .ad-hoc-engineering-services__page-description_content div > p {
              font-size: 18px;
              line-height: 22px; } }
.ad-hoc-engineering-services__page-description_content div:nth-child(2) h2::before {
          background-color: #f6c500; }
@media screen and (max-width: 767px) {
          .ad-hoc-engineering-services__page-description_content div:nth-child(2) h2 {
            max-width: 350px;
            margin-bottom: 0; } }
.ad-hoc-engineering-services__page-description_content div:nth-child(2) p {
          border-left: 22px solid #f6c500; }
@media screen and (max-width: 767px) {
            .ad-hoc-engineering-services__page-description_content div:nth-child(2) p {
              padding-left: 0;
              border-left: none; } }
.ad-hoc-engineering-services__secret-sauce {
    position: relative;
    z-index: 0;
    max-width: 970px;
    margin: 40px auto 180px;
    box-shadow: 0px 55px 31px -39px rgba(147, 0, 195, 0.95); }
@media screen and (max-width: 1024px) {
      .ad-hoc-engineering-services__secret-sauce {
        margin-bottom: 60px; } }
.ad-hoc-engineering-services__secret-sauce::before {
      position: absolute;
      top: -10%;
      right: 5%;
      z-index: 1;
      width: 100%;
      max-width: 30%;
      height: 100%;
      max-height: 350px;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/services/ad-hoc-services/secret-sauce-image@2x.png");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 100%;
      content: ''; }
@media screen and (max-width: 580px) {
        .ad-hoc-engineering-services__secret-sauce::before {
          top: -9%;
          right: 12%;
          width: 50%;
          max-width: 220px; } }
@media screen and (max-width: 445px) {
        .ad-hoc-engineering-services__secret-sauce::before {
          top: -9%; } }
@media screen and (max-width: 360px) {
        .ad-hoc-engineering-services__secret-sauce::before {
          width: 60%; } }
.ad-hoc-engineering-services__secret-sauce_wrapper {
      padding-right: 40px;
      padding-left: 40px;
      background-image: linear-gradient(to right, #9300c3, #c263ff);
      -webkit-clip-path: polygon(0 0, 100vw 11%, 100vw 100%, 0 100%);
      clip-path: polygon(0 0, 100vw 11%, 100vw 100%, 0 100%); }
@media screen and (max-width: 1024px) {
        .ad-hoc-engineering-services__secret-sauce_wrapper {
          margin: 0 20px; } }
@media screen and (max-width: 475px) {
        .ad-hoc-engineering-services__secret-sauce_wrapper {
          padding-right: 20px;
          padding-left: 20px; } }
.ad-hoc-engineering-services__secret-sauce_title .sub-title-colored__wrapper {
      max-width: 1024px;
      padding: 40px 0 0; }
.ad-hoc-engineering-services__secret-sauce_title .sub-title-colored__heading {
      width: 65%;
      max-width: 560px;
      margin: 35px 0 45px;
      color: #fff;
      font-weight: 900;
      font-size: 34px;
      line-height: 36px; }
@media screen and (max-width: 560px) {
        .ad-hoc-engineering-services__secret-sauce_title .sub-title-colored__heading {
          width: 95%;
          margin: 115px 0 0; } }
@media screen and (max-width: 475px) {
        .ad-hoc-engineering-services__secret-sauce_title .sub-title-colored__heading {
          font-size: 18px;
          line-height: 22px; } }
.ad-hoc-engineering-services__secret-sauce .industry-numbers__wrapper {
      max-width: 970px;
      padding-right: 0;
      padding-left: 0; }
.ad-hoc-engineering-services__secret-sauce .industry-numbers__col {
      text-align: left; }
@media (max-width: 560px) {
        .ad-hoc-engineering-services__secret-sauce .industry-numbers__col {
          min-width: 100%; } }
.ad-hoc-engineering-services__secret-sauce .industry-numbers__col .industry-numbers__description {
        color: #fff;
        font-weight: normal;
        font-size: 24px;
        font-family: OpenSans, Helvetica, Arial, sans-serif;
        line-height: 26px;
        text-transform: none; }
.ad-hoc-engineering-services__secret-sauce .industry-numbers__col .industry-numbers__title {
        min-height: 30px;
        font-size: 30px; }
@media (max-width: 560px) {
        .ad-hoc-engineering-services__secret-sauce .industry-numbers__col .industry-numbers__number {
          font-size: 92px; } }
@media (max-width: 445px) {
        .ad-hoc-engineering-services__secret-sauce .industry-numbers__col .industry-numbers__number {
          font-size: 75px; } }
.ad-hoc-engineering-services__secret-sauce .industry-numbers__col:nth-child(1) {
        max-width: 254px;
        background-image: url("https://cdnssinc-dev.azureedge.net/img/services/ad-hoc-services/dots.svg");
        background-repeat: no-repeat;
        background-position: 30% 15%;
        background-size: 26%; }
.ad-hoc-engineering-services__secret-sauce .industry-numbers__col:nth-child(1) .industry-numbers__number {
          padding-bottom: 0;
          color: #fdd601;
          font-weight: 900;
          border-bottom: none; }
.ad-hoc-engineering-services__secret-sauce .industry-numbers__col:nth-child(2) {
        max-width: 298px; }
.ad-hoc-engineering-services__secret-sauce .industry-numbers__col:nth-child(2) .industry-numbers__title {
          color: #c263ff;
          font-weight: 900;
          font-size: 30px; }
.ad-hoc-engineering-services__secret-sauce .industry-numbers__col:nth-child(2) .industry-numbers__number {
          padding-bottom: 0;
          color: #01f5fe;
          font-weight: 900;
          border-bottom: none; }
.ad-hoc-engineering-services__secret-sauce .industry-numbers__col:nth-child(3) {
        max-width: 266px;
        background-image: radial-gradient(circle, #9402c4 0%, #9402c4 50px, transparent 50px, transparent 100%);
        background-repeat: no-repeat;
        background-position: 20px -35px;
        background-size: 100px; }
.ad-hoc-engineering-services__secret-sauce .industry-numbers__col:nth-child(3) .industry-numbers__number {
          padding-bottom: 0;
          color: #ff9b8b;
          font-weight: 900;
          border-bottom: none; }
.ad-hoc-engineering-services__success-stories {
    max-width: 970px;
    padding-top: 60px;
    padding-bottom: 60px; }
@media screen and (min-width: 767px) {
      .ad-hoc-engineering-services__success-stories {
        padding-top: 110px;
        padding-bottom: 100px; } }
.ad-hoc-engineering-services__success-stories .sub-title-colored__wrapper {
      max-width: 1024px;
      padding-top: 30px;
      padding-right: 0;
      padding-bottom: 40px;
      padding-left: 0; }
.ad-hoc-engineering-services__success-stories .sub-title-colored__heading {
      color: #9403c5; }
.ad-hoc-engineering-services__success-stories .sub-title-colored__heading-square {
      display: none; }
.ad-hoc-engineering-services__learn-more {
    max-width: 970px;
    padding-bottom: 60px; }
@media screen and (min-width: 767px) {
      .ad-hoc-engineering-services__learn-more {
        padding-bottom: 100px; } }
.ad-hoc-engineering-services__learn-more .sub-title-colored__wrapper {
      max-width: 1024px;
      padding-top: 30px;
      padding-right: 0;
      padding-bottom: 40px;
      padding-left: 0; }
.ad-hoc-engineering-services__learn-more .sub-title-colored__heading {
      color: #0facfe; }
.ad-hoc-engineering-services__learn-more .sub-title-colored__heading-square {
      display: none; }
.ad-hoc-engineering-services__testimonials {
    max-width: 970px; }
.ad-hoc-engineering-services__testimonials .sub-title-colored__wrapper {
      max-width: 100%;
      padding-top: 30px;
      padding-right: 0;
      padding-bottom: 15px;
      padding-left: 0; }
.ad-hoc-engineering-services__testimonials .sub-title-colored__heading {
      color: #fd8f01; }
.ad-hoc-engineering-services__testimonials .sub-title-colored__heading-square {
      display: none; }
.ad-hoc-engineering-services__testimonials .client-testimonials__wrapper {
      max-width: 970px;
      min-height: initial;
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 60px;
      padding-left: 0; }
@media screen and (min-width: 767px) {
        .ad-hoc-engineering-services__testimonials .client-testimonials__wrapper {
          padding-bottom: 110px; } }
.ad-hoc-engineering-services__testimonials .client-testimonials__heading {
      display: none; }
.ad-hoc-engineering-services__testimonials .client-testimonials__video-container {
      margin-top: 0;
      padding: 0; }
.ad-hoc-engineering-services__testimonials .client-testimonials__video-container .video-component {
        max-width: 255px;
        padding: 0 10px 20px; }
.ad-hoc-engineering-services__testimonials .client-testimonials__video-container .video-component__img {
          max-height: 155px;
          overflow: hidden; }
.ad-hoc-engineering-services__testimonials .client-testimonials__video-container .video-component__img::before {
            background-size: 51px 51px; }
.ad-hoc-engineering-services__testimonials .client-testimonials__video-container .video-component__img:hover {
            opacity: 1; }
.ad-hoc-engineering-services__testimonials .client-testimonials__video-container .video-component__img:hover::before {
              opacity: 1; }
.ad-hoc-engineering-services__testimonials .client-testimonials__video-container .video-component__name {
          display: inline-block;
          width: 80%;
          opacity: 0.6; }
.ad-hoc-engineering-services__testimonials .client-testimonials__video-container .video-component__company {
          display: block;
          margin-top: 15px;
          opacity: 1; }
.ad-hoc-engineering-services__testimonials .client-testimonials__video-container .video-component:nth-child(1),
      .ad-hoc-engineering-services__testimonials .client-testimonials__video-container .video-component:nth-child(2),
      .ad-hoc-engineering-services__testimonials .client-testimonials__video-container .video-component:nth-child(3) {
        transform: translateY(0); }
.ad-hoc-engineering-services__key-areas {
    max-width: 1024px;
    padding-bottom: 60px; }
@media screen and (min-width: 767px) {
      .ad-hoc-engineering-services__key-areas {
        padding-bottom: 60px; } }
.ad-hoc-engineering-services__key-areas_shadow-wrapper {
      position: relative;
      z-index: 0;
      filter: drop-shadow(0 16px 13px rgba(1, 242, 253, 0.95)); }
.ad-hoc-engineering-services__key-areas_shadow-wrapper::before {
        position: absolute;
        bottom: 4%;
        left: 5%;
        z-index: -1;
        width: 90%;
        content: ''; }
.ad-hoc-engineering-services__key-areas_wrapper {
      background: #04b1df;
      -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 90%, 0 100%);
      clip-path: polygon(0 0, 100vw 0, 100vw 90%, 0 100%); }
@media screen and (max-width: 860px) {
        .ad-hoc-engineering-services__key-areas_wrapper {
          -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 95%, 0 100%);
          clip-path: polygon(0 0, 100vw 0, 100vw 95%, 0 100%); } }
@media screen and (max-width: 560px) {
        .ad-hoc-engineering-services__key-areas_wrapper {
          -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 97%, 0 100%);
          clip-path: polygon(0 0, 100vw 0, 100vw 97%, 0 100%); } }
.ad-hoc-engineering-services__key-areas .sub-title-colored__wrapper {
      max-width: 1024px;
      padding-top: 30px;
      padding-right: 20px;
      padding-bottom: 10px; }
@media screen and (min-width: 1024px) {
        .ad-hoc-engineering-services__key-areas .sub-title-colored__wrapper {
          padding-left: 40px; } }
.ad-hoc-engineering-services__key-areas .sub-title-colored__heading {
      color: #fff; }
.ad-hoc-engineering-services__key-areas .sub-title-colored__heading-square {
      display: none; }
.ad-hoc-engineering-services__colored-link {
    color: #2a0f4f;
    text-decoration: none; }
.ad-hoc-engineering-services__colored-title .sub-title-colored__wrapper {
    padding: 0; }
.ad-hoc-engineering-services__colored-title .sub-title-colored__heading {
    min-height: 110px;
    margin: 35px 5% 45px 0;
    color: #2a0f4f;
    font-weight: 900;
    font-size: 44px;
    line-height: 55px; }
.ad-hoc-engineering-services__colored-title .sub-title-colored__heading > div span {
      position: relative; }
.ad-hoc-engineering-services__colored-title .sub-title-colored__heading > div span::after {
        position: absolute;
        right: 0;
        bottom: 5px;
        width: 0;
        height: 3px;
        background: #2a0f4f;
        transition: width 0.3s;
        content: ''; }
.ad-hoc-engineering-services__colored-title .sub-title-colored__heading:hover > div span:after {
      left: 0;
      width: 100%; }
@media screen and (max-width: 767px) {
      .ad-hoc-engineering-services__colored-title .sub-title-colored__heading {
        min-height: initial;
        margin-right: 0; } }
@media screen and (max-width: 475px) {
      .ad-hoc-engineering-services__colored-title .sub-title-colored__heading {
        font-size: 28px;
        line-height: 35px; } }
.ad-hoc-engineering-services__colored-title .sub-title-colored__heading-square {
    top: -5px;
    left: -10px;
    display: block;
    width: 61px;
    height: 61px; }
@media screen and (max-width: 475px) {
      .ad-hoc-engineering-services__colored-title .sub-title-colored__heading-square {
        top: -5px;
        width: 43px;
        height: 43px; } }
.ad-hoc-engineering-services__key-areas-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 30px;
    padding-left: 20px;
    background: url("https://cdnssinc-dev.azureedge.net/img/services/ad-hoc-services/key-areas-background@2x.png"), linear-gradient(to top, #0286cf, #04b1df);
    background-repeat: repeat, no-repeat;
    background-position: 50% 60%, 100% 100%;
    background-size: 95%, 100%;
    box-shadow: -1px 66px 53px #04b1df inset; }
.ad-hoc-engineering-services__key-areas-content .key-areas-row {
      flex-basis: 100%; }
@media screen and (min-width: 1080px) {
        .ad-hoc-engineering-services__key-areas-content .key-areas-row {
          padding-left: 35px; } }
@media screen and (min-width: 840px) {
        .ad-hoc-engineering-services__key-areas-content .key-areas-row {
          flex-basis: 50%; } }
.ad-hoc-engineering-services__key-areas-content .key-areas-row .sub-title-colored {
        max-width: 90%; }
@media screen and (min-width: 840px) {
          .ad-hoc-engineering-services__key-areas-content .key-areas-row .sub-title-colored {
            max-width: 385px; } }
.ad-hoc-engineering-services__partners {
    max-width: 970px; }
.ad-hoc-engineering-services__partners .sub-title-colored__wrapper {
      max-width: 100%;
      padding-top: 30px;
      padding-right: 0;
      padding-bottom: 10px;
      padding-left: 0; }
.ad-hoc-engineering-services__partners .sub-title-colored__heading {
      color: #9403c5; }
.ad-hoc-engineering-services__partners .sub-title-colored__heading-square {
      display: none; }
.ad-hoc-engineering-services__partners .partnership__wrapper {
      max-width: initial;
      min-height: initial;
      padding-top: 0;
      padding-bottom: 60px; }
@media screen and (min-width: 767px) {
        .ad-hoc-engineering-services__partners .partnership__wrapper {
          padding-bottom: 200px; } }
@media (max-width: 430px) {
        .ad-hoc-engineering-services__partners .partnership__wrapper {
          padding: 0px 10px; } }
.ad-hoc-engineering-services__partners .partnership__heading {
      display: none; }
.ad-hoc-engineering-services__partners .partnership__cta-button {
      display: none; }
.ad-hoc-engineering-services__form-section {
    position: relative;
    z-index: 0;
    max-width: 970px;
    margin-top: 90px;
    border-top: 2.5vw solid #fd8f01;
    transform: skewY(7deg); }
.ad-hoc-engineering-services__form-section::before {
      position: absolute;
      top: -185px;
      right: 5%;
      z-index: 1;
      width: 100%;
      max-width: 24%;
      height: 100%;
      max-height: 296px;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/services/ad-hoc-services/form-title-image@2x.png");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 100%;
      transform: skewY(-7deg);
      content: ''; }
@media screen and (min-width: 1440px) {
        .ad-hoc-engineering-services__form-section::before {
          top: -195px;
          max-width: 245px; } }
@media screen and (max-width: 475px) {
        .ad-hoc-engineering-services__form-section::before {
          top: -165px;
          max-width: 30%; } }
@media screen and (min-width: 1440px) {
      .ad-hoc-engineering-services__form-section {
        border-top: 40px solid #fd8f01; } }
@media screen and (max-width: 1080px) {
      .ad-hoc-engineering-services__form-section {
        width: initial;
        max-width: initial;
        margin-right: 20px;
        margin-left: 20px;
        padding-right: 0;
        padding-left: 0; } }
@media screen and (max-width: 640px) {
      .ad-hoc-engineering-services__form-section {
        border-top: 15px solid #fd8f01; } }
.ad-hoc-engineering-services__form-section .sub-title-colored__wrapper {
      max-width: 100%;
      padding-top: 50px;
      padding-right: 0;
      padding-left: 0; }
.ad-hoc-engineering-services__form-section .sub-title-colored__heading {
      color: #fd8f01; }
.ad-hoc-engineering-services__form-section .sub-title-colored__heading-square {
      display: none; }
.ad-hoc-engineering-services__success-message {
    display: flex;
    align-items: center;
    min-height: 200px;
    margin-bottom: 60px;
    font-size: 24px; }
.ad-hoc-engineering-services__form-wrapper {
    transform: skewY(-7deg); }
.ad-hoc-engineering-services__form-wrapper .form-success__title,
    .ad-hoc-engineering-services__form-wrapper .form-success__message {
      color: #000; }
.ad-hoc-engineering-services__form-wrapper .form-success__message {
      margin-bottom: 50px; }
.ad-hoc-engineering-services__form-wrapper .form-box {
      margin-bottom: 120px;
      box-shadow: none; }
@media screen and (min-width: 400px) {
        .ad-hoc-engineering-services__form-wrapper .form-box {
          max-width: 833px;
          margin: 0 auto 100px; } }
.ad-hoc-engineering-services__form-wrapper .form-box:before {
        width: 80%;
        box-shadow: 0px 31px 60px 0 #fd8f01; }
@media screen and (min-width: 640px) {
          .ad-hoc-engineering-services__form-wrapper .form-box:before {
            display: block; } }
@media screen and (max-width: 767px) {
        .ad-hoc-engineering-services__form-wrapper .form-box__inner {
          padding: 46px 0; } }
@media screen and (max-width: 475px) {
        .ad-hoc-engineering-services__form-wrapper .form-box__inner {
          padding: 16px 0 46px; } }
@media screen and (max-width: 415px) {
        .ad-hoc-engineering-services__form-wrapper .form-box__inner {
          padding: 16px 20px 46px; } }
.ad-hoc-engineering-services__form-wrapper .form-box__submit {
        max-width: 350px;
        min-height: 99px;
        margin-bottom: -95px;
        font-weight: 800;
        font-size: 18px;
        background: none;
        background-image: linear-gradient(to top, #f58112, #fd8f01);
        border: none;
        outline: 0;
        transition: box-shadow 0.2s;
        transition-timing-function: ease-in-out; }
@media screen and (min-width: 400px) {
          .ad-hoc-engineering-services__form-wrapper .form-box__submit {
            font-size: 28px; } }
.ad-hoc-engineering-services__form-wrapper .form-box__submit:hover {
          box-shadow: 0px 19px 57px 0 #fd8f01; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.white-paper {
  width: 100%;
  max-width: 940px;
  margin: 90px auto;
  text-align: center; }
@media screen and (max-width: 1024px) {
    .white-paper {
      padding: 0 20px; } }
.white-paper__title {
    max-width: 520px;
    margin: 0 auto; }
.white-paper__content {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    font-size: 20px;
    text-align: left; }
@media screen and (max-width: 1024px) {
      .white-paper__content {
        flex-direction: column; } }
@media screen and (max-width: 475px) {
      .white-paper__content {
        font-size: 16px; } }
.white-paper__content h3 {
      color: #031729;
      font-weight: 900;
      font-size: 20px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.2;
      text-transform: uppercase; }
.white-paper__content ul {
      margin: 10px 0 0 0;
      padding: 0;
      list-style: none; }
.white-paper__content ul li {
        position: relative;
        margin-bottom: 15px;
        padding-left: 26px;
        font-size: 20px;
        font-family: OpenSans, Helvetica, Arial, sans-serif; }
@media screen and (max-width: 475px) {
          .white-paper__content ul li {
            font-size: 16px; } }
.white-paper__content ul li::before {
          position: absolute;
          top: 6px;
          left: 0;
          width: 16px;
          height: 16px;
          background-image: linear-gradient(to top, #ffec3c, #ffa500);
          content: ''; }
@media screen and (max-width: 475px) {
            .white-paper__content ul li::before {
              top: 3px;
              width: 13px;
              height: 13px; } }
.white-paper__image {
    flex-basis: 45%;
    width: 50%;
    max-width: 509px;
    height: 100%; }
@media screen and (max-width: 767px) {
      .white-paper__image {
        flex-direction: column;
        width: 350px; } }
@media screen and (max-width: 400px) {
      .white-paper__image {
        flex-direction: column;
        width: 280px; } }
.white-paper__list-block {
    flex-basis: 45%; }
.white-paper__button {
    max-width: 435px;
    min-height: 95px;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    background: #369bfa;
    border-color: #369bfa; }
.white-paper__button:hover {
      background: #369bfa;
      box-shadow: 0px 19px 57px 0 rgba(54, 155, 250, 0.55); }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.anthos__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
@media screen and (max-width: 1024px) {
    .anthos__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media screen and (min-width: 640px) {
    .anthos__wrapper {
      padding-top: 120px;
      padding-bottom: 120px; } }
.anthos__content {
  display: flex;
  justify-content: space-between;
  margin-top: 100px; }
@media screen and (max-width: 1024px) {
    .anthos__content {
      flex-direction: column; } }
@media screen and (max-width: 1024px) and (max-width: 640px) {
    .anthos__content {
      margin-top: 60px; } }
.anthos__text {
  flex-basis: 50%;
  padding-right: 60px;
  font-size: 20px;
  text-align: left; }
@media screen and (max-width: 1024px) {
    .anthos__text {
      flex-basis: 100%;
      margin-bottom: 30px;
      padding-right: 0; } }
@media screen and (max-width: 640px) {
    .anthos__text {
      font-size: 16px; } }
.anthos__buttons {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  justify-content: space-between; }
@media screen and (max-width: 1024px) {
    .anthos__buttons {
      flex-basis: 100%;
      align-items: center; } }
.anthos__button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 485px;
  min-height: 102px;
  padding-left: 110px;
  color: #fff;
  font-size: 30px;
  text-align: left;
  background: #369bfa;
  border-color: #369bfa;
  outline: 0;
  transition: all 0.2s;
  transition-timing-function: cubic-bezier(0.34, 1.11, 0.96, 1.67); }
.anthos__button:not(:last-child) {
    margin-bottom: 20px; }
@media screen and (max-width: 640px) {
    .anthos__button {
      font-size: 20px; } }
@media screen and (max-width: 475px) {
    .anthos__button {
      padding-left: 100px; } }
@media screen and (max-width: 360px) {
    .anthos__button {
      font-size: 16px; } }
.anthos__button:hover {
    background: #369bfa;
    opacity: 0.9; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.optimized-hybrid-cloud {
  position: relative;
  overflow: hidden; }
.optimized-hybrid-cloud .sub-title-colored__heading {
    line-height: 1; }
@media screen and (min-width: 1024px) {
      .optimized-hybrid-cloud .sub-title-colored__heading {
        font-size: 44px; } }
@media screen and (max-width: 767px) {
      .optimized-hybrid-cloud .sub-title-colored__heading {
        font-size: 40px; } }
@media screen and (max-width: 475px) {
      .optimized-hybrid-cloud .sub-title-colored__heading {
        font-size: 28px; } }
.optimized-hybrid-cloud__banner {
    position: fixed;
    top: 50px;
    z-index: 1001;
    background-image: none; }
.optimized-hybrid-cloud__banner .banner__wrapper {
      max-width: 970px;
      min-height: 112px;
      padding: 20px;
      background-color: #031729; }
.optimized-hybrid-cloud__banner .banner__wrapper::before {
        content: none; }
.optimized-hybrid-cloud__banner .banner-top {
      color: #fee53a; }
@media screen and (max-width: 700px) {
      .optimized-hybrid-cloud__banner {
        z-index: 998 !important; } }
.optimized-hybrid-cloud__banner .banner__text {
      max-width: 100%; }
@media screen and (min-width: 960px) {
        .optimized-hybrid-cloud__banner .banner__text {
          max-width: 50%; } }
.optimized-hybrid-cloud__page-title {
    height: 100%;
    min-height: 900px;
    background-image: -webkit-linear-gradient(245deg, #349ffe, #000d23);
    background-image: conic-gradient(from 245deg at 50% 40%, #349ffe, #000d23); }
@media screen and (max-width: 640px) {
      .optimized-hybrid-cloud__page-title {
        min-height: 750px; } }
.optimized-hybrid-cloud__page-title-wrapper {
    position: relative;
    width: 100%;
    max-width: 1010px;
    min-height: 900px;
    margin: 0 auto;
    padding: 0 20px; }
@media screen and (max-width: 640px) {
      .optimized-hybrid-cloud__page-title-wrapper {
        min-height: 750px; } }
.optimized-hybrid-cloud__page-title-container {
    position: absolute;
    top: 50%;
    width: 95%;
    transform: translateY(-50%); }
.optimized-hybrid-cloud__page-title-heading {
    margin: 110px 0 40px;
    color: #fff;
    font-weight: 900;
    font-size: 120px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.95;
    text-transform: uppercase; }
@media screen and (max-width: 1024px) {
      .optimized-hybrid-cloud__page-title-heading {
        font-size: 10vw; } }
@media screen and (max-width: 640px) {
      .optimized-hybrid-cloud__page-title-heading {
        margin: 55px 0 40px;
        font-size: 15vw; } }
.optimized-hybrid-cloud__page-title-text {
    min-height: 65px;
    padding-left: 50%;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #ffea3c, #ee6723 48%, transparent 48%, transparent 100%); }
@media screen and (max-width: 640px) {
      .optimized-hybrid-cloud__page-title-text {
        max-width: 99%;
        padding-left: 20%;
        font-size: 18px;
        background-image: linear-gradient(to right, #ffea3c, #ee6723 15%, transparent 15%, transparent 100%); } }
.optimized-hybrid-cloud .navigation-panel {
    margin-top: 75px;
    background-image: none;
    box-shadow: none; }
.optimized-hybrid-cloud .navigation-panel__content {
      align-items: flex-start; }
.optimized-hybrid-cloud .navigation-panel__item {
      flex-basis: 20%;
      text-align: left; }
@media screen and (min-width: 767px) {
        .optimized-hybrid-cloud .navigation-panel__item {
          flex-basis: 12.5%; } }
@media screen and (max-width: 767px) {
        .optimized-hybrid-cloud .navigation-panel__item {
          padding: 12px 0 14px 20px; } }
.optimized-hybrid-cloud .navigation-panel__link {
      display: inline-block;
      text-align: left; }
.optimized-hybrid-cloud .navigation-panel__title {
      color: #fee53a; }
.optimized-hybrid-cloud .navigation-panel__item:hover .navigation-panel__title {
      text-shadow: 0px 5px 4px rgba(254, 229, 58, 0.5); }
.optimized-hybrid-cloud .navigation-panel__item:hover .navigation-panel__number {
      text-shadow: 0px 5px 4px rgba(52, 159, 254, 0.5); }
@media screen and (max-width: 980px) {
      .optimized-hybrid-cloud .navigation-panel {
        margin-top: 40px; } }
@media screen and (max-width: 640px) {
      .optimized-hybrid-cloud .navigation-panel {
        display: none; } }
.optimized-hybrid-cloud__benefits {
    padding-top: 55px;
    background-image: conic-gradient(from 245deg at 50% 40%, #f9f9f9, #f1f1f1); }
.optimized-hybrid-cloud__benefits .colored-carousel {
      max-width: 840px; }
.optimized-hybrid-cloud__benefits .colored-carousel__slide-container {
        flex-direction: row;
        flex-wrap: wrap; }
.optimized-hybrid-cloud__benefits .colored-carousel__image {
        align-self: center;
        max-width: 129px;
        margin: -100px auto 0; }
@media screen and (max-width: 767px) {
          .optimized-hybrid-cloud__benefits .colored-carousel__image {
            max-width: 109px; } }
.optimized-hybrid-cloud__benefits .colored-carousel__content-wrap {
        flex-basis: 65%;
        max-width: 370px; }
@media screen and (max-width: 640px) {
          .optimized-hybrid-cloud__benefits .colored-carousel__content-wrap {
            flex-basis: 100%;
            max-width: 370px; } }
.optimized-hybrid-cloud__benefits .colored-carousel__slider-title {
        margin-bottom: 25px;
        color: #031729; }
.optimized-hybrid-cloud__benefits .colored-carousel__slider-desc {
        margin-bottom: 120px; }
@media screen and (max-width: 640px) {
          .optimized-hybrid-cloud__benefits .colored-carousel__slider-desc {
            margin-bottom: 60px; } }
.optimized-hybrid-cloud__benefits .colored-carousel .adhoc-slider .slider-wrapper {
      box-shadow: none; }
.optimized-hybrid-cloud__benefits .colored-carousel .adhoc-slider .slide {
      padding: 40px 35px 105px;
      background: transparent; }
@media screen and (max-width: 640px) {
        .optimized-hybrid-cloud__benefits .colored-carousel .adhoc-slider .slide {
          padding: 50px 35px 105px; } }
@media screen and (max-width: 475px) {
        .optimized-hybrid-cloud__benefits .colored-carousel .adhoc-slider .slide {
          padding: 20px 35px 105px; } }
.optimized-hybrid-cloud__benefits .colored-carousel .adhoc-slider .control-next.control-arrow:before,
    .optimized-hybrid-cloud__benefits .colored-carousel .adhoc-slider .control-prev.control-arrow:before {
      background-color: #369bfa; }
.optimized-hybrid-cloud__benefits .colored-carousel .adhoc-slider .control-dots .dot {
      background: #369bfa; }
.optimized-hybrid-cloud__benefits .colored-carousel .adhoc-slider .control-dots .dot.selected {
      background: #031729; }
.optimized-hybrid-cloud__benefits .colored-carousel .adhoc-slider .banner-box {
      padding: 15px 0 15px 15%;
      background-image: linear-gradient(to right, #031729 14%, #ffea3c 14%, #ee6723); }
.optimized-hybrid-cloud__benefits .colored-carousel .adhoc-slider .banner-box__image {
        display: none; }
.optimized-hybrid-cloud__benefits .colored-carousel .adhoc-slider .banner-box__type {
        opacity: 0.7; }
.optimized-hybrid-cloud__benefits .colored-carousel .adhoc-slider .banner-box__text-wrap {
        padding-bottom: 10px; }
.optimized-hybrid-cloud__benefits .colored-carousel .adhoc-slider .banner-box__text {
        color: #000;
        text-transform: uppercase; }
.optimized-hybrid-cloud__benefits .colored-carousel .adhoc-slider .banner-box-cta {
        color: #fff; }
.optimized-hybrid-cloud__benefits-title {
    max-width: 510px;
    margin: 0 auto;
    color: #7e99b1;
    font-weight: 900;
    font-family: "ProximaNova", sans-serif;
    text-align: center;
    text-transform: uppercase; }
@media (max-width: 1024px) {
      .optimized-hybrid-cloud__benefits-title {
        padding-right: 20px;
        padding-left: 20px; } }
.optimized-hybrid-cloud__anthos {
    color: #fff;
    background-color: #001024; }
.optimized-hybrid-cloud__partners {
    padding-top: 60px; }
.optimized-hybrid-cloud__partners .sub-title-colored {
      text-align: center; }
.optimized-hybrid-cloud__partners .sub-title-colored__heading {
        color: #000; }
@media (min-width: 767px) {
          .optimized-hybrid-cloud__partners .sub-title-colored__heading {
            font-size: 44px; } }
.optimized-hybrid-cloud__partners .partnership__wrapper {
      padding-bottom: 60px; }
.optimized-hybrid-cloud__why-company {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #339ffe; }
.optimized-hybrid-cloud__why-company .sub-title-colored__heading {
      color: #fff; }
.optimized-hybrid-cloud__why-company .sub-title-colored__description {
      color: #2a0f4f;
      font-size: 18px;
      line-height: 1.1; }
@media (min-width: 640px) {
        .optimized-hybrid-cloud__why-company .sub-title-colored__description {
          font-size: 24px; } }
.optimized-hybrid-cloud__why-company .industry-numbers__wrapper {
      max-width: 930px; }
.optimized-hybrid-cloud__why-company .industry-numbers__col {
      text-align: left; }
@media (max-width: 560px) {
        .optimized-hybrid-cloud__why-company .industry-numbers__col {
          min-width: 100%; } }
.optimized-hybrid-cloud__why-company .industry-numbers__col .industry-numbers__description {
        color: #fff;
        font-weight: normal;
        font-size: 24px;
        font-family: OpenSans, Helvetica, Arial, sans-serif;
        line-height: 26px;
        text-transform: none; }
.optimized-hybrid-cloud__why-company .industry-numbers__col .industry-numbers__title {
        min-height: 30px;
        color: #fff;
        font-size: 30px; }
.optimized-hybrid-cloud__why-company .industry-numbers__col .industry-numbers__number {
        color: #fee53a;
        border-bottom: none; }
@media (max-width: 560px) {
          .optimized-hybrid-cloud__why-company .industry-numbers__col .industry-numbers__number {
            font-size: 92px; } }
@media (max-width: 445px) {
          .optimized-hybrid-cloud__why-company .industry-numbers__col .industry-numbers__number {
            font-size: 75px; } }
.optimized-hybrid-cloud__events {
    background-image: conic-gradient(from 250deg at 50% 40%, #f5fffe, #e8fffe); }
.optimized-hybrid-cloud__events .events-home {
      height: 100%;
      min-height: auto;
      padding-bottom: 90px;
      background: none; }
.optimized-hybrid-cloud__events .events-home__heading {
        color: #031729;
        text-align: center; }
@media screen and (min-width: 1024px) {
          .optimized-hybrid-cloud__events .events-home__heading {
            font-size: 44px; } }
@media screen and (max-width: 767px) {
          .optimized-hybrid-cloud__events .events-home__heading {
            font-size: 40px; } }
@media screen and (max-width: 475px) {
          .optimized-hybrid-cloud__events .events-home__heading {
            font-size: 28px; } }
.optimized-hybrid-cloud__events .events-home__heading-description, .optimized-hybrid-cloud__events .events-home__cta-button {
        display: none; }
.optimized-hybrid-cloud__form-section-bg {
    padding: 80px 0 100px;
    background-image: -webkit-linear-gradient(235deg, #f5fffe, #e8fffe);
    background-image: conic-gradient(from 250deg at 50% 40%, #f5fffe, #e8fffe); }
@media screen and (max-width: 640px) {
      .optimized-hybrid-cloud__form-section-bg {
        margin: 20px 0 60px; } }
.optimized-hybrid-cloud__form-section {
    max-width: 940px;
    margin: 0 auto; }
.optimized-hybrid-cloud__form-wrapper {
    display: flex;
    justify-content: space-between; }
.optimized-hybrid-cloud__form-wrapper__row {
      flex-basis: 47%; }
@media screen and (max-width: 767px) {
      .optimized-hybrid-cloud__form-wrapper {
        flex-direction: column; } }
.optimized-hybrid-cloud__form-wrapper .sub-title-colored__heading {
      color: #031729;
      font-weight: 900;
      font-size: 30px; }
.optimized-hybrid-cloud__form-wrapper .sub-title-colored__heading:not(:last-child) {
        margin-bottom: 0; }
@media screen and (max-width: 767px) {
        .optimized-hybrid-cloud__form-wrapper .sub-title-colored__heading {
          margin: 30px 0; } }
.optimized-hybrid-cloud__form-wrapper h2 {
      margin-top: 0;
      color: #031729;
      font-weight: 900;
      font-size: 30px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1;
      text-transform: uppercase; }
.optimized-hybrid-cloud__form-wrapper ul {
      margin-top: 30px;
      margin-bottom: 40px;
      padding-left: 0;
      list-style: none; }
.optimized-hybrid-cloud__form-wrapper ul li {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        color: #14416d;
        font-weight: 900;
        font-size: 20px;
        font-family: "ProximaNova", sans-serif;
        text-transform: uppercase; }
.optimized-hybrid-cloud__form-wrapper ul li img {
          padding-right: 15px; }
.optimized-hybrid-cloud__form-wrapper a {
      color: #000;
      font-weight: 800; }
@media only screen and (max-width: 1024px) {
      .optimized-hybrid-cloud__form-wrapper .form-box {
        padding-right: 20px;
        padding-left: 20px; } }
@media only screen and (max-width: 400px) {
      .optimized-hybrid-cloud__form-wrapper .form-box {
        padding-right: 35px;
        padding-left: 35px; } }
.optimized-hybrid-cloud__form-wrapper .form-box::before {
      content: none; }
.optimized-hybrid-cloud__form-wrapper .form-box__row_two-fields {
      justify-content: space-between; }
.optimized-hybrid-cloud__form-wrapper .form-box__row_two-fields .form-input {
        flex-basis: 50%; }
@media only screen and (min-width: 640px) {
          .optimized-hybrid-cloud__form-wrapper .form-box__row_two-fields .form-input:first-child {
            margin-right: 10px; } }
.optimized-hybrid-cloud__form-wrapper .form-box__inner {
      padding-right: 0;
      padding-left: 0;
      background-color: transparent; }
.optimized-hybrid-cloud__form-wrapper .form-box__submit {
      max-width: 100%;
      min-height: 95px;
      margin-right: auto;
      color: #fff;
      font-size: 30px;
      background-color: #369bfa;
      border-color: #369bfa;
      outline: 0; }
.optimized-hybrid-cloud__form-wrapper .form-box__submit:hover {
        box-shadow: 0px 19px 57px 0 rgba(54, 155, 250, 0.55); }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.error404__wrapper {
  position: relative; }
.error404 a {
  color: white; }
.error404__morph-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  pointer-events: none; }
.error404__morph {
  position: relative;
  z-index: 0;
  flex: none;
  height: 100%;
  transform: scaleX(2) scaleY(2) translateX(0px) translateY(0px) rotate(-70deg);
  opacity: 1; }
@media (max-width: 1400px) {
    .error404__morph {
      width: 70vw !important; } }
.error404 .page-title-2 {
  background: linear-gradient(45deg, #e912a3, #7a3bca); }
.error404 .page-title-2::before {
    content: none; }
.error404 .page-title-2 span {
    word-wrap: normal; }
.error404 .page-title-2__title {
    width: 350px; }
@media (max-width: 900px) {
      .error404 .page-title-2__title {
        width: 230px; } }
.error404 .page-title-2__title::before {
      content: none; }
@media screen and (max-width: 940px) {
    .error404 .page-title-2__description {
      margin-left: 100px; } }
@media screen and (max-width: 650px) {
    .error404 .page-title-2__description {
      width: 100%; } }
.error404 .page-title-2__description strong a {
    color: #fff;
    text-decoration: underline; }
.error404 .page-title-mobile {
  padding: 70px 30px 50px;
  background: linear-gradient(45deg, #e912a3, #7a3bca); }
.error404 .page-title-mobile__title {
    width: 130px;
    margin-left: -36px; }
.error404 .page-title-mobile__title::before {
      content: none; }
.error404 .page-title-mobile__description {
    margin-top: 20px; }
.error404 .page-title-mobile__description strong {
      font-size: 3.5vw; }
.error404 .page-title-mobile__description strong a {
        color: #fff;
        text-decoration: underline; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.numbers input[disabled] {
  color: #000 !important;
  opacity: 1 !important; }
.numbers__wrapper {
  max-width: 940px;
  margin: 0 auto; }
@media screen and (max-width: 1024px) {
    .numbers__wrapper {
      max-width: 900px; } }
@media screen and (max-width: 960px) {
    .numbers__wrapper {
      max-width: 730px;
      margin-left: 155px; } }
@media screen and (max-width: 767px) {
    .numbers__wrapper {
      max-width: 730px;
      margin-left: 90px; } }
@media screen and (max-width: 480px) {
    .numbers__wrapper {
      margin-left: 30px; } }
.numbers__project, .numbers__employees, .numbers__offices-countries, .numbers__nps {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 95px;
  /*&::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 16px;
      height: 35px;
      background-image: url('https://cdnssinc-dev.azureedge.net/img/home/mouse-arrow.svg');
      background-repeat: no-repeat;
      background-size: 90%;
      content: '';

      @media screen and (max-width: 510px) {
        background-size: 60%;
      }
    }*/ }
.numbers__project::before, .numbers__employees::before, .numbers__offices-countries::before, .numbers__nps::before {
    position: absolute;
    top: 45%;
    left: -25px;
    width: 45px;
    height: 50px;
    content: '';
    background-image: url("https://cdnssinc-dev.azureedge.net/img/about-us/polygon-1.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover; }
@media screen and (max-width: 768px) {
      .numbers__project::before, .numbers__employees::before, .numbers__offices-countries::before, .numbers__nps::before {
        left: -17px;
        width: 30px;
        height: 34px; } }
@media screen and (max-width: 960px) {
    .numbers__project, .numbers__employees, .numbers__offices-countries, .numbers__nps {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 45px; } }
.numbers__employees, .numbers__offices-countries {
  border-left: 4px solid #111; }
.numbers__project {
  margin-bottom: -4px;
  border-left-width: 4px;
  border-left-style: solid;
  -webkit-border-image: -webkit-linear-gradient(bottom, white 0%, white 51%, #050505 51%, #050505 52%);
  -moz-border-image: -moz-linear-gradient(bottom, white 0%, white 51%, #050505 51%, #050505 52%);
  border-image: linear-gradient(to bottom, white 0%, white 51%, #050505 51%, #050505 52%);
  -webkit-border-image-slice: 0 0 0 1;
  border-image-slice: 0 0 0 1; }
.numbers__nps {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -4px;
  border-left-width: 4px;
  border-left-style: solid;
  -webkit-border-image: -webkit-linear-gradient(top, white 0%, white 51%, #050505 51%, #050505 52%);
  -moz-border-image: -moz-linear-gradient(top, white 0%, white 51%, #050505 51%, #050505 52%);
  border-image: linear-gradient(to top, white 0%, white 51%, #050505 51%, #050505 52%);
  -webkit-border-image-slice: 0 0 0 1;
  border-image-slice: 0 0 0 1; }
.numbers__project-top, .numbers__project-bottom {
  margin: 0;
  color: #f9ac07;
  font-weight: 900;
  font-size: 44px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.05;
  text-align: left;
  text-transform: uppercase; }
@media screen and (max-width: 960px) {
    .numbers__project-top, .numbers__project-bottom {
      font-size: 3vw; } }
.numbers__project-bottom {
  font-size: 60px; }
@media screen and (max-width: 960px) {
    .numbers__project-bottom {
      font-size: 3.5vw; } }
.numbers__project-number, .numbers__employees-number, .numbers__countries-number, .numbers__offices-number, .numbers__nps-number {
  display: block;
  width: 100%;
  margin: -60px 0 -65px -10px;
  padding: 0;
  color: #000;
  font-weight: 900;
  font-size: 265px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.71;
  text-align: left;
  background: transparent;
  border: none;
  opacity: 1; }
@media screen and (max-width: 960px) {
    .numbers__project-number, .numbers__employees-number, .numbers__countries-number, .numbers__offices-number, .numbers__nps-number {
      margin: -3.5vw 0 -4vw -3px;
      font-size: 147px; } }
@media screen and (max-width: 890px) {
    .numbers__project-number, .numbers__employees-number, .numbers__countries-number, .numbers__offices-number, .numbers__nps-number {
      font-size: 136px; } }
@media screen and (max-width: 768px) {
    .numbers__project-number, .numbers__employees-number, .numbers__countries-number, .numbers__offices-number, .numbers__nps-number {
      font-size: 125px; } }
@media screen and (max-width: 680px) {
    .numbers__project-number, .numbers__employees-number, .numbers__countries-number, .numbers__offices-number, .numbers__nps-number {
      font-size: 100px; } }
@media screen and (max-width: 510px) {
    .numbers__project-number, .numbers__employees-number, .numbers__countries-number, .numbers__offices-number, .numbers__nps-number {
      font-size: 65px; } }
@media screen and (max-width: 360px) {
    .numbers__project-number, .numbers__employees-number, .numbers__countries-number, .numbers__offices-number, .numbers__nps-number {
      font-size: 56px; } }
@media screen and (max-width: 890px) {
  .numbers__offices-number {
    width: 175px; } }
@media screen and (max-width: 680px) {
  .numbers__offices-number {
    width: 140px; } }
@media screen and (max-width: 510px) {
  .numbers__offices-number {
    width: 100%; } }
.numbers__project-number {
  position: relative; }
.numbers__smile {
  position: absolute;
  top: 38.5%;
  left: 80%;
  width: 92px;
  height: 92px;
  margin-right: 5px;
  background-color: #1f1f1f;
  border-radius: 50%;
  content: '';
  opacity: 0; }
@media screen and (max-width: 1024px) {
    .numbers__smile {
      left: 83.5%; } }
@media screen and (max-width: 960px) {
    .numbers__smile {
      left: 407px;
      width: 57px;
      height: 57px; } }
@media screen and (max-width: 890px) {
    .numbers__smile {
      top: 39.5%;
      left: 378px; } }
@media screen and (max-width: 768px) {
    .numbers__smile {
      left: 351px;
      width: 53px;
      height: 53px; } }
@media screen and (max-width: 680px) {
    .numbers__smile {
      top: 41%;
      left: 290px;
      width: 40px;
      height: 40px; } }
@media screen and (max-width: 510px) {
    .numbers__smile {
      top: 43.5%;
      left: 204px;
      width: 25px;
      height: 25px; } }
@media screen and (max-width: 360px) {
    .numbers__smile {
      top: 43.5%;
      left: 180px; } }
.numbers__smile::before, .numbers__smile::after {
    display: none !important; }
.numbers__employees-top {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin-bottom: 0; }
@media screen and (max-width: 960px) {
    .numbers__employees-top {
      width: 50%; } }
.numbers__heads {
  width: 4vw;
  height: 4vw;
  margin-right: 5px;
  background-image: url("https://cdnssinc-dev.azureedge.net/img/about-us/head.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 85%; }
.numbers__employees-bottom {
  position: relative;
  top: -35px;
  z-index: 1;
  width: 75%;
  height: 75px;
  padding: 0 10px;
  color: #17c583;
  font-weight: 900;
  font-size: 88px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.95;
  text-align: left;
  text-transform: uppercase;
  background: #fff; }
@media screen and (max-width: 960px) {
    .numbers__employees-bottom {
      top: -1vw;
      left: -15px;
      font-size: 6vw; } }
.numbers__employees-bottom::before, .numbers__employees-bottom::after {
    display: none !important; }
.numbers__offices-coutries-wrapper {
  position: absolute;
  top: 50%;
  left: 55%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  transform: translate(-50%, -30%); }
@media screen and (max-width: 960px) {
    .numbers__offices-coutries-wrapper {
      left: 45%;
      width: 65%;
      transform: translate(-50%, -30%); } }
.numbers__world-map {
  width: 90%;
  height: auto; }
.numbers__countries-text, .numbers__offices-text, .numbers__separater-text {
  margin: 0;
  color: #82359e;
  font-weight: 900;
  font-size: 41px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.39;
  text-align: left;
  text-transform: uppercase; }
@media screen and (max-width: 960px) {
    .numbers__countries-text, .numbers__offices-text, .numbers__separater-text {
      font-size: 3vw; } }
.numbers__countries-text {
  text-align: center; }
.numbers__offices-wrapper, .numbers__countries-wrapper {
  flex-basis: 40%; }
.numbers__separater-text {
  flex-basis: 5%;
  font-size: 57px; }
@media screen and (max-width: 960px) {
    .numbers__separater-text {
      font-size: 4vw; } }
.numbers__countries-number {
  text-align: center; }
.numbers__nps-text-top, .numbers__nps-text {
  margin: 0;
  color: #e413a4;
  font-weight: 900;
  font-size: 41px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.8;
  text-align: left;
  text-transform: uppercase; }
@media screen and (max-width: 960px) {
    .numbers__nps-text-top, .numbers__nps-text {
      font-size: 4vw; } }
.numbers__nps-text {
  font-size: 119px; }
@media screen and (max-width: 960px) {
    .numbers__nps-text {
      font-size: 7vw; } }
.numbers__nps-text-wrapper {
  margin-right: 10px;
  padding-bottom: 2vw; }
.numbers__nps-number-wrapper {
  position: relative; }
.numbers__nps-number-heart {
  position: absolute;
  top: 45%;
  left: 20%;
  width: 5vw;
  height: 4vw;
  background-image: url("https://cdnssinc-dev.azureedge.net/img/about-us/heart.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 80%;
  content: ''; }
@media screen and (max-width: 960px) {
    .numbers__nps-number-heart {
      left: 12%; } }
.numbers__nps-number-heart::before, .numbers__nps-number-heart::after {
    display: none !important; }
.numbers__nps-number-text {
  margin-top: -120px; }
@media screen and (max-width: 960px) {
    .numbers__nps-number-text {
      font-size: 3.5vw; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.cards-section__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .cards-section__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .cards-section__wrapper {
      max-width: calc(940px * 1.44); } }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
@keyframes card__item-hover {
  0% {
    box-shadow: 10px 0 0 0 #000, 20px 0 0 0 #000, 30px 0 0 0 #000, 40px 0 0 0 #000, 50px 0 0 0 #000, 60px 0 0 0 #000; }
  10% {
    box-shadow: 15px 0 0 0 #000, 30px 0 0 0 #000, 45px 0 0 0 #000, 60px 0 0 0 #000, 75px 0 0 0 #000, 90px 0 0 0 #000; }
  30% {
    box-shadow: 0px 0 0 0 #000, 15px 0 0 0 #000, 30px 0 0 0 #000, 45px 0 0 0 #000, 60px 0 0 0 #000, 75px 0 0 0 #000; }
  40% {
    box-shadow: 0px 0 0 0 #000, 15px 0 0 0 #000, 30px 0 0 0 #000, 45px 0 0 0 #000, 60px 0 0 0 #000, 120px 0 0 0 #000; }
  50% {
    box-shadow: 0px 0 0 0 #000, 15px 0 0 0 #000, 30px 0 0 0 #000, 45px 0 0 0 #000, 100px 0 0 0 #000, 120px 0 0 0 #000; }
  60% {
    box-shadow: 0px 0 0 0 #000, 15px 0 0 0 #000, 30px 0 0 0 #000, 80px 0 0 0 #000, 100px 0 0 0 #000, 120px 0 0 0 #000; }
  70% {
    box-shadow: 0px 0 0 0 #000, 15px 0 0 0 #000, 60px 0 0 0 #000, 80px 0 0 0 #000, 100px 0 0 0 #000, 120px 0 0 0 #000; }
  80% {
    box-shadow: 0px 0 0 0 #000, 40px 0 0 0 #000, 60px 0 0 0 #000, 80px 0 0 0 #000, 100px 0 0 0 #000, 120px 0 0 0 #000; }
  90% {
    box-shadow: 20px 0 0 0 #000, 40px 0 0 0 #000, 60px 0 0 0 #000, 80px 0 0 0 #000, 100px 0 0 0 #000, 120px 0 0 0 #000; } }
.cards-section {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 140px;
  color: #000; }
@media (max-width: 768px) {
    .cards-section {
      padding-top: 0;
      padding-bottom: 60px; } }
@media (max-width: 768px) {
    .cards-section__wrapper {
      padding-right: 0;
      padding-left: 0; } }
.cards-section__items {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none; }
.cards-section__card-item {
    flex-grow: 1;
    flex-basis: 0;
    padding: 30px;
    padding-top: 150px;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    box-shadow: 1px 0 0 0 #dbdbdb, -1px 0 0 0 #dbdbdb; }
.cards-section__card-item-content {
      position: relative;
      display: flex;
      flex-direction: column;
      height: 100%; }
.cards-section__card-item-heading {
      position: absolute;
      bottom: 100%;
      left: 0;
      max-width: 200px;
      margin-bottom: 20px;
      padding-bottom: 20px;
      font-weight: 800;
      font-size: 24px;
      font-family: "ProximaNova", sans-serif;
      line-height: normal;
      text-transform: uppercase; }
.cards-section__card-item-heading::after {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 10px;
        max-width: 150px;
        height: 2px;
        background-color: #000;
        box-shadow: 10px 0 0 0 #000, 20px 0 0 0 #000, 30px 0 0 0 #000, 40px 0 0 0 #000, 50px 0 0 0 #000, 60px 0 0 0 #000;
        transition: box-shadow 0.2s;
        content: ''; }
.cards-section__card-item-disc {
      display: flex;
      flex-grow: 1;
      flex-direction: column;
      justify-content: space-between; }
.cards-section__card-item-disc p {
        flex-grow: 2;
        height: 80%;
        margin-top: 0;
        margin-bottom: 5rem;
        font-size: 16px;
        line-height: 1.5; }
.cards-section__card-item-disc a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 242px;
        height: 58px;
        padding: 20px;
        color: black;
        font-weight: 800;
        font-size: 14px;
        font-family: "ProximaNova", sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid #111;
        cursor: pointer;
        transition: ease-in-out 0.15s; }
.cards-section__card-item-disc a:hover {
          color: white;
          background: black; }
.cards-section__card-item:hover .cards-section__card-item-heading::after {
      animation: card__item-hover 1.5s linear 1; }
@media (min-width: 769px) {
    .cards-section__card-item:first-child {
      border-left-width: 2px; }
    .cards-section__card-item:last-child {
      border-right-width: 2px; }
    .cards-section__card-item:hover {
      box-shadow: 0 0 60px 30px rgba(0, 0, 0, 0.1); } }
@media (max-width: 768px) {
    .cards-section__card-item {
      height: auto;
      margin: 0 auto;
      padding-top: 50px;
      box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5); }
      .cards-section__card-item-content {
        height: auto; }
      .cards-section__card-item-heading {
        position: relative;
        bottom: 0;
        max-width: none;
        padding: 0; }
      .cards-section__card-item-heading::after {
        display: none; }
      .cards-section__card-item-disc p {
        flex-grow: 2; }
      .cards-section__card-item-disc a {
        flex-grow: 0;
        width: 100%;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto; } }
@media only screen and (max-width: 768px) {
  .cards-section__items {
    flex-direction: column;
    overflow: visible; } }
@media (max-width: 560px) {
  .cards-section__card-item {
    padding-top: 0; } }

.stats-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 1.5; }

.page-title_about-us {
  top: 84%;
  right: 0;
  width: 70%;
  font-size: 27px; }

@media (min-width: 1440px) {
  .page-title_about-us {
    width: 50%; } }

@media (max-width: 1024px) {
  .page-title_about-us {
    font-size: 18px; } }

@media (max-width: 768px) {
  .page-title_about-us {
    bottom: -50%; } }

.about-us {
  overflow: hidden; }

.about-us .page-title-mobile {
    padding-top: 105px; }

.about-us .page-title-mobile__title {
      font-size: 10vw; }

@media only screen and (max-width: 400px) {
        .about-us .page-title-mobile__title {
          max-width: 60vw;
          font-size: 12vw;
          line-height: 1; } }

.about-us .page-title-mobile__description {
      max-width: 75vw; }

@media only screen and (max-width: 340px) {
    .about-us__page-title-2 .page-title-2__container {
      padding-top: 120px; } }

.about-us__page-title-2 .page-title-2__title {
    width: 100%;
    max-width: 440px;
    font-size: 88px; }

.about-us__page-title-2 .page-title-2__title::before {
      left: -26px; }

.about-us__page-title-2 .page-title-2__description {
    top: 5%;
    margin-top: 180px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.partners-video-section {
  padding-top: 38px; }
.partners-video-section__video-wrapper {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 384px;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/about-us/partners/todd-lenox-softserve-partners.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    cursor: pointer;
    filter: grayscale(1);
    transition: filter 0.5s; }
.partners-video-section__video-wrapper::before {
      position: absolute;
      top: 45%;
      right: 0;
      bottom: 0;
      left: 45%;
      z-index: 1;
      background: url("https://cdnssinc-dev.azureedge.net/img/home/video/play-button.svg");
      background-repeat: no-repeat;
      background-size: 62px 62px;
      opacity: 0;
      content: '';
      transition: opacity 0.5s; }
.partners-video-section__video-wrapper:hover {
      filter: grayscale(0); }
.partners-video-section__video-wrapper:hover::before {
        opacity: 0.7; }
@media (max-width: 840px) {
      .partners-video-section__video-wrapper {
        height: 52vw; } }
@media (max-width: 767px) {
      .partners-video-section__video-wrapper {
        height: 52vw;
        filter: grayscale(0); }
        .partners-video-section__video-wrapper::before {
          top: 35%;
          left: 40%;
          opacity: 0.7; } }
.partners-video-section__hide-video {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999991;
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 25vh;
    overflow: auto;
    background-color: rgba(11, 11, 11, 0.8); }
.partners-video-section__hide-video_show {
      display: block; }
.partners-video-section__hide-video-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 750px;
    height: 450px;
    margin: 0 auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    pointer-events: auto; }
@media (max-width: 769px) {
      .partners-video-section__hide-video-content {
        width: 90.5vw;
        height: 51vw; } }
.partners-video-section__hide-video-close {
    position: absolute;
    top: -27px;
    right: 0;
    float: right;
    color: #aaaaaa;
    font-size: 22px;
    text-decoration: none;
    cursor: pointer; }
.partners-video-section__hide-video-close:not(:disabled) {
      cursor: pointer; }
.partners-video-section__hide-video-close:hover,
    .partners-video-section__hide-video-close .close:focus {
      color: #fff; }
.partners-video-section__description-text {
    position: relative;
    padding: 48px 0;
    font-weight: 800;
    font-size: 34px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.12; }
.partners-video-section__description-text::before {
      position: absolute;
      width: 291px;
      height: 3px;
      background-color: #3bc440;
      content: ''; }
@media (max-width: 510px) {
        .partners-video-section__description-text::before {
          width: 145px; } }
.partners-video-section__description-text p {
      margin-top: 35px;
      margin-bottom: 1rem; }
.partners-video-section__description-text p:nth-child(1) {
        margin-top: 15px; }
@media (max-width: 767px) {
      .partners-video-section__description-text {
        padding: 45px 0;
        font-size: 24px; } }
@media (max-width: 480px) {
      .partners-video-section__description-text {
        padding: 30px 0;
        font-size: 18px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.info-partners {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 3px solid #3bc440; }
@media (max-width: 767px) {
    .info-partners {
      display: block;
      margin: 0; } }
.info-partners__big-logo-wrapper {
    width: 45%;
    height: auto; }
@media (max-width: 767px) {
      .info-partners__big-logo-wrapper {
        width: 100%;
        padding: 0; } }
.info-partners:nth-child(2n) .info-partners__big-logo-wrapper {
    order: 2; }
.info-partners__big-logo-img {
    display: block;
    width: 100%;
    height: auto; }
.info-partners__partner-desctription-wrapper {
    width: 47%; }
@media (max-width: 767px) {
      .info-partners__partner-desctription-wrapper {
        width: 100%;
        margin-top: 35px; } }
.info-partners__partner-description-heading {
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: 800;
    font-size: 32px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.94;
    letter-spacing: normal;
    text-transform: uppercase; }
@media (max-width: 480px) {
      .info-partners__partner-description-heading {
        font-size: 28px; } }
.info-partners__partner-description-text {
    line-height: 1.41; }
.info-partners__partner-description-text p,
    .info-partners__partner-description-text h3 {
      font-size: 16px;
      line-height: 1.41; }
.info-partners__partner-description-text td {
      vertical-align: text-bottom; }
.info-partners__partner-description-text ul {
      padding-left: 20px;
      line-height: 1.41;
      list-style-type: square; }
.info-partners__cta {
    margin-top: 3em; }

.partners-logo {
  flex-basis: 22%;
  min-height: 130px;
  padding: 40px 0;
  text-align: center; }
  @media (max-width: 1024px) {
    .partners-logo {
      flex-basis: 25.33%;
      padding: 40px 0; } }
  @media (max-width: 768px) {
    .partners-logo {
      flex-basis: 45%;
      padding: 30px 16px 30px 10px; } }
  @media (max-width: 580px) {
    .partners-logo {
      flex-basis: 80%;
      padding: 15px 5vw 53px; } }
  .partners-logo__logo-img {
    max-width: 100%;
    height: auto; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.partners__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .partners__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .partners__wrapper {
      max-width: calc(940px * 1.44); } }
.partners .carousel.carousel-slider {
  padding-bottom: 40px; }
.partners .carousel .slide {
  background: none; }
.partners .carousel .control-dots {
  padding: 0; }
.partners .carousel .control-dots .dot {
  width: 7px;
  height: 7px;
  margin: 0 1.5vw;
  background: #000;
  box-shadow: none;
  opacity: 0.5;
  transition: transform opacity 0.3s; }
.partners .carousel .control-dots .dot:hover {
    background-color: #000;
    transform: scale(1.5);
    opacity: 1; }
.partners .carousel .control-dots .dot.selected {
  background-color: #000;
  opacity: 1; }
.partners .carousel .control-prev.control-arrow {
  padding: 0;
  opacity: 0.5; }
.partners .carousel .control-prev.control-arrow:before {
    width: 23px;
    height: 44px;
    background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow.svg") 50% 50% no-repeat;
    border: none;
    transform: rotate(90deg); }
@media (max-width: 590px) {
      .partners .carousel .control-prev.control-arrow:before {
        transform: scale(0.7) rotate(90deg); } }
.partners .carousel .control-next.control-arrow {
  padding: 0;
  opacity: 0.5; }
.partners .carousel .control-next.control-arrow:before {
    width: 23px;
    height: 44px;
    background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow.svg") 50% 50% no-repeat;
    border: none;
    transform: rotate(-90deg); }
@media (max-width: 590px) {
      .partners .carousel .control-next.control-arrow:before {
        transform: scale(0.7) rotate(-90deg); } }
.partners .carousel .control-next.control-arrow:hover,
.partners .carousel .control-prev.control-arrow:hover {
  background: transparent;
  opacity: 1; }
@media (max-width: 480px) {
  .partners .carousel .control-next.control-arrow, .partners .carousel .control-prev.control-arrow, .partners .carousel .control-next.control-arrow:hover,
  .partners .carousel .control-prev.control-arrow:hover {
    opacity: 0; } }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.partners .page-title-2,
.partners .page-title-mobile {
  background-image: linear-gradient(45deg, #00a1df, #3cc33a); }
.partners .page-title-2__title {
  width: 600px; }
@media (max-width: 940px) {
    .partners .page-title-2__title {
      width: 500px; } }
@media (max-width: 767px) {
    .partners .page-title-2__title {
      width: 370px; } }
.partners .page-title-mobile__title {
  max-width: 320px;
  line-height: 1; }
.partners__partners-logo-section {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 50px 0; }
.partners__partners-logo-heading {
  width: 100%;
  margin: 0 0 50px 0;
  font-weight: 800;
  font-size: 50px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.94;
  text-transform: uppercase; }
@media (max-width: 480px) {
    .partners__partners-logo-heading {
      font-size: 28px; } }
.partners__slide-container {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 0 25px 50px; }
@media (max-width: 960px) {
    .partners__slide-container {
      flex-wrap: wrap;
      justify-content: center;
      max-width: 620px;
      margin: 0 auto;
      padding: 0 25px; } }
@media (max-width: 580px) {
  .partners .carousel.carousel-slider {
    max-width: 85vw; }
  .partners .carousel .slide {
    margin: 0 0 35px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.section-text__description {
  font-weight: 800;
  font-size: 36px;
  font-family: "ProximaNova", sans-serif; }
.section-text__item {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 87px;
  text-align: left; }
@media screen and (max-width: 1000px) {
    .section-text__item {
      padding-right: 35px;
      padding-left: 35px; } }
@media screen and (max-width: 767px) {
  .section-text__description {
    font-size: 24px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.leadership-section-title {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 940px;
  max-height: 442px;
  margin: 0 auto; }
.leadership-section-title__heading.en-us {
    font-size: 88px; }
.leadership-section-title__heading.uk-ua {
    font-size: 76px; }
.leadership-section-title__heading.de-de {
    font-size: 74px; }
.leadership-section-title__heading {
    font-weight: 900;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    text-transform: uppercase; }
.leadership-section-title__wrapper {
    position: relative;
    z-index: 1; }
.leadership-section-title__wrapper-heading {
    max-width: 543px; }
@media screen and (max-width: 1000px) {
      .leadership-section-title__wrapper-heading {
        padding-right: 35px;
        padding-left: 35px; } }
.leadership-section-title__triangle {
    position: absolute;
    top: 0;
    left: -42%;
    z-index: 0;
    width: 480px;
    height: 420px;
    transform: scale(2); }
@media screen and (min-width: 1920px) {
      .leadership-section-title__triangle {
        left: -84%;
        transform: scale(4, 2); } }
@media screen and (max-width: 767px) {
  .leadership-section-title {
    min-height: 262px; }
    .leadership-section-title__heading.en-us {
      font-size: 72px; }
    .leadership-section-title__heading.uk-ua {
      font-size: 60px; }
    .leadership-section-title__heading.de-de {
      font-size: 52px; }
    .leadership-section-title__heading {
      line-height: 0.9; }
    .leadership-section-title__wrapper-heading .en-us {
      padding-top: 14px; }
    .leadership-section-title__wrapper-heading .de-de,
    .leadership-section-title__wrapper-heading .uk-ua {
      padding-top: 59px; }
    .leadership-section-title__wrapper-heading {
      max-width: 75%; }
    .leadership-section-title__triangle {
      top: -10%;
      left: -15%;
      transform: scale(1); } }
@media screen and (max-width: 530px) {
  .leadership-section-title__heading.en-us {
    font-size: 64px; }
  .leadership-section-title__heading.uk-ua {
    font-size: 50px; }
  .leadership-section-title__heading.de-de {
    font-size: 42px; }
  .leadership-section-title__heading {
    line-height: 0.9; }
  .leadership-section-title__triangle {
    top: -9%;
    left: -32%; }
  .leadership-section-title__wrapper-heading {
    max-width: none; } }
@media screen and (max-width: 440px) {
  .leadership-section-title__heading.en-us {
    font-size: 42px; }
  .leadership-section-title__heading.uk-ua {
    font-size: 35px; }
  .leadership-section-title__heading.de-de {
    font-size: 29px; }
  .leadership-section-title__heading {
    line-height: 0.9; }
  .leadership-section-title__wrapper-heading.uk-ua, .leadership-section-title__wrapper-heading.de-de {
    padding-top: 0px; }
  .leadership-section-title__wrapper-heading {
    padding-top: 30px; }
  .leadership-section-title__triangle {
    top: -28%;
    left: -60%; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.leader-card {
  order: 0;
  max-width: 320px;
  padding-top: 50px; }
@media (max-width: 767px) {
    .leader-card {
      width: 100%;
      max-width: none; } }
.leader-card::before {
    position: absolute;
    top: 160px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 0;
    margin: 0 auto;
    content: ''; }
.leader-card__photo-wrapper {
    max-width: 320px;
    min-height: 320px;
    margin-right: 0; }
@media (max-width: 767px) {
      .leader-card__photo-wrapper {
        max-width: none;
        text-align: center; } }
.leader-card__photo-img-wrapper {
    max-height: 320px; }
.leader-card__img-wrap {
    position: relative; }
.leader-card__img-wrap::after {
      position: absolute;
      bottom: 5px;
      left: 0;
      display: block;
      width: 0;
      height: 2px;
      background-color: #af2f7e;
      transition: width 0.5s;
      content: ''; }
@media (max-width: 767px) {
        .leader-card__img-wrap::after {
          left: 50%;
          max-width: 320px;
          transform: translateX(-50%); } }
@media not all, (pointer: fine) {
      .leader-card__img-wrap:hover::after {
        width: 100%; } }
.leader-card:nth-child(2n) .leader-card__photo-wrapper {
    margin-left: auto;
    transition: transform 0.5s; }
.leader-card__photo {
    position: relative;
    cursor: pointer;
    filter: grayscale(1);
    transition: filter 0.5s; }
@media not all, (pointer: fine) {
      .leader-card__photo:hover {
        filter: grayscale(0); } }
@media (pointer: coarse) {
      .leader-card__photo {
        filter: grayscale(1); }
        .leader-card__photo .leader-card__photo:hover {
          filter: grayscale(1); } }
@media (hover: none) {
      .leader-card__photo {
        filter: grayscale(1); }
        .leader-card__photo .leader-card__photo:not(.active) {
          filter: grayscale(1); } }
@media (max-width: 590px) {
      .leader-card__photo {
        filter: grayscale(0); } }
@media (max-width: 360px) {
      .leader-card__photo {
        max-width: 270px; } }
.leader-card__name {
    position: relative;
    width: 50%;
    color: #000;
    font-weight: 800;
    font-size: 34px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.82;
    text-align: left;
    text-transform: uppercase;
    transition: margin-left 0.5s; }
.leader-card__name::before {
      position: absolute;
      bottom: -13px;
      width: 109px;
      height: 2px;
      background-color: #af2f7e;
      content: ''; }
@media (max-width: 767px) {
      .leader-card__name {
        max-width: 150px;
        margin-left: 26%;
        font-size: 30px; } }
@media (max-width: 580px) {
      .leader-card__name {
        margin-left: 18%; } }
@media (max-width: 450px) {
      .leader-card__name {
        margin-left: 7%; } }
@media (max-width: 375px) {
      .leader-card__name {
        margin-left: 0; } }
.leader-card__position {
    position: relative;
    color: #000;
    font-size: 24px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 1.17;
    text-align: left;
    transition: margin-left 0.5s; }
@media (max-width: 767px) {
      .leader-card__position {
        max-width: 50%;
        margin-left: 26%;
        font-size: 18px;
        line-height: 1.3; } }
@media (max-width: 580px) {
      .leader-card__position {
        max-width: 50%;
        margin-left: 18%;
        font-size: 18px;
        line-height: 1.3; } }
@media (max-width: 450px) {
      .leader-card__position {
        max-width: 100%;
        margin-left: 7%; } }
@media (max-width: 375px) {
      .leader-card__position {
        max-width: 100%;
        margin-left: 0; } }
.leader-card__description {
    color: #ffffff;
    font-size: 24px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 1.17;
    text-align: left; }
@media (max-width: 767px) {
      .leader-card__description {
        font-size: 18px;
        line-height: 1.3; } }
@media (max-width: 450px) {
      .leader-card__description {
        font-size: 14px;
        line-height: 1.3; } }
.leader-card__bio-wrapper {
    position: relative;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, height 0.5s, visibility 1s 0.5s; }
.leader-card__bio-wrapper_show {
      height: 50%;
      visibility: visible;
      opacity: 1; }
.leader-card__close-button {
    position: absolute;
    top: -118px;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 50px;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s; }
.leader-card__close-button::after, .leader-card__close-button::before {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 30px;
      height: 2px;
      background-color: #000;
      content: ''; }
.leader-card__close-button::after {
      transform: translate(-50%, -50%) rotate(45deg); }
.leader-card__close-button::before {
      transform: translate(-50%, -50%) rotate(-45deg); }
.leader-card_previous {
    order: 1; }
.leader-card_previous:nth-child(2n) {
      order: 0; }
@media (max-width: 767px) {
      .leader-card_previous {
        order: 0; } }
.leader-card_active {
    max-width: 100%;
    padding-bottom: 60px; }
.leader-card_active ~ .leader-card {
      order: 1; }
@media (max-width: 767px) {
      .leader-card_active ~ .leader-card {
        order: 0; } }
.leader-card_active::before {
      position: absolute;
      top: 260px;
      z-index: 0;
      display: block;
      width: 100%;
      background-image: linear-gradient(45deg, #f9ac07, #5406d9);
      transform: scale(5, 1);
      transition: width 0.5s, transform 0.5s, background-color 0.5s;
      content: ''; }
.leader-card_active .leader-card__photo {
      border-bottom: 2px solid #af2f7e;
      filter: grayscale(0); }
.leader-card_active .leader-card__name,
    .leader-card_active .leader-card__position,
    .leader-card_active .leader-card__description {
      color: #fff; }
@media (max-width: 767px) {
      .leader-card_active .leader-card__name,
      .leader-card_active .leader-card__position {
        margin-left: 0; } }
.leader-card_active .leader-card__close-button {
      opacity: 1; }
.leader-card_active:nth-child(2n) .leader-card__photo-wrapper {
      transform: translateX(-193%); }
@media screen and (max-width: 1024px) {
        .leader-card_active:nth-child(2n) .leader-card__photo-wrapper {
          transform: translateX(-135%); } }
@media screen and (max-width: 768px) {
        .leader-card_active:nth-child(2n) .leader-card__photo-wrapper {
          transform: translateX(-122%); } }
@media (max-width: 767px) {
        .leader-card_active:nth-child(2n) .leader-card__photo-wrapper {
          transform: translateX(0); } }
.leader-card_active .leader-card__photo-img-wrapper::after {
      content: none; }
.leader-card_active .leader-card__bio-wrapper {
      height: 50%;
      visibility: visible;
      opacity: 1; }
@media (max-width: 767px) {
        .leader-card_active .leader-card__bio-wrapper {
          height: 65%; } }

.leadership-team-slider__leader-card {
  position: relative; }

.leadership-team-slider__leaders-wrapper {
  max-width: 940px;
  margin: 0 auto 50px; }

@media screen and (max-width: 767px) {
    .leadership-team-slider__leaders-wrapper {
      margin-bottom: 120px; } }

@media screen and (max-width: 510px) {
    .leadership-team-slider__leaders-wrapper {
      margin-bottom: 0; } }

.leadership-team-slider__leaders-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none; }

@media screen and (max-width: 1024px) {
    .leadership-team-slider__leaders-list {
      max-width: 806px;
      margin: 0 auto;
      padding-right: 30px;
      padding-left: 25px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.leadership-team {
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #d7d7d7, #fff); }
.leadership-team__page-title-2 .page-title-2__title {
    width: 54vw; }
@media only screen and (max-width: 767px) {
      .leadership-team__page-title-2 .page-title-2__title {
        width: 385px;
        line-height: 1; } }
.leadership-team__page-title-2 .page-title-mobile__title {
    max-width: 65vw; }
.leadership-team__page-title-2 .page-title-mobile__description {
    max-width: 70vw; }
.leadership-team .leadership-section-title {
    margin-top: 87px; }
@media only screen and (max-width: 1024px) {
      .leadership-team .leadership-section-title {
        margin-top: 0; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.board-of-direction {
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #d7d7d7, #fff); }
.board-of-direction__page-title-2 .page-title-2__title {
    width: 570px; }
@media only screen and (max-width: 767px) {
      .board-of-direction__page-title-2 .page-title-2__title {
        width: 385px;
        font-size: 60.5px;
        line-height: 1; } }
.board-of-direction__page-title-2 .page-title-2__description {
    width: 80%; }
.board-of-direction__page-title-2 .page-title-mobile__title {
    max-width: 50vw; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.office__adress::after, .office__phone::after, .office__toll-free-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #131313;
  content: '';
  transition: width 0.3s; }
.office__adress:hover::after, .office__phone:hover::after, .office__toll-free-link:hover::after {
  left: 0;
  width: 100%; }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.office {
  flex-basis: 45%;
  min-width: 275px;
  max-width: 350px;
  margin-top: 62px;
  margin-right: 10px; }
@media screen and (max-width: 510px) {
    .office {
      flex-basis: 100%;
      margin-top: 10px; } }
.office__city {
    margin-bottom: 7px;
    padding-bottom: 19px;
    color: #000;
    font-weight: 900;
    font-size: 28px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    border-bottom: 2px solid #000; }
.office__adress, .office__phone, .office__extension, .office__toll-free, .office__toll-free-link {
    color: #000;
    font-weight: 900;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.6; }
.office__adress {
    position: relative;
    margin: 0;
    padding: 0; }
@media screen and (max-width: 767px) {
      .office__adress::after {
        width: 100%; } }
.office__toll-free {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    text-transform: none; }
.office__phone, .office__toll-free-link {
    position: relative;
    margin: 0;
    padding: 0;
    text-decoration: none; }
.office__phone:hover, .office__toll-free-link:hover {
      text-decoration: none; }
@media screen and (max-width: 767px) {
      .office__phone, .office__toll-free-link {
        color: #000;
        text-decoration: none; }
        .office__phone::after, .office__toll-free-link::after {
          width: 100%; }
        .office__phone:hover, .office__toll-free-link:hover {
          text-decoration: none; } }
.office__link {
    position: relative;
    display: block;
    margin: 0;
    margin-bottom: 19px;
    padding: 0;
    text-decoration: none;
    cursor: pointer; }
.office__link:hover .office__adress::after {
      left: 0;
      width: 100%; }
.office__link_not-active {
      pointer-events: none; }
.office__link_not-active:hover {
        text-decoration: none;
        cursor: default;
        pointer-events: none; }
@media screen and (max-width: 767px) {
        .office__link_not-active {
          text-decoration: none; }
          .office__link_not-active .office__adress::after {
            left: 0;
            width: 0; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.banner-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 0;
  padding-top: 70px; }
@media screen and (max-width: 480px) {
    .banner-button {
      margin: 40px auto 0;
      padding-top: 0; } }
.banner-button__bg-wrapper {
    position: absolute;
    right: 5%;
    bottom: 0;
    z-index: 0;
    width: 86px;
    height: 130px;
    /*background-image: url('https://cdnssinc-dev.azureedge.net/img/about-us/locations/ice-cream-banner-image@2x.png');*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%; }
.banner-button__link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 20px;
    text-decoration: none;
    background-image: linear-gradient(to right, #264ebc, #00dafe);
    transition: all 0.3s ease-in-out; }
.banner-button__link:hover {
      box-shadow: 0px 19px 57px 0 rgba(38, 78, 188, 0.95); }
@media screen and (max-width: 767px) {
      .banner-button__link {
        font-size: 3.5vw; } }
@media screen and (max-width: 480px) {
      .banner-button__link {
        height: 133px; } }
.banner-button__link-text {
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
@media screen and (max-width: 767px) {
      .banner-button__link-text {
        font-size: 3.5vw; } }
@media screen and (max-width: 480px) {
      .banner-button__link-text {
        position: relative;
        z-index: 1;
        display: inline-block;
        max-width: 60%;
        font-size: 30px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.location-section__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .location-section__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .location-section__wrapper {
      max-width: calc(940px * 1.44); } }
.location-section__toggle-button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #131313;
  content: '';
  transition: width 0.3s; }
.location-section__toggle-button:hover::after {
  left: 0;
  width: 100%; }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.location-section {
  padding-top: 200px;
  overflow: hidden;
  border-bottom: 1px solid #818181; }
@media screen and (max-width: 600px) {
    .location-section {
      padding-top: 100px; } }
.location-section__wrapper {
    position: relative; }
.location-section__wrapper::before {
      position: absolute;
      z-index: 0;
      display: block;
      width: 35%;
      padding-bottom: 35%;
      border-radius: 50%;
      content: ''; }
.location-section__title {
    position: relative;
    z-index: 1;
    width: 75%;
    margin: 50px 0 -10px 0;
    color: #131313;
    font-weight: 900;
    font-size: 88px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.8;
    text-transform: uppercase; }
.location-section__title::before {
      position: absolute;
      top: -36px;
      width: 253px;
      height: 2px;
      background-color: #23d4a6;
      content: ''; }
@media screen and (max-width: 767px) {
        .location-section__title::before {
          top: -4vw;
          width: 35%; } }
@media screen and (max-width: 767px) {
      .location-section__title {
        width: 93%;
        margin-bottom: -0.1em;
        font-size: 10vw; } }
.location-section__image-wrap {
    position: absolute;
    right: 9%;
    z-index: 0;
    width: 22%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: left 50% bottom 100%;
    background-size: 90% auto; }
@media screen and (max-width: 960px) {
      .location-section__image-wrap {
        height: 43vw; } }
.location-section__image {
    width: 132%;
    height: 100%; }
.location-section__content {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 0 20px 50px;
    overflow: hidden;
    background: white; }
@media screen and (min-width: 767px) and (max-width: 1150px) {
    .location-section__heading, .location-section__content {
      padding-left: 80px; } }
.location-section__content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 0; }
.location-section__button-wrapper {
    display: block;
    flex-basis: 100%;
    margin-top: 50px;
    text-align: left; }
@media screen and (min-width: 767px) {
      .location-section__button-wrapper {
        display: none; } }
.location-section__toggle-button {
    position: relative;
    padding: 3px 0;
    color: #131313;
    font-weight: 900;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.8;
    text-align: left;
    text-transform: uppercase;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer; }
.location-section_usa .location-section__image-wrap {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/about-us/locations/lib-state.png");
    background-position: top 0% right 0%;
    background-size: 100% auto; }
.location-section_usa .location-section__wrapper::before {
    right: 0;
    bottom: -85%;
    background-image: linear-gradient(45deg, #01d8fd, #3fc12a);
    content: ''; }
.location-section_canada .location-section__title::before {
    background-color: #ff7800; }
.location-section_canada .location-section__image-wrap {
    right: -15%;
    width: 60%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/about-us/locations/canada.png");
    background-position: top 35% right 0%;
    background-size: 100% auto; }
.location-section_canada .location-section__wrapper::before {
    right: 0;
    bottom: -100%;
    background-image: linear-gradient(to right, #7a3bca, #ff7800);
    content: ''; }
.location-section_uk .location-section__title::before {
    bottom: -109%;
    background-color: #00a1df; }
.location-section_uk .location-section__image-wrap {
    right: 12%;
    width: 30%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/about-us/locations/bb.png");
    background-position: top 0% right 0%;
    background-size: 100% auto; }
.location-section_uk .location-section__wrapper::before {
    right: 0;
    bottom: -85%;
    background-image: linear-gradient(to right, #264ebc, #00a1df);
    content: ''; }
.location-section_de .location-section__title::before {
    background-color: #3fc12a; }
.location-section_de .location-section__image-wrap {
    width: 35%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/about-us/locations/b-tor.png");
    background-position: top 60% right 0%;
    background-size: 100% auto; }
.location-section_de .location-section__wrapper::before {
    content: '';
    top: -100%;
    right: 0;
    background-image: linear-gradient(45deg, #01d8fd, #3fc12a); }
.location-section_nl .location-section__title::before {
    background-color: #b60eee; }
.location-section_nl .location-section__image-wrap {
    right: -2%;
    width: 45%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/about-us/locations/houses.png");
    background-position: top 68% right 30%;
    background-size: 70% auto; }
.location-section_nl .location-section__wrapper::before {
    top: -126%;
    right: 0;
    background-image: linear-gradient(to right, #e72e38, #2006a2);
    content: ''; }
.location-section_se .location-section__title::before {
    background-color: #b60eee; }
.location-section_se .location-section__image-wrap {
    right: -2%;
    width: 65%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/about-us/locations/sweden@2x.png");
    background-position: top 45% right 35%;
    background-size: 50% auto; }
.location-section_se .location-section__wrapper::before {
    top: -126%;
    right: 0;
    background-image: linear-gradient(to right, #ff02ea, #ff7800);
    content: ''; }
.location-section_pl .location-section__title::before {
    background-color: #00a1df; }
.location-section_pl .location-section__image-wrap {
    width: 35%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/about-us/locations/wro.png");
    background-position: top 55% right 0%;
    background-size: 100% auto; }
.location-section_pl .location-section__wrapper::before {
    right: 0;
    bottom: -145%;
    background-image: linear-gradient(to right, #264ebc, #00a1df);
    content: ''; }
.location-section_ua .location-section__title::before {
    background-color: #e912a3; }
.location-section_ua .location-section__image-wrap {
    right: -2%;
    width: 45%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/about-us/locations/opera.png");
    background-position: top 60% right 0%;
    background-size: 100% auto; }
.location-section_ua .location-section__wrapper::before {
    right: 0;
    bottom: -100%;
    background-image: linear-gradient(to right, #7a3bca, #e912a3);
    content: ''; }
.location-section_bg .location-section__title::before {
    background-color: #e912a3; }
.location-section_bg .location-section__image-wrap {
    right: -3%;
    width: 40%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/about-us/locations/church.png");
    background-position: top 60% right 0%;
    background-size: 100% auto; }
.location-section_bg .location-section__wrapper::before {
    position: absolute;
    right: 0;
    bottom: -100%;
    background-image: linear-gradient(to right, #264ebc, #00a1df);
    content: ''; }
.location-section_sg .location-section__title::before {
    background-color: #e912a3; }
.location-section_sg .location-section__image-wrap {
    right: -2%;
    width: 45%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/about-us/locations/singapour.png");
    background-position: top 67% right 0%;
    background-size: 100% auto; }
.location-section_sg .location-section__wrapper::before {
    right: 0;
    bottom: -100%;
    background-image: linear-gradient(to right, #7a3bca, #e912a3);
    content: ''; }
.location-section .banner-button {
    flex-basis: 100%; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.global-offices {
  overflow: hidden;
  background-color: #818181; }
.global-offices__title_background {
    background-image: radial-gradient(circle at 30% -120%, #5406d9, #5406d9 60%, rgba(255, 0, 0, 0) 1800px), radial-gradient(circle at 100% 50%, #f9ac07, #f9ac07 30%, rgba(255, 0, 0, 0) 1000px), radial-gradient(circle at 40% 100%, #14dfea, #14dfea 60%, rgba(255, 0, 0, 0) 3000px); }
@media screen and (min-width: 1600px) {
      .global-offices__title_background {
        background-image: radial-gradient(circle at 30% -137%, #5406d9, #5406d9 60%, rgba(255, 0, 0, 0) 75%), radial-gradient(circle at 158% 65%, #f9ac07, #f9ac07 36%, rgba(255, 0, 0, 0) 3000px), radial-gradient(circle at 226% 180%, #14dfea, #14dfea 206%, rgba(255, 0, 0, 0) 3000px); } }
@media screen and (max-width: 414px) {
      .global-offices__title_background {
        background-image: radial-gradient(circle at 30% -137%, #5406d9, #5406d9 60%, rgba(255, 0, 0, 0) 1700px), radial-gradient(circle at 158% 65%, #f9ac07, #f9ac07 36%, rgba(255, 0, 0, 0) 789px), radial-gradient(circle at 226% 180%, #14dfea, #14dfea 206%, rgba(255, 0, 0, 0) 3000px); } }
@media screen and (max-height: 600px) {
      .global-offices__title_background {
        background-image: radial-gradient(circle at 30% -225%, #5406d9, #5406d9 65%, rgba(255, 0, 0, 0) 1700px), radial-gradient(circle at 121% 30%, #f9ac07, #f9ac07 30%, rgba(255, 0, 0, 0) 1000px), radial-gradient(circle at 40% 60%, #14dfea, #14dfea 80%, rgba(255, 0, 0, 0) 3000px); } }
@media screen and (min-height: 800px) and (orientation: portrait) {
      .global-offices__title_background {
        background-image: radial-gradient(circle at -16% -142%, #5406d9, #5406d9 65%, rgba(255, 0, 0, 0) 80%), radial-gradient(circle at 121% 30%, #f9ac07, #f9ac07 30%, rgba(255, 0, 0, 0) 1000px), radial-gradient(circle at 40% 60%, #14dfea, #14dfea 80%, rgba(255, 0, 0, 0) 3000px); } }
.global-offices__title_background .page-title-2__title {
      max-width: 370px; }
@media screen and (max-width: 767px) {
        .global-offices__title_background .page-title-2__title {
          max-width: 230px; } }
.global-offices__title_background .page-title-2__description::before {
      content: none; }
.global-offices__title_background .page-title-mobile__title {
      max-width: 155px;
      line-height: 1; }
.global-offices__title_background .page-title-mobile__description::before {
      content: none; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.page-section-with-image__wrapper {
  display: flex;
  width: 100%;
  max-width: 940px;
  margin: 0 auto; }
@media (max-width: 560px) {
    .page-section-with-image__wrapper {
      flex-direction: column; } }
.page-section-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 50%;
  min-height: 577px; }
@media (max-width: 768px) {
    .page-section-text {
      padding-top: 20px; } }
@media (max-width: 560px) {
    .page-section-text {
      width: 100%; } }
.page-section-text__heading {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 40px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.95;
    letter-spacing: 1.6px;
    text-transform: uppercase; }
@media (max-width: 480px) {
      .page-section-text__heading {
        font-size: 24px; } }
.page-section-text__paragraph {
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: normal; }
.page-section-text__paragraph:not(:last-child) {
      margin-bottom: 60px; }
.page-section-text__wrapper {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 0; }
@media (max-width: 768px) {
    .page-section-text__wrapper {
      padding-bottom: 250px; } }
@media (max-width: 1024px) {
    .page-section-text__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
.page-section-text__description {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 390px;
    font-size: 14px; }
.page-section-text__button {
    max-width: 314px;
    height: 58px;
    margin-top: 26px;
    color: #fff;
    font-style: normal;
    font-stretch: normal;
    background: #17c583;
    border: 2px solid #17c583;
    transition: ease-in-out 0.15s; }
.page-section-text__button:hover {
      color: #fff;
      background: #17c583;
      box-shadow: 0px 19px 57px 0 #17c583; }
@media (max-width: 480px) {
      .page-section-text__button {
        margin: 27px auto; } }
.page-section-image {
  position: relative;
  width: 50%; }
@media (max-width: 560px) {
    .page-section-image {
      width: 100%; } }
.page-section-image::before {
    position: absolute;
    right: -60px;
    bottom: 0;
    z-index: -2;
    display: block;
    width: 50vw;
    min-width: 288px;
    max-width: 626px;
    height: 50vw;
    min-height: 300px;
    max-height: 652px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #39c38c, #39c38c), linear-gradient(0deg, transparent 577px, #fff 577px), linear-gradient(90deg, #39c38c, #39c38c), radial-gradient(circle at center, #7b50bb 0, #7b50bb 70%, transparent 70.5%);
    background-repeat: no-repeat;
    background-position: right 85% bottom 48.69%, bottom 0 right 0, right 18.47% bottom 13.47%, right 47% bottom 58.21%;
    background-size: 46.56% 0.77%, 100% 100%, 26.52% 0.77%, 61.48% 60.39%;
    transform: translateX(-6.23%);
    pointer-events: none;
    content: ''; }
@media (max-width: 1200px) {
      .page-section-image::before {
        right: auto; } }
@media (max-width: 768px) {
      .page-section-image::before {
        right: 0;
        background-size: 48.56% 0.77%, 100% 100%, 26.52% 0.77%, 60% 60%; } }
.page-section-image__item {
    position: absolute;
    right: 90px;
    bottom: 0;
    z-index: 1;
    max-width: 300px;
    height: 50vw;
    min-height: 300px;
    max-height: 610px; }
@media (max-width: 1200px) {
      .page-section-image__item {
        left: 15vw; } }
@media (max-width: 560px) {
      .page-section-image__item {
        right: 67px;
        left: auto; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.infographic {
  padding: 60px 0; }
@media (max-width: 480px) {
    .infographic {
      padding: 30px 0; } }
.infographic__heading {
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 900;
    font-size: 41px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    text-transform: uppercase; }
.infographic__heading:not(:last-child) {
      margin-bottom: 20px; }
@media (max-width: 560px) {
      .infographic__heading {
        font-size: 30px; } }
.infographic__item {
    display: flex;
    align-items: center; }
.infographic__item:not(:last-child) {
      margin-bottom: 18px; }
@media (max-width: 480px) {
      .infographic__item {
        flex-direction: column;
        align-items: flex-start; } }
.infographic__year {
    min-width: 170px;
    padding-right: 15px;
    font-weight: 900;
    font-size: 53px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1; }
@media (max-width: 560px) {
      .infographic__year {
        min-width: 140px;
        font-size: 43px; } }
@media (max-width: 480px) {
      .infographic__year {
        min-width: 0;
        padding-right: 0; }
        .infographic__year:not(:last-child) {
          margin-bottom: 15px; } }
.infographic__chart {
    position: relative;
    display: flex;
    flex: 1;
    justify-content: space-between;
    min-height: 54px;
    color: #fff; }
@media (max-width: 480px) {
      .infographic__chart {
        min-width: 100%; } }
.infographic__chart-line {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      max-width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      border: none; }
.infographic__chart-left, .infographic__chart-right {
      position: relative;
      z-index: 3;
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: center;
      padding: 5px 10px; }
.infographic__chart-right {
      text-align: right; }
.infographic__chart-value, .infographic__chart-desc {
      color: inherit;
      font-weight: 800;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.11; }
.infographic__chart-value {
      font-size: 24px;
      text-transform: uppercase; }
@media (max-width: 560px) {
        .infographic__chart-value {
          font-size: 20px; } }
.infographic__chart-desc {
      font-size: 18px; }
@media (max-width: 560px) {
        .infographic__chart-desc {
          font-size: 16px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
[class*='csr-exterior-section'] {
  overflow: hidden; }
[class*='csr-exterior-section'] .page-section-image__item {
    top: 50%;
    left: 50%;
    z-index: 1;
    height: auto;
    max-height: 100%;
    transform: translate(-50%, -50%); }
[class*='csr-exterior-section'] .page-section-image:before, [class*='csr-exterior-section'] .page-section-image:after {
    content: '';
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 3;
    width: 168px;
    min-width: 0;
    max-width: none;
    min-height: 0;
    max-height: none; }
[class*='csr-exterior-section'] .page-section-image:before {
    top: 35%;
    right: 20%;
    background: transparent; }
@media (max-width: 560px) {
      [class*='csr-exterior-section'] .page-section-image:before {
        top: 50%;
        right: 30%;
        width: 110px; } }
[class*='csr-exterior-section'] .page-section-image:after {
    bottom: 25%;
    left: 10%; }
@media (max-width: 560px) {
      [class*='csr-exterior-section'] .page-section-image:after {
        bottom: -5%;
        left: 5%; } }
.csr__buttons > .cta-button {
  margin-right: auto;
  margin-left: auto; }
.csr__buttons-inline {
  display: flex;
  justify-content: space-around; }
@media (max-width: 480px) {
    .csr__buttons-inline {
      display: block; } }
.csr__buttons-inline > .cta-button {
    width: 100%;
    max-width: 380px; }
.csr__buttons-inline > .cta-button:not(:last-child) {
      margin-right: 30px; }
@media (max-width: 480px) {
        .csr__buttons-inline > .cta-button:not(:last-child) {
          margin-right: 0;
          margin-bottom: 30px; } }
.csr__buttons-inline:not(:last-child) {
    margin-bottom: 52px; }
.csr__title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-bottom: 120px;
  background-image: radial-gradient(circle at 70% 90%, #17c583 5%, #7b50bb 90%); }
@media (max-width: 767px) {
    .csr__title {
      padding-bottom: 50px; } }
.csr__title:before {
    top: auto;
    bottom: 30px; }
.csr__title .page-title-mobile__title {
    font-size: 1.8em; }
.csr__title .page-title-mobile__description:not(:last-child) {
    margin-bottom: 40px; }
.csr__title .page-title-2__content {
    min-height: 0;
    padding-bottom: 60px; }
.csr__title .page-title-2__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
.csr__title .page-title-2__title {
    margin: 0 auto; }
.csr__title .page-title-2__title:not(:last-child) {
      margin-bottom: 120px; }
.csr__title .page-title-2__description {
    position: relative;
    max-width: 70%;
    margin: 0; }
@media (max-width: 560px) {
  .csr-exterior-section-0 .page-section-with-image__wrapper, .csr-exterior-section-1 .page-section-with-image__wrapper, .csr-exterior-section-2 .page-section-with-image__wrapper, .csr-exterior-section-3 .page-section-with-image__wrapper, .csr-exterior-section-4 .page-section-with-image__wrapper, .csr-exterior-section-5 .page-section-with-image__wrapper, .csr-exterior-section-6 .page-section-with-image__wrapper {
    flex-direction: column-reverse; } }
@media (max-width: 560px) {
  .csr-exterior-section-0 .page-section-text__wrapper, .csr-exterior-section-1 .page-section-text__wrapper, .csr-exterior-section-2 .page-section-text__wrapper, .csr-exterior-section-3 .page-section-text__wrapper, .csr-exterior-section-4 .page-section-text__wrapper, .csr-exterior-section-5 .page-section-text__wrapper, .csr-exterior-section-6 .page-section-text__wrapper {
    padding-bottom: 20px; } }
@media (max-width: 560px) {
  .csr-exterior-section-0 .page-section-text__description, .csr-exterior-section-1 .page-section-text__description, .csr-exterior-section-2 .page-section-text__description, .csr-exterior-section-3 .page-section-text__description, .csr-exterior-section-4 .page-section-text__description, .csr-exterior-section-5 .page-section-text__description, .csr-exterior-section-6 .page-section-text__description {
    margin: 0 auto; }
    .csr-exterior-section-0 .page-section-text__description a.cta-button, .csr-exterior-section-1 .page-section-text__description a.cta-button, .csr-exterior-section-2 .page-section-text__description a.cta-button, .csr-exterior-section-3 .page-section-text__description a.cta-button, .csr-exterior-section-4 .page-section-text__description a.cta-button, .csr-exterior-section-5 .page-section-text__description a.cta-button, .csr-exterior-section-6 .page-section-text__description a.cta-button {
      margin: 0 auto; } }
@media (max-width: 560px) {
  .csr-exterior-section-0 .page-section-text, .csr-exterior-section-1 .page-section-text, .csr-exterior-section-2 .page-section-text, .csr-exterior-section-3 .page-section-text, .csr-exterior-section-4 .page-section-text, .csr-exterior-section-5 .page-section-text, .csr-exterior-section-6 .page-section-text {
    justify-content: flex-end;
    min-height: initial; } }
.csr-exterior-section-0 .page-section-image, .csr-exterior-section-1 .page-section-image, .csr-exterior-section-2 .page-section-image, .csr-exterior-section-3 .page-section-image, .csr-exterior-section-4 .page-section-image, .csr-exterior-section-5 .page-section-image, .csr-exterior-section-6 .page-section-image {
  min-height: 180px; }
@media (max-width: 560px) {
    .csr-exterior-section-0 .page-section-image__item, .csr-exterior-section-1 .page-section-image__item, .csr-exterior-section-2 .page-section-image__item, .csr-exterior-section-3 .page-section-image__item, .csr-exterior-section-4 .page-section-image__item, .csr-exterior-section-5 .page-section-image__item, .csr-exterior-section-6 .page-section-image__item {
      left: 40%;
      height: 65%;
      min-height: 180px;
      transform: translate(-100%, -30%); } }
.csr-exterior-section-0 .page-section-image__item {
  max-width: 238px; }
.csr-exterior-section-0 .page-section-image:after {
  height: 5px;
  background-color: #39c38c; }
@media (max-width: 560px) {
    .csr-exterior-section-0 .page-section-image:after {
      left: 15%;
      width: 100px; } }
.csr-exterior-section-0 .page-section-image:before {
  height: 10px;
  background-color: #7b50bb; }
@media (max-width: 560px) {
    .csr-exterior-section-0 .page-section-image:before {
      right: 50%;
      width: 100px; } }
.csr-exterior-section-1 {
  background: linear-gradient(45deg, #fc3a06 35%, #ff9b69); }
.csr-exterior-section-1 .page-section-image__item {
    max-width: 400px; }
@media (max-width: 480px) {
      .csr-exterior-section-1 .page-section-image__item {
        left: 50%; } }
.csr-exterior-section-1 .page-section-image:after {
    height: 10px;
    background-color: #7b50bb; }
@media (max-width: 560px) {
      .csr-exterior-section-1 .page-section-image:after {
        left: 5%;
        width: 100px; } }
.csr-exterior-section-1 .page-section-image:before {
    height: 16px;
    background-color: #fff; }
@media (max-width: 560px) {
      .csr-exterior-section-1 .page-section-image:before {
        right: 45%; } }
.csr-exterior-section-2 .page-section-image__item {
  max-width: 400px; }
@media (max-width: 560px) {
    .csr-exterior-section-2 .page-section-image__item {
      left: 60%; } }
@media (max-width: 360px) {
    .csr-exterior-section-2 .page-section-image__item {
      left: 80%; } }
.csr-exterior-section-2 .page-section-image:after {
  height: 22px;
  background-color: #fe5929; }
@media (max-width: 560px) {
    .csr-exterior-section-2 .page-section-image:after {
      bottom: -15%;
      left: 15%;
      z-index: 1;
      width: 110px;
      height: 15px; } }
.csr-exterior-section-2 .page-section-image:before {
  height: 8px;
  background-color: #39c38c; }
@media (max-width: 560px) {
    .csr-exterior-section-2 .page-section-image:before {
      right: 45%; } }
.csr-exterior-section-3 {
  background: linear-gradient(45deg, #214fc0 40%, #03dcfe); }
.csr-exterior-section-3 .page-section-image__item {
    max-width: 200px; }
.csr-exterior-section-3 .page-section-image:after {
    height: 14px;
    background-color: #fff; }
@media (max-width: 560px) {
      .csr-exterior-section-3 .page-section-image:after {
        left: 10%;
        width: 110px;
        height: 15px; } }
.csr-exterior-section-3 .page-section-image:before {
    height: 8px;
    background-color: #39c38c; }
@media (max-width: 560px) {
      .csr-exterior-section-3 .page-section-image:before {
        right: 45%; } }
.csr-exterior-section-4 .page-section-image__item {
  max-width: 214px; }
.csr-exterior-section-4 .page-section-image:after {
  width: 160px;
  height: 14px;
  background-color: #7b50bb; }
@media (max-width: 560px) {
    .csr-exterior-section-4 .page-section-image:after {
      bottom: -15%;
      left: 15%;
      z-index: 1;
      width: 110px;
      height: 10px; } }
.csr-exterior-section-4 .page-section-image:before {
  width: 68px;
  height: 8px;
  background-color: #e25cf4; }
@media (max-width: 560px) {
    .csr-exterior-section-4 .page-section-image:before {
      right: 50%;
      height: 5px; } }
.csr-exterior-section-5 {
  background: linear-gradient(45deg, #d83f44 30%, #ff00a0); }
.csr-exterior-section-5 .page-section-image__item {
    max-width: 278px; }
.csr-exterior-section-5 .page-section-image:after {
    width: 160px;
    height: 14px;
    background-color: #7b50bb; }
@media (max-width: 560px) {
      .csr-exterior-section-5 .page-section-image:after {
        left: 10%;
        z-index: 1;
        width: 110px;
        height: 10px; } }
.csr-exterior-section-5 .page-section-image:before {
    height: 8px;
    background-color: #39c38c; }
@media (max-width: 560px) {
      .csr-exterior-section-5 .page-section-image:before {
        right: 50%;
        height: 5px; } }
.csr-exterior-section-6 .page-section-image__item {
  z-index: -1;
  max-width: 214px; }
.csr-exterior-section-6 .page-section-image:after {
  height: 14px;
  background-color: #7b50bb; }
@media (max-width: 560px) {
    .csr-exterior-section-6 .page-section-image:after {
      left: 15%;
      width: 100px; } }
.csr-exterior-section-6 .page-section-image:before {
  height: 8px;
  background-color: #e25cf4; }
@media (max-width: 560px) {
    .csr-exterior-section-6 .page-section-image:before {
      right: 50%;
      width: 68px; } }
.csr-exterior-section-1 .page-section-text__heading,
.csr-exterior-section-1 .page-section-text__paragraph, .csr-exterior-section-3 .page-section-text__heading,
.csr-exterior-section-3 .page-section-text__paragraph, .csr-exterior-section-5 .page-section-text__heading,
.csr-exterior-section-5 .page-section-text__paragraph {
  color: #fff; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.partner-title {
  overflow: hidden;
  background: linear-gradient(45deg, #f9ac07, #5406d9);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important; }
.partner-title_mouse-animation::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: calc(50% - 8px);
    width: 16px;
    height: 35px;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/home/mouse-arrow.svg"); }
@media (min-width: 2560px) {
      .partner-title_mouse-animation::before {
        width: calc(16px * 1.44);
        height: calc(35px * 1.44);
        background-size: 100%; } }
@media screen and (max-width: 767px) and (max-height: 1050px) {
      .partner-title_mouse-animation::before {
        bottom: 10px; } }
@media screen and (max-height: 580px) {
      .partner-title_mouse-animation::before {
        top: 650px;
        transform: scale(0.8); } }
@media screen and (max-height: 380px) {
      .partner-title_mouse-animation::before {
        content: none; } }
@media (hover: none) and (pointer: coarse) {
      .partner-title_mouse-animation::before {
        content: none; } }
.partner-title .mousey {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 8px);
    box-sizing: content-box;
    width: 3px;
    height: 18px;
    padding: 10px 11px;
    border: 2px solid #000;
    border-radius: 25px;
    opacity: 0.75; }
.partner-title .mousey_white {
      border: 2px solid #fff; }
.partner-title .mousey_white .scroller {
        background-color: #fff; }
@media screen and (max-width: 767px) and (max-height: 1050px) {
      .partner-title .mousey {
        bottom: 10px; } }
@media screen and (max-height: 580px) {
      .partner-title .mousey {
        top: 650px;
        transform: scale(0.8); } }
@media screen and (max-height: 380px) {
      .partner-title .mousey {
        display: none; } }
@media (hover: none) and (pointer: coarse) {
      .partner-title .mousey {
        display: none; } }
.partner-title .scroller {
    width: 3px;
    height: 10px;
    background-color: #000;
    border-radius: 25%;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite; }
@media screen and (max-height: 580px) {
    .partner-title {
      min-height: 700px; } }
@media screen and (max-height: 350px) {
    .partner-title {
      min-height: 600px;
      padding-top: 105px; } }
.partner-title__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 120px 100px 120px;
    color: #fff; }
@media only screen and (max-width: 600px) {
      .partner-title__content {
        padding: 120px 0 120px; } }
@media (min-width: 2560px) {
      .partner-title__content {
        padding: calc(1.44 * 120px) calc(1.44 * 100px) calc(1.44 * 120px); } }
.partner-title__container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 940px; }
.partner-title__title-logos-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
@media only screen and (max-width: 767px) {
      .partner-title__title-logos-wrapper {
        align-items: center; } }
.partner-title__title-logo-softserve {
    width: 100%;
    max-width: 170px;
    margin-bottom: 1.9%;
    margin-left: 10px; }
@media only screen and (max-width: 600px) {
      .partner-title__title-logo-softserve {
        margin-bottom: 3.9%; } }
.partner-title__title-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px; }
.partner-title__title-logo-wrapper_with-text {
      justify-content: flex-start; }
@media (min-width: 767px) {
        .partner-title__title-logo-wrapper_with-text {
          margin-right: 65px; } }
.partner-title__title-logo-wrapper_with-text .partner-title__logo-partner {
        max-width: 90px;
        margin-left: 10px; }
@media (max-width: 767px) {
        .partner-title__title-logo-wrapper_with-text {
          flex-direction: column-reverse;
          margin-top: 0; } }
.partner-title__title-and {
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 800;
    font-size: 22px;
    font-family: "ProximaNova", sans-serif; }
@media (max-width: 475px) {
      .partner-title__title-and {
        font-size: 18px; } }
.partner-title__logo-partner {
    width: 100%;
    max-width: 250px;
    margin-bottom: 1%; }
.partner-title__title-logo-text {
    padding-left: 15px;
    font-weight: 800;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
@media (max-width: 980px) {
      .partner-title__title-logo-text {
        font-size: 16px; } }
@media (max-width: 767px) {
      .partner-title__title-logo-text {
        width: 375px;
        font-size: 24px;
        text-align: center; } }
@media (max-width: 480px) {
      .partner-title__title-logo-text {
        width: 320px;
        font-size: 18px; } }
.partner-title__description {
    width: 100%;
    max-width: 485px;
    margin-bottom: 0;
    margin-left: 50px;
    font-weight: 800;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif; }
.partner-title__description a {
      color: #fff; }
.partner-title__description p {
      margin: 0; }
@media (min-width: 2560px) {
      .partner-title__description {
        margin-top: calc(26px * 1.44);
        margin-left: calc(150px * 1.44);
        font-size: calc(24px * 1.44); } }
@media screen and (max-width: 1024px) {
      .partner-title__description {
        font-size: 2.3vw; } }
@media screen and (max-width: 650px) {
      .partner-title__description {
        width: 65%; } }
@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    opacity: 0; } }
@keyframes shake {
  3% {
    transform: translate3d(0, -1px, 0); }
  6% {
    transform: translate3d(0, 2px, 0); }
  9% {
    transform: translate3d(0, -4px, 0); }
  12% {
    transform: translate3d(0, 4px, 0); }
  15%,
  100% {
    transform: translate3d(0, 0, 0); } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.description {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .description {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .description {
      max-width: calc(940px * 1.44); } }
.description {
  padding-top: 70px;
  padding-bottom: 100px; }
.description__text {
    position: relative;
    font-weight: 800;
    font-size: 32px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.12; }
.description__text::before {
      position: absolute;
      top: -15px;
      width: 291px;
      height: 3px;
      background-color: #3bc440;
      content: ''; }
@media (max-width: 510px) {
        .description__text::before {
          width: 145px; } }
.description__text p {
      margin-top: 35px;
      margin-bottom: 1rem; }
.description__text p:nth-child(1) {
        margin-top: 15px; }
@media (max-width: 767px) {
      .description__text {
        font-size: 24px; } }
@media (max-width: 480px) {
      .description__text {
        font-size: 18px; } }
@media (max-width: 480px) {
    .description {
      padding-top: 15vw;
      padding-bottom: 15vw; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.press-list {
  color: #fff;
  background: #252f3e; }
.press-list__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 940px;
    height: 100%;
    margin: 0 auto;
    padding: 50px 0; }
@media (max-width: 1024px) {
      .press-list__wrapper {
        min-height: 0;
        padding: 4vw 15px; } }
.press-list__heading {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
.press-list__heading:not(:last-child) {
      margin-bottom: 25px; }
@media (max-width: 640px) {
      .press-list__heading {
        font-size: 1.85em; } }
.press-list__heading-description {
    position: relative;
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif; }
.press-list__heading-description:before {
      position: absolute;
      top: -15px;
      bottom: 0;
      width: 291px;
      max-width: 100%;
      height: 2px;
      background-color: rgba(255, 255, 255, 0.7);
      content: ''; }
@media (max-width: 360px) {
      .press-list__heading-description {
        font-size: 16px; } }
@media (max-height: 750px) {
      .press-list__heading-description {
        display: none; } }
.press-list__events-container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 0; }
@media (max-width: 767px) {
      .press-list__events-container {
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center; } }
@media (max-width: 540px) {
      .press-list__events-container {
        flex-direction: column;
        justify-content: space-between; } }
.press-list__press-card {
    display: block;
    width: 100%;
    max-width: 220px;
    margin-bottom: 25px; }
@media (min-width: 767px) {
      .press-list__press-card:not(:last-child) {
        margin-right: calc(3% - 10px); } }
.press-list__press-card .press-card__logo-img {
      min-height: auto;
      background: #000; }
@media (max-width: 767px) {
      .press-list__press-card {
        margin: 0 5vw 25px; } }
@media (max-width: 600px) {
      .press-list__press-card {
        margin: 0 auto 25px; } }
.press-list__cta-button {
    margin: 36px auto 0;
    padding: 16px 0;
    color: #fff;
    background-color: #000;
    border: 2px solid #000; }
.press-list__cta-button:hover {
      color: white;
      background: black;
      border: 2px solid #000;
      box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.95); }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.content-slider-item {
  max-width: 270px;
  min-height: 22px; }
.content-slider-item__heading {
    position: relative;
    display: flex;
    margin: 0;
    font-weight: 900;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
.content-slider-item__number {
    margin-right: 14px;
    cursor: default;
    opacity: 0.2; }
.content-slider-item__number::after {
      display: none !important;
      content: '' !important; }
.content-slider-item__content {
    position: relative;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
    /* @extend %custom-link-animation; */ }
.content-slider-item__content::before {
      position: absolute;
      top: 0;
      left: -0.2em;
      width: 0;
      height: 0;
      content: ''; }
.content-slider-item__content_active {
      font-size: 20px;
      line-height: 1;
      opacity: 1; }
.content-slider-item__content_active::before {
        width: 15px;
        height: 90%;
        border: 2px solid #e0e0e0;
        border-right: none;
        border-bottom: none;
        transition: width 0.3s, height 0.3s 0.3s; }
.content-slider-item__content_active::after {
        display: none !important;
        content: '' !important; }
.content-slider-item__content:hover {
      opacity: 1; }
.content-slider-item__description {
    position: static;
    min-height: 380px; }
.content-slider-item__description-text {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 21px; }
@media only screen and (max-width: 600px) {
      .content-slider-item__description-text {
        font-size: 14px; } }
.content-slider-item__description-text a {
      position: relative;
      display: inline-block;
      margin-top: 10px;
      color: black;
      font-weight: 800;
      font-size: 24px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1;
      text-decoration: underline;
      /* @extend %custom-link-animation; */ }
.content-slider-item__description-text a:hover {
        color: #262626;
        text-decoration: none; }
.content-slider-item__cta-button {
    margin: 0px auto 50px;
    color: #fff;
    background: #000; }
.content-slider-item__cta-button:hover {
      color: #fff;
      background: #000;
      box-shadow: 0px 19px 57px 0 #000; }
.content-slider-item__description-image {
    max-width: 215px;
    margin-bottom: 15px; }
.content-slider-item__list {
    margin: 0;
    padding: 0;
    list-style: none; }
.content-slider-item__list-item-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 900;
    font-size: 18px;
    font-family: "ProximaNova", sans-serif;
    line-height: 21px;
    text-transform: uppercase; }
.content-slider-item__list-item-text {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 21px; }
@media only screen and (max-width: 767px) {
  .content-slider-item__description {
    min-height: 0;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .content-slider-item__heading_active {
    padding-bottom: 20px; }
  .content-slider-item {
    max-width: none; } }
@media only screen and (min-width: 768px) {
  .content-slider-item__description {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    min-height: 100%;
    padding: 0 45px; } }
@media only screen and (min-width: 1025px) {
  .content-slider-item__description-text {
    font-size: 18px;
    line-height: 27px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.content-slider__aside {
  margin: 0;
  padding: 0;
  list-style: none; }
.content-slider {
  padding: 40px 30px 80px;
  background: white; }
.content-slider__navigation {
    padding: 90px 0 150px; }
.content-slider__navigation .content-slider {
      margin: 0 auto; }
.content-slider__navigation--with-bg {
      background-image: linear-gradient(45deg, #f9ac07, #5406d9); }
.content-slider__container, .content-slider__content {
    position: relative; }
.content-slider__container {
    max-width: 940px;
    margin: 0 auto; }
.content-slider__aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px; }
@media only screen and (min-width: 768px) {
  .content-slider__aside {
    width: 35%;
    border-right: 2px solid #11a3e5; } }
@media only screen and (max-width: 767px) {
  .content-slider {
    padding: 40px 20px; }
  .content-slider-item {
    padding-bottom: 20px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.aws__description-wrapper, .aws__approach-content, .aws__what-we-do-content-wrapper, .aws__services-wrapper, .aws__form-wrapper, .aws__slider-wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .aws__description-wrapper, .aws__approach-content, .aws__what-we-do-content-wrapper, .aws__services-wrapper, .aws__form-wrapper, .aws__slider-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .aws__description-wrapper, .aws__approach-content, .aws__what-we-do-content-wrapper, .aws__services-wrapper, .aws__form-wrapper, .aws__slider-wrapper {
      max-width: calc(940px * 1.44); } }
.aws .colored-square-slider_aws-areas .cta-button {
  display: block;
  width: 242px;
  height: 58px;
  margin: 80px auto;
  padding: 0;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #000;
  border: 2px solid #131313;
  transition: all 0.3s linear; }
.aws .colored-square-slider_aws-areas .cta-button:hover {
    box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.55); }
.aws {
  overflow: hidden; }
.aws .partner-title {
    background: linear-gradient(-235deg, #ff9900, #e37b00); }
.aws .partner-title__title-and {
      font-size: 17px; }
.aws .partner-title__title-logo-softserve {
      max-width: 170px; }
.aws .partner-title__title-logo-wrapper {
      max-width: 145px; }
.aws__description-logo-aws {
    width: 100%;
    max-width: 246px;
    margin: 20px 0 0 -55px; }
@media (max-width: 420px) {
      .aws__description-logo-aws {
        margin: 20px auto 0; } }
.aws__description-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4vw; }
@media (max-width: 420px) {
      .aws__description-wrapper {
        flex-direction: column-reverse;
        padding-left: 5px; } }
.aws__description-wrapper .description {
      padding: 0 0 1vw 0; }
.aws__description-wrapper .description__text {
        min-height: 220px;
        margin-left: auto;
        font-size: 22px;
        line-height: 1.2; }
.aws__description-wrapper .description__text:before {
          background-color: transparent; }
@media (max-width: 747px) {
          .aws__description-wrapper .description__text {
            font-size: 18px; } }
@media (max-width: 640px) {
          .aws__description-wrapper .description__text {
            font-size: 16px; } }
@media (max-width: 420px) {
        .aws__description-wrapper .description {
          padding: 0 15px; } }
.aws .sub-title-colored {
    padding: 60px 0 4vw; }
.aws .sub-title-colored__heading {
      max-width: 90%;
      color: #fff; }
.aws__approach-wrapper {
    color: #fff;
    background: #ff9900; }
.aws__approach-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.aws__content-item {
    flex: 1;
    max-width: 100%;
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 21px;
    font-family: "ProximaNova", sans-serif; }
@media (min-width: 641px) {
      .aws__content-item:not(:nth-child(3n)):not(:last-child) {
        margin-right: 5.63%; } }
.aws__content-item:not(:nth-child(2n)):not(:last-child) {
      margin-right: 5%; }
@media (max-width: 420px) {
        .aws__content-item:not(:nth-child(2n)):not(:last-child) {
          margin-right: 0; } }
@media (min-width: 641px) {
      .aws__content-item:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)) {
        margin-bottom: 40px; } }
@media (max-width: 640px) {
      .aws__content-item {
        min-width: 45%;
        font-size: 16px; } }
@media (max-width: 420px) {
      .aws__content-item {
        min-width: 100%; } }
.aws__numbers-wrapper {
    background-image: #dd3303; }
.aws__numbers-wrapper .sub-title-colored {
      padding: 60px 0 4vw; }
.aws__numbers-wrapper .sub-title-colored__heading {
        max-width: 90%;
        color: #000; }
.aws__numbers-wrapper .sub-title-colored__description {
        font-weight: 900;
        font-size: 34px;
        font-family: "ProximaNova", sans-serif; }
@media (max-width: 768px) {
          .aws__numbers-wrapper .sub-title-colored__description {
            font-size: 24px; } }
@media (max-width: 640px) {
          .aws__numbers-wrapper .sub-title-colored__description {
            font-size: 18px; } }
.aws .industry-numbers__description {
    color: #000;
    text-transform: none; }
@media (min-width: 641px) {
    .aws .industry-numbers__col {
      min-width: initial; } }
.aws .industry-demos .demo-item-grid__list-item {
    max-width: 300px; }
.aws .colored-square-slider_aws-areas .colored-square-slider__list-item .colored-square-slider__item {
    color: #fff;
    background-image: linear-gradient(to top, #000, #000);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100%;
    box-shadow: 0px 12px 35px -11px rgba(0, 0, 0, 0.46); }
.aws .colored-square-slider_aws-areas .colored-square-slider__list-item_active .colored-square-slider__item {
    background-color: #000;
    background-image: linear-gradient(to top, #1dd9c3, #3cc33a);
    box-shadow: 0px 12px 35px -11px rgba(0, 0, 0, 0.46); }
.aws .colored-square-slider_aws-areas .colored-square-slider__list-item:hover .colored-square-slider__item {
    background-color: #000;
    background-image: linear-gradient(to top, #1dd9c3, #3cc33a);
    box-shadow: 0px 12px 35px -11px #1feecc; }
.aws .colored-square-slider_aws-areas .colored-square-slider__list-item .colored-square-slider__item-title {
    max-width: 50%;
    margin: auto 0;
    color: #fff; }
.aws .colored-square-slider_aws-areas .colored-square-slider__description {
    font-weight: 800; }
@media (max-width: 640px) {
      .aws .colored-square-slider_aws-areas .colored-square-slider__description {
        font-size: 16px; } }
.aws .colored-square-slider_aws-areas .content__summary::before {
    content: none; }
.aws .colored-square-slider_aws-areas .cta-button {
    margin: 0 auto; }
.aws .colored-square-slider_aws-areas .cta-button:hover {
      box-shadow: 0px 19px 57px -11px rgba(0, 0, 0, 0.55); }
.aws__case-study-wrapper .cta-button {
    display: none; }
.aws__case-study-wrapper .industry-resources__heading {
    margin-bottom: 16px; }
@media (max-width: 640px) {
    .aws__case-study-wrapper .industry-resources .outlined-box-grid__box {
      font-size: 18px; } }
.aws__what-we-do-wrapper {
    padding-bottom: 3vw;
    color: #fff;
    background: #252f3e; }
.aws__what-we-do-wrapper .sub-title-colored__description {
      font-weight: 800;
      font-size: 21px;
      font-family: "ProximaNova", sans-serif; }
@media (max-width: 640px) {
        .aws__what-we-do-wrapper .sub-title-colored__description {
          font-size: 16px; } }
.aws__what-we-do-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
@media (max-width: 767px) {
      .aws__what-we-do-content-wrapper {
        flex-direction: column; } }
.aws__what-we-do-content-wrapper ul {
      flex-basis: 30%;
      margin: 0;
      padding: 0;
      list-style: none; }
@media (max-width: 767px) {
        .aws__what-we-do-content-wrapper ul {
          margin-bottom: 45px; } }
.aws__what-we-do-content-wrapper li {
      flex-basis: 30%;
      padding: 20px 0;
      font-weight: 800;
      font-size: 21px;
      font-family: "ProximaNova", sans-serif; }
@media (max-width: 640px) {
        .aws__what-we-do-content-wrapper li {
          font-size: 16px; } }
.aws__services-wrapper {
    padding-bottom: 5vw; }
@media (max-width: 767px) {
      .aws__services-wrapper {
        padding-bottom: 10vw; } }
.aws__services-wrapper .sub-title {
      padding-top: 1vw; }
.aws__services-wrapper .sub-title__wrapper {
        padding: 0; }
.aws__services-wrapper .sub-title__heading {
        font-size: 40px; }
@media (max-width: 640px) {
          .aws__services-wrapper .sub-title__heading {
            font-size: 22px; } }
.aws__services-wrapper .sub-title__description {
        font-size: 18px; }
@media (max-width: 640px) {
          .aws__services-wrapper .sub-title__description {
            font-size: 16px; } }
.aws__services-wrapper .sub-title-colored__wrapper {
      padding-left: 0; }
.aws__services-wrapper .sub-title-colored__heading {
      color: #000; }
.aws__services-wrapper .sub-title-colored__description {
      font-weight: 800;
      font-size: 20px;
      font-family: "ProximaNova", sans-serif; }
@media (max-width: 640px) {
        .aws__services-wrapper .sub-title-colored__description {
          font-size: 16px; } }
.aws__services-wrapper .content-slider {
      padding: 40px 0 14vw; }
@media (min-width: 1024px) {
        .aws__services-wrapper .content-slider {
          padding: 40px 0; } }
@media (max-width: 768px) {
        .aws__services-wrapper .content-slider {
          padding: 40px 0; } }
.aws__services-wrapper .content-slider__aside {
        justify-content: flex-start;
        min-height: 285px; }
@media only screen and (min-width: 768px) {
          .aws__services-wrapper .content-slider__aside {
            border-right: 2px solid #ff9900; } }
.aws__services-wrapper .content-slider__aside .content-slider-item {
          padding-bottom: 20px; }
.aws__services-wrapper .content-slider__aside .content-slider-item__content_active {
            padding: 10px; }
.aws__services-wrapper .content-slider__aside .content-slider-item__description {
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
@media only screen and (min-width: 768px) {
            .aws__services-wrapper .content-slider__aside .content-slider-item__cta-button {
              margin-bottom: 0 !important;
              margin-left: 0; } }
.aws__services-wrapper .content-slider .content-slider-item__description-text {
        font-size: 16px;
        line-height: 1.3; }
.aws__services-wrapper .content-slider .content-slider-item__description-text p:first-child {
          margin-top: 0; }
.aws__expertise-section .services-double-slider {
    padding-top: 5vw;
    padding-bottom: 0; }
.aws__expertise-section .two-column-slider {
    color: #000; }
.aws__expertise-section .two-column-slider-item__description-text {
    color: #000;
    font-weight: normal;
    text-transform: none; }
.aws__expertise-section .two-column-slider-item__description-text ul {
      margin-top: 10px;
      list-style-type: circle; }
.aws__tabs {
    margin-right: 0;
    margin-left: 0; }
.aws__form-section {
    padding-bottom: 7vw;
    background-image: linear-gradient(45deg, #dd3303, #e1a81e); }
@media (max-width: 400px) {
    .aws__form-wrapper .form-box__inner, .aws__slider-wrapper .form-box__inner {
      margin: 25px; } }
.aws__content-slider-heading .sub-title-colored__heading {
    color: #000; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.apigee__approach-content, .apigee__form-wrapper, .apigee__slider-wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .apigee__approach-content, .apigee__form-wrapper, .apigee__slider-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .apigee__approach-content, .apigee__form-wrapper, .apigee__slider-wrapper {
      max-width: calc(940px * 1.44); } }
.apigee {
  overflow: hidden; }
.apigee .partner-title {
    background: linear-gradient(-235deg, #dd3202, #494a4c); }
.apigee .partner-title__title-and {
      color: rgba(255, 255, 255, 0.7); }
.apigee .partner-title__title-logo-softserve {
      max-width: 225px; }
.apigee .description__text:before {
    background-color: #dd3303; }
.apigee .sub-title-colored {
    padding: 60px 0 4vw; }
.apigee .sub-title-colored__heading {
      max-width: 90%;
      color: #fff; }
.apigee__approach-wrapper {
    color: #fff;
    background: #dd3303; }
.apigee__approach-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.apigee__content-item {
    flex: 1;
    max-width: 50%;
    margin-bottom: 30px; }
.apigee__content-item h3 {
      min-height: 21px;
      padding-bottom: 15px;
      font-weight: 800;
      font-size: 24px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1em;
      text-transform: uppercase;
      border-top: none;
      border-right: none;
      border-bottom: 2px solid transparent;
      border-left: none;
      border-image: linear-gradient(to right, #fff 55%, #dd3303 55%, #dd3303 100%);
      -webkit-border-image-slice: 1;
      -moz-border-image-slice: 1;
      border-image-slice: 1; }
@media (max-width: 640px) {
        .apigee__content-item h3 {
          border-bottom: 2px solid #fff;
          border-image: none; } }
@media not all and (min-resolution: 0.001dpcm) {
        .apigee__content-item h3 {
          /* start for Safari Desktop & Mobile */
          -webkit-border-image-slice: 0 0 1 0;
          -moz-border-image-slice: 0 0 1 0;
          border-image-slice: 0 0 1 0;
          /* end */ } }
.apigee__content-item p {
      line-height: 22px; }
@media (min-width: 641px) {
      .apigee__content-item:not(:nth-child(3n)):not(:last-child) {
        margin-right: 5.63%; } }
.apigee__content-item:not(:nth-child(2n)):not(:last-child) {
      margin-right: 5%; }
@media (max-width: 420px) {
        .apigee__content-item:not(:nth-child(2n)):not(:last-child) {
          margin-right: 0; } }
@media (min-width: 641px) {
      .apigee__content-item:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)) {
        margin-bottom: 40px; } }
@media (max-width: 640px) {
      .apigee__content-item {
        min-width: 45%; } }
@media (max-width: 420px) {
      .apigee__content-item {
        min-width: 100%; } }
.apigee__numbers-wrapper {
    background-image: #dd3303; }
.apigee__numbers-wrapper .sub-title-colored {
      padding: 60px 0 4vw; }
.apigee__numbers-wrapper .sub-title-colored__heading {
        max-width: 90%;
        color: #000; }
.apigee .industry-numbers__number_orange {
    color: #ff3800;
    border-color: #000; }
.apigee .industry-numbers__description {
    color: #ff3800;
    text-transform: none; }
@media (min-width: 641px) {
    .apigee .industry-numbers__col {
      min-width: initial; } }
.apigee__case-study-wrapper .cta-button {
    display: none; }
.apigee__case-study-wrapper .industry-resources__heading {
    margin-bottom: 16px; }
.apigee__form-section {
    padding-bottom: 7vw;
    background-image: linear-gradient(45deg, #dd3303, #e1a81e); }
@media (max-width: 400px) {
    .apigee__form-wrapper .form-box__inner, .apigee__slider-wrapper .form-box__inner {
      margin: 25px; } }
.apigee__content-slider-heading .sub-title-colored__heading {
    color: #000; }
.apigee .content-slider {
    padding: 40px 0 80px; }
.apigee .content-slider__aside {
      min-height: 200px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.mulesoft__description-wrapper, .mulesoft__approach-content, .mulesoft__form-wrapper, .mulesoft__slider-wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .mulesoft__description-wrapper, .mulesoft__approach-content, .mulesoft__form-wrapper, .mulesoft__slider-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .mulesoft__description-wrapper, .mulesoft__approach-content, .mulesoft__form-wrapper, .mulesoft__slider-wrapper {
      max-width: calc(940px * 1.44); } }
.mulesoft {
  overflow: hidden; }
.mulesoft .partner-title {
    background: linear-gradient(to right, #00a1df, #00739f); }
.mulesoft .partner-title__title-and {
      font-size: 17px; }
.mulesoft .partner-title__title-logo-softserve {
      max-width: 170px; }
.mulesoft__description-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4vw; }
@media (max-width: 420px) {
      .mulesoft__description-wrapper {
        flex-direction: column-reverse;
        padding-left: 5px; } }
.mulesoft__description-wrapper .description {
      padding: 0 0 40px 0; }
@media (min-width: 767px) {
        .mulesoft__description-wrapper .description {
          padding-bottom: 5vw; } }
.mulesoft__description-wrapper .description__text:before {
        background-color: #00a1df; }
.mulesoft__description-wrapper .description__text a {
        color: #000; }
@media (max-width: 747px) {
        .mulesoft__description-wrapper .description__text {
          font-size: 22px; } }
@media (max-width: 640px) {
        .mulesoft__description-wrapper .description__text {
          font-size: 18px; } }
@media (max-width: 420px) {
        .mulesoft__description-wrapper .description {
          padding: 30px 15px; } }
.mulesoft .sub-title-colored {
    padding: 60px 0 4vw; }
.mulesoft .sub-title-colored__heading {
      max-width: 90%;
      color: #fff; }
.mulesoft__approach-wrapper {
    color: #fff;
    background: #00a1df; }
.mulesoft__approach-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.mulesoft__content-item {
    flex: 1;
    max-width: 50%;
    margin-bottom: 30px; }
.mulesoft__content-item h3 {
      min-height: 21px;
      padding-bottom: 15px;
      font-weight: 800;
      font-size: 24px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1em;
      text-transform: uppercase;
      border-top: none;
      border-right: none;
      border-bottom: 2px solid transparent;
      border-left: none;
      border-image: linear-gradient(to right, #fff 55%, #00a1df 55%, #00a1df 100%);
      -webkit-border-image-slice: 1;
      -moz-border-image-slice: 1;
      border-image-slice: 1; }
@media (max-width: 640px) {
        .mulesoft__content-item h3 {
          border-bottom: 2px solid #fff;
          border-image: none; } }
@media not all and (min-resolution: 0.001dpcm) {
        .mulesoft__content-item h3 {
          /* start for Safari Desktop & Mobile */
          -webkit-border-image-slice: 0 0 1 0;
          -moz-border-image-slice: 0 0 1 0;
          border-image-slice: 0 0 1 0;
          /* end */ } }
.mulesoft__content-item p {
      line-height: 22px; }
@media (min-width: 641px) {
      .mulesoft__content-item:not(:nth-child(3n)):not(:last-child) {
        margin-right: 5.63%; } }
.mulesoft__content-item:not(:nth-child(2n)):not(:last-child) {
      margin-right: 5%; }
@media (max-width: 420px) {
        .mulesoft__content-item:not(:nth-child(2n)):not(:last-child) {
          margin-right: 0; } }
@media (min-width: 641px) {
      .mulesoft__content-item:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)) {
        margin-bottom: 40px; } }
@media (max-width: 640px) {
      .mulesoft__content-item {
        min-width: 45%; } }
@media (max-width: 420px) {
      .mulesoft__content-item {
        min-width: 100%; } }
.mulesoft__case-study-wrapper .cta-button {
    display: none; }
.mulesoft__case-study-wrapper .industry-resources__heading {
    margin-bottom: 16px; }
.mulesoft__form-section {
    padding-bottom: 7vw;
    background-image: linear-gradient(45deg, #00a1df, #00d8ff); }
@media (max-width: 400px) {
    .mulesoft__form-wrapper .form-box__inner, .mulesoft__slider-wrapper .form-box__inner {
      margin: 25px; } }
.mulesoft__content-slider-heading .sub-title-colored__heading {
    color: #000; }
.mulesoft .content-slider {
    padding: 40px 0 14vw; }
@media (min-width: 1024px) {
      .mulesoft .content-slider {
        padding: 40px 0 12vw; } }
@media (max-width: 768px) {
      .mulesoft .content-slider {
        padding: 40px 0; } }
.mulesoft .content-slider__aside {
      min-height: 220px; }
.mulesoft .content-slider__aside .content-slider-item {
        padding-bottom: 20px; }
.mulesoft .content-slider__aside .content-slider-item ul {
          padding-left: 20px;
          list-style: none; }
.mulesoft .content-slider__aside .content-slider-item ul li {
            position: relative; }
.mulesoft .content-slider__aside .content-slider-item ul li::before {
              position: absolute;
              top: 10px;
              left: -20px;
              width: 8px;
              height: 8px;
              background: #00a1df;
              content: ''; }
@media only screen and (max-width: 540px) {
                .mulesoft .content-slider__aside .content-slider-item ul li::before {
                  top: 8px; } }
.mulesoft .content-slider .content-slider-item__description-text {
      font-size: 16px; }
@media (max-width: 767px) {
        .mulesoft .content-slider .content-slider-item__description-text {
          line-height: 27px; } }
.mulesoft .content-slider .content-slider-item__description-text p:first-child {
        margin-top: 0; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.video__preview {
  position: relative;
  cursor: pointer;
  filter: grayscale(1); }
.video__preview:not(:last-child) {
    margin-bottom: 15px; }
.video__preview img {
    display: block;
    width: 100%;
    max-width: 100%; }
.video__preview::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    background: url("https://cdnssinc-dev.azureedge.net/img/home/video/play-button.svg") no-repeat 50% 50%;
    background-size: 62px 62px;
    opacity: 0;
    transition: opacity 0.5s;
    content: ''; }
.video__preview:hover {
    filter: grayscale(0); }
.video__preview:hover::before {
      opacity: 0.7; }
@media (max-width: 768px) {
    .video__preview {
      filter: none; }
      .video__preview::before {
        opacity: 0.7; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.industry-services__tabs__nav {
  margin: 0;
  padding: 0;
  list-style: none; }
.industry-services__heading {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 41px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.industry-services__heading:not(:last-child) {
    margin-bottom: 38px; }
@media (max-width: 640px) {
    .industry-services__heading {
      font-size: 30px; } }
.industry-services {
  padding: 140px 0 180px;
  background-image: linear-gradient(to right, #f9ac07, #5406d9); }
.industry-services__button {
    margin: 30px auto 0;
    color: #fff;
    background: #000;
    box-shadow: 0px 19px 35px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.2s ease; }
.industry-services__button:hover {
      box-shadow: 0px 19px 35px 0 rgba(0, 0, 0, 0.5); }
@media (max-width: 1024px) {
    .industry-services {
      padding: 80px 0 120px; } }
@media (max-width: 768px) {
    .industry-services {
      padding: 40px 0 20px; } }
.industry-services__heading:not(:last-child) {
    margin-bottom: 24px; }
@media (max-width: 768px) {
    .industry-services__tabs {
      margin: 0 -15px; } }
.industry-services__tabs__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
@media (max-width: 768px) {
      .industry-services__tabs__nav {
        display: block;
        border-bottom: none; } }
.industry-services__tabs__nav:not(:last-child) {
      margin-bottom: 16px; }
.industry-services__tabs__nav__item {
      position: relative;
      padding: 8px 10px;
      color: #fff;
      font-weight: 800;
      font-size: 17px;
      font-family: "ProximaNova", sans-serif;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      cursor: pointer; }
@media (max-width: 768px) {
        .industry-services__tabs__nav__item {
          padding: 10px 15px;
          font-size: 15px;
          border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
          .industry-services__tabs__nav__item:nth-last-child(2):not(.current) {
            border-bottom: none; } }
.industry-services__tabs__nav__item:after {
        position: absolute;
        content: '';
        bottom: -2px;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #fff;
        transform: translateX(-50%);
        transition: width 0.2s ease; }
.industry-services__tabs__nav__item.current:after {
        width: 100%; }
.industry-services__tabs__content {
    color: #000;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: normal; }
.industry-services__tabs__content > div {
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit; }
@media (max-width: 640px) {
      .industry-services__tabs__content {
        font-size: 14px; } }
.industry-services__tabs__content-mobile {
      display: none;
      padding: 20px 15px; }
.industry-services__tabs__content-mobile:not(:last-child) {
        border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
.industry-services__tabs__content-mobile.current {
        display: block; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.google-cloud__description-wrapper, .google-cloud__video-wrapper, .google-cloud__expertise-section, .google-cloud__specializations-wrapper, .google-cloud__form-wrapper, .google-cloud__slider-wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .google-cloud__description-wrapper, .google-cloud__video-wrapper, .google-cloud__expertise-section, .google-cloud__specializations-wrapper, .google-cloud__form-wrapper, .google-cloud__slider-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .google-cloud__description-wrapper, .google-cloud__video-wrapper, .google-cloud__expertise-section, .google-cloud__specializations-wrapper, .google-cloud__form-wrapper, .google-cloud__slider-wrapper {
      max-width: calc(940px * 1.44); } }
.google-cloud {
  overflow: hidden; }
.google-cloud .partner-title {
    background: linear-gradient(-235deg, #4585f1, #33a953); }
.google-cloud .partner-title__title-logo-softserve {
      max-width: 225px; }
.google-cloud .partner-title__logo-partner {
      width: 100%;
      max-width: 250px; }
.google-cloud__description-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 5vw; }
@media (max-width: 767px) {
      .google-cloud__description-wrapper {
        padding-top: 50px;
        padding-bottom: 0; } }
@media (max-width: 420px) {
      .google-cloud__description-wrapper {
        flex-direction: column-reverse;
        padding-left: 5px; } }
.google-cloud__description-wrapper .description {
      padding: 0 0 1vw 0; }
.google-cloud__description-wrapper .description__text {
        margin-left: auto;
        font-size: 34px;
        line-height: 1.2; }
.google-cloud__description-wrapper .description__text:before {
          background-color: #3d89f1; }
@media (max-width: 747px) {
          .google-cloud__description-wrapper .description__text {
            font-size: 30px; } }
@media (max-width: 640px) {
          .google-cloud__description-wrapper .description__text {
            font-size: 20px; } }
@media (max-width: 420px) {
        .google-cloud__description-wrapper .description {
          padding: 20px 15px; } }
.google-cloud__video-wrapper {
    padding-top: 5vw;
    padding-bottom: 5vw; }
.google-cloud .video-modal__modal__content {
    position: absolute;
    top: 50%;
    left: 48%;
    width: 67.5vw;
    height: 38vw;
    transform: translate(-50%, -50%); }
.google-cloud .video-modal__modal__content iframe {
      width: 100%;
      height: 100%; }
@media (max-width: 769px) {
      .google-cloud .video-modal__modal__content {
        width: 90.5vw;
        height: 51vw; } }
.google-cloud .video-modal__modal__close {
    position: absolute;
    top: -38px;
    right: 0;
    left: auto;
    padding: 0;
    color: #777;
    font-size: 25px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    transition: color 0.2s ease; }
.google-cloud .video-modal__modal__close:hover {
      color: #fff; }
.google-cloud__video {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }
@media screen and (max-width: 767px) {
      .google-cloud__video {
        flex-direction: column-reverse; } }
.google-cloud__video .video__preview {
      flex-basis: 50%;
      width: 100vw;
      max-width: 420px;
      height: 100vh;
      max-height: 420px;
      background-color: #3d89f1;
      border-radius: 50%;
      filter: grayscale(0); }
.google-cloud__video .video__preview::before {
        opacity: 0.6; }
.google-cloud__video .video__preview:hover::before {
        opacity: 0.85; }
@media screen and (max-width: 960px) {
        .google-cloud__video .video__preview {
          max-width: 320px;
          max-height: 320px;
          margin: 0 auto; } }
@media screen and (max-width: 767px) {
        .google-cloud__video .video__preview {
          flex-basis: initial;
          margin: 20px auto; } }
@media screen and (max-width: 460px) {
        .google-cloud__video .video__preview {
          max-width: 260px;
          max-height: 260px; } }
.google-cloud__video .video__preview img {
        position: relative;
        top: 50%;
        left: 50%;
        width: 90%;
        transform: translate(-50%, -50%); }
.google-cloud__video .video__desc {
      flex-basis: 50%;
      max-width: 50%;
      margin: auto 0;
      font-size: 18px;
      font-family: OpenSans, Helvetica, Arial, sans-serif; }
@media screen and (max-width: 767px) {
        .google-cloud__video .video__desc {
          max-width: 100%; } }
@media screen and (max-width: 460px) {
        .google-cloud__video .video__desc {
          font-size: 16px; } }
.google-cloud__numbers-wrapper {
    color: #fff;
    background-image: linear-gradient(45deg, #3d89f1, #0860d7); }
.google-cloud__numbers-wrapper .sub-title-colored {
      padding: 60px 0 4vw; }
.google-cloud__numbers-wrapper .sub-title-colored__description {
        color: #fff;
        font-weight: 900;
        font-size: 34px;
        font-family: "ProximaNova", sans-serif;
        text-transform: uppercase; }
@media (max-width: 768px) {
          .google-cloud__numbers-wrapper .sub-title-colored__description {
            font-size: 24px; } }
@media (max-width: 640px) {
          .google-cloud__numbers-wrapper .sub-title-colored__description {
            font-size: 18px; } }
.google-cloud .industry-numbers__number {
    color: #fff;
    border-bottom: 2px solid #fff; }
.google-cloud .industry-numbers__description {
    color: #fff;
    text-transform: none; }
.google-cloud .industry-numbers .industry-numbers__col {
    margin-right: 5%; }
@media only screen and (max-width: 640px) {
    .google-cloud__expertise-section {
      padding-right: 0;
      padding-left: 0; } }
.google-cloud__expertise-section .sub-title-colored {
    padding: 20px 0 40px; }
.google-cloud__expertise-section .sub-title-colored__heading {
      color: #000; }
.google-cloud__expertise-section .two-column-slider {
    min-height: 300px;
    color: #000;
    box-shadow: none; }
.google-cloud__expertise-section .two-column-slider__container {
      padding-top: 0;
      padding-bottom: 20px; }
@media only screen and (max-width: 640px) {
        .google-cloud__expertise-section .two-column-slider__container {
          padding-bottom: 0; } }
.google-cloud__expertise-section .two-column-slider__aside {
      min-height: 300px; }
@media only screen and (max-width: 767px) {
    .google-cloud__expertise-section .two-column-slider-item__description {
      min-height: initial; } }
.google-cloud__expertise-section .two-column-slider-item__description-text {
    color: #000;
    font-weight: normal;
    text-transform: none; }
.google-cloud__expertise-section .two-column-slider-item__description-text ul {
      margin-top: 10px;
      list-style-type: circle; }
.google-cloud__specializations-wrapper {
    padding-bottom: 4vw; }
.google-cloud__specializations-wrapper .sub-title {
      padding: 40px 0; }
.google-cloud__specializations-wrapper .sub-title__wrapper {
        padding: 0; }
.google-cloud__specializations-wrapper .sub-title__heading {
        font-size: 41px; }
@media (max-width: 640px) {
          .google-cloud__specializations-wrapper .sub-title__heading {
            font-size: 30px; } }
.google-cloud__specializations-wrapper .specializations-content {
      display: flex;
      justify-content: space-between;
      align-items: center; }
@media (max-width: 640px) {
        .google-cloud__specializations-wrapper .specializations-content {
          flex-wrap: wrap;
          justify-content: center; } }
@media (max-width: 640px) {
        .google-cloud__specializations-wrapper .specializations-content {
          font-size: 30px; } }
.google-cloud__specializations-wrapper .specializations-content__logos {
        display: block;
        width: 100%;
        max-width: 160px;
        height: 40vw;
        max-height: 114px;
        margin: 10px 10px 0 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        transition: all 0.2s ease-in; }
.google-cloud__specializations-wrapper .specializations-content__logos:hover {
          transform: scale(1.1); }
@media (max-width: 560px) {
          .google-cloud__specializations-wrapper .specializations-content__logos {
            max-width: 125px;
            max-height: 90px; } }
.google-cloud__benefits-section .colored-square-slider__heading {
    margin: 40px 0; }
@media (max-width: 767px) {
      .google-cloud__benefits-section .colored-square-slider__heading {
        margin: 20px 0; } }
@media (min-width: 767px) {
    .google-cloud__benefits-section .colored-square-slider_benefits-section .colored-square-slider__list-item {
      padding-bottom: 160px; } }
.google-cloud__benefits-section .colored-square-slider_benefits-section .colored-square-slider__list-item .colored-square-slider__item {
    justify-content: center;
    color: #fff;
    background-image: linear-gradient(to top, #000, #000);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100%;
    box-shadow: 0px 12px 25px 0 rgba(0, 0, 0, 0.46); }
.google-cloud__benefits-section .colored-square-slider_benefits-section .colored-square-slider__list-item_active .colored-square-slider__item {
    background-color: #000;
    background-image: linear-gradient(to top, #1dd9c3, #3cc33a);
    box-shadow: 0px 12px 25px 0 #1feecc; }
.google-cloud__benefits-section .colored-square-slider_benefits-section .colored-square-slider__list-item:hover .colored-square-slider__item {
    background-color: #000;
    background-image: linear-gradient(to top, #1dd9c3, #3cc33a);
    box-shadow: 0px 12px 25px 0 #1feecc; }
.google-cloud__benefits-section .colored-square-slider_benefits-section .colored-square-slider__list-item .colored-square-slider__item-title {
    width: 100%;
    color: #fff; }
.google-cloud__industries-section .colored-square-slider_industries-section {
    margin-top: 40px; }
@media (min-width: 767px) {
      .google-cloud__industries-section .colored-square-slider_industries-section .colored-square-slider__list-item {
        padding-bottom: 250px; } }
.google-cloud__industries-section .colored-square-slider_industries-section .colored-square-slider__heading {
      display: none; }
.google-cloud__expertise-wrapper {
    padding: 5vw 0;
    color: #fff;
    background-color: #36a852; }
.google-cloud__expertise-wrapper .sub-title-colored__description {
      font-weight: 800; }
.google-cloud__expertise-wrapper .industry-services {
      padding: 40px 0 0;
      background-image: none; }
@media (min-width: 767px) {
        .google-cloud__expertise-wrapper .industry-services__tabs__nav__item {
          width: 25%; } }
.google-cloud__expertise-wrapper .industry-services__tabs__content ul {
        margin: 0;
        padding: 0 0 10px 10px;
        color: #fff;
        list-style: none; }
@media (min-width: 767px) {
          .google-cloud__expertise-wrapper .industry-services__tabs__content ul {
            padding-top: 5px; } }
.google-cloud__expertise-wrapper .industry-services__tabs__content li {
        margin-top: 15px; }
@media (min-width: 640px) {
    .google-cloud .industry-our-partners {
      padding-bottom: 40px; } }
.google-cloud .industry-our-partners a {
    color: #000; }
.google-cloud .industry-demos .wrapper {
    padding: 0; }
.google-cloud__form-section {
    padding-bottom: 7vw;
    background-image: linear-gradient(45deg, #dd3303, #e1a81e); }
.google-cloud__form-section .sub-title-colored {
      padding: 60px 0 4vw; }
.google-cloud__form-section .sub-title-colored__heading {
        max-width: 90%;
        color: #fff; }
@media (max-width: 400px) {
    .google-cloud__form-wrapper .form-box__inner, .google-cloud__slider-wrapper .form-box__inner {
      margin: 25px; } }
.google-cloud__content-slider-heading .sub-title-colored__heading {
    color: #000; }
.google-cloud .content-slider {
    padding: 40px 0 80px; }
.google-cloud .content-slider__aside {
      min-height: 200px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.dxp-content-slider-item {
  max-width: 230px;
  min-height: 35px; }
@media screen and (max-width: 767px) {
    .dxp-content-slider-item {
      height: 0;
      transition: height 0.3s linear; }
      .dxp-content-slider-item_active {
        height: 100%; } }
.dxp-content-slider-item_0:hover .dxp-content-slider-item__heading {
    color: #ffc000; }
.dxp-content-slider-item_1:hover .dxp-content-slider-item__heading {
    color: #19a6df; }
.dxp-content-slider-item_2:hover .dxp-content-slider-item__heading {
    color: #ed3823; }
.dxp-content-slider-item_3:hover .dxp-content-slider-item__heading {
    color: #af04c3; }
.dxp-content-slider-item_4:hover .dxp-content-slider-item__heading {
    color: #85f20f; }
.dxp-content-slider-item__heading {
    position: relative;
    display: flex;
    margin: 0;
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
.dxp-content-slider-item__number {
    margin-right: 14px;
    cursor: default;
    opacity: 0.3; }
.dxp-content-slider-item__number_0 {
      color: #ffc000;
      opacity: 1; }
.dxp-content-slider-item__number_1 {
      color: #19a6df;
      opacity: 1; }
.dxp-content-slider-item__number_2 {
      color: #ed3823;
      opacity: 1; }
.dxp-content-slider-item__number_3 {
      color: #af04c3;
      opacity: 1; }
.dxp-content-slider-item__number_4 {
      color: #85f20f;
      opacity: 1; }
.dxp-content-slider-item__number::after {
      display: none !important;
      content: '' !important; }
.dxp-content-slider-item__content {
    position: relative;
    cursor: pointer;
    transition: color 0.3s;
    /* @extend %custom-link-animation; */ }
.dxp-content-slider-item__content::before {
      position: absolute;
      top: 0;
      left: -0.2em;
      width: 0;
      height: 0;
      content: ''; }
.dxp-content-slider-item__content_active {
      font-size: 20px;
      line-height: 1; }
.dxp-content-slider-item__content_active_0 {
        color: #ffc000; }
.dxp-content-slider-item__content_active_1 {
        color: #19a6df; }
.dxp-content-slider-item__content_active_2 {
        color: #ed3823; }
.dxp-content-slider-item__content_active_3 {
        color: #af04c3; }
.dxp-content-slider-item__content_active_4 {
        color: #85f20f; }
.dxp-content-slider-item__content_active::before {
        width: 15px;
        height: 90%;
        border: 2px solid #e0e0e0;
        border-right: none;
        border-bottom: none;
        transition: width 0.3s, height 0.3s 0.3s; }
.dxp-content-slider-item__content_active::after {
        display: none !important;
        content: '' !important; }
.dxp-content-slider-item__content:hover_active {
      font-size: 20px;
      line-height: 1; }
.dxp-content-slider-item__content:hover_active_0 {
        color: #ffc000; }
.dxp-content-slider-item__content:hover_active_1 {
        color: #19a6df; }
.dxp-content-slider-item__content:hover_active_2 {
        color: #ed3823; }
.dxp-content-slider-item__content:hover_active_3 {
        color: #af04c3; }
.dxp-content-slider-item__content:hover_active_4 {
        color: #85f20f; }
.dxp-content-slider-item__description {
    position: static; }
@media screen and (max-width: 767px) {
      .dxp-content-slider-item__description {
        height: 0; } }
.dxp-content-slider-item__description_show {
      overflow: hidden; }
@media screen and (max-width: 767px) {
        .dxp-content-slider-item__description_show {
          height: 100%;
          transition: height 0.35s linear 0.3s; } }
.dxp-content-slider-item__description_hide {
      height: 0;
      margin-top: 30px;
      overflow: hidden; }
@media screen and (max-width: 767px) {
        .dxp-content-slider-item__description_hide {
          transition: height 0.3s linear; } }
.dxp-content-slider-item__description-text {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 21px; }
@media only screen and (max-width: 600px) {
      .dxp-content-slider-item__description-text {
        font-size: 14px; } }
@media only screen and (max-width: 475px) {
      .dxp-content-slider-item__description-text {
        margin: 10px 0 25px; } }
.dxp-content-slider-item__description-text p {
      margin-top: 0; }
.dxp-content-slider-item__description-text ul {
      padding-left: 20px;
      list-style-type: square; }
.dxp-content-slider-item__description-text li {
      padding-bottom: 10px;
      padding-left: 5px; }
.dxp-content-slider-item__description-text a {
      position: relative;
      display: inline-block;
      margin-top: 10px;
      color: black;
      font-weight: 800;
      font-size: 24px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1;
      text-decoration: underline;
      /* @extend %custom-link-animation; */ }
.dxp-content-slider-item__description-text a:hover {
        color: #262626;
        text-decoration: none; }
.dxp-content-slider-item__cta-button {
    margin: 0px auto 50px;
    color: #fff;
    background: #000; }
.dxp-content-slider-item__cta-button:hover {
      color: #fff;
      background: #000;
      box-shadow: 0px 19px 57px 0 #000; }
.dxp-content-slider-item__description-image {
    max-width: 215px;
    margin-bottom: 15px; }
.dxp-content-slider-item__list {
    margin: 0;
    padding: 0;
    list-style: none; }
.dxp-content-slider-item__list-item-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 900;
    font-size: 18px;
    font-family: "ProximaNova", sans-serif;
    line-height: 21px;
    text-transform: uppercase; }
.dxp-content-slider-item__list-item-text {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 21px; }
@media only screen and (min-width: 1025px) {
  .dxp-content-slider-item__description {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    padding: 0; } }
@media only screen and (min-width: 1025px) {
  .dxp-content-slider-item__description-text {
    font-size: 16px;
    line-height: 22px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .dxp-content-slider-item__description {
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    max-width: 300px;
    padding: 0; }
  .dxp-content-slider-item__heading {
    font-size: 18px; } }
@media only screen and (max-width: 767px) {
  .dxp-content-slider-item__description {
    min-height: 0; }
  .dxp-content-slider-item__description-text {
    padding-left: 20px; }
    .dxp-content-slider-item__description-text_0 {
      border-left: 2px solid #ffc000; }
    .dxp-content-slider-item__description-text_1 {
      border-left: 2px solid #19a6df; }
    .dxp-content-slider-item__description-text_2 {
      border-left: 2px solid #ed3823; }
    .dxp-content-slider-item__description-text_3 {
      border-left: 2px solid #af04c3; }
    .dxp-content-slider-item__description-text_4 {
      border-left: 2px solid #85f20f; }
  .dxp-content-slider-item__heading {
    font-size: 20px; }
  .dxp-content-slider-item__heading_active {
    padding-bottom: 20px;
    font-size: 20px; }
  .dxp-content-slider-item {
    display: flex;
    justify-content: space-around;
    max-width: none; }
    .dxp-content-slider-item .dxp-color-slider__graph-item {
      flex-basis: 15%;
      min-width: 100px;
      margin-left: 10px; }
    .dxp-content-slider-item .dxp-content-slider-item__content-wrapper {
      flex-basis: 65%; } }
@media only screen and (max-width: 580px) {
  .dxp-content-slider-item .dxp-color-slider__graph-item {
    width: 25%;
    min-width: 50px;
    height: 2.5em;
    margin-left: 5px; } }
@media only screen and (max-width: 475px) {
  .dxp-content-slider-item .dxp-color-slider__graph-item {
    margin-left: 15px; }
  .dxp-content-slider-item .dxp-content-slider-item__content-wrapper {
    flex-basis: 100%; }
  .dxp-content-slider-item__heading {
    font-size: 16px; }
  .dxp-content-slider-item__heading_active {
    font-size: 16px; }
  .dxp-content-slider-item__number {
    margin-left: 30px; } }
@media only screen and (max-width: 360px) {
  .dxp-content-slider-item {
    min-height: 37px; }
    .dxp-content-slider-item .dxp-color-slider__graph-item {
      min-width: 40px; }
  .dxp-content-slider-item__heading {
    font-size: 14px; }
  .dxp-content-slider-item__heading_active {
    font-size: 14px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.dxp-color-slider__aside {
  margin: 0;
  padding: 0;
  list-style: none; }
.dxp-color-slider {
  padding: 40px 30px 80px;
  background: white; }
.dxp-color-slider__navigation {
    padding: 90px 0 150px; }
.dxp-color-slider__navigation .dxp-color-slider {
      margin: 0 auto; }
.dxp-color-slider__navigation--with-bg {
      background-image: linear-gradient(45deg, #f9ac07, #5406d9); }
.dxp-color-slider__container, .dxp-color-slider__content {
    position: relative; }
.dxp-color-slider__container {
    max-width: 940px;
    margin: 0 auto; }
.dxp-color-slider__content {
    display: flex; }
.dxp-color-slider__graph {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    min-width: 135px;
    max-width: 267px;
    margin: 0;
    padding: 0;
    list-style: none; }
.dxp-color-slider__aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 224px;
    margin-right: auto; }
@media only screen and (min-width: 768px) {
      .dxp-color-slider__aside {
        margin-left: 35px; } }
@media only screen and (min-width: 768px) {
      .dxp-color-slider__aside_0 {
        border-right: 2px solid #ffc000; } }
@media only screen and (min-width: 768px) {
      .dxp-color-slider__aside_1 {
        border-right: 2px solid #19a6df; } }
@media only screen and (min-width: 768px) {
      .dxp-color-slider__aside_2 {
        border-right: 2px solid #ed3823; } }
@media only screen and (min-width: 768px) {
      .dxp-color-slider__aside_3 {
        border-right: 2px solid #af04c3; } }
@media only screen and (min-width: 768px) {
      .dxp-color-slider__aside_4 {
        border-right: 2px solid #85f20f; } }
.dxp-color-slider__graph-item {
    position: relative;
    width: 60%;
    height: 5.8em;
    margin-bottom: -31px;
    margin-left: 55px;
    overflow: hidden;
    background-color: #fff;
    border: 2px solid black;
    object-fit: fill;
    transform: skew(-50deg, 0deg);
    transition: all 0.2s ease-in-out; }
.dxp-color-slider__graph-item_0 {
      border: 2px solid rgba(255, 192, 0, 0.99); }
.dxp-color-slider__graph-item_0:hover {
        background-color: rgba(255, 192, 0, 0.99);
        border: 2px solid rgba(255, 192, 0, 0.99); }
.dxp-color-slider__graph-item_0.active {
        background-color: rgba(255, 192, 0, 0.99);
        border: 2px solid rgba(255, 192, 0, 0.99); }
.dxp-color-slider__graph-item_1 {
      border: 2px solid rgba(25, 166, 223, 0.99); }
.dxp-color-slider__graph-item_1:hover {
        background-color: rgba(25, 166, 223, 0.99);
        border: 2px solid rgba(25, 166, 223, 0.99); }
.dxp-color-slider__graph-item_1.active {
        background-color: rgba(25, 166, 223, 0.99);
        border: 2px solid rgba(25, 166, 223, 0.99); }
.dxp-color-slider__graph-item_2 {
      border: 2px solid rgba(237, 56, 35, 0.99); }
.dxp-color-slider__graph-item_2:hover {
        background-color: rgba(237, 56, 35, 0.99);
        border: 2px solid rgba(237, 56, 35, 0.99); }
.dxp-color-slider__graph-item_2.active {
        background-color: rgba(237, 56, 35, 0.99);
        border: 2px solid rgba(237, 56, 35, 0.99); }
.dxp-color-slider__graph-item_3 {
      border: 2px solid rgba(175, 4, 195, 0.99); }
.dxp-color-slider__graph-item_3:hover {
        background-color: rgba(175, 4, 195, 0.99);
        border: 2px solid rgba(175, 4, 195, 0.99); }
.dxp-color-slider__graph-item_3.active {
        background-color: rgba(175, 4, 195, 0.99);
        border: 2px solid rgba(175, 4, 195, 0.99); }
.dxp-color-slider__graph-item_4 {
      border: 2px solid rgba(133, 242, 15, 0.99); }
.dxp-color-slider__graph-item_4:hover {
        background-color: rgba(133, 242, 15, 0.99);
        border: 2px solid rgba(133, 242, 15, 0.99); }
.dxp-color-slider__graph-item_4.active {
        background-color: rgba(133, 242, 15, 0.99);
        border: 2px solid rgba(133, 242, 15, 0.99); }
@media only screen and (min-width: 1025px) {
  .dxp-color-slider__aside {
    width: 30%;
    min-width: 300px; } }
@media only screen and (min-width: 940px) and (max-width: 1024px) {
  .dxp-color-slider__aside {
    width: 32%;
    min-width: 235px; }
  .dxp-color-slider__graph {
    width: 25%;
    margin-left: 2%; } }
@media only screen and (min-width: 767px) and (max-width: 940px) {
  .dxp-color-slider__aside {
    width: 34%;
    min-width: 235px; }
  .dxp-color-slider__graph {
    width: 20%; }
  .dxp-color-slider__graph-item {
    width: 65%;
    height: 4em;
    margin-bottom: -8px;
    margin-left: 28px; } }
@media only screen and (max-width: 767px) {
  .dxp-color-slider {
    padding: 40px 20px; }
  .dxp-color-slider__aside {
    width: 100%; }
  .dxp-color-slider-item {
    padding-bottom: 20px; }
  .dxp-color-slider__graph-item {
    width: 35%;
    height: 3.5em; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.benefits-list {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .benefits-list {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .benefits-list {
      max-width: calc(940px * 1.44); } }
.benefits-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 20px; }
@media (max-width: 640px) {
    .benefits-list {
      flex-direction: column; } }
.benefits-list__item {
    display: flex;
    flex-basis: 39%;
    align-items: center;
    width: 100%;
    margin-right: 40px;
    margin-bottom: 2vw; }
@media (max-width: 640px) {
      .benefits-list__item {
        flex-basis: 100%;
        justify-content: flex-start;
        max-width: 350px; } }
@media (max-width: 640px) {
    .benefits-list__item-image-wrap {
      min-width: 70px; } }
.benefits-list__item-title {
    margin-left: 20px;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.25;
    text-transform: uppercase; }
@media (max-width: 940px) {
      .benefits-list__item-title {
        font-size: 2.5vw; } }
@media (max-width: 640px) {
      .benefits-list__item-title {
        font-size: 18px;
        text-align: left; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.sitecore__expertise-wrapper, .sitecore__form-wrapper, .sitecore__slider-wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .sitecore__expertise-wrapper, .sitecore__form-wrapper, .sitecore__slider-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .sitecore__expertise-wrapper, .sitecore__form-wrapper, .sitecore__slider-wrapper {
      max-width: calc(940px * 1.44); } }
.sitecore {
  overflow: hidden; }
.sitecore .partner-title {
    background: linear-gradient(-235deg, #ed3823, #ed9f23); }
.sitecore .partner-title__title-and {
      margin: 25px auto 0;
      color: #ed9f23;
      font-size: 30px; }
.sitecore .partner-title__title-logo-softserve {
      width: 268px;
      max-width: 268px; }
.sitecore .partner-title__title-logo-wrapper {
      max-width: 168px;
      margin: 25px auto; }
.sitecore .sub-title-colored {
    padding: 90px 0 50px; }
@media only screen and (max-width: 767px) {
      .sitecore .sub-title-colored {
        padding: 60px 0 30px; } }
.sitecore .sub-title-colored__heading {
      color: #fff; }
.sitecore__dxp-team-section .sub-title-colored__heading {
    color: #000; }
@media (min-width: 640px) {
      .sitecore__dxp-team-section .sub-title-colored__heading {
        font-size: 40px; } }
.sitecore__dxp-team-section .two-column-slider {
    max-width: 940px;
    min-height: auto;
    margin: 0 auto;
    box-shadow: none; }
.sitecore__dxp-team-section .two-column-slider__aside {
      min-height: 0;
      padding: 35px 0; }
@media only screen and (min-width: 768px) {
        .sitecore__dxp-team-section .two-column-slider__aside {
          min-height: 278px;
          border-right: 2px solid #bd28d2; } }
.sitecore__dxp-team-section .two-column-slider__controls {
      display: none; }
@media only screen and (max-width: 767px) {
      .sitecore__dxp-team-section .two-column-slider .two-column-slider-item__description {
        min-height: auto; } }
.sitecore__benefits-section {
    background-image: linear-gradient(-235deg, #efa336, #ee351e); }
.sitecore__benefits-section .sub-title-colored {
      padding-top: 50px; }
@media only screen and (min-width: 767px) {
        .sitecore__benefits-section .sub-title-colored .sub-title-colored__heading:not(:last-child) {
          margin-bottom: 50px; } }
.sitecore__benefits-section .sub-title-colored__description {
        color: #fff;
        font-weight: 800;
        font-size: 34px;
        font-family: "ProximaNova", sans-serif;
        line-height: 38px; }
@media only screen and (max-width: 767px) {
          .sitecore__benefits-section .sub-title-colored__description {
            font-size: 24px;
            line-height: 28px; } }
@media only screen and (max-width: 560px) {
          .sitecore__benefits-section .sub-title-colored__description {
            font-size: 18px;
            line-height: 22px; } }
.sitecore__exellence-wrapper {
    background-image: linear-gradient(-235deg, #1247e0, #12a8e0); }
.sitecore__exellence-wrapper .sub-title-colored {
      padding: 110px 0 30px; }
@media only screen and (max-width: 767px) {
        .sitecore__exellence-wrapper .sub-title-colored {
          padding: 60px 0 30px; } }
.sitecore__exellence-wrapper .industry-numbers {
      padding: 0 0 40px; }
.sitecore__exellence-wrapper .industry-numbers__description {
        color: #fff;
        text-transform: none; }
@media (min-width: 641px) {
        .sitecore__exellence-wrapper .industry-numbers__col {
          min-width: initial; } }
.sitecore__exellence-wrapper .industry-numbers__number {
        color: #fff;
        border-bottom: 2px solid #fff; }
.sitecore__expertise {
    background-color: #fff; }
.sitecore__expertise .sub-title-colored {
      padding-bottom: 30px; }
.sitecore__expertise .sub-title-colored__heading {
        color: #000; }
.sitecore__expertise-wrapper {
    padding-bottom: 0; }
@media (max-width: 767px) {
      .sitecore__expertise-wrapper {
        padding-bottom: 10vw; } }
.sitecore__expertise-wrapper .sub-title {
      padding-top: 0;
      color: #000; }
.sitecore__expertise-wrapper .sub-title__wrapper {
        padding: 0; }
.sitecore__expertise-wrapper .sub-title__heading {
        color: #000;
        font-size: 40px; }
@media (max-width: 640px) {
          .sitecore__expertise-wrapper .sub-title__heading {
            font-size: 22px; } }
.sitecore__expertise-wrapper .sub-title__description {
        color: #000;
        font-size: 18px; }
@media (max-width: 640px) {
          .sitecore__expertise-wrapper .sub-title__description {
            font-size: 16px; } }
.sitecore__implementation-wrapper .sub-title-colored {
    padding: 60px 0 4vw; }
.sitecore__implementation-wrapper .sub-title-colored__heading {
      max-width: 100%;
      color: #000; }
.sitecore__implementation-wrapper .sub-title-colored__description {
      font-size: 18px; }
@media (min-width: 767px) {
    .sitecore__implementation-wrapper .dxp-color-slider {
      min-height: 400px; } }
@media (min-width: 767px) {
    .sitecore__implementation-wrapper .dxp-color-slider__aside {
      max-height: 224px; } }
.sitecore__tabs {
    margin-right: 0;
    margin-left: 0; }
@media (max-width: 767px) {
      .sitecore__tabs .partners-tabs__container {
        padding: 0; } }
.sitecore__tabs .partners-tabs__headline:after {
      background-color: rgba(255, 85, 0, 0.2); }
.sitecore__tabs .partners-tabs__title,
    .sitecore__tabs .partners-tabs__description {
      flex: 1;
      align-items: flex-end;
      font-weight: 900;
      font-size: 22px;
      text-align: left; }
@media (min-width: 900px) {
        .sitecore__tabs .partners-tabs__title,
        .sitecore__tabs .partners-tabs__description {
          font-size: 27px; } }
@media (max-width: 767px) {
        .sitecore__tabs .partners-tabs__title,
        .sitecore__tabs .partners-tabs__description {
          border-bottom: 2px solid rgba(255, 85, 0, 0.4); }
          .sitecore__tabs .partners-tabs__title_selected,
          .sitecore__tabs .partners-tabs__description_selected {
            border-bottom: 2px solid #ff5500; } }
.sitecore__tabs .partners-tabs__title::before, .sitecore__tabs .partners-tabs__title::after,
      .sitecore__tabs .partners-tabs__description::before,
      .sitecore__tabs .partners-tabs__description::after {
        background: #ff6351; }
.sitecore__tabs .sub-title__description ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding: 0;
      list-style: none; }
@media (max-width: 767px) {
        .sitecore__tabs .sub-title__description ul {
          flex-direction: column; } }
.sitecore__tabs .sub-title__description li {
      flex-basis: 30%;
      margin: 10px 3% 20px 0;
      font-weight: bold; }
.sitecore__resources .outlined-box-grid__category {
    min-height: 16px; }
.sitecore__form-section {
    padding-bottom: 7vw;
    background-image: linear-gradient(45deg, #dd3303, #e1a81e); }
@media (max-width: 400px) {
    .sitecore__form-wrapper .form-box__inner, .sitecore__slider-wrapper .form-box__inner {
      margin: 25px; } }
.sitecore__content-slider-heading .sub-title-colored__heading {
    color: #000; }
.sitecore .content-slider {
    padding: 40px 0 80px; }
.sitecore .content-slider__aside {
      min-height: 200px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.adobe__description-wrapper, .adobe__expertise-wrapper, .adobe__implementation-content, .adobe__form-wrapper, .adobe__slider-wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .adobe__description-wrapper, .adobe__expertise-wrapper, .adobe__implementation-content, .adobe__form-wrapper, .adobe__slider-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .adobe__description-wrapper, .adobe__expertise-wrapper, .adobe__implementation-content, .adobe__form-wrapper, .adobe__slider-wrapper {
      max-width: calc(940px * 1.44); } }
.adobe {
  overflow: hidden; }
.adobe .partner-title {
    background: linear-gradient(-235deg, #a11c21, #da1f29); }
.adobe .partner-title__title-and {
      margin: 25px auto 0;
      font-size: 30px; }
.adobe .partner-title__title-logo-softserve {
      width: 268px;
      max-width: 268px; }
.adobe .partner-title__title-logo-wrapper {
      max-width: 268px;
      margin: 15px auto; }
.adobe .sub-title-colored {
    padding: 60px 0 40px; }
.adobe .sub-title-colored__heading {
      color: #fff; }
.adobe__features .sub-title-colored__heading {
    color: #000; }
@media (min-width: 640px) {
      .adobe__features .sub-title-colored__heading {
        font-size: 40px; } }
.adobe__features .two-column-slider {
    max-width: 940px;
    min-height: 0;
    margin: 0 auto;
    box-shadow: none; }
.adobe__features .two-column-slider__aside {
      min-height: 350px;
      padding: 35px 0; }
@media screen and (min-width: 768px) {
        .adobe__features .two-column-slider__aside {
          border-right: 2px solid #fd9018; } }
@media only screen and (max-width: 767px) {
        .adobe__features .two-column-slider__aside .two-column-slider-item__description {
          min-height: auto; } }
.adobe__features .two-column-slider__controls {
      display: none; }
.adobe__description-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4vw; }
@media (max-width: 420px) {
      .adobe__description-wrapper {
        flex-direction: column-reverse;
        padding-left: 5px; } }
.adobe__description-wrapper .description {
      padding: 0; }
@media (min-width: 767px) {
        .adobe__description-wrapper .description {
          padding-bottom: 5vw; } }
.adobe__description-wrapper .description__text:before {
        background-color: transparent; }
@media (max-width: 747px) {
        .adobe__description-wrapper .description__text {
          font-size: 22px; } }
@media (max-width: 640px) {
        .adobe__description-wrapper .description__text {
          font-size: 18px; } }
@media (max-width: 420px) {
        .adobe__description-wrapper .description {
          padding: 30px 15px; } }
.adobe__benefits-section {
    background-image: linear-gradient(to right, #dd3202, #ff9519); }
.adobe__benefits-section .sub-title-colored__description {
      color: #fff;
      font-weight: 800;
      font-size: 34px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1; }
@media only screen and (max-width: 767px) {
        .adobe__benefits-section .sub-title-colored__description {
          font-size: 24px; } }
.adobe__expertise {
    background-color: #ca1e26; }
.adobe__expertise-wrapper {
    padding-bottom: 0; }
@media (max-width: 767px) {
      .adobe__expertise-wrapper {
        padding-bottom: 10vw; } }
.adobe__expertise-wrapper .sub-title {
      padding-top: 0; }
.adobe__expertise-wrapper .sub-title__wrapper {
        padding: 0; }
.adobe__expertise-wrapper .sub-title__heading {
        color: #fff;
        font-size: 40px; }
@media (max-width: 640px) {
          .adobe__expertise-wrapper .sub-title__heading {
            font-size: 22px; } }
.adobe__expertise-wrapper .sub-title__description {
        font-size: 18px; }
@media (max-width: 640px) {
          .adobe__expertise-wrapper .sub-title__description {
            font-size: 16px; } }
.adobe__expertise-wrapper .sub-title-colored__wrapper {
      padding-left: 0; }
.adobe__expertise-wrapper .sub-title-colored__heading {
      color: #000; }
.adobe__implementation-wrapper .sub-title-colored {
    padding: 4vw 0; }
.adobe__implementation-wrapper .sub-title-colored__heading {
      max-width: 100%;
      color: #000; }
.adobe__implementation-wrapper .sub-title-colored__description {
      font-size: 18px; }
@media (min-width: 767px) {
    .adobe .dxp-color-slider {
      min-height: 400px; } }
@media (min-width: 768px) {
    .adobe .dxp-color-slider__aside {
      max-height: 300px; } }
.adobe__implementation-content {
    padding-bottom: 40px; }
.adobe__implementation-content > ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0;
      padding: 0;
      list-style: none; }
@media (max-width: 800px) {
        .adobe__implementation-content > ul {
          flex-direction: column; } }
.adobe__implementation-content > ul li h2 {
        margin: auto 0;
        padding-bottom: 10px;
        font-weight: 800;
        font-size: 24px;
        font-family: "ProximaNova", sans-serif;
        letter-spacing: 1.1px;
        text-transform: uppercase; }
@media (max-width: 900px) {
          .adobe__implementation-content > ul li h2 {
            min-height: 7vw;
            font-size: 2.3vw; } }
@media (max-width: 800px) {
          .adobe__implementation-content > ul li h2 {
            min-height: initial;
            margin: auto;
            text-align: center; } }
@media (max-width: 767px) {
          .adobe__implementation-content > ul li h2 {
            font-size: 18px; } }
.adobe__implementation-content > ul > li {
        position: relative;
        flex-basis: 45%; }
.adobe__implementation-content > ul > li:not(:last-child)::before {
          position: absolute;
          top: 7%;
          right: -5vw;
          width: 21px;
          height: 23px;
          background-image: url("https://cdnssinc-dev.azureedge.net/img/partners/sitecore/arrow@2x.png");
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: 100%;
          content: ''; }
@media (max-width: 800px) {
            .adobe__implementation-content > ul > li:not(:last-child)::before {
              top: 110%;
              right: 50%;
              transform: rotate(90deg); } }
@media (min-width: 800px) {
          .adobe__implementation-content > ul > li {
            margin-bottom: 80px; }
            .adobe__implementation-content > ul > li:nth-child(1) {
              order: 1; }
              .adobe__implementation-content > ul > li:nth-child(1)::before {
                top: 110%;
                right: 60%;
                transform: rotate(90deg); }
            .adobe__implementation-content > ul > li:nth-child(2) {
              order: 3; }
              .adobe__implementation-content > ul > li:nth-child(2)::before {
                top: 40%;
                right: -6%; } }
@media (min-width: 800px) and (max-width: 900px) {
        .adobe__implementation-content > ul > li:nth-child(2)::before {
          right: -14%; } }
@media (min-width: 800px) {
            .adobe__implementation-content > ul > li:nth-child(3) {
              order: 4; }
              .adobe__implementation-content > ul > li:nth-child(3)::before {
                top: -20%;
                right: 60%;
                transform: rotate(-90deg); }
            .adobe__implementation-content > ul > li:nth-child(4) {
              order: 2; } }
@media (max-width: 800px) {
          .adobe__implementation-content > ul > li {
            max-width: 425px;
            margin: 0 auto;
            text-align: center; }
            .adobe__implementation-content > ul > li:not(:last-child) {
              margin: 0 auto 80px; } }
.adobe__implementation-content > ul > li ul {
          position: relative;
          max-width: 340px;
          margin: 0;
          padding: 20px 0 0 0;
          list-style: none;
          border-top: 2px solid #ff5500; }
.adobe__implementation-content > ul > li ul::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            max-width: 425px;
            height: 2px;
            content: ''; }
@media (max-width: 800px) {
              .adobe__implementation-content > ul > li ul::before {
                background-image: linear-gradient(to right, white 0%, white 30%, #ff5500 30%, #ff5500 70%, white 70%, white 100%); } }
@media (max-width: 800px) {
            .adobe__implementation-content > ul > li ul {
              position: relative;
              max-width: 425px;
              border-top: none; } }
.adobe__implementation-content > ul > li ul li {
            padding-bottom: 10px; }
.adobe__tabs {
    margin-right: 0;
    margin-left: 0; }
@media (max-width: 767px) {
      .adobe__tabs .partners-tabs__container {
        padding: 0; } }
.adobe__tabs .partners-tabs__headline:after {
      background-color: rgba(255, 255, 255, 0.2); }
.adobe__tabs .partners-tabs__title,
    .adobe__tabs .partners-tabs__description {
      flex: 1;
      align-items: flex-end;
      color: #fff;
      font-weight: 900;
      font-size: 22px;
      text-align: left; }
@media (min-width: 900px) {
        .adobe__tabs .partners-tabs__title,
        .adobe__tabs .partners-tabs__description {
          font-size: 27px; } }
@media (max-width: 767px) {
        .adobe__tabs .partners-tabs__title,
        .adobe__tabs .partners-tabs__description {
          border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
          .adobe__tabs .partners-tabs__title_selected,
          .adobe__tabs .partners-tabs__description_selected {
            border-bottom: 2px solid white; } }
.adobe__tabs .partners-tabs__title::before, .adobe__tabs .partners-tabs__title::after,
      .adobe__tabs .partners-tabs__description::before,
      .adobe__tabs .partners-tabs__description::after {
        background: white; }
.adobe__tabs .sub-title__description {
      color: #fff;
      font-weight: bold; }
.adobe__tabs .sub-title__description ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 10px 0 0 0;
        list-style: none; }
@media (max-width: 767px) {
          .adobe__tabs .sub-title__description ul {
            flex-direction: column; } }
.adobe__tabs .sub-title__description li {
        flex-basis: 30%;
        margin: 10px 3% 20px 0;
        font-weight: bold; }
.adobe__resources .outlined-box-grid__category {
    min-height: 16px; }
.adobe__form-section {
    padding-bottom: 7vw;
    background-image: linear-gradient(to right, #a01c21, #e32029); }
@media (max-width: 400px) {
    .adobe__form-wrapper .form-box__inner, .adobe__slider-wrapper .form-box__inner {
      margin: 25px; } }
.adobe__content-slider-heading .sub-title-colored__heading {
    color: #000; }
.adobe .content-slider {
    padding: 40px 0 80px; }
.adobe .content-slider__aside {
      min-height: 200px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.episerver__expertise-wrapper, .episerver__form-wrapper, .episerver__slider-wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .episerver__expertise-wrapper, .episerver__form-wrapper, .episerver__slider-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .episerver__expertise-wrapper, .episerver__form-wrapper, .episerver__slider-wrapper {
      max-width: calc(940px * 1.44); } }
.episerver {
  overflow: hidden; }
.episerver .partner-title {
    background: linear-gradient(-235deg, #ff5436, #991c07); }
.episerver .partner-title__title-and {
      margin: 25px auto 0;
      font-size: 30px; }
.episerver .partner-title__title-logo-softserve {
      width: 268px;
      max-width: 268px; }
.episerver .partner-title__title-logo-wrapper {
      max-width: 134px;
      margin: 25px auto; }
.episerver .sub-title-colored {
    padding: 60px 0 40px; }
.episerver .sub-title-colored__heading {
      color: #fff; }
.episerver__features .sub-title-colored__heading {
    color: #000; }
@media (min-width: 640px) {
      .episerver__features .sub-title-colored__heading {
        font-size: 40px; } }
.episerver__features .two-column-slider {
    max-width: 940px;
    min-height: 0;
    margin: 0 auto;
    box-shadow: none; }
.episerver__features .two-column-slider__aside {
      min-height: 250px;
      padding: 35px 0; }
@media screen and (min-width: 768px) {
        .episerver__features .two-column-slider__aside {
          border-right: 2px solid #a1210a; } }
@media only screen and (max-width: 767px) {
        .episerver__features .two-column-slider__aside .two-column-slider-item__description {
          min-height: auto; } }
.episerver__features .two-column-slider__controls {
      display: none; }
.episerver__implementation-wrapper .sub-title-colored {
    padding: 60px 0 4vw; }
.episerver__implementation-wrapper .sub-title-colored__heading {
      max-width: 100%;
      color: #000; }
.episerver__implementation-wrapper .sub-title-colored__description {
      font-size: 18px; }
.episerver__implementation-wrapper .dxp-color-slider {
    min-height: 400px; }
@media (min-width: 767px) and (max-width: 840px) {
      .episerver__implementation-wrapper .dxp-color-slider {
        min-height: 475px; } }
@media (min-width: 767px) {
      .episerver__implementation-wrapper .dxp-color-slider__aside {
        max-height: 224px; } }
.episerver__benefits-section {
    background-color: #ff8636; }
.episerver__benefits-section .sub-title-colored__description {
      color: #fff;
      font-weight: 800;
      font-size: 34px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1; }
@media only screen and (max-width: 767px) {
        .episerver__benefits-section .sub-title-colored__description {
          font-size: 24px; } }
.episerver__expertise {
    background-color: #ff5436; }
.episerver__expertise-wrapper {
    padding-bottom: 0; }
@media (max-width: 767px) {
      .episerver__expertise-wrapper {
        padding-bottom: 10vw; } }
.episerver__expertise-wrapper .sub-title {
      padding-top: 0; }
.episerver__expertise-wrapper .sub-title__wrapper {
        padding: 0; }
.episerver__expertise-wrapper .sub-title__heading {
        color: #fff;
        font-size: 40px; }
@media (max-width: 640px) {
          .episerver__expertise-wrapper .sub-title__heading {
            font-size: 22px; } }
.episerver__expertise-wrapper .sub-title__description {
        font-size: 18px; }
@media (max-width: 640px) {
          .episerver__expertise-wrapper .sub-title__description {
            font-size: 16px; } }
.episerver__expertise-wrapper .sub-title-colored__wrapper {
      padding-left: 0; }
.episerver__expertise-wrapper .sub-title-colored__heading {
      color: #000; }
.episerver__tabs {
    margin-right: 0;
    margin-left: 0; }
@media (max-width: 767px) {
      .episerver__tabs .partners-tabs__container {
        padding: 0; } }
.episerver__tabs .partners-tabs__headline:after {
      background-color: rgba(255, 255, 255, 0.2); }
.episerver__tabs .partners-tabs__title,
    .episerver__tabs .partners-tabs__description {
      color: #fff;
      font-weight: 900;
      font-size: 22px; }
@media (min-width: 900px) {
        .episerver__tabs .partners-tabs__title,
        .episerver__tabs .partners-tabs__description {
          font-size: 27px; } }
@media (max-width: 767px) {
        .episerver__tabs .partners-tabs__title,
        .episerver__tabs .partners-tabs__description {
          border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
          .episerver__tabs .partners-tabs__title_selected,
          .episerver__tabs .partners-tabs__description_selected {
            border-bottom: 2px solid white; } }
.episerver__tabs .partners-tabs__title::before, .episerver__tabs .partners-tabs__title::after,
      .episerver__tabs .partners-tabs__description::before,
      .episerver__tabs .partners-tabs__description::after {
        background: white; }
.episerver__tabs .sub-title__description {
      color: #fff;
      font-weight: bold; }
.episerver__tabs .sub-title__description ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 10px 0 0 0;
        list-style: none; }
@media (max-width: 767px) {
          .episerver__tabs .sub-title__description ul {
            flex-direction: column; } }
.episerver__tabs .sub-title__description li {
        flex-basis: 30%;
        margin: 10px 3% 20px 0;
        font-weight: bold; }
.episerver__resources .outlined-box-grid__category {
    min-height: 16px; }
.episerver__form-section {
    padding-bottom: 7vw;
    background-image: linear-gradient(45deg, #dd3303, #e1a81e); }
@media (max-width: 400px) {
    .episerver__form-wrapper .form-box__inner, .episerver__slider-wrapper .form-box__inner {
      margin: 25px; } }
.episerver__content-slider-heading .sub-title-colored__heading {
    color: #000; }
.episerver .content-slider {
    padding: 40px 0 80px; }
.episerver .content-slider__aside {
      min-height: 200px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.description {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .description {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .description {
      max-width: calc(940px * 1.44); } }
.description {
  padding-top: 70px;
  padding-bottom: 100px; }
.description__text {
    position: relative;
    font-weight: 800;
    font-size: 32px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.12; }
.description__text::before {
      position: absolute;
      top: -15px;
      width: 291px;
      height: 3px;
      background-color: #3bc440;
      content: ''; }
@media (max-width: 510px) {
        .description__text::before {
          width: 145px; } }
.description__text p {
      margin-top: 35px;
      margin-bottom: 1rem; }
.description__text p:nth-child(1) {
        margin-top: 15px; }
@media (max-width: 767px) {
      .description__text {
        font-size: 24px; } }
@media (max-width: 480px) {
      .description__text {
        font-size: 18px; } }
@media (max-width: 480px) {
    .description {
      padding-top: 15vw;
      padding-bottom: 15vw; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.services-list {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .services-list {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .services-list {
      max-width: calc(940px * 1.44); } }
.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none; }
@media (max-width: 640px) {
    .services-list {
      flex-direction: column; } }
.services-list__item {
    flex-basis: 48%;
    min-height: 212px;
    margin-bottom: 30px;
    padding: 18px 35px 25px 20px;
    font-weight: 800;
    font-size: 21px;
    font-family: "ProximaNova", sans-serif;
    background-color: #fff;
    cursor: pointer; }
.services-list__item:hover {
      box-shadow: 0px 41px 90px 0 #004e6e; }
@media (min-width: 640px) {
      .services-list__item {
        min-height: 200px; } }
.services-list__item-title {
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 800;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1em;
    text-transform: uppercase; }
@media (max-width: 640px) {
      .services-list__item-title {
        font-size: 20px;
        line-height: 20px; } }
.services-list__item-text {
    font-weight: normal;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif; }
.services-list__item-text p {
      margin: 0; }
@media (max-width: 640px) {
      .services-list__item-text {
        font-size: 16px;
        line-height: 16px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.sales-force__description-wrapper, .sales-force__approach-content, .sales-force__industries-wrapper, .sales-force__form-wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .sales-force__description-wrapper, .sales-force__approach-content, .sales-force__industries-wrapper, .sales-force__form-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .sales-force__description-wrapper, .sales-force__approach-content, .sales-force__industries-wrapper, .sales-force__form-wrapper {
      max-width: calc(940px * 1.44); } }
.sales-force {
  overflow: hidden; }
.sales-force .partner-title {
    background: linear-gradient(to right, #009cdb, #00deff); }
.sales-force .partner-title__title-and {
      font-size: 17px; }
.sales-force .partner-title__title-logo-softserve {
      max-width: 170px; }
.sales-force .partner-title__logo-partner {
      width: 100%;
      max-width: 326px; }
@media (max-width: 420px) {
        .sales-force .partner-title__logo-partner {
          max-width: 260px; } }
.sales-force__description-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4vw;
    padding-bottom: 70px; }
@media (max-width: 420px) {
      .sales-force__description-wrapper {
        flex-direction: column-reverse;
        padding-bottom: 40px;
        padding-left: 5px; } }
.sales-force__description-wrapper .description {
      display: flex;
      flex-wrap: wrap;
      padding: 0 0 1vw 0; }
.sales-force__description-wrapper .description__logo {
        width: 100%;
        max-width: 230px;
        max-height: 249px;
        margin-top: 25px; }
@media (max-width: 767px) {
          .sales-force__description-wrapper .description__logo {
            order: 1;
            margin: 20px auto; } }
@media (max-width: 475px) {
          .sales-force__description-wrapper .description__logo {
            max-width: 180px;
            max-height: 209px; } }
.sales-force__description-wrapper .description__text {
        order: 0;
        margin-left: auto;
        font-size: 34px;
        line-height: 1.2; }
.sales-force__description-wrapper .description__text:before {
          background-color: transparent; }
.sales-force__description-wrapper .description__text:nth-child(2) {
          flex-basis: 70%; }
@media (max-width: 860px) {
            .sales-force__description-wrapper .description__text:nth-child(2) {
              flex-basis: 60%; } }
.sales-force__description-wrapper .description__text:nth-child(3) {
          flex-basis: 100%; }
@media (max-width: 747px) {
          .sales-force__description-wrapper .description__text {
            font-size: 20px; } }
@media (max-width: 640px) {
          .sales-force__description-wrapper .description__text {
            font-size: 16px; } }
@media (max-width: 767px) {
        .sales-force__description-wrapper .description {
          flex-direction: column; } }
@media (max-width: 420px) {
        .sales-force__description-wrapper .description {
          padding: 0 15px; } }
.sales-force .sub-title-colored {
    padding: 60px 0 4vw; }
.sales-force .sub-title-colored__heading {
      color: #fff; }
.sales-force__approach-wrapper {
    color: #fff;
    background: linear-gradient(45deg, #009cdb, #00d2ff); }
.sales-force__approach-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.sales-force__content-item {
    flex: 1;
    max-width: 100%;
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 21px;
    font-family: "ProximaNova", sans-serif; }
.sales-force__content-item h2 {
      min-height: 21px;
      padding-bottom: 15px;
      font-weight: 900;
      font-size: 24px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1em;
      text-transform: uppercase;
      border-top: none;
      border-right: none;
      border-bottom: 2px solid transparent;
      border-left: none;
      border-image: linear-gradient(to right, #fff 55%, transparent 55%, transparent 100%);
      -webkit-border-image-slice: 1;
      -moz-border-image-slice: 1;
      border-image-slice: 1; }
@media (max-width: 640px) {
        .sales-force__content-item h2 {
          border-bottom: 2px solid #fff;
          border-image: none; } }
@media not all and (min-resolution: 0.001dpcm) {
        .sales-force__content-item h2 {
          /* start for Safari Desktop & Mobile */
          -webkit-border-image-slice: 0 0 1 0;
          -moz-border-image-slice: 0 0 1 0;
          border-image-slice: 0 0 1 0;
          /* end */ } }
.sales-force__content-item p {
      font-weight: normal;
      font-size: 16px;
      font-family: OpenSans, Helvetica, Arial, sans-serif;
      line-height: 22px; }
@media (min-width: 641px) {
      .sales-force__content-item:not(:nth-child(3n)):not(:last-child) {
        margin-right: 5.63%; } }
.sales-force__content-item:not(:nth-child(2n)):not(:last-child) {
      margin-right: 5%; }
@media (max-width: 420px) {
        .sales-force__content-item:not(:nth-child(2n)):not(:last-child) {
          margin-right: 0; } }
@media (min-width: 641px) {
      .sales-force__content-item:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)) {
        margin-bottom: 40px; } }
@media (max-width: 640px) {
      .sales-force__content-item {
        min-width: 100%;
        margin-bottom: 0px; } }
.sales-force .industry-demos .demo-item-grid__list-item {
    max-width: 300px; }
.sales-force .industry-demos .demo-item-grid__title {
    display: none; }
.sales-force .industry-demos .demo-item-grid__link {
    margin-top: 40px; }
@media (max-width: 640px) {
      .sales-force .industry-demos .demo-item-grid__link {
        margin-top: 20px; } }
.sales-force__case-study-wrapper {
    padding: 4vw 0; }
.sales-force__case-study-wrapper .cta-button {
      display: none; }
.sales-force__case-study-wrapper .industry-resources {
      padding: 0; }
.sales-force__case-study-wrapper .industry-resources__heading {
        margin-bottom: 16px; }
@media (max-width: 640px) {
        .sales-force__case-study-wrapper .industry-resources .outlined-box-grid__box {
          font-size: 18px; } }
.sales-force__industries-wrapper {
    padding-bottom: 5vw; }
@media (max-width: 767px) {
      .sales-force__industries-wrapper {
        padding-bottom: 10vw; } }
.sales-force__industries-wrapper .sub-title {
      padding-top: 1vw; }
.sales-force__industries-wrapper .sub-title__wrapper {
        padding: 0; }
.sales-force__industries-wrapper .sub-title__heading {
        font-size: 40px; }
@media (max-width: 640px) {
          .sales-force__industries-wrapper .sub-title__heading {
            font-size: 22px; } }
.sales-force__industries-wrapper .sub-title__description {
        font-size: 18px; }
@media (max-width: 640px) {
          .sales-force__industries-wrapper .sub-title__description {
            font-size: 16px; } }
.sales-force__industries-wrapper .sub-title-colored__wrapper {
      padding-left: 0; }
.sales-force__industries-wrapper .sub-title-colored__heading {
      color: #000; }
.sales-force__services-wrapper {
    padding-bottom: 30px;
    background: linear-gradient(45deg, #009cdb, #00d2ff); }
.sales-force__tabs {
    margin-right: 0;
    margin-left: 0; }
.sales-force__form-section {
    padding-bottom: 7vw;
    background-image: linear-gradient(to top, #009cdb, #00d2ff); }
@media (max-width: 400px) {
    .sales-force__form-wrapper .form-box__inner {
      margin: 25px; } }
.sales-force .colored-square-slider_sales-force-industries .colored-square-slider__heading-wrapper {
    display: none; }
.sales-force .colored-square-slider_sales-force-industries .colored-square-slider__item {
    transition: background-color 0.3s, box-shadow 0.4s; }
@media (min-width: 767px) {
    .sales-force .colored-square-slider_sales-force-industries .colored-square-slider__list-item {
      padding-bottom: 170px; } }
@media screen and (max-width: 767px) {
    .sales-force .colored-square-slider_sales-force-industries .colored-square-slider__item-title {
      padding-left: 0; } }
.sales-force__slider-wrapper {
    background-color: #eeeeee; }
.sales-force__slider-wrapper .content-slider-item__content_active {
      font-size: 24px; }
.sales-force__slider-wrapper .content-slider-item__number {
      display: none; }
.sales-force__slider-wrapper .content-slider {
      padding: 40px 20px 145px;
      background-color: transparent; }
@media screen and (max-width: 767px) {
        .sales-force__slider-wrapper .content-slider {
          padding-bottom: 40px; } }
.sales-force__slider-wrapper .content-slider__aside {
        min-height: 250px;
        border-right: 2px solid transparent; }
.sales-force__slider-wrapper .content-slider .content-slider-item__description {
        padding: 30px 60px 37px;
        font-weight: 600;
        background-color: #fff;
        box-shadow: 0px 41px 90px 0 #aeaeae; }
@media only screen and (min-width: 768px) {
          .sales-force__slider-wrapper .content-slider .content-slider-item__description {
            position: absolute;
            top: -35px;
            left: 35%;
            max-width: 525px; } }
@media (min-width: 767px) {
          .sales-force__slider-wrapper .content-slider .content-slider-item__description {
            min-height: 310px; } }
@media (max-width: 475px) {
          .sales-force__slider-wrapper .content-slider .content-slider-item__description {
            padding: 30px 20px; } }
.sales-force__slider-wrapper .content-slider .content-slider-item__description p {
          margin: 0;
          padding: 0; }
.sales-force__slider-wrapper .content-slider .content-slider-item__description ul {
          margin: 0;
          padding: 0 0 0 20px;
          list-style: none; }
.sales-force__slider-wrapper .content-slider .content-slider-item__description li {
          position: relative;
          padding-bottom: 5px; }
.sales-force__slider-wrapper .content-slider .content-slider-item__description li:before {
            position: absolute;
            top: 7px;
            left: -20px;
            width: 8px;
            height: 8px;
            background: #000;
            content: ''; }
.sales-force__slider-wrapper .content-slider .content-slider-item__description strong {
          font-weight: 600; }
.sales-force__slider-wrapper .content-slider .content-slider-item__description-text {
        margin: 0;
        line-height: 1.33; }
.sales-force__slider-wrapper .content-slider .content-slider-item__description-text p {
          margin-bottom: 22px; }
.sales-force__slider-wrapper .content-slider .content-slider-item__description-text ul {
          margin-top: 10px; }
.sales-force__slider-wrapper .content-slider .content-slider-item__description-text ul p {
            margin: 0;
            padding: 0; }
.sales-force__content-slider-heading .sub-title-colored__heading {
    color: #000; }
.sales-force .demo-item-grid__desctioption {
    padding: 0 4px;
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.how-to-apply__page-title-2 {
  /*background: $bright-violet;
    background-image: radial-gradient(circle at 80% 80%, $orange 20%, transparent 60%);*/
  background-image: radial-gradient(circle at 95% 95%, #f9ac07 30%, #b60eee 60%); }
.how-to-apply__page-title-2 .page-title-2__title {
    width: 640px; }
@media only screen and (max-width: 1024px) {
      .how-to-apply__page-title-2 .page-title-2__title {
        width: 61.5vw; } }
@media only screen and (max-width: 930px) {
      .how-to-apply__page-title-2 .page-title-2__title {
        width: 51vw; } }
.how-to-apply__page-title-2 .page-title-mobile__title {
    max-width: 58vw; }
.how-to-apply .sub-title-colored {
  max-width: none;
  padding: 80px 15px 0; }
@media only screen and (max-width: 480px) {
    .how-to-apply .sub-title-colored {
      padding-top: 46px; } }
.how-to-apply .sub-title-colored__heading-square {
    background: #e912a3; }
.how-to-apply .sub-title-colored__description {
    font-weight: 900;
    font-size: 24px; }
@media only screen and (max-width: 480px) {
      .how-to-apply .sub-title-colored__description {
        font-size: 5vw; } }
.how-to-apply .two-column-slider.how-to-apply {
  max-width: 1000px;
  min-height: 350px;
  margin: 0 auto;
  box-shadow: none; }
.how-to-apply .two-column-slider.how-to-apply .two-column-slider__aside {
    min-height: 300px; }
@media only screen and (min-width: 768px) {
      .how-to-apply .two-column-slider.how-to-apply .two-column-slider__aside {
        border-right: 2px solid #b60eee; } }
.how-to-apply .two-column-slider.how-to-apply .two-column-slider__container {
    padding: 60px 30px 0; }
.how-to-apply .two-column-slider.how-to-apply .two-column-slider-item__description {
    min-height: 240px; }
.how-to-apply .two-column-slider.how-to-apply .two-column-slider-item__description-text {
    font-size: 18px; }
.how-to-apply .two-column-slider.how-to-apply .two-column-slider-item__description-text a {
      display: block;
      padding: 5px 0;
      color: #131313;
      font-weight: 900; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.career-map__tabs__nav {
  margin: 0;
  padding: 0;
  list-style: none; }
.career-map__heading {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 41px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.career-map__heading:not(:last-child) {
    margin-bottom: 38px; }
@media (max-width: 640px) {
    .career-map__heading {
      font-size: 30px; } }
.career-map {
  padding: 40px 0 60px;
  background: linear-gradient(45deg, #11710f, #6201c1); }
@media (max-width: 1024px) {
    .career-map {
      padding: 80px 0 120px; } }
@media (max-width: 768px) {
    .career-map {
      padding: 40px 0 20px; } }
.career-map__heading:not(:last-child) {
    margin-bottom: 24px; }
@media (max-width: 768px) {
    .career-map__tabs {
      margin: 0 -15px; } }
.career-map__tabs__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: none; }
@media (max-width: 768px) {
      .career-map__tabs__nav {
        display: block;
        border-bottom: none; } }
.career-map__tabs__nav:not(:last-child) {
      margin-bottom: 16px; }
.career-map__tabs__nav__item {
      position: relative;
      max-width: 140px;
      padding: 8px 10px;
      color: #fff;
      font-weight: 800;
      font-size: 17px;
      font-family: "ProximaNova", sans-serif;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      cursor: pointer; }
.career-map__tabs__nav__item:hover {
        text-decoration: underline; }
@media (max-width: 768px) {
        .career-map__tabs__nav__item {
          max-width: 100%;
          padding: 10px 15px;
          font-size: 16px;
          text-align: left;
          border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
          .career-map__tabs__nav__item:hover {
            color: #11710f;
            background: #fff; } }
.career-map__tabs__nav__item:after {
        position: absolute;
        bottom: -2px;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #fff;
        transform: translateX(-50%);
        transition: width 0.2s ease;
        content: ''; }
.career-map__tabs__nav__item.current {
        color: #11710f;
        background: #fff; }
.career-map__tabs__nav__item.current::after {
          width: 100%;
          content: none; }
.career-map__tabs__nav__item.current:hover {
        text-decoration: none; }
.career-map__tabs__content {
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: normal; }
@media (max-width: 640px) {
      .career-map__tabs__content {
        font-size: 14px; } }
.career-map__tabs__content-mobile {
      display: none;
      padding: 20px 15px; }
.career-map__tabs__content-mobile:not(:last-child) {
        border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
.career-map__tabs__content-mobile.current {
        display: block; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.section-text__card {
  flex-basis: 45%;
  width: 100%;
  max-width: 430px;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 3px solid #fff; }
.section-text__card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
.section-text__heading {
  margin: 0;
  color: #fff;
  font-weight: 800;
  font-size: 27px;
  font-family: "ProximaNova", sans-serif;
  letter-spacing: 1.1px;
  text-transform: uppercase; }
.section-text__paragraph {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.6px; }
@media (max-width: 768px) {
  .section-text__card {
    max-width: none; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.page-section {
  padding: 80px 0 80px 0;
  background: linear-gradient(70deg, #e44b47, #b35c91 70%); }
.page-section__wrapper {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 0; }
@media (max-width: 1024px) {
    .page-section__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (max-width: 768px) {
    .page-section {
      padding: 40px 0px 40px 0px; } }
.page-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none; }
@media (max-width: 768px) {
  .page-section__list {
    flex-direction: column;
    align-items: flex-start; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.grow-your-careers {
  width: 100%;
  overflow: hidden; }
@media only screen and (max-height: 350px) {
    .grow-your-careers .page-title-2 {
      min-height: 550px; } }
.grow-your-careers .page-title-mobile {
    padding: 105px 30px 100px; }
.grow-your-careers__page-title-2 {
    background-image: radial-gradient(circle at 70% 90%, #db346b 5%, #b65123 90%); }
.grow-your-careers__page-title-2 .page-title-2__description {
      width: 90%; }
.grow-your-careers__page-title-2 .page-title-2__title {
      margin-top: -50px; }
@media only screen and (max-width: 767px) {
        .grow-your-careers__page-title-2 .page-title-2__title {
          width: 450px; } }
.grow-your-careers__page-title-2 .page-title-mobile__title {
      max-width: 65vw; }
.grow-your-careers .section-text__card:nth-child(5) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
@media (max-width: 768px) {
      .grow-your-careers .section-text__card:nth-child(5) {
        margin-bottom: 50px;
        padding-bottom: 40px;
        border-bottom: 3px solid #fff; } }
.grow-your-careers__image-1 .page-section-image::before {
  content: none; }
.grow-your-careers__image-1 .page-section-image__item {
  right: 0;
  width: 64vw;
  max-width: 1000px;
  height: auto;
  min-height: 0;
  max-height: none; }
@media (max-width: 1200px) {
    .grow-your-careers__image-1 .page-section-image__item {
      left: auto;
      width: 60vw; } }
@media (max-width: 560px) {
    .grow-your-careers__image-1 .page-section-image__item {
      left: auto;
      width: 90vw; } }
@media (max-width: 768px) {
  .grow-your-careers__image-1 .page-section-text {
    padding-top: 50px; } }
@media (max-width: 768px) {
  .grow-your-careers__image-1 .page-section-text__wrapper {
    padding-bottom: 200px; } }
.grow-your-careers__image-1 .page-section-image {
  left: 50vw;
  width: auto; }
@media (max-width: 560px) {
    .grow-your-careers__image-1 .page-section-image {
      width: 50%; } }
/* styles for career plan*/
.career-map-levels {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  color: #fff;
  list-style: none;
  border-bottom: 3px solid #fff; }
@media (max-width: 1024px) {
    .career-map-levels {
      margin-right: -5px;
      margin-left: -5px; } }
@media (max-width: 768px) {
    .career-map-levels {
      position: static;
      display: block;
      border-bottom: none;
      visibility: visible; } }
.career-map-level {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  flex-direction: column;
  margin: 15px;
  padding: 0;
  list-style: none; }
.career-map-level:first-child {
    margin-left: 0; }
.career-map-level:last-child {
    margin-right: 0; }
@media (max-width: 1024px) {
    .career-map-level {
      margin: 5px; } }
.career-map-level-heading {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: "ProximaNova", sans-serif; }
.trainee-level .career-map-level-heading {
  height: 170px; }
.junior-level .career-map-level-heading {
  height: 140px; }
.intermediate-level .career-map-level-heading {
  height: 100px; }
.senior-level .career-map-level-heading {
  height: 60px; }
.leader-level .career-map-level-heading {
  height: 20px; }
@media (max-width: 768px) {
  .trainee-level .career-map-level-heading,
  .junior-level .career-map-level-heading,
  .intermediate-level .career-map-level-heading,
  .senior-level .career-map-level-heading,
  .leader-level .career-map-level-heading {
    height: 25px;
    font-size: 20px; } }
.career-map-level-requirements {
  flex-grow: 3;
  padding: 10px;
  font-size: 15px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  list-style: none;
  border: 2px solid #fff; }
@media (max-width: 940px) {
    .career-map-level-requirements {
      font-size: 12px; } }
@media (max-width: 768px) {
    .career-map-level-requirements {
      font-size: 15px; } }
.career-map-level-conditions {
  position: relative;
  width: 100%;
  min-height: 150px;
  margin-top: 20px;
  padding: 0;
  padding-right: 35px;
  font-size: 15px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  list-style: none; }
.career-map-level-conditions ::after {
    position: absolute;
    top: 0;
    right: 5px;
    display: block;
    width: 22px;
    height: 30px;
    background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow_white.svg") no-repeat 50%;
    background-size: 70% 70%;
    transform: rotate(-90deg);
    content: ''; }
@media (max-width: 768px) {
      .career-map-level-conditions ::after {
        top: 50%;
        transform: rotate(0deg) translateY(-50%); } }
@media (max-width: 940px) {
    .career-map-level-conditions {
      font-size: 12px; } }
@media (max-width: 768px) {
    .career-map-level-conditions {
      min-height: 40px;
      font-size: 15px; } }
.career-map-level-requirement,
.career-map-level-condition {
  padding-bottom: 10px;
  line-height: 1.3; }
@media (max-width: 768px) {
    .career-map-level-requirement,
    .career-map-level-condition {
      padding-bottom: 5px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.functional-offices__page-title-2 {
  background: #e912a3;
  /*background-image: radial-gradient(circle at 80% 80%, $violet 20%, transparent 60%);*/
  background-image: radial-gradient(circle at 95% 95%, #5406d9 25%, #e912a3 60%); }
.functional-offices__page-title-2 .page-title-2__title {
    width: 640px; }
@media only screen and (max-width: 1024px) {
      .functional-offices__page-title-2 .page-title-2__title {
        width: 61.5vw; } }
@media only screen and (max-width: 930px) {
      .functional-offices__page-title-2 .page-title-2__title {
        width: 51vw; } }
.functional-offices__page-title-2 .page-title-mobile__title {
    max-width: 58vw; }
.functional-offices .sub-title-colored {
  max-width: none;
  padding: 80px 15px 39px; }
@media only screen and (max-width: 480px) {
    .functional-offices .sub-title-colored {
      padding-top: 46px; } }
.functional-offices .sub-title-colored__heading-square {
    background: #f9ac07; }
.functional-offices .sub-title-colored__description {
    font-weight: 900;
    font-size: 24px; }
@media only screen and (max-width: 480px) {
      .functional-offices .sub-title-colored__description {
        font-size: 5vw; } }
.functional-offices .two-column-slider.functional-offices {
  max-width: 1000px;
  margin: 30px auto;
  box-shadow: none; }
.functional-offices .two-column-slider.functional-offices .two-column-slider__aside {
    min-height: 450px; }
@media only screen and (min-width: 768px) {
      .functional-offices .two-column-slider.functional-offices .two-column-slider__aside {
        border-right: 2px solid #b60eee; } }
.functional-offices .two-column-slider.functional-offices .two-column-slider-item__description {
    min-height: 240px; }
.functional-offices .two-column-slider.functional-offices .two-column-slider-item__description-text {
    font-size: 18px; }
.functional-offices .two-column-slider.functional-offices .two-column-slider-item__description-text a {
      display: block;
      padding: 5px 0;
      color: #131313;
      font-weight: 900; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.page-section-plx__wrapper, .page-section-plx__button-wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .page-section-plx__wrapper, .page-section-plx__button-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .page-section-plx__wrapper, .page-section-plx__button-wrapper {
      max-width: calc(940px * 1.44); } }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.page-section-plx {
  position: relative;
  z-index: 0;
  overflow: hidden;
  zoom: 1; }
@media screen and (max-width: 600px) {
    .page-section-plx {
      padding-top: 40px; } }
@media screen and (min-width: 2560px) {
    .page-section-plx {
      zoom: 0.7; } }
.page-section-plx__wrapper {
    position: relative; }
.page-section-plx__heading {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
.page-section-plx__image-wrap {
    position: absolute;
    top: -50%;
    right: 20%;
    z-index: -2;
    width: 200px;
    height: 375px; }
.page-section-plx__image {
    width: 100%; }
.page-section-plx__button-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 186px;
    padding-bottom: 42px; }
@media screen and (max-width: 880px) {
      .page-section-plx__button-wrapper {
        padding-right: 90px; } }
@media screen and (max-width: 650px) {
      .page-section-plx__button-wrapper {
        padding-right: 15px; } }
.page-section-plx__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 242px;
    height: 58px;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #000;
    border: 2px solid #000;
    cursor: pointer;
    transition: ease-in-out 0.15s; }
.page-section-plx__button:hover {
      color: #fff;
      background: #000;
      box-shadow: 0px 19px 57px 0 #000; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.careers-exterior {
  width: 100%;
  overflow: hidden; }
@media only screen and (max-height: 350px) {
    .careers-exterior .page-title-2 {
      min-height: 600px; } }
.careers-exterior .page-title-mobile {
    padding: 105px 30px 100px; }
.careers-exterior__page-title-2 {
    background-image: radial-gradient(circle at 70% 90%, #db346b 5%, #b65123 90%); }
.careers-exterior__page-title-2 .page-title-2__description {
      width: 90%; }
.careers-exterior__page-title-2 .page-title-2__title {
      width: 60vw;
      margin-top: -50px; }
@media only screen and (max-width: 767px) {
        .careers-exterior__page-title-2 .page-title-2__title {
          width: 450px; } }
.careers-exterior__page-title-2 .page-title-mobile__title {
      max-width: 65vw; }
.careers-exterior__title_background .page-title-2__title {
    max-width: 550px; }
@media screen and (max-width: 767px) {
      .careers-exterior__title_background .page-title-2__title {
        max-width: 380px; } }
.careers-exterior__title_background .page-title-2__title__description {
      max-width: 380px; }
.careers-exterior__title_background .page-title-mobile__title {
    max-width: 380px;
    line-height: 1; }
.careers-exterior__title_background .page-title-mobile__description {
    max-width: 380px;
    margin-left: 36px; }
.careers-exterior .sub-title-colored__heading-summary {
    max-width: 425px;
    font-family: "ProximaNova", sans-serif;
    line-height: normal;
    text-transform: none; }
@media (max-width: 1024px) {
      .careers-exterior .sub-title-colored__heading-summary {
        font-size: 3vw; } }
@media (max-width: 767px) {
      .careers-exterior .sub-title-colored__heading-summary {
        width: 350px;
        margin-right: auto;
        margin-left: auto; } }
@media (max-width: 560px) {
      .careers-exterior .sub-title-colored__heading-summary {
        font-size: 4vw; } }
@media (max-width: 380px) {
      .careers-exterior .sub-title-colored__heading-summary {
        font-size: 4.5vw; } }
@media (max-width: 450px) {
      .careers-exterior .sub-title-colored__heading-summary {
        width: 250px; } }
.careers-exterior .sub-title-colored {
    padding: 136px 0 0; }
@media (max-width: 767px) {
      .careers-exterior .sub-title-colored {
        position: relative;
        z-index: 5;
        margin: 0 auto;
        padding-top: 150px;
        padding-bottom: 25px; } }
.careers-exterior .sub-title-colored__heading {
      width: 550px; }
@media (max-width: 767px) {
        .careers-exterior .sub-title-colored__heading {
          width: 350px;
          margin: 0 auto;
          padding-bottom: 10%;
          word-break: break-word; } }
@media (max-width: 640px) {
        .careers-exterior .sub-title-colored__heading {
          font-size: 3.2em; } }
@media (max-width: 450px) {
        .careers-exterior .sub-title-colored__heading {
          width: 250px;
          font-size: 2.4em; } }
@media (max-width: 767px) {
      .careers-exterior .sub-title-colored__heading-square {
        top: -25px;
        width: 100%;
        max-width: 101px;
        height: 90%;
        min-height: 81px; } }
@media (max-width: 460px) {
      .careers-exterior .sub-title-colored__heading-square {
        max-width: 90px;
        height: 120%; } }
.careers-exterior .page-section-plx__work-at-softserve .sub-title-colored__heading-square {
    background: #e912a3; }
.careers-exterior .page-section-plx__work-at-softserve .page-section-plx__image-wrap {
    right: 21%; }
@media screen and (max-width: 880px) {
      .careers-exterior .page-section-plx__work-at-softserve .page-section-plx__image-wrap {
        right: 12%; } }
@media screen and (max-width: 640px) {
      .careers-exterior .page-section-plx__work-at-softserve .page-section-plx__image-wrap {
        right: 9%;
        bottom: -65%; } }
@media screen and (max-width: 767px) {
    .careers-exterior .page-section-plx__work-at-softserve .page-section-plx__image {
      width: 40%; } }
@media screen and (max-width: 767px) {
    .careers-exterior .page-section-plx__work-at-softserve .page-section-plx__button-wrapper .page-section-plx__image-wrap {
      right: 9%;
      bottom: -65%; } }
.careers-exterior .page-section-plx__grow-your-career {
    color: #fff;
    background-image: linear-gradient(45deg, #23d4a6, #c7d724); }
.careers-exterior .page-section-plx__grow-your-career .page-section-plx__image-wrap {
      top: -42%;
      right: 27%; }
@media screen and (max-width: 880px) {
        .careers-exterior .page-section-plx__grow-your-career .page-section-plx__image-wrap {
          right: 19%; } }
@media screen and (max-width: 767px) {
        .careers-exterior .page-section-plx__grow-your-career .page-section-plx__image-wrap {
          top: 19.5%;
          left: 19%; } }
@media screen and (max-width: 640px) {
        .careers-exterior .page-section-plx__grow-your-career .page-section-plx__image-wrap {
          top: -15%;
          right: 9%; } }
@media screen and (max-width: 767px) {
      .careers-exterior .page-section-plx__grow-your-career .page-section-plx__button-wrapper .page-section-plx__image-wrap {
        top: 25%; } }
@media screen and (max-width: 675px) {
      .careers-exterior .page-section-plx__grow-your-career .page-section-plx__button-wrapper .page-section-plx__image-wrap {
        left: 14%; } }
@media screen and (max-width: 450px) {
      .careers-exterior .page-section-plx__grow-your-career .page-section-plx__button-wrapper .page-section-plx__image-wrap {
        top: 29%; } }
.careers-exterior .page-section-plx__grow-your-career .page-section-plx__image {
      width: 145%; }
@media screen and (max-width: 767px) {
        .careers-exterior .page-section-plx__grow-your-career .page-section-plx__image {
          width: 50%; } }
.careers-exterior .page-section-plx__enjoy-great-perks .sub-title-colored__heading {
    width: 600px; }
@media screen and (max-width: 840px) {
      .careers-exterior .page-section-plx__enjoy-great-perks .sub-title-colored__heading {
        width: 500px; } }
@media screen and (max-width: 767px) {
      .careers-exterior .page-section-plx__enjoy-great-perks .sub-title-colored__heading {
        width: 350px; } }
.careers-exterior .page-section-plx__enjoy-great-perks .sub-title-colored__heading-square {
    background: #fad31f; }
.careers-exterior .page-section-plx__enjoy-great-perks .page-section-plx__image-wrap {
    top: 0;
    right: 24%; }
@media screen and (max-width: 880px) {
      .careers-exterior .page-section-plx__enjoy-great-perks .page-section-plx__image-wrap {
        right: 15%; } }
@media screen and (max-width: 767px) {
    .careers-exterior .page-section-plx__enjoy-great-perks .page-section-plx__button-wrapper .page-section-plx__image-wrap {
      top: 25%; } }
@media screen and (max-width: 450px) {
    .careers-exterior .page-section-plx__enjoy-great-perks .page-section-plx__button-wrapper .page-section-plx__image-wrap {
      top: 30%; } }
.careers-exterior .page-section-plx__enjoy-great-perks .page-section-plx__image {
    width: 120%; }
@media screen and (max-width: 767px) {
      .careers-exterior .page-section-plx__enjoy-great-perks .page-section-plx__image {
        width: 48%; } }
.careers-exterior .page-section-plx__how-to-apply {
    color: #fff;
    background-image: linear-gradient(45deg, #2651be, #3d89f1); }
.careers-exterior .page-section-plx__how-to-apply .page-section-plx__image {
      width: 199%; }
@media screen and (max-width: 1024px) {
        .careers-exterior .page-section-plx__how-to-apply .page-section-plx__image {
          width: 160%; } }
@media screen and (max-width: 767px) {
        .careers-exterior .page-section-plx__how-to-apply .page-section-plx__image {
          width: 65%; } }
.careers-exterior .page-section-plx__how-to-apply .page-section-plx__image-wrap {
      top: 15%;
      right: 32%; }
@media screen and (max-width: 1024px) {
        .careers-exterior .page-section-plx__how-to-apply .page-section-plx__image-wrap {
          top: 65%;
          right: 27%; } }
@media screen and (max-width: 880px) {
        .careers-exterior .page-section-plx__how-to-apply .page-section-plx__image-wrap {
          right: 21%; } }
@media screen and (max-width: 640px) {
        .careers-exterior .page-section-plx__how-to-apply .page-section-plx__image-wrap {
          top: -12%; } }
@media screen and (max-width: 767px) {
      .careers-exterior .page-section-plx__how-to-apply .page-section-plx__button-wrapper .page-section-plx__image-wrap {
        top: 28%; } }
@media screen and (max-width: 675px) {
      .careers-exterior .page-section-plx__how-to-apply .page-section-plx__button-wrapper .page-section-plx__image-wrap {
        top: 32%; } }
@media screen and (max-width: 435px) {
      .careers-exterior .page-section-plx__how-to-apply .page-section-plx__button-wrapper .page-section-plx__image-wrap {
        top: 35%; } }
.careers-exterior .page-section-plx__software .sub-title-colored__heading-square {
    background: #f9ac07; }
.careers-exterior .page-section-plx__software .page-section-plx__image-wrap {
    top: -19%;
    right: 15%; }
@media screen and (max-width: 880px) {
      .careers-exterior .page-section-plx__software .page-section-plx__image-wrap {
        right: 11%; } }
@media screen and (max-width: 767px) {
    .careers-exterior .page-section-plx__software .page-section-plx__image {
      width: 35%; } }
.careers-exterior .page-section-plx__smart-manufacturing {
    color: #fff;
    background-color: #e44b47;
    background-image: radial-gradient(circle at 70% 70%, #f9ac07 5%, #f9ac07 25%, transparent 60%); }
.careers-exterior .page-section-plx__smart-manufacturing .page-section-plx__image-wrap {
      top: -24%; }
@media screen and (max-width: 880px) {
        .careers-exterior .page-section-plx__smart-manufacturing .page-section-plx__image-wrap {
          right: 11%; } }
.careers-exterior .page-section-plx__smart-manufacturing .page-section-plx__image {
      width: 120%; }
@media screen and (max-width: 767px) {
        .careers-exterior .page-section-plx__smart-manufacturing .page-section-plx__image {
          width: 55%; } }
.careers-exterior .page-section-plx__smart-manufacturing .page-section-plx__button {
      box-shadow: 0px 10px 20px 0 #914301; }
.careers-exterior .page-section-plx__energy-oil-and-gas .sub-title-colored__heading-square {
    background: #e44b47; }
.careers-exterior .page-section-plx__energy-oil-and-gas .page-section-plx__image-wrap {
    top: 0;
    right: 28%; }
@media screen and (max-width: 880px) {
      .careers-exterior .page-section-plx__energy-oil-and-gas .page-section-plx__image-wrap {
        right: 15%; } }
.careers-exterior .page-section-plx__energy-oil-and-gas .page-section-plx__image {
    width: 200%; }
@media screen and (max-width: 767px) {
      .careers-exterior .page-section-plx__energy-oil-and-gas .page-section-plx__image {
        width: 70%; } }
@media screen and (max-width: 767px) {
    .careers-exterior .page-section-plx .page-section-plx__heading {
      position: relative;
      max-width: 600px;
      margin: 0 auto; }
    .careers-exterior .page-section-plx .page-section-plx__wrapper {
      position: static;
      padding-right: 40px;
      padding-left: 40px; } }
@media screen and (max-width: 767px) and (max-width: 360px) {
    .careers-exterior .page-section-plx .page-section-plx__wrapper {
      padding-right: 5vw;
      padding-left: 5vw; } }
@media screen and (max-width: 767px) {
    .careers-exterior .page-section-plx .page-section-plx__button-wrapper {
      position: static;
      justify-content: center;
      max-width: 446px;
      padding-right: 0;
      padding-left: 0; }
    .careers-exterior .page-section-plx .page-section-plx__image-wrap {
      top: 20.5%;
      left: 20%;
      width: 212px;
      height: 142px; } }
@media screen and (max-width: 767px) and (max-width: 580px) {
    .careers-exterior .page-section-plx .page-section-plx__image-wrap {
      left: 16%; } }
@media screen and (max-width: 767px) and (max-width: 360px) {
    .careers-exterior .page-section-plx .page-section-plx__image-wrap {
      left: 12%; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.abiliton-levels__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .abiliton-levels__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .abiliton-levels__wrapper {
      max-width: calc(940px * 1.44); } }
.abiliton-levels {
  padding: 100px 0;
  color: #fff;
  background: linear-gradient(45deg, #274fbd, #01d8fd); }
@media (max-width: 767px) {
    .abiliton-levels {
      padding: 50px 0 0; } }
@media (min-width: 1200px) {
    .abiliton-levels__wrapper {
      max-width: 1200px;
      padding: 0 15px; } }
.abiliton-levels__levels, .abiliton-levels__conditions, .abiliton-levels__requirements, .abiliton-levels__sublevel-conditions {
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    list-style: none; }
@media (min-width: 1200px) {
      .abiliton-levels__levels, .abiliton-levels__conditions, .abiliton-levels__requirements, .abiliton-levels__sublevel-conditions {
        font-size: 12px; } }
.abiliton-levels__requirements {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    font-size: 14px; }
.abiliton-levels__levels {
    display: flex;
    justify-content: stretch; }
.abiliton-levels__level {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    flex-direction: column;
    min-height: 120px;
    border: 2px solid #fff;
    border-right-width: 0; }
.abiliton-levels__level_junior-level {
      margin-top: 200px; }
.abiliton-levels__level_interm-level {
      margin-top: 150px; }
.abiliton-levels__level_senior-level {
      margin-top: 100px; }
.abiliton-levels__level_leader-level {
      margin-top: 50px; }
.abiliton-levels__level:last-child {
      border-right-width: 2px; }
.abiliton-levels__level-heading {
    margin: 0;
    padding: 5px 10px;
    color: #000;
    font-size: 18px;
    font-family: "ProximaNova", sans-serif;
    background-color: #aaa; }
.abiliton-levels__conditions, .abiliton-levels__sublevel, .abiliton-levels__sublevel-conditions {
    position: absolute;
    bottom: 100%; }
.abiliton-levels__sublevel-conditions {
    width: 100%; }
.abiliton-levels__conditions, .abiliton-levels__sublevel-conditions {
    line-height: 1.1; }
.abiliton-levels__conditions::before, .abiliton-levels__sublevel-conditions::before {
      position: absolute;
      right: 5%;
      bottom: 23px;
      display: block;
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: translate(2px, 100%) rotate(45deg);
      transform-origin: top right;
      content: ''; }
.abiliton-levels__conditions::after, .abiliton-levels__sublevel-conditions::after {
      display: block;
      width: 95%;
      height: 24px;
      margin-top: 5px;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      content: ''; }
.abiliton-levels__conditions {
    left: -2px;
    width: 52%; }
.abiliton-levels__condition, .abiliton-levels__sublevel-condition {
    padding-bottom: 5px; }
.abiliton-levels__sublevel {
    right: -2px;
    width: 50%; }
.abiliton-levels__sublevel-heading {
    margin: 0;
    padding: 5px 0;
    color: #000;
    font-size: 12px;
    font-family: "ProximaNova", sans-serif;
    text-align: center;
    background-color: #fff; }
@media (max-width: 1024px) {
    .abiliton-levels__requirements {
      font-size: 12px; } }
@media (max-width: 768px) {
    .abiliton-levels__levels {
      display: block; }
    .abiliton-levels__level-heading, .abiliton-levels__requirements {
      border: 2px solid #fff; }
    .abiliton-levels__level-heading {
      border-bottom: none; }
    .abiliton-levels__requirements {
      min-height: 50px;
      border-top: none; }
    .abiliton-levels__sublevel-heading {
      padding: 5px 10px;
      font-size: 16px;
      text-align: left; }
    .abiliton-levels__conditions, .abiliton-levels__sublevel-conditions {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 50px;
      margin: 15px 0;
      font-size: 12px; }
      .abiliton-levels__conditions::before, .abiliton-levels__sublevel-conditions::before {
        display: none; }
      .abiliton-levels__conditions::after, .abiliton-levels__sublevel-conditions::after {
        position: absolute;
        top: 50%;
        right: 5px;
        width: 14px;
        height: 18px;
        margin: 0;
        background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow_white.svg") no-repeat 50% 50%;
        background-size: 100% 100%;
        border: none;
        transform: translateY(-50%); }
    .abiliton-levels__conditions, .abiliton-levels__sublevel {
      width: 100%; }
    .abiliton-levels__condition, .abiliton-levels__sublevel-condition {
      padding: 2px 0; }
    .abiliton-levels__conditions, .abiliton-levels__sublevel, .abiliton-levels__sublevel-conditions {
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .abiliton-levels__level {
      border: none; }
      .abiliton-levels__level_junior-level, .abiliton-levels__level_interm-level, .abiliton-levels__level_senior-level, .abiliton-levels__level_leader-level {
        margin-top: 0; }
      .abiliton-levels__level:last-child .abiliton-levels__sublevel-conditions::after {
        display: none; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.abiliton {
  overflow: hidden; }
.abiliton__page-title-2 {
    background: #e72e38;
    background-image: radial-gradient(circle at 60% 90%, #7a3bca 30%, rgba(255, 0, 0, 0) 60%); }
.abiliton__page-title-2 .page-title-2__title {
      width: 680px; }
@media only screen and (max-width: 1024px) {
        .abiliton__page-title-2 .page-title-2__title {
          width: 64.5vw; } }
@media only screen and (max-width: 930px) {
        .abiliton__page-title-2 .page-title-2__title {
          width: 53vw; } }
.abiliton__page-title-2 .page-title-mobile__title {
      max-width: 58vw; }
.abiliton .page-section {
    background: linear-gradient(45deg, #f9ac07, #e44b47 70%); }
.abiliton .page-section .section-text__card:nth-child(3) {
      border-bottom: 3px solid #fff; }
@media (min-width: 769px) {
        .abiliton .page-section .section-text__card:nth-child(3) {
          border-bottom: none; } }
@media (min-width: 769px) {
      .abiliton .page-section .section-text__card:nth-child(3) {
        border-bottom: none; } }
.abiliton__page-section-with-image-1, .abiliton__page-section-with-image-2 {
    overflow: hidden; }
.abiliton__page-section-with-image-1 .page-section-text, .abiliton__page-section-with-image-2 .page-section-text {
      padding: 5vw 0; }
@media (min-width: 560px) and (max-width: 767px) {
        .abiliton__page-section-with-image-1 .page-section-text, .abiliton__page-section-with-image-2 .page-section-text {
          width: 65%; } }
@media (max-width: 560px) {
        .abiliton__page-section-with-image-1 .page-section-text, .abiliton__page-section-with-image-2 .page-section-text {
          padding: 50px 0 80px 0; } }
.abiliton__page-section-with-image-1 .page-section-text__button, .abiliton__page-section-with-image-2 .page-section-text__button {
        margin-top: 66px; }
.abiliton__page-section-with-image-1 .page-section-image::after, .abiliton__page-section-with-image-2 .page-section-image::after {
      position: absolute;
      right: -60px;
      bottom: 0;
      display: block;
      width: 50vw;
      height: 50vw;
      min-height: 300px;
      background-color: transparent;
      content: '';
      background-repeat: no-repeat; }
.abiliton__page-section-with-image-1 .page-section-image::before, .abiliton__page-section-with-image-1 .page-section-image::after, .abiliton__page-section-with-image-2 .page-section-image::before, .abiliton__page-section-with-image-2 .page-section-image::after {
      left: auto;
      z-index: 0; }
@media screen and (max-width: 1200px) {
        .abiliton__page-section-with-image-1 .page-section-image::before, .abiliton__page-section-with-image-1 .page-section-image::after, .abiliton__page-section-with-image-2 .page-section-image::before, .abiliton__page-section-with-image-2 .page-section-image::after {
          right: -60px; } }
@media screen and (min-width: 880px) {
        .abiliton__page-section-with-image-1 .page-section-image::before, .abiliton__page-section-with-image-1 .page-section-image::after, .abiliton__page-section-with-image-2 .page-section-image::before, .abiliton__page-section-with-image-2 .page-section-image::after {
          width: 700px;
          height: 490px; } }
@media screen and (max-width: 880px) {
        .abiliton__page-section-with-image-1 .page-section-image::before, .abiliton__page-section-with-image-1 .page-section-image::after, .abiliton__page-section-with-image-2 .page-section-image::before, .abiliton__page-section-with-image-2 .page-section-image::after {
          right: 3vw;
          width: 480px; } }
@media screen and (max-width: 600px) {
        .abiliton__page-section-with-image-1 .page-section-image::before, .abiliton__page-section-with-image-1 .page-section-image::after, .abiliton__page-section-with-image-2 .page-section-image::before, .abiliton__page-section-with-image-2 .page-section-image::after {
          width: 400px; } }
.abiliton__page-section-with-image-1 .page-section-image__item, .abiliton__page-section-with-image-2 .page-section-image__item {
      bottom: -30px;
      left: auto;
      z-index: -1;
      height: 55vw; }
@media screen and (min-width: 880px) {
        .abiliton__page-section-with-image-1 .page-section-image__item, .abiliton__page-section-with-image-2 .page-section-image__item {
          width: 359px;
          height: 490px; } }
.abiliton__page-section-with-image-1 .page-section-text__button {
    margin-top: 66px;
    background: #000;
    border-color: #000; }
.abiliton__page-section-with-image-1 .page-section-image::before {
    background-image: linear-gradient(90deg, #39c38c, #39c38c), radial-gradient(circle at center, #39c38c 0, #39c38c 50%, transparent 50%);
    background-position: right 5% bottom 65%, right 10% bottom 50%;
    background-size: 30.49% 1%, 50% 50%; }
.abiliton__page-section-with-image-1 .page-section-image::after {
    z-index: 1;
    background-image: linear-gradient(90deg, #7b50bb, #7b50bb);
    background-position: right 53% bottom 65%;
    background-size: 25% 1.5%; }
.abiliton__page-section-with-image-1 .page-section-image__item {
    z-index: 0; }
.abiliton__page-section-with-image-2 .page-section-text__button {
    margin-top: 66px;
    background: #000;
    border-color: #000; }
.abiliton__page-section-with-image-2 .page-section-image__item {
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    max-width: inherit;
    height: auto;
    min-height: inherit;
    max-height: inherit; }
@media screen and (min-width: 561px) {
      .abiliton__page-section-with-image-2 .page-section-image__item {
        left: -45%;
        width: 155%; } }
.abiliton__page-section-with-image-2 .page-section-image::before {
    background-image: linear-gradient(90deg, #39c38c, #39c38c), radial-gradient(circle at center, #7b50bb 0, #7b50bb 55%, transparent 55%);
    background-position: right 5% bottom 70%, right 20% bottom 50%;
    background-size: 30.49% 1.35%, 80% 80%; }
@media screen and (max-width: 360px) {
      .abiliton__page-section-with-image-2 .page-section-image::before {
        left: -12vw; } }
.abiliton__page-section-with-image-2 .page-section-image::after {
    z-index: 1;
    background-image: linear-gradient(90deg, #39c38c, #39c38c);
    background-position: right 100% bottom 19%;
    background-size: 30.49% 2%; }
@media screen and (max-width: 360px) {
      .abiliton__page-section-with-image-2 .page-section-image::after {
        left: 4vw; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.benefits__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .benefits__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .benefits__wrapper {
      max-width: calc(940px * 1.44); } }
.benefits {
  width: 100%;
  overflow: hidden; }
.benefits__page-title-2 .page-title-2__title {
    width: 70vw; }
.benefits .page-title-2__description {
    width: 45vw; }
.benefits__wrapper {
    max-width: 1024px; }
.benefits__content-slider {
    padding: 40px 0 0 !important; }
@media only screen and (min-width: 880px) {
      .benefits__content-slider {
        padding: 8vw 75px 300px !important; } }
@media only screen and (min-width: 767px) and (max-width: 980px) {
      .benefits__content-slider {
        padding: 8vw 15px 400px 15px !important; } }
.benefits .content-slider__aside {
    height: 100%;
    min-height: 350px; }
@media only screen and (min-width: 768px) {
      .benefits .content-slider__aside {
        width: 37%;
        border-right: 2px solid #9033c2; } }
.benefits .content-slider__aside .content-slider-item {
      max-width: 90%; }
@media only screen and (min-width: 768px) {
        .benefits .content-slider__aside .content-slider-item__description {
          width: 65%; } }
.benefits .content-slider__aside .content-slider-item__description-text h3 {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 900;
        font-size: 18px;
        font-family: "ProximaNova", sans-serif;
        line-height: 21px;
        text-transform: uppercase; }
.benefits .content-slider__aside .content-slider-item__description-text p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 14px;
        font-family: OpenSans, Helvetica, Arial, sans-serif;
        line-height: 21px; }
.benefits .content-slider__aside .content-slider-item__content_active {
        padding: 10px;
        word-break: break-word; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.get-in-touch-career {
  display: flex;
  flex-grow: 2;
  flex-basis: 100%;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 20px;
  background: white; }
@media (min-width: 2560px) {
    .get-in-touch-career {
      padding-top: calc(90px * 1.44);
      padding-bottom: calc(20px * 1.44); } }
.get-in-touch-career__content {
    position: relative;
    width: 100%;
    max-width: 886px;
    min-height: 346px;
    max-height: 346px;
    padding: 40px 0 0 60px;
    text-transform: uppercase;
    background-color: #fbdc00;
    background-image: radial-gradient(circle at 0% 10%, #e44b47 5%, #e44b47 15%, rgba(255, 0, 0, 0) 40%); }
@media (min-width: 2560px) {
      .get-in-touch-career__content {
        max-width: calc(664px * 1.44);
        min-height: calc(346px * 1.44);
        max-height: calc(346px * 1.44);
        padding: calc(40px * 1.44) 0 0 calc(60px * 1.44); } }
.get-in-touch-career__content::before {
      position: absolute;
      right: 15%;
      bottom: 0;
      width: 100%;
      max-width: 240px;
      height: 150%;
      max-height: 570px;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/careers/door@2x.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100%;
      content: ''; }
.get-in-touch-career__heading {
    position: relative;
    z-index: 0;
    width: 40%;
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 68px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1; }
.get-in-touch-career__heading:before {
      position: absolute;
      top: -10px;
      left: -15px;
      z-index: -1;
      width: 100px;
      height: 100px;
      background-color: #000;
      content: ''; }
@media (min-width: 2560px) {
      .get-in-touch-career__heading {
        font-size: calc(68px * 1.44); }
        .get-in-touch-career__heading:before {
          width: calc(68px * 1.44);
          height: calc(68px * 1.44); } }
.get-in-touch-career__cta {
    position: absolute;
    bottom: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 270px;
    height: 70px;
    color: white;
    font-weight: 800;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background: black;
    border: 2px solid #111;
    cursor: pointer;
    transition: ease-in-out 0.15s; }
@media (min-width: 2560px) {
      .get-in-touch-career__cta {
        max-width: calc(270px * 1.44);
        height: calc(70px * 1.44);
        font-size: calc(14px * 1.44); } }
.get-in-touch-career__cta:hover {
      color: white;
      background: black;
      box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.95); }
@media only screen and (min-width: 1200px) {
  .get-in-touch-career {
    padding-right: 36px; } }
@media only screen and (min-width: 768px) {
  .get-in-touch-career {
    padding-bottom: 146px; }
    .get-in-touch-career__heading.de-de, .get-in-touch-career__heading.uk-ua {
      font-size: 69px; }
    .get-in-touch-career__heading.en-us {
      font-size: 84px; }
    .get-in-touch-career__cta {
      right: 15%;
      max-width: 242px;
      height: 58px; } }
@media only screen and (min-width: 768px) and (min-width: 2560px) {
      .get-in-touch-career__cta {
        right: calc(-10px * 1.44);
        max-width: calc(242px * 1.44);
        height: calc(58px * 1.44); } }
@media only screen and (max-width: 768px) {
  .get-in-touch-career {
    padding-right: 42px;
    padding-bottom: 112px;
    padding-left: 32px; }
    .get-in-touch-career__content {
      max-width: 604px;
      min-height: 246px;
      padding-left: 38px; }
    .get-in-touch-career__cta {
      right: 15%;
      bottom: -46px; } }
@media only screen and (max-width: 640px) {
  .get-in-touch-career {
    padding-right: 18px;
    padding-bottom: 124px;
    padding-left: 32px; }
    .get-in-touch-career__heading.de-de, .get-in-touch-career__heading.uk-ua {
      font-size: 43px; }
    .get-in-touch-career__heading.en-us {
      font-size: 60px; } }
@media only screen and (max-width: 560px) {
  .get-in-touch-career {
    padding-right: 18px;
    padding-bottom: 124px;
    padding-left: 32px; }
    .get-in-touch-career__heading.de-de, .get-in-touch-career__heading.uk-ua {
      font-size: 46px; }
    .get-in-touch-career__heading.en-us {
      font-size: 60px; }
    .get-in-touch-career__content {
      padding-top: 30px;
      padding-left: 20px; }
    .get-in-touch-career__cta {
      right: 15%;
      bottom: -40px; } }
@media only screen and (max-width: 400px) {
  .get-in-touch-career {
    padding-left: 15px; }
    .get-in-touch-career__heading.de-de, .get-in-touch-career__heading.uk-ua {
      font-size: 11vw; }
    .get-in-touch-career__heading.en-us {
      font-size: 14vw; }
    .get-in-touch-career__content {
      padding-top: 45px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.why-softserve .page-title-2__description:before,
.why-softserve .page-title-mobile__description:before {
  content: none; }
.why-softserve .page-title-2 .page-title-2__title,
.why-softserve .page-title-2 .page-title-mobile__title,
.why-softserve .page-title-mobile .page-title-2__title,
.why-softserve .page-title-mobile .page-title-mobile__title {
  width: 570px; }
@media screen and (max-width: 1024px) {
    .why-softserve .page-title-2 .page-title-2__title,
    .why-softserve .page-title-2 .page-title-mobile__title,
    .why-softserve .page-title-mobile .page-title-2__title,
    .why-softserve .page-title-mobile .page-title-mobile__title {
      width: 55vw; } }
.why-softserve .video-modal__modal__content {
  position: absolute;
  top: 50%;
  left: 48%;
  width: 67.5vw;
  height: 38vw;
  transform: translate(-50%, -50%); }
.why-softserve .video-modal__modal__content iframe {
    width: 100%;
    height: 100%; }
@media (max-width: 769px) {
    .why-softserve .video-modal__modal__content {
      width: 90.5vw;
      height: 51vw; } }
.why-softserve .video-modal__modal__close {
  position: absolute;
  top: -38px;
  right: 0;
  left: auto;
  padding: 0;
  color: #777;
  font-size: 25px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: color 0.2s ease; }
.why-softserve .video-modal__modal__close:hover {
    color: #fff; }
.why-softserve__video {
  position: absolute;
  right: 0;
  bottom: 35%;
  z-index: -1;
  max-width: 546px;
  max-height: 531px;
  background-image: radial-gradient(50% 50%, #16cc86 68%, transparent 68%);
  background-repeat: no-repeat;
  background-position: 50% -34%;
  background-size: 90% 110%; }
@media screen and (max-width: 880px) {
    .why-softserve__video {
      right: -7%; } }
.why-softserve .video__preview::before {
  right: -26%;
  opacity: 0.7; }
@media screen and (min-width: 767px) and (max-width: 880px) {
    .why-softserve .video__preview::before {
      right: -12%; } }
@media screen and (max-width: 480px) {
    .why-softserve .video__preview::before {
      right: 0; } }
.why-softserve .video__preview img {
  max-width: 70%;
  margin: 22% 26%; }
@media screen and (max-width: 880px) {
    .why-softserve .video__preview img {
      max-width: 60%; } }
@media screen and (max-width: 767px) {
    .why-softserve .video__preview img {
      max-width: 70%; } }
@media screen and (max-width: 580px) {
    .why-softserve .video__preview img {
      min-width: 280px; } }
@media screen and (max-width: 480px) {
    .why-softserve .video__preview img {
      margin: 22% auto; } }
@media screen and (max-width: 767px) {
  .why-softserve .page-section-plx__heading {
    position: relative;
    max-width: 600px;
    margin: 0 auto; }
  .why-softserve .page-section-plx__wrapper {
    position: static;
    padding-right: 40px;
    padding-left: 40px; } }
@media screen and (max-width: 767px) and (max-width: 360px) {
    .why-softserve .page-section-plx__wrapper {
      padding-right: 5vw;
      padding-left: 5vw; } }
@media screen and (max-width: 767px) {
  .why-softserve .page-section-plx__button-wrapper {
    position: static;
    justify-content: center;
    max-width: 446px;
    margin-top: 5vw;
    margin-bottom: 37vw;
    padding-right: 0;
    padding-left: 0; }
  .why-softserve .page-section-plx__image-wrap {
    top: 18.5%;
    left: 20%;
    width: 266px;
    height: 142px; } }
@media screen and (max-width: 767px) and (max-width: 580px) {
    .why-softserve .page-section-plx__image-wrap {
      left: 16%; } }
@media screen and (max-width: 767px) and (max-width: 360px) {
    .why-softserve .page-section-plx__image-wrap {
      left: 12%; } }
.why-softserve .page-section-plx {
  min-height: 615px; }
@media screen and (max-width: 767px) {
    .why-softserve .page-section-plx {
      min-height: initial; } }
.why-softserve .page-section-plx .sub-title-colored {
    max-width: 470px;
    padding: 136px 0 0; }
@media screen and (min-width: 767px) and (max-width: 820px) {
      .why-softserve .page-section-plx .sub-title-colored {
        max-width: 400px; } }
.why-softserve .page-section-plx .sub-title-colored__wrapper {
      position: relative;
      z-index: 3; }
.why-softserve .page-section-plx .sub-title-colored__heading-summary {
      font-weight: 800;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.2;
      text-transform: none; }
@media screen and (min-width: 767px) {
        .why-softserve .page-section-plx .sub-title-colored__heading-summary {
          font-size: 24px; } }
@media screen and (max-width: 767px) {
      .why-softserve .page-section-plx .sub-title-colored {
        padding: 10vw 0 0; } }
.why-softserve .page-section-plx:nth-child(2n-1) .sub-title-colored__heading, .why-softserve .page-section-plx:nth-child(2n-1) .sub-title-colored__heading-summary {
    color: #fff; }
.why-softserve .page-section-plx__about-us .sub-title-colored__heading-square {
    background: #e912a3; }
@media screen and (max-width: 767px) {
    .why-softserve .page-section-plx__about-us .sub-title-colored {
      padding: 10vw 0 0; } }
.why-softserve .page-section-plx__about-us .page-section-plx__image {
    display: none; }
.why-softserve .page-section-plx__about-us .page-section-plx__button-wrapper {
    margin-bottom: 0; }
@media screen and (max-width: 767px) {
      .why-softserve .page-section-plx__about-us .page-section-plx__button-wrapper {
        flex-direction: column;
        margin-top: 50%; }
        .why-softserve .page-section-plx__about-us .page-section-plx__button-wrapper .why-softserve__video {
          right: 15%;
          bottom: 7%; }
        .why-softserve .page-section-plx__about-us .page-section-plx__button-wrapper .page-section-plx__button {
          align-self: center; } }
@media screen and (max-width: 480px) {
      .why-softserve .page-section-plx__about-us .page-section-plx__button-wrapper .why-softserve__video {
        right: 0%;
        background-size: 100% 110%; } }
.why-softserve .page-section-plx__professional-development {
    background-image: linear-gradient(45deg, #0fc684, #c7d724); }
.why-softserve .page-section-plx__professional-development .sub-title-colored__heading div {
      width: 110%; }
.why-softserve .page-section-plx__professional-development .page-section-plx__image-wrap {
      top: -80%;
      right: 15%;
      width: 334px; }
@media screen and (max-width: 880px) {
        .why-softserve .page-section-plx__professional-development .page-section-plx__image-wrap {
          right: 6%; } }
@media screen and (max-width: 767px) {
        .why-softserve .page-section-plx__professional-development .page-section-plx__image-wrap {
          top: 75%;
          left: 50%; } }
@media screen and (max-width: 640px) {
        .why-softserve .page-section-plx__professional-development .page-section-plx__image-wrap {
          top: 75%;
          left: 50%; } }
@media screen and (max-width: 440px) {
        .why-softserve .page-section-plx__professional-development .page-section-plx__image-wrap {
          top: 80%;
          left: 35%; } }
@media screen and (max-width: 767px) {
      .why-softserve .page-section-plx__professional-development .page-section-plx__image {
        width: 85%; } }
.why-softserve .page-section-plx__softserve-university .sub-title-colored__heading-square {
    background: #ff7800; }
.why-softserve .page-section-plx__softserve-university .page-section-plx__image-wrap {
    top: -40%;
    right: 5%;
    width: 370px; }
@media screen and (max-width: 880px) {
      .why-softserve .page-section-plx__softserve-university .page-section-plx__image-wrap {
        right: 6%; } }
@media screen and (max-width: 767px) {
      .why-softserve .page-section-plx__softserve-university .page-section-plx__image-wrap {
        top: 80%;
        left: 50%; } }
@media screen and (max-width: 440px) {
      .why-softserve .page-section-plx__softserve-university .page-section-plx__image-wrap {
        top: 80%;
        left: 35%; } }
@media screen and (max-width: 767px) {
    .why-softserve .page-section-plx__softserve-university .page-section-plx__image {
      width: 80%; } }
.why-softserve .page-section-plx__events {
    background-color: #e44b47;
    background-image: radial-gradient(circle at 70% 70%, #f9ac07 5%, #f9ac07 25%, rgba(252, 0, 0, 0) 60%); }
.why-softserve .page-section-plx__events .sub-title-colored__heading-summary {
      margin-top: 100px;
      margin-bottom: 100px; }
@media screen and (max-width: 767px) {
        .why-softserve .page-section-plx__events .sub-title-colored__heading-summary {
          margin: 0; } }
.why-softserve .page-section-plx__events .page-section-plx__image-wrap {
      top: -145%;
      right: 25%;
      width: 160px; }
@media screen and (max-width: 880px) {
        .why-softserve .page-section-plx__events .page-section-plx__image-wrap {
          right: 6%; } }
@media screen and (max-width: 767px) {
        .why-softserve .page-section-plx__events .page-section-plx__image-wrap {
          top: 60%;
          left: 65%; } }
@media screen and (max-width: 440px) {
        .why-softserve .page-section-plx__events .page-section-plx__image-wrap {
          top: 72%;
          left: 55%; } }
@media screen and (max-width: 767px) {
      .why-softserve .page-section-plx__events .page-section-plx__image {
        width: 85%; } }
.why-softserve .page-section-plx__corporate-social-responsibility {
    padding-bottom: 50px; }
.why-softserve .page-section-plx__corporate-social-responsibility .sub-title-colored__heading-square {
      background: #ff7800; }
.why-softserve .page-section-plx__corporate-social-responsibility .sub-title-colored__heading {
      width: 114%; }
@media screen and (min-width: 880px) {
        .why-softserve .page-section-plx__corporate-social-responsibility .sub-title-colored__heading {
          width: 190%; } }
.why-softserve .page-section-plx__corporate-social-responsibility .page-section-plx__image-wrap {
      top: -182%;
      right: 14%;
      width: 300px; }
@media screen and (max-width: 880px) {
        .why-softserve .page-section-plx__corporate-social-responsibility .page-section-plx__image-wrap {
          right: 6%; } }
@media screen and (max-width: 767px) {
        .why-softserve .page-section-plx__corporate-social-responsibility .page-section-plx__image-wrap {
          top: 55%;
          left: 65%; } }
@media screen and (max-width: 440px) {
        .why-softserve .page-section-plx__corporate-social-responsibility .page-section-plx__image-wrap {
          top: 55%;
          left: 45%; } }
@media screen and (max-width: 767px) {
      .why-softserve .page-section-plx__corporate-social-responsibility .page-section-plx__image {
        width: 85%; } }
.why-softserve .get-in-touch-career__why-softserve {
  padding: 40vw 35px 80px; }
@media (min-width: 640px) {
    .why-softserve .get-in-touch-career__why-softserve {
      padding: 200px 35px 80px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.get-in-touch-career {
  display: flex;
  flex-grow: 2;
  flex-basis: 100%;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 20px;
  background: white; }
@media (min-width: 2560px) {
    .get-in-touch-career {
      padding-top: calc(90px * 1.44);
      padding-bottom: calc(20px * 1.44); } }
.get-in-touch-career__content {
    position: relative;
    width: 100%;
    max-width: 886px;
    min-height: 346px;
    max-height: 346px;
    padding: 40px 0 0 60px;
    text-transform: uppercase;
    background-color: #fbdc00;
    background-image: radial-gradient(circle at 0% 10%, #e44b47 5%, #e44b47 15%, rgba(255, 0, 0, 0) 40%); }
@media (min-width: 2560px) {
      .get-in-touch-career__content {
        max-width: calc(664px * 1.44);
        min-height: calc(346px * 1.44);
        max-height: calc(346px * 1.44);
        padding: calc(40px * 1.44) 0 0 calc(60px * 1.44); } }
.get-in-touch-career__content::before {
      position: absolute;
      right: 15%;
      bottom: 0;
      width: 100%;
      max-width: 240px;
      height: 150%;
      max-height: 570px;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/careers/door@2x.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100%;
      content: ''; }
@media (max-width: 1024px) {
        .get-in-touch-career__content::before {
          background-position: 100% 100%;
          background-size: 70%; } }
@media (max-width: 767px) {
        .get-in-touch-career__content::before {
          background-size: 160px; } }
@media (max-width: 440px) {
        .get-in-touch-career__content::before {
          background-size: 33vw; } }
.get-in-touch-career__heading {
    position: relative;
    z-index: 0;
    width: 35%;
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 68px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1; }
.get-in-touch-career__heading:before {
      position: absolute;
      top: -10px;
      left: -15px;
      z-index: -1;
      width: 100px;
      height: 100px;
      background-color: #000;
      content: ''; }
@media (min-width: 2560px) {
      .get-in-touch-career__heading {
        font-size: calc(68px * 1.44); }
        .get-in-touch-career__heading:before {
          width: calc(68px * 1.44);
          height: calc(68px * 1.44); } }
.get-in-touch-career__cta {
    position: absolute;
    bottom: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 270px;
    height: 70px;
    color: white;
    font-weight: 800;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background: black;
    border: 2px solid #111;
    cursor: pointer;
    transition: ease-in-out 0.15s; }
@media (min-width: 2560px) {
      .get-in-touch-career__cta {
        max-width: calc(270px * 1.44);
        height: calc(70px * 1.44);
        font-size: calc(14px * 1.44); } }
.get-in-touch-career__cta:hover {
      color: white;
      background: black;
      box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.95); }
@media only screen and (min-width: 1200px) {
  .get-in-touch-career {
    padding-right: 36px; } }
@media only screen and (min-width: 768px) {
  .get-in-touch-career {
    padding-bottom: 146px; }
    .get-in-touch-career__heading.de-de, .get-in-touch-career__heading.uk-ua {
      font-size: 69px; }
    .get-in-touch-career__heading.en-us {
      font-size: 84px; }
    .get-in-touch-career__cta {
      right: 15%;
      max-width: 242px;
      height: 58px; } }
@media only screen and (min-width: 768px) and (min-width: 2560px) {
      .get-in-touch-career__cta {
        right: calc(-10px * 1.44);
        max-width: calc(242px * 1.44);
        height: calc(58px * 1.44); } }
@media only screen and (max-width: 768px) {
  .get-in-touch-career {
    padding-right: 42px;
    padding-bottom: 112px;
    padding-left: 32px; }
    .get-in-touch-career__content {
      max-width: 604px;
      min-height: 268px;
      padding-left: 38px; }
    .get-in-touch-career__cta {
      right: 15%;
      bottom: -46px; } }
@media only screen and (max-width: 640px) {
  .get-in-touch-career {
    padding-right: 18px;
    padding-bottom: 124px;
    padding-left: 32px; }
    .get-in-touch-career__heading.de-de, .get-in-touch-career__heading.uk-ua {
      font-size: 43px; }
    .get-in-touch-career__heading.en-us {
      font-size: 60px; } }
@media only screen and (max-width: 560px) {
  .get-in-touch-career {
    padding-right: 18px;
    padding-bottom: 124px;
    padding-left: 32px; }
    .get-in-touch-career__heading.de-de, .get-in-touch-career__heading.uk-ua {
      font-size: 42px; }
    .get-in-touch-career__heading.en-us {
      font-size: 60px; }
    .get-in-touch-career__content {
      padding-top: 30px;
      padding-left: 40px; }
    .get-in-touch-career__cta {
      right: 5%;
      bottom: -40px; } }
@media only screen and (max-width: 400px) {
  .get-in-touch-career {
    padding-left: 15px; }
    .get-in-touch-career__heading.de-de, .get-in-touch-career__heading.uk-ua {
      font-size: 8vw; }
    .get-in-touch-career__heading.en-us {
      font-size: 14vw; }
    .get-in-touch-career__content {
      min-height: 220px;
      padding-top: 45px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.rewards .page-section-plx__benefits .btn {
  display: block;
  width: 242px;
  height: 58px;
  margin: 80px auto;
  padding: 0;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #000;
  border: 2px solid #131313;
  transition: all 0.3s linear; }
.rewards .page-section-plx__benefits .btn:hover {
    box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.55); }
.rewards .page-title-2__description:before,
.rewards .page-title-mobile__description:before {
  content: none; }
.rewards .page-title-2 .page-title-2__title,
.rewards .page-title-2 .page-title-mobile__title,
.rewards .page-title-mobile .page-title-2__title,
.rewards .page-title-mobile .page-title-mobile__title {
  width: 450px; }
@media screen and (max-width: 1024px) {
    .rewards .page-title-2 .page-title-2__title,
    .rewards .page-title-2 .page-title-mobile__title,
    .rewards .page-title-mobile .page-title-2__title,
    .rewards .page-title-mobile .page-title-mobile__title {
      width: 45vw; } }
.rewards .page-section-plx {
  min-height: 600px; }
.rewards .page-section-plx .sub-title-colored {
    padding: 136px 0 0; }
@media (min-width: 768px) {
      .rewards .page-section-plx .sub-title-colored {
        max-width: 470px; } }
.rewards .page-section-plx .sub-title-colored__wrapper {
      position: relative;
      z-index: 3; }
.rewards .page-section-plx .sub-title-colored__heading {
      width: 110%; }
.rewards .page-section-plx .sub-title-colored__heading-summary {
      font-weight: 800;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.2;
      text-transform: none; }
@media (min-width: 768px) {
        .rewards .page-section-plx .sub-title-colored__heading-summary {
          font-size: 24px; } }
@media (max-width: 767px) {
      .rewards .page-section-plx .sub-title-colored {
        padding: 10vw 0 0; } }
.rewards .page-section-plx:nth-child(2n-1) .sub-title-colored__heading, .rewards .page-section-plx:nth-child(2n-1) .sub-title-colored__heading-summary {
    color: #fff; }
.rewards .page-section-plx__button {
    min-width: 271px; }
.rewards .page-section-plx__professional-development .sub-title-colored__heading-square {
    background: #e912a3; }
.rewards .page-section-plx__professional-development .page-section-plx__image-wrap {
    top: -18%;
    right: 20%;
    width: 250px; }
@media screen and (max-width: 880px) {
      .rewards .page-section-plx__professional-development .page-section-plx__image-wrap {
        left: 60%; } }
@media screen and (max-width: 767px) {
      .rewards .page-section-plx__professional-development .page-section-plx__image-wrap {
        top: 98%;
        left: 50%; } }
@media screen and (max-width: 440px) {
      .rewards .page-section-plx__professional-development .page-section-plx__image-wrap {
        left: 35%; } }
@media screen and (max-width: 767px) {
    .rewards .page-section-plx__professional-development .page-section-plx__image {
      width: 100%; } }
.rewards .page-section-plx__softserve-university {
    background-image: linear-gradient(to right, #3d89f1, #274fbd); }
.rewards .page-section-plx__softserve-university .page-section-plx__image-wrap {
      top: 36%;
      right: 12%;
      width: 300px; }
@media screen and (max-width: 880px) {
        .rewards .page-section-plx__softserve-university .page-section-plx__image-wrap {
          left: 60%; } }
@media screen and (max-width: 767px) {
        .rewards .page-section-plx__softserve-university .page-section-plx__image-wrap {
          top: 110%;
          left: 50%; } }
@media screen and (max-width: 440px) {
        .rewards .page-section-plx__softserve-university .page-section-plx__image-wrap {
          left: 35%; } }
.rewards .page-section-plx__softserve-university .page-section-plx__image {
      width: 130%; }
.rewards .page-section-plx__compensation .sub-title-colored__heading-square {
    background: #3d89f1; }
.rewards .page-section-plx__compensation .page-section-plx__button {
    display: none; }
.rewards .page-section-plx__compensation .page-section-plx__image-wrap {
    top: -53px;
    right: 16%;
    width: 240px; }
@media screen and (max-width: 880px) {
      .rewards .page-section-plx__compensation .page-section-plx__image-wrap {
        left: 60%; } }
@media screen and (max-width: 767px) {
      .rewards .page-section-plx__compensation .page-section-plx__image-wrap {
        top: 105%;
        left: 50%; } }
@media screen and (max-width: 440px) {
      .rewards .page-section-plx__compensation .page-section-plx__image-wrap {
        left: 35%; } }
@media screen and (max-width: 767px) {
    .rewards .page-section-plx__compensation .page-section-plx__image {
      width: 100%; } }
.rewards .page-section-plx__benefits {
    background-color: #e44b47;
    background-image: linear-gradient(to right, #bc0912, #f9ac07); }
.rewards .page-section-plx__benefits .sub-title-colored__wrapper {
      padding: 0; }
.rewards .page-section-plx__benefits .page-section-plx__image-wrap {
      top: -53px;
      right: 16%;
      width: 300px; }
@media screen and (max-width: 880px) {
        .rewards .page-section-plx__benefits .page-section-plx__image-wrap {
          left: 60%; } }
@media screen and (max-width: 767px) {
        .rewards .page-section-plx__benefits .page-section-plx__image-wrap {
          top: 105%;
          left: 50%; } }
@media screen and (max-width: 440px) {
        .rewards .page-section-plx__benefits .page-section-plx__image-wrap {
          left: 35%; } }
@media screen and (max-width: 767px) {
      .rewards .page-section-plx__benefits .page-section-plx__image {
        width: 100%; } }
.rewards .page-section-plx__benefits .page-section-plx__button-wrapper {
      flex-direction: column; }
.rewards .page-section-plx__benefits .page-section-plx__button {
      align-self: flex-end;
      margin-bottom: 20px; }
@media screen and (max-width: 767px) {
        .rewards .page-section-plx__benefits .page-section-plx__button {
          align-self: center; } }
.rewards .page-section-plx__benefits .btn {
      display: none;
      width: 100%;
      max-width: 270px;
      margin: 40px auto -20px; }
@media screen and (min-width: 768px) {
        .rewards .page-section-plx__benefits .btn {
          margin: 40px 0; } }
.rewards .page-section-plx__work-life-and-environment .sub-title-colored__heading-square {
    background: #3d89f1; }
.rewards .page-section-plx__work-life-and-environment .sub-title-colored__heading {
    width: 120%; }
@media screen and (max-width: 767px) {
      .rewards .page-section-plx__work-life-and-environment .sub-title-colored__heading {
        width: 100%; } }
.rewards .page-section-plx__work-life-and-environment .page-section-plx__button {
    display: none; }
.rewards .page-section-plx__work-life-and-environment .page-section-plx__image-wrap {
    top: -53px;
    right: -1%;
    width: 420px; }
@media screen and (max-width: 880px) {
      .rewards .page-section-plx__work-life-and-environment .page-section-plx__image-wrap {
        left: 60%; } }
@media screen and (max-width: 767px) {
      .rewards .page-section-plx__work-life-and-environment .page-section-plx__image-wrap {
        top: 90%;
        left: 40%; } }
@media screen and (max-width: 440px) {
      .rewards .page-section-plx__work-life-and-environment .page-section-plx__image-wrap {
        top: 105%;
        left: 15%; } }
@media screen and (max-width: 767px) {
    .rewards .page-section-plx__work-life-and-environment .page-section-plx__image {
      width: 80%; } }
@media screen and (max-width: 767px) {
  .rewards .page-section-plx__heading {
    position: relative;
    max-width: 600px;
    margin: 0 auto; }
  .rewards .page-section-plx__wrapper {
    position: static;
    padding-right: 40px;
    padding-left: 40px; } }
@media screen and (max-width: 767px) and (max-width: 360px) {
    .rewards .page-section-plx__wrapper {
      padding-right: 5vw;
      padding-left: 5vw; } }
@media screen and (max-width: 767px) {
  .rewards .page-section-plx__button-wrapper {
    position: static;
    justify-content: center;
    max-width: 446px;
    margin-top: 5vw;
    margin-bottom: 37vw;
    padding-right: 0;
    padding-left: 0; } }
.get-in-touch-career__rewards {
  padding: 40px 35px 60px; }
@media screen and (min-width: 880px) {
    .get-in-touch-career__rewards {
      padding: 200px 35px 80px; } }
@media screen and (min-width: 767px) and (max-width: 879px) {
    .get-in-touch-career__rewards {
      padding: 120px 35px; } }
@media screen and (min-width: 360px) and (max-width: 766px) {
    .get-in-touch-career__rewards {
      padding: 120px 35px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.professional-development {
  display: flex;
  flex-direction: column; }
.professional-development .page-title-2__description:before,
  .professional-development .page-title-mobile__description:before {
    content: none; }
.professional-development .page-title-2 .page-title-2__title,
  .professional-development .page-title-2 .page-title-mobile__title,
  .professional-development .page-title-mobile .page-title-2__title,
  .professional-development .page-title-mobile .page-title-mobile__title {
    width: 670px; }
@media screen and (max-width: 1024px) {
      .professional-development .page-title-2 .page-title-2__title,
      .professional-development .page-title-2 .page-title-mobile__title,
      .professional-development .page-title-mobile .page-title-2__title,
      .professional-development .page-title-mobile .page-title-mobile__title {
        width: 68vw; } }
.professional-development .career-map {
    order: 3;
    background: linear-gradient(to right, #11710f, #043a61); }
.professional-development .page-section {
    order: 4;
    background-color: #71009f;
    background-image: radial-gradient(circle at 100% 100%, #1ad0f8 10%, #1ad0f8 15%, rgba(252, 0, 0, 0) 60%); }
.professional-development .section-text__heading {
    margin-bottom: 20px;
    font-size: 24px; }
@media screen and (min-width: 769px) {
    .professional-development .section-text__card:nth-child(3) {
      border-bottom: none; } }
@media screen and (max-width: 767px) {
    .professional-development .page-section-plx__heading {
      position: relative;
      max-width: 600px;
      margin: 0 auto; }
    .professional-development .page-section-plx__wrapper {
      position: static;
      padding-right: 40px;
      padding-left: 40px; } }
@media screen and (max-width: 767px) and (max-width: 360px) {
    .professional-development .page-section-plx__wrapper {
      padding-right: 5vw;
      padding-left: 5vw; } }
@media screen and (max-width: 767px) {
    .professional-development .page-section-plx__button-wrapper {
      position: static;
      justify-content: center;
      max-width: 446px;
      margin-top: 5vw;
      margin-bottom: 37vw;
      padding-right: 0;
      padding-left: 0; }
    .professional-development .page-section-plx__image-wrap {
      top: 18.5%;
      left: 20%;
      width: 266px;
      height: 142px; } }
@media screen and (max-width: 767px) and (max-width: 580px) {
    .professional-development .page-section-plx__image-wrap {
      left: 16%; } }
@media screen and (max-width: 767px) and (max-width: 360px) {
    .professional-development .page-section-plx__image-wrap {
      left: 12%; } }
.professional-development .page-section-plx {
    min-height: 615px; }
@media screen and (max-width: 767px) {
      .professional-development .page-section-plx {
        min-height: initial; } }
.professional-development .page-section-plx .sub-title-colored {
      max-width: 470px;
      padding: 136px 0 0; }
@media screen and (min-width: 767px) and (max-width: 820px) {
        .professional-development .page-section-plx .sub-title-colored {
          max-width: 400px; } }
.professional-development .page-section-plx .sub-title-colored__wrapper {
        position: relative;
        z-index: 3; }
.professional-development .page-section-plx .sub-title-colored__heading-summary {
        font-weight: 800;
        font-family: "ProximaNova", sans-serif;
        line-height: 1.2;
        text-transform: none; }
@media screen and (min-width: 767px) {
          .professional-development .page-section-plx .sub-title-colored__heading-summary {
            font-size: 24px; } }
@media screen and (max-width: 767px) {
        .professional-development .page-section-plx .sub-title-colored {
          padding: 10vw 0 0; } }
.professional-development .page-section-plx__your-career {
      order: 2; }
.professional-development .page-section-plx__your-career .sub-title-colored__heading-square {
        background: #b65123; }
@media screen and (max-width: 767px) {
        .professional-development .page-section-plx__your-career .sub-title-colored {
          padding: 10vw 0 0; } }
.professional-development .page-section-plx__your-career .page-section-plx__image-wrap {
        top: -100%;
        right: 0;
        width: 334px; }
@media screen and (max-width: 880px) {
          .professional-development .page-section-plx__your-career .page-section-plx__image-wrap {
            right: -10%; } }
@media screen and (max-width: 767px) {
          .professional-development .page-section-plx__your-career .page-section-plx__image-wrap {
            top: 72%;
            left: 82%; } }
@media screen and (max-width: 640px) {
          .professional-development .page-section-plx__your-career .page-section-plx__image-wrap {
            top: 75%;
            left: 65%; } }
@media screen and (max-width: 540px) {
          .professional-development .page-section-plx__your-career .page-section-plx__image-wrap {
            top: 88%;
            left: 68%; } }
.professional-development .page-section-plx__your-career .page-section-plx__image {
        width: 14%; }
@media screen and (max-width: 640px) {
          .professional-development .page-section-plx__your-career .page-section-plx__image {
            width: 11%; } }
@media screen and (max-width: 540px) {
          .professional-development .page-section-plx__your-career .page-section-plx__image {
            width: 8%; } }
@media screen and (min-width: 767px) and (max-width: 880px) {
        .professional-development .page-section-plx__your-career .page-section-plx__button-wrapper {
          margin-top: 15vw; } }
.professional-development .page-section-plx__abiliton-cerification {
      order: 4; }
.professional-development .page-section-plx__abiliton-cerification .sub-title-colored__heading-square {
        background: #e912a3; }
.professional-development .page-section-plx__abiliton-cerification .page-section-plx__image-wrap {
        top: -50%;
        right: 15%;
        width: 300px; }
@media screen and (max-width: 880px) {
          .professional-development .page-section-plx__abiliton-cerification .page-section-plx__image-wrap {
            right: 6%; } }
@media screen and (max-width: 767px) {
          .professional-development .page-section-plx__abiliton-cerification .page-section-plx__image-wrap {
            top: 80%;
            left: 50%; } }
@media screen and (max-width: 640px) {
          .professional-development .page-section-plx__abiliton-cerification .page-section-plx__image-wrap {
            top: 78%;
            left: 35%; } }
@media screen and (max-width: 440px) {
          .professional-development .page-section-plx__abiliton-cerification .page-section-plx__image-wrap {
            top: 90%;
            left: 35%; } }
@media screen and (max-width: 440px) {
        .professional-development .page-section-plx__abiliton-cerification .page-section-plx__image {
          width: 70%; } }
.professional-development .page-section-plx__abiliton-cerification .page-section-plx__button {
        display: none; }
.professional-development .get-in-touch-career__professional-development {
    order: 5;
    padding: 40vw 35px 80px; }
@media (min-width: 640px) {
      .professional-development .get-in-touch-career__professional-development {
        padding: 200px 35px 80px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.demo-item-grid {
  overflow: hidden; }
.demo-item-grid__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
@media (max-width: 640px) {
      .demo-item-grid__list {
        justify-content: space-around; } }
@media (min-width: 787px) {
      .demo-item-grid__list_small {
        justify-content: flex-start; } }
@media (min-width: 787px) {
      .demo-item-grid__list_small .demo-item-grid__list-item {
        margin-right: 10vw !important; } }
.demo-item-grid__list-item {
      display: flex;
      flex: 1;
      flex-direction: column;
      min-width: 220px;
      max-width: 220px;
      margin-bottom: 40px; }
@media (min-width: 2560px) {
        .demo-item-grid__list-item {
          margin-bottom: calc(30px * 1.44); } }
.demo-item-grid__list-item:hover .demo-item__image {
        transform: scale(1.05);
        transition: 0.22s; }
.demo-item-grid__list-item_last:last-child {
        margin-right: 38%; }
@media (max-width: 1000px) {
          .demo-item-grid__list-item_last:last-child {
            margin-right: 34%; } }
@media (min-width: 768px) {
        .demo-item-grid__list-item:not(:last-child):not(:nth-child(3n)) {
          margin-right: 3%; } }
@media (min-width: 768px) {
        .demo-item-grid__list-item:nth-child(2n) {
          margin-right: 3%; } }
@media (min-width: 768px) {
        .demo-item-grid__list-item:not(:last-child):not(:nth-child(2n)) {
          margin-right: 3%; } }
@media (min-width: 640px) and (max-width: 768px) {
        .demo-item-grid__list-item:not(:last-child):not(:nth-child(2n)) {
          margin-right: 5%; } }
@media (max-width: 640px) {
        .demo-item-grid__list-item {
          margin: 0 45px 20px; } }
.demo-item-grid__image {
    width: 100%;
    max-width: 220px; }
.demo-item-grid__title {
    color: #000000;
    font-weight: 900;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    text-align: left;
    text-transform: uppercase; }
.demo-item-grid__description {
    color: #000000;
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 1.3;
    text-align: left; }
.demo-item-grid__link, .demo-item-grid__link_image {
    overflow: hidden;
    text-decoration: none; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.industry-demos__heading {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 41px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.industry-demos__heading:not(:last-child) {
    margin-bottom: 38px; }
@media (max-width: 640px) {
    .industry-demos__heading {
      font-size: 30px; } }
.industry-demos {
  padding: 57px 0 48px;
  background-image: linear-gradient(to bottom, #d7d7d7, transparent); }
.industry-demos .wrapper {
    max-width: 1080px; }
.industry-demos__wrapper {
    padding: 45px 70px 20px;
    background-color: #fff;
    box-shadow: 0px 21px 54px 0 #e5e5e5; }
@media (max-width: 650px) {
      .industry-demos__wrapper {
        padding: 30px 20px; } }
.industry-demos__slider .carousel.carousel-slider {
    overflow: visible; }
.industry-demos__slider .carousel.carousel-slider .control-arrow {
      top: calc(50% - 30px);
      bottom: auto;
      width: 20px;
      height: 20px;
      padding: 0;
      color: #000;
      background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow.svg") no-repeat 50% 50%;
      transform: translateY(-50%);
      opacity: 0.8;
      transition: opacity 0.2s ease; }
.industry-demos__slider .carousel.carousel-slider .control-arrow:before {
        display: none; }
.industry-demos__slider .carousel.carousel-slider .control-arrow:hover {
        background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow.svg") no-repeat 50% 50%;
        opacity: 1; }
.industry-demos__slider .carousel.carousel-slider .control-arrow.control-prev {
        left: -50px;
        transform: translateY(-50%) rotate(90deg); }
.industry-demos__slider .carousel.carousel-slider .control-arrow.control-next {
        right: -50px;
        transform: translateY(-50%) rotate(-90deg); }
.industry-demos__slider .carousel .slide {
    height: 0;
    text-align: left;
    background: none; }
.industry-demos__slider .carousel .slide.selected {
      height: auto; }
.industry-demos__slider .carousel .control-dots {
    position: static;
    margin: 6px 0 0 0;
    padding: 0; }
.industry-demos__slider .carousel .control-dots .dot {
      width: 10px;
      height: 10px;
      margin: 0 6px;
      background-color: rgba(0, 0, 0, 0.5);
      outline: none;
      box-shadow: none; }
.industry-demos__slider .carousel .control-dots .dot.selected {
        background-color: #000; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.industry-our-expertise__heading {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 41px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.industry-our-expertise__heading:not(:last-child) {
    margin-bottom: 38px; }
@media (max-width: 640px) {
    .industry-our-expertise__heading {
      font-size: 30px; } }
.industry-our-expertise {
  padding: 48px 0 20px; }
.industry-our-expertise__video__title {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-family: "ProximaNova", sans-serif; }
.industry-our-expertise__videos {
    display: flex;
    flex-wrap: wrap; }
.industry-our-expertise__videos > * {
      flex: 1;
      min-width: 100%; }
@media (max-width: 480px) {
        .industry-our-expertise__videos > *:not(:last-child) {
          margin-bottom: 30px; } }
@media (min-width: 481px) {
        .industry-our-expertise__videos > * {
          min-width: 46%; }
          .industry-our-expertise__videos > *:not(:last-child):not(:nth-last-child(2)) {
            margin-bottom: 30px; } }
@media (min-width: 481px) {
        .industry-our-expertise__videos > *:not(:nth-child(2n)) {
          margin-right: 8%; } }
.industry-our-expertise__modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); }
.industry-our-expertise__modal__content {
      position: absolute;
      top: 50%;
      left: 48%;
      width: 67.5vw;
      height: 38vw;
      transform: translate(-50%, -50%); }
@media (max-width: 769px) {
        .industry-our-expertise__modal__content {
          width: 90.5vw;
          height: 51vw; } }
.industry-our-expertise__modal__close {
      position: absolute;
      top: -38px;
      right: -6px;
      color: #777;
      font-size: 25px;
      background: none;
      border: none;
      outline: none;
      cursor: pointer;
      transition: color 0.2s ease; }
.industry-our-expertise__modal__close:hover {
        color: #fff; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.financial-services__title_background {
  background: url(https://cdnssinc-dev.azureedge.net/img/industries/fs.jpg) no-repeat 50% 50%;
  background-size: cover; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.healthcare__title_background {
  background: url(https://cdnssinc-dev.azureedge.net/img/industries/hc.jpg) no-repeat 50% 50%;
  background-size: cover; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.retail__title_background {
  background: url(https://cdnssinc-dev.azureedge.net/img/industries/fs.jpg) no-repeat 50% 50%;
  background-size: cover; }
.industries__retail .page-title-2__container {
  width: 35vw; }
.industries__retail .industry-numbers__description, .industries__retail .industry-numbers__title {
  font-size: 16px; }
.industries__retail .page-title-2,
.industries__retail .page-title-mobile {
  height: 100%;
  min-height: 110vh; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.media__title_background {
  background: url(https://cdnssinc-dev.azureedge.net/img/industries/m.jpg) no-repeat 50% 50%;
  background-size: cover; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.content-slider-item {
  max-width: 270px;
  min-height: 22px; }
.content-slider-item__heading {
    position: relative;
    display: flex;
    margin: 0;
    font-weight: 900;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
.content-slider-item__number {
    margin-right: 14px;
    cursor: default;
    opacity: 0.2; }
.content-slider-item__number::after {
      display: none !important;
      content: '' !important; }
.content-slider-item__content {
    position: relative;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
    /* @extend %custom-link-animation; */ }
.content-slider-item__content::before {
      position: absolute;
      top: 0;
      left: -0.2em;
      width: 0;
      height: 0;
      content: ''; }
.content-slider-item__content_active {
      font-size: 20px;
      line-height: 1;
      opacity: 1; }
.content-slider-item__content_active::before {
        width: 15px;
        height: 90%;
        border: 2px solid #e0e0e0;
        border-right: none;
        border-bottom: none;
        transition: width 0.3s, height 0.3s 0.3s; }
.content-slider-item__content_active::after {
        display: none !important;
        content: '' !important; }
.content-slider-item__content:hover {
      opacity: 1; }
.content-slider-item__description {
    position: static;
    min-height: 380px; }
.content-slider-item__description .cta-button {
      margin-top: 20px !important;
      margin-bottom: 20px !important; }
@media (min-width: 768px) {
        .content-slider-item__description .cta-button {
          margin-top: 50px !important; } }
.content-slider-item__description-text {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 21px; }
@media only screen and (max-width: 600px) {
      .content-slider-item__description-text {
        font-size: 14px; } }
.content-slider-item__description-text a {
      position: relative;
      display: inline-block;
      margin-top: 10px;
      color: black;
      font-weight: 800;
      font-size: 24px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1;
      text-decoration: underline;
      /* @extend %custom-link-animation; */ }
.content-slider-item__description-text a:hover {
        color: #262626;
        text-decoration: none; }
@media only screen and (max-width: 767px) {
  .content-slider-item__description {
    min-height: 0;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .content-slider-item__heading_active {
    padding-bottom: 20px; }
  .content-slider-item {
    max-width: none; } }
@media only screen and (min-width: 768px) {
  .content-slider-item__description {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    min-height: 100%;
    padding: 0 45px; } }
@media only screen and (min-width: 1025px) {
  .content-slider-item__description-text {
    font-size: 18px;
    line-height: 27px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.content-slider__aside {
  margin: 0;
  padding: 0;
  list-style: none; }
.content-slider {
  padding: 40px 30px 80px;
  background: white; }
.content-slider__navigation {
    padding: 90px 0 150px; }
.content-slider__navigation .content-slider {
      margin: 0 auto; }
.content-slider__navigation--with-bg {
      background-image: linear-gradient(45deg, #f9ac07, #5406d9); }
.content-slider__container, .content-slider__content {
    position: relative; }
.content-slider__container {
    max-width: 940px;
    margin: 0 auto; }
.content-slider__aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px; }
.content-slider__content:not(:last-child) {
    margin-bottom: 50px; }
.content-slider .cta-button {
    margin: 0 auto; }
@media only screen and (min-width: 768px) {
  .content-slider__aside {
    width: 35%;
    border-right: 2px solid #11a3e5; } }
@media only screen and (max-width: 767px) {
  .content-slider {
    padding: 40px 20px; }
    .content-slider__container > .cta-button {
      display: none; }
  .content-slider-item {
    padding-bottom: 20px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.smart-manufacturing__title_background {
  background: url(https://cdnssinc-dev.azureedge.net/img/industries/sm.jpg) no-repeat 50% 50%;
  background-size: cover; }
.smart-manufacturing .content-slider {
  padding-bottom: 0; }
.smart-manufacturing .content-slider__aside {
    min-height: 250px; }
.smart-manufacturing .content-slider .content-slider-item__description-text {
    font-size: 16px; }
.smart-manufacturing .sub-title-colored {
  margin-top: 100px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.software__title_background {
  background: url(https://cdnssinc-dev.azureedge.net/img/industries/sw.jpg) no-repeat 50% 50%;
  background-size: cover; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.industries-reduced-padding {
  padding-bottom: 60px; }
.industries__energy-oil .industry-numbers__description,
.industries__energy-oil .industry-numbers__title {
  font-size: 16px; }
.industries__energy-oil .content-slider-item__description-text {
  font-size: 16px; }
.industries__energy-oil .content-slider {
  padding-bottom: 50px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.industries-exterior__title_background {
  background: radial-gradient(circle at 50% 160%, #f9ac07, #f9ac07 40%, rgba(255, 0, 0, 0) 80%), radial-gradient(circle at -20% 0%, #14dfea, #14dfea 50%, rgba(255, 0, 0, 0) 80%), radial-gradient(circle at 100% 0%, #3bc440, #3bc440 50%, rgba(255, 0, 0, 0) 80%); }
@media screen and (min-width: 1600px) {
    .industries-exterior__title_background {
      background: radial-gradient(circle at 50% 160%, #f9ac07, #f9ac07 40%, rgba(255, 0, 0, 0) 80%), radial-gradient(circle at -20% 0%, #14dfea, #14dfea 50%, rgba(255, 0, 0, 0) 80%), radial-gradient(circle at 100% 0%, #3bc440, #3bc440 50%, rgbargba(255, 0, 0, 0) 80%); } }
.industries-exterior__title_background .page-title-2__title {
    max-width: 550px; }
@media screen and (max-width: 767px) {
      .industries-exterior__title_background .page-title-2__title {
        max-width: 380px; } }
.industries-exterior__title_background .page-title-2__title__description {
      max-width: 380px; }
.industries-exterior__title_background .page-title-mobile__title {
    max-width: 380px;
    line-height: 1; }
.industries-exterior__title_background .page-title-mobile__description {
    max-width: 380px;
    margin-left: 36px; }
.industries-exterior .sub-title-colored {
  max-width: 446px;
  padding: 136px 0 0; }
@media (max-width: 640px) {
    .industries-exterior .sub-title-colored {
      padding: 36px 0 29px; } }
@media (max-width: 1024px) {
    .industries-exterior .sub-title-colored {
      padding-bottom: 0; } }
@media (max-width: 767px) {
    .industries-exterior .sub-title-colored {
      position: relative;
      z-index: 5;
      margin: 0 auto;
      padding-top: 150px;
      padding-bottom: 25px; } }
.industries-exterior .sub-title-colored__heading {
    width: 580px; }
@media (max-width: 780px) {
      .industries-exterior .sub-title-colored__heading {
        width: 560px; } }
@media (max-width: 767px) {
      .industries-exterior .sub-title-colored__heading {
        width: 350px;
        margin: 0 auto;
        padding-bottom: 10%;
        font-size: 6vw;
        word-break: break-word; } }
@media (max-width: 640px) {
      .industries-exterior .sub-title-colored__heading {
        font-size: 3.2em; } }
@media (max-width: 450px) {
      .industries-exterior .sub-title-colored__heading {
        width: 250px;
        font-size: 2em; } }
@media (max-width: 767px) {
    .industries-exterior .sub-title-colored__heading-square {
      top: -25px;
      width: 100%;
      max-width: 101px;
      height: 110%;
      min-height: 81px; } }
@media (max-width: 460px) {
    .industries-exterior .sub-title-colored__heading-square {
      max-width: 90px;
      height: 120%; } }
.industries-exterior .page-section-plx__healthcare .sub-title-colored__heading-square {
  background: #e912a3; }
.industries-exterior .page-section-plx__healthcare .page-section-plx__image-wrap {
  top: -118%;
  right: 12%;
  width: 245px; }
@media screen and (max-width: 880px) {
    .industries-exterior .page-section-plx__healthcare .page-section-plx__image-wrap {
      right: 0; } }
@media screen and (max-width: 640px) {
    .industries-exterior .page-section-plx__healthcare .page-section-plx__image-wrap {
      right: 9%;
      bottom: -65%; } }
@media screen and (max-width: 767px) {
  .industries-exterior .page-section-plx__healthcare .page-section-plx__image {
    width: 25%; } }
.industries-exterior .page-section-plx__financial-services {
  color: #fff;
  background-image: linear-gradient(45deg, #23d4a6, #c7d724); }
.industries-exterior .page-section-plx__financial-services .page-section-plx__image-wrap {
    top: -120%;
    right: 12%;
    width: 300px; }
@media screen and (max-width: 880px) {
      .industries-exterior .page-section-plx__financial-services .page-section-plx__image-wrap {
        right: 0; } }
@media screen and (max-width: 640px) {
      .industries-exterior .page-section-plx__financial-services .page-section-plx__image-wrap {
        top: -15%;
        right: 9%; } }
.industries-exterior .page-section-plx__financial-services .page-section-plx__image {
    width: 145%; }
@media screen and (max-width: 767px) {
      .industries-exterior .page-section-plx__financial-services .page-section-plx__image {
        width: 50%; } }
.industries-exterior .page-section-plx__retail .sub-title-colored__heading-square {
  background: #3d89f1; }
.industries-exterior .page-section-plx__retail .page-section-plx__image-wrap {
  top: -89px;
  right: 18%;
  width: 252px; }
@media screen and (max-width: 880px) {
    .industries-exterior .page-section-plx__retail .page-section-plx__image-wrap {
      right: 8%; } }
.industries-exterior .page-section-plx__retail .page-section-plx__image {
  width: 120%; }
@media screen and (max-width: 767px) {
    .industries-exterior .page-section-plx__retail .page-section-plx__image {
      width: 38%; } }
.industries-exterior .page-section-plx__media {
  color: #fff;
  background-image: linear-gradient(45deg, #2651be, #3d89f1); }
.industries-exterior .page-section-plx__media .page-section-plx__image {
    width: 199%; }
@media screen and (max-width: 767px) {
      .industries-exterior .page-section-plx__media .page-section-plx__image {
        width: 65%; } }
.industries-exterior .page-section-plx__media .page-section-plx__image-wrap {
    top: 0; }
@media screen and (max-width: 880px) {
      .industries-exterior .page-section-plx__media .page-section-plx__image-wrap {
        right: 9%; } }
@media screen and (max-width: 640px) {
      .industries-exterior .page-section-plx__media .page-section-plx__image-wrap {
        top: -12%; } }
.industries-exterior .page-section-plx__high-tech {
  color: #fff;
  background-image: linear-gradient(45deg, #2651be, #3d89f1); }
.industries-exterior .page-section-plx__high-tech .sub-title-colored__heading {
    width: 115%; }
.industries-exterior .page-section-plx__high-tech .page-section-plx__image-wrap {
    top: -19%;
    right: 15%; }
@media screen and (max-width: 880px) {
      .industries-exterior .page-section-plx__high-tech .page-section-plx__image-wrap {
        right: 11%; } }
@media screen and (max-width: 767px) {
    .industries-exterior .page-section-plx__high-tech .page-section-plx__image {
      width: 35%; } }
.industries-exterior .page-section-plx__smart-manufacturing {
  color: #fff;
  background-color: #e44b47;
  background-image: radial-gradient(circle at 70% 70%, #f9ac07 5%, #f9ac07 25%, transparent 60%); }
.industries-exterior .page-section-plx__smart-manufacturing .page-section-plx__image-wrap {
    top: -24%; }
@media screen and (max-width: 880px) {
      .industries-exterior .page-section-plx__smart-manufacturing .page-section-plx__image-wrap {
        right: 11%; } }
.industries-exterior .page-section-plx__smart-manufacturing .page-section-plx__image {
    width: 120%; }
@media screen and (max-width: 767px) {
      .industries-exterior .page-section-plx__smart-manufacturing .page-section-plx__image {
        width: 55%; } }
.industries-exterior .page-section-plx__energy-oil-and-gas {
  padding-bottom: 7px; }
.industries-exterior .page-section-plx__energy-oil-and-gas .page-section-plx__button:hover {
    box-shadow: 0px 13px 28px 0 #000; }
.industries-exterior .page-section-plx__energy-oil-and-gas .sub-title-colored__heading-square {
    background: #e44b47; }
.industries-exterior .page-section-plx__energy-oil-and-gas .page-section-plx__image-wrap {
    top: -135%;
    right: 33%; }
@media screen and (max-width: 880px) {
      .industries-exterior .page-section-plx__energy-oil-and-gas .page-section-plx__image-wrap {
        right: 22%; } }
.industries-exterior .page-section-plx__energy-oil-and-gas .page-section-plx__image {
    width: 200%; }
@media screen and (max-width: 767px) {
      .industries-exterior .page-section-plx__energy-oil-and-gas .page-section-plx__image {
        width: 70%; } }
@media screen and (max-width: 767px) {
  .industries-exterior .page-section-plx .page-section-plx__heading {
    position: relative;
    max-width: 600px;
    margin: 0 auto; }
  .industries-exterior .page-section-plx .page-section-plx__wrapper {
    position: static;
    padding-right: 40px;
    padding-left: 40px; } }
@media screen and (max-width: 767px) and (max-width: 360px) {
    .industries-exterior .page-section-plx .page-section-plx__wrapper {
      padding-right: 5vw;
      padding-left: 5vw; } }
@media screen and (max-width: 767px) {
  .industries-exterior .page-section-plx .page-section-plx__button-wrapper {
    position: static;
    justify-content: center;
    max-width: 446px;
    padding-right: 0;
    padding-left: 0; }
  .industries-exterior .page-section-plx .page-section-plx__image-wrap {
    top: 14.5%;
    left: 20%;
    width: 266px;
    height: 142px; } }
@media screen and (max-width: 767px) and (max-width: 580px) {
    .industries-exterior .page-section-plx .page-section-plx__image-wrap {
      left: 16%; } }
@media screen and (max-width: 767px) and (max-width: 360px) {
    .industries-exterior .page-section-plx .page-section-plx__image-wrap {
      left: 12%; } }
@media screen and (max-width: 767px) {
  .industries-exterior .page-section-plx__healthcare .page-section-plx__image-wrap, .industries-exterior .page-section-plx__financial-services .page-section-plx__image-wrap, .industries-exterior .page-section-plx__retail .page-section-plx__image-wrap {
    width: 350px; } }
@media screen and (max-width: 767px) and (max-width: 580px) {
  .industries-exterior .page-section-plx__energy-oil-and-gas .page-section-plx__image-wrap {
    top: 16%;
    left: 12%; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.university-exterior__title_background {
  background-color: #ee5f16;
  background-image: radial-gradient(circle at 72% 77%, #7753b6 0, #7753b6 42%, rgba(255, 0, 0, 0) 72%);
  background-repeat: no-repeat;
  background-size: 100%; }
.university-exterior__title_background__title_background .page-title-2__title {
    width: 600px; }
@media (max-width: 767px) {
      .university-exterior__title_background__title_background .page-title-2__title {
        width: 370px; } }
.university-exterior__page-section-with-image-0, .university-exterior__page-section-with-image-1, .university-exterior__page-section-with-image-2, .university-exterior__page-section-with-image-3, .university-exterior__page-section-with-image-4, .university-exterior__page-section-with-image-5 {
  overflow: hidden; }
.university-exterior__page-section-with-image-0 .page-section-text, .university-exterior__page-section-with-image-1 .page-section-text, .university-exterior__page-section-with-image-2 .page-section-text, .university-exterior__page-section-with-image-3 .page-section-text, .university-exterior__page-section-with-image-4 .page-section-text, .university-exterior__page-section-with-image-5 .page-section-text {
    padding: 11vw 0; }
@media (min-width: 560px) and (max-width: 767px) {
      .university-exterior__page-section-with-image-0 .page-section-text, .university-exterior__page-section-with-image-1 .page-section-text, .university-exterior__page-section-with-image-2 .page-section-text, .university-exterior__page-section-with-image-3 .page-section-text, .university-exterior__page-section-with-image-4 .page-section-text, .university-exterior__page-section-with-image-5 .page-section-text {
        width: 65%; } }
@media (max-width: 560px) {
      .university-exterior__page-section-with-image-0 .page-section-text, .university-exterior__page-section-with-image-1 .page-section-text, .university-exterior__page-section-with-image-2 .page-section-text, .university-exterior__page-section-with-image-3 .page-section-text, .university-exterior__page-section-with-image-4 .page-section-text, .university-exterior__page-section-with-image-5 .page-section-text {
        padding: 50px 0 80px 0; } }
.university-exterior__page-section-with-image-0 .page-section-text__button, .university-exterior__page-section-with-image-1 .page-section-text__button, .university-exterior__page-section-with-image-2 .page-section-text__button, .university-exterior__page-section-with-image-3 .page-section-text__button, .university-exterior__page-section-with-image-4 .page-section-text__button, .university-exterior__page-section-with-image-5 .page-section-text__button {
      margin-top: 66px; }
.university-exterior__page-section-with-image-0 .page-section-text__description, .university-exterior__page-section-with-image-1 .page-section-text__description, .university-exterior__page-section-with-image-2 .page-section-text__description, .university-exterior__page-section-with-image-3 .page-section-text__description, .university-exterior__page-section-with-image-4 .page-section-text__description, .university-exterior__page-section-with-image-5 .page-section-text__description {
    max-width: 420px; }
.university-exterior__page-section-with-image-0 .page-section-text__paragraph, .university-exterior__page-section-with-image-1 .page-section-text__paragraph, .university-exterior__page-section-with-image-2 .page-section-text__paragraph, .university-exterior__page-section-with-image-3 .page-section-text__paragraph, .university-exterior__page-section-with-image-4 .page-section-text__paragraph, .university-exterior__page-section-with-image-5 .page-section-text__paragraph {
    font-size: 16px; }
.university-exterior__page-section-with-image-0 .page-section-image::after, .university-exterior__page-section-with-image-1 .page-section-image::after, .university-exterior__page-section-with-image-2 .page-section-image::after, .university-exterior__page-section-with-image-3 .page-section-image::after, .university-exterior__page-section-with-image-4 .page-section-image::after, .university-exterior__page-section-with-image-5 .page-section-image::after {
    position: absolute;
    right: -60px;
    bottom: 0;
    display: block;
    width: 50vw;
    height: 50vw;
    min-height: 300px;
    background-color: transparent;
    content: '';
    background-repeat: no-repeat; }
.university-exterior__page-section-with-image-0 .page-section-image::before, .university-exterior__page-section-with-image-0 .page-section-image::after, .university-exterior__page-section-with-image-1 .page-section-image::before, .university-exterior__page-section-with-image-1 .page-section-image::after, .university-exterior__page-section-with-image-2 .page-section-image::before, .university-exterior__page-section-with-image-2 .page-section-image::after, .university-exterior__page-section-with-image-3 .page-section-image::before, .university-exterior__page-section-with-image-3 .page-section-image::after, .university-exterior__page-section-with-image-4 .page-section-image::before, .university-exterior__page-section-with-image-4 .page-section-image::after, .university-exterior__page-section-with-image-5 .page-section-image::before, .university-exterior__page-section-with-image-5 .page-section-image::after {
    left: auto;
    z-index: 0; }
@media screen and (max-width: 1200px) {
      .university-exterior__page-section-with-image-0 .page-section-image::before, .university-exterior__page-section-with-image-0 .page-section-image::after, .university-exterior__page-section-with-image-1 .page-section-image::before, .university-exterior__page-section-with-image-1 .page-section-image::after, .university-exterior__page-section-with-image-2 .page-section-image::before, .university-exterior__page-section-with-image-2 .page-section-image::after, .university-exterior__page-section-with-image-3 .page-section-image::before, .university-exterior__page-section-with-image-3 .page-section-image::after, .university-exterior__page-section-with-image-4 .page-section-image::before, .university-exterior__page-section-with-image-4 .page-section-image::after, .university-exterior__page-section-with-image-5 .page-section-image::before, .university-exterior__page-section-with-image-5 .page-section-image::after {
        right: -60px; } }
@media screen and (min-width: 880px) {
      .university-exterior__page-section-with-image-0 .page-section-image::before, .university-exterior__page-section-with-image-0 .page-section-image::after, .university-exterior__page-section-with-image-1 .page-section-image::before, .university-exterior__page-section-with-image-1 .page-section-image::after, .university-exterior__page-section-with-image-2 .page-section-image::before, .university-exterior__page-section-with-image-2 .page-section-image::after, .university-exterior__page-section-with-image-3 .page-section-image::before, .university-exterior__page-section-with-image-3 .page-section-image::after, .university-exterior__page-section-with-image-4 .page-section-image::before, .university-exterior__page-section-with-image-4 .page-section-image::after, .university-exterior__page-section-with-image-5 .page-section-image::before, .university-exterior__page-section-with-image-5 .page-section-image::after {
        width: 700px;
        height: 490px; } }
@media screen and (max-width: 880px) {
      .university-exterior__page-section-with-image-0 .page-section-image::before, .university-exterior__page-section-with-image-0 .page-section-image::after, .university-exterior__page-section-with-image-1 .page-section-image::before, .university-exterior__page-section-with-image-1 .page-section-image::after, .university-exterior__page-section-with-image-2 .page-section-image::before, .university-exterior__page-section-with-image-2 .page-section-image::after, .university-exterior__page-section-with-image-3 .page-section-image::before, .university-exterior__page-section-with-image-3 .page-section-image::after, .university-exterior__page-section-with-image-4 .page-section-image::before, .university-exterior__page-section-with-image-4 .page-section-image::after, .university-exterior__page-section-with-image-5 .page-section-image::before, .university-exterior__page-section-with-image-5 .page-section-image::after {
        right: 3vw;
        width: 480px; } }
@media screen and (max-width: 600px) {
      .university-exterior__page-section-with-image-0 .page-section-image::before, .university-exterior__page-section-with-image-0 .page-section-image::after, .university-exterior__page-section-with-image-1 .page-section-image::before, .university-exterior__page-section-with-image-1 .page-section-image::after, .university-exterior__page-section-with-image-2 .page-section-image::before, .university-exterior__page-section-with-image-2 .page-section-image::after, .university-exterior__page-section-with-image-3 .page-section-image::before, .university-exterior__page-section-with-image-3 .page-section-image::after, .university-exterior__page-section-with-image-4 .page-section-image::before, .university-exterior__page-section-with-image-4 .page-section-image::after, .university-exterior__page-section-with-image-5 .page-section-image::before, .university-exterior__page-section-with-image-5 .page-section-image::after {
        width: 400px; } }
.university-exterior__page-section-with-image-0 .page-section-image__item, .university-exterior__page-section-with-image-1 .page-section-image__item, .university-exterior__page-section-with-image-2 .page-section-image__item, .university-exterior__page-section-with-image-3 .page-section-image__item, .university-exterior__page-section-with-image-4 .page-section-image__item, .university-exterior__page-section-with-image-5 .page-section-image__item {
    bottom: -30px;
    left: auto;
    z-index: -1;
    height: 55vw; }
@media screen and (min-width: 880px) {
      .university-exterior__page-section-with-image-0 .page-section-image__item, .university-exterior__page-section-with-image-1 .page-section-image__item, .university-exterior__page-section-with-image-2 .page-section-image__item, .university-exterior__page-section-with-image-3 .page-section-image__item, .university-exterior__page-section-with-image-4 .page-section-image__item, .university-exterior__page-section-with-image-5 .page-section-image__item {
        width: 359px;
        height: 490px; } }
.university-exterior__page-section-with-image-0 .page-section-image::before {
  background-image: linear-gradient(90deg, #7b50bb, #7b50bb), linear-gradient(90deg, #39c38c, #39c38c);
  background-position: right 65% bottom 65%, right 10% bottom 35%;
  background-size: 30% 2%, 30% 1%; }
.university-exterior__page-section-with-image-0 .page-section-image__item {
  bottom: 10px; }
@media screen and (min-width: 880px) {
    .university-exterior__page-section-with-image-0 .page-section-image__item {
      top: 10%;
      width: 359px;
      height: 440px; } }
.university-exterior__page-section-with-image-1 {
  color: #fff;
  background-color: #bc0912;
  background-image: radial-gradient(circle at 0% 110%, #6201c1 0, #6201c1 32%, transparent 70%);
  background-repeat: no-repeat;
  background-size: 100%; }
.university-exterior__page-section-with-image-1 .page-section-text__button {
    margin-top: 66px;
    background: #000;
    border-color: #000; }
.university-exterior__page-section-with-image-1 .page-section-image::before {
    background-image: linear-gradient(90deg, #39c38c, #39c38c);
    background-position: right 15% bottom 45%;
    background-size: 30.49% 2.35%; }
.university-exterior__page-section-with-image-1 .page-section-image::after {
    z-index: 1;
    background-image: linear-gradient(90deg, #7b50bb, #7b50bb);
    background-position: right 53% bottom 32%;
    background-size: 30.49% 2%; }
.university-exterior__page-section-with-image-1 .page-section-image__item {
    z-index: 0; }
.university-exterior__page-section-with-image-2 .page-section-image::before {
  background-image: linear-gradient(90deg, #7b50bb, #7b50bb), linear-gradient(90deg, #39c38c, #39c38c);
  background-position: right 60% bottom 40%, right 10% bottom 20%;
  background-size: 30% 2.5%, 30% 1.5%; }
.university-exterior__page-section-with-image-3 {
  color: #fff;
  background-color: #3d89f1;
  background-image: radial-gradient(circle at 0% 110%, #274fbd 0, #274fbd 32%, transparent 70%);
  background-repeat: no-repeat;
  background-size: 100%; }
.university-exterior__page-section-with-image-3 .page-section-text__button {
    margin-top: 66px;
    background: #000;
    border-color: #000; }
.university-exterior__page-section-with-image-3 .page-section-image__item {
    right: 130px;
    z-index: 0;
    width: initial; }
.university-exterior__page-section-with-image-3 .page-section-image::before {
    background-image: linear-gradient(90deg, #39c38c, #39c38c);
    background-position: right 15% bottom 50%;
    background-size: 30.49% 1.35%; }
.university-exterior__page-section-with-image-3 .page-section-image::after {
    z-index: 1;
    background-image: linear-gradient(90deg, #7b50bb, #7b50bb);
    background-position: right 60% bottom 19%;
    background-size: 30.49% 3.5%; }
.university-exterior__page-section-with-image-4 {
  box-shadow: 0px -25px 23px 25px #fff inset; }
.university-exterior__page-section-with-image-4 .page-section-text__button {
    display: none; }
.university-exterior__page-section-with-image-4 .page-section-image::before {
    z-index: -1;
    background-image: linear-gradient(90deg, #39c38c, #39c38c);
    background-position: right 10% bottom 30%;
    background-size: 29.27% 1.2%; }
.university-exterior__page-section-with-image-4 .page-section-image::after {
    z-index: 1;
    background-image: linear-gradient(90deg, #7b50bb, #7b50bb);
    background-position: right 55% bottom 75%;
    background-size: 29.27% 2.48%; }
.university-exterior__page-section-with-image-5 {
  color: #fff;
  background-color: #e912a4;
  background-image: radial-gradient(circle at 0% 110%, #b03352 0, #b03352 32%, transparent 70%);
  background-repeat: no-repeat;
  background-size: 100%; }
.university-exterior__page-section-with-image-5 .page-section-text__button {
    margin-top: 66px;
    background: #000;
    border-color: #000; }
.university-exterior__page-section-with-image-5 .page-section-image::before {
    z-index: 1;
    background-image: linear-gradient(90deg, #39c38c, #39c38c);
    background-position: right 14% bottom 66%;
    background-size: 27.49% 2.35%; }
@media (min-width: 1200px) {
      .university-exterior__page-section-with-image-5 .page-section-image::before {
        background-position: right 14% bottom 100%; } }
.university-exterior__page-section-with-image-5 .page-section-image__item {
    bottom: 216px;
    left: 3%;
    z-index: 0;
    max-width: 420px;
    height: 55vw;
    min-height: 140px;
    max-height: 240px; }
@media (min-width: 1200px) {
      .university-exterior__page-section-with-image-5 .page-section-image__item {
        top: 30%;
        left: 3vw;
        width: 420px; } }
@media screen and (max-width: 880px) {
      .university-exterior__page-section-with-image-5 .page-section-image__item {
        bottom: 17%;
        left: 9%;
        width: 40vw; } }
@media (max-width: 770px) {
      .university-exterior__page-section-with-image-5 .page-section-image__item {
        right: 67px;
        bottom: 65px;
        left: auto;
        width: 48vw; } }
@media (max-width: 560px) {
      .university-exterior__page-section-with-image-5 .page-section-image__item {
        right: 67px;
        bottom: 27px;
        left: auto;
        width: 60vw; } }
.university-exterior__page-section-with-image-5 .page-section-image::after {
    z-index: 1;
    background-image: linear-gradient(90deg, #7b50bb, #7b50bb);
    background-position: right 43% bottom 13%;
    background-size: 30.49% 2%; }
@media (min-width: 1200px) {
      .university-exterior__page-section-with-image-5 .page-section-image::after {
        background-position: right 43% bottom 30%; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.training-and-development {
  width: 100%;
  overflow: hidden; }
@media (max-width: 768px) {
    .training-and-development__page-section-with-image .page-section-text__wrapper {
      padding-bottom: 30vw; } }
.training-and-development__page-section-with-image .page-section-image::before {
    display: none; }
.training-and-development__page-section-with-image .page-section-image__item {
    bottom: 0;
    left: -35px;
    z-index: 1;
    width: 70vw;
    max-width: 520px;
    height: auto;
    min-height: auto; }
@media (max-width: 768px) {
      .training-and-development__page-section-with-image .page-section-image__item {
        left: -15vw; } }
@media (max-width: 560px) {
      .training-and-development__page-section-with-image .page-section-image__item {
        left: 10vw; } }
.training-and-development__page-title-2 {
    background-image: radial-gradient(circle at 75% 85%, #f9ac07 20%, #41e649 100%); }
@media only screen and (max-width: 767px) {
      .training-and-development__page-title-2 .page-title-2__title {
        width: 450px; } }
.training-and-development__page-title-2 .page-title-mobile__title {
      max-width: 65vw; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.language-school {
  overflow: hidden; }
.language-school__page-title-2 {
    background-image: linear-gradient(45deg, #2651be, #02d4fb); }
.language-school__page-section-with-image .page-section-image {
    left: 50vw;
    width: auto; }
@media (max-width: 560px) {
      .language-school__page-section-with-image .page-section-image {
        width: 50%; } }
@media (max-width: 768px) {
    .language-school__page-section-with-image .page-section-text {
      min-height: 524px;
      padding-bottom: 25px; } }
.language-school__page-section-with-image .page-section-image__item {
    right: 0;
    width: 43vw;
    min-width: 0;
    max-width: 481px;
    height: auto;
    min-height: 0;
    max-height: 379px; }
@media (max-width: 1200px) {
      .language-school__page-section-with-image .page-section-image__item {
        left: auto; } }
@media (max-width: 768px) {
      .language-school__page-section-with-image .page-section-image__item {
        width: 60vw; } }
.language-school__page-section-with-image .page-section-image::before {
    right: 0;
    width: 46vw;
    max-width: 526px;
    height: 46vw;
    max-height: 500px;
    background-image: radial-gradient(circle at center, #02d4fb 0, #02d4fb 70%, transparent 70.5%);
    background-position: right 75% bottom 21.21%;
    background-size: 73.48% 75.39%; }
@media (max-width: 768px) {
      .language-school__page-section-with-image .page-section-image::before {
        width: 62vw;
        min-width: 41vw;
        height: 62vw;
        min-height: 41vw; } }
.language-school .section-text__card:nth-child(3n),
  .language-school .section-text__card:nth-child(4n) {
    margin: 0;
    border-bottom: none; }
@media (max-width: 768px) {
    .language-school .section-text__card:nth-child(3n) {
      margin-bottom: 50px;
      padding-bottom: 40px;
      border-bottom: 3px solid #fff; } }
.language-school .language-school__page-section-text-2 {
    background: linear-gradient(70deg, #bc4cee, #6858ba 70%); }
.language-school .language-school__page-section-text-2 .section-text__card {
      margin: 0;
      border-bottom: none; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.local-office__adress::after, .local-office__phone::after, .local-office__toll-free-link::after, .local-office__email::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #131313;
  content: '';
  transition: width 0.3s; }
.local-office__adress:hover::after, .local-office__phone:hover::after, .local-office__toll-free-link:hover::after, .local-office__email:hover::after {
  left: 0;
  width: 100%; }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.local-office {
  flex-basis: 45%;
  max-width: 350px;
  margin-right: 10px;
  margin-bottom: 50px;
  font-weight: 900; }
@media screen and (max-width: 510px) {
    .local-office {
      margin-top: 10px; } }
.local-office__city {
    max-width: 70%;
    margin-bottom: 7px;
    padding-bottom: 19px;
    color: #000;
    font-weight: 900;
    font-size: 28px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    border-bottom: 2px solid #000; }
@media screen and (max-width: 640px) {
      .local-office__city {
        font-size: 24px; } }
.local-office__adress, .local-office__phone, .local-office__toll-free, .local-office__toll-free-link, .local-office__schedule, .local-office__email {
    color: #000;
    font-weight: 900;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.6; }
@media screen and (max-width: 450px) {
      .local-office__adress, .local-office__phone, .local-office__toll-free, .local-office__toll-free-link, .local-office__schedule, .local-office__email {
        font-size: 14px; } }
.local-office__schedule {
    margin: 0;
    padding: 0; }
.local-office__adress {
    position: relative;
    margin: 0;
    padding: 0; }
@media screen and (max-width: 767px) {
      .local-office__adress::after {
        width: 100%; } }
.local-office__toll-free {
    margin: 0;
    padding: 0;
    text-transform: none; }
.local-office__phone, .local-office__toll-free-link, .local-office__email {
    position: relative;
    margin: 0;
    padding: 0;
    text-decoration: none; }
.local-office__phone:hover, .local-office__toll-free-link:hover, .local-office__email:hover {
      text-decoration: none; }
@media screen and (max-width: 767px) {
      .local-office__phone, .local-office__toll-free-link, .local-office__email {
        color: #000;
        text-decoration: none; }
        .local-office__phone::after, .local-office__toll-free-link::after, .local-office__email::after {
          width: 100%; }
        .local-office__phone:hover, .local-office__toll-free-link:hover, .local-office__email:hover {
          text-decoration: none; } }
.local-office__link {
    position: relative;
    display: block;
    margin: 0;
    margin-bottom: 19px;
    padding: 0;
    text-decoration: none;
    cursor: pointer; }
.local-office__link:hover .local-office__adress::after {
      left: 0;
      width: 100%; }
.local-office__link_not-active {
      pointer-events: none; }
.local-office__link_not-active:hover {
        text-decoration: none;
        cursor: default;
        pointer-events: none; }
@media screen and (max-width: 767px) {
        .local-office__link_not-active {
          text-decoration: none; }
          .local-office__link_not-active .local-office__adress::after {
            left: 0;
            width: 0; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.certification-center__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .certification-center__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .certification-center__wrapper {
      max-width: calc(940px * 1.44); } }
.certification-center {
  overflow: hidden; }
.certification-center__page-title-2 {
    background-image: linear-gradient(45deg, #e912a3, #5406d9); }
.certification-center__page-title-2 .page-title-2__title {
      width: 670px; }
@media only screen and (max-width: 1024px) {
        .certification-center__page-title-2 .page-title-2__title {
          width: 64.5vw; } }
@media only screen and (max-width: 930px) {
        .certification-center__page-title-2 .page-title-2__title {
          width: 53vw; } }
.certification-center__page-title-2 .page-title-mobile__title {
      max-width: 58vw; }
.certification-center__page-section-with-image .page-section-text__paragraph p {
    margin-bottom: 50px; }
.certification-center__page-section-with-image .page-section-text__paragraph a {
    display: block;
    max-width: 314px;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #17c583;
    border: 2px solid #17c583;
    transition: color 0.3s, background-color 0.3s; }
.certification-center__page-section-with-image .page-section-text__paragraph a:hover {
      color: #fff;
      box-shadow: 0px 19px 57px 0 #17c583; }
@media (max-width: 680px) {
      .certification-center__page-section-with-image .page-section-text__paragraph a {
        margin: 0 auto;
        padding: 20px;
        line-height: 20px;
        word-break: break-word; } }
.certification-center__page-section-with-image .page-section-image::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 50vw;
    min-width: 288px;
    max-width: 626px;
    height: 50vw;
    min-height: 300px;
    max-height: 652px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #5406d9, #5406d9);
    background-repeat: no-repeat;
    background-position: left 0% top 40%;
    background-size: 45% 1.77%;
    transform: translateX(-6.23%);
    pointer-events: none;
    content: ''; }
.certification-center__page-section-with-image .page-section-image::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
    display: block;
    width: 50vw;
    min-width: 288px;
    max-width: 626px;
    height: 50vw;
    min-height: 300px;
    max-height: 652px;
    background-color: transparent;
    background-image: radial-gradient(circle at center, #e912a3 0, #e912a3 60%, transparent 60%);
    background-repeat: no-repeat;
    background-position: left 87% bottom -12%;
    background-size: 60% 60%;
    transform: translateX(-6.23%);
    pointer-events: none;
    content: ''; }
@media (max-width: 560px) {
    .certification-center__page-section-with-image .page-section-image {
      left: 45%; } }
@media (max-width: 460px) {
    .certification-center__page-section-with-image .page-section-image {
      left: 20%; } }
.certification-center__page-section-with-image .page-section-image__item {
    left: 10%;
    max-width: 385px;
    max-height: 550px; }
@media only screen and (max-width: 768px) {
    .certification-center__page-section-with-image .page-section-text__wrapper {
      padding-bottom: 303px; } }
.certification-center .your-journey-tabs:not(:last-child) {
    max-width: 940px;
    margin: 15vw auto 10vw; }
.certification-center .sub-title-colored {
    max-width: none;
    padding: 80px 0 39px; }
@media only screen and (max-width: 480px) {
      .certification-center .sub-title-colored {
        padding-top: 46px; } }
.certification-center .sub-title-colored__heading-square {
      background: #f9ac07; }
.certification-center .sub-title-colored__description {
      font-weight: 900;
      font-size: 24px; }
@media only screen and (max-width: 480px) {
        .certification-center .sub-title-colored__description {
          font-size: 5vw; } }
.certification-center .two-column-slider.certification-center {
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: none; }
.certification-center .two-column-slider.certification-center .two-column-slider__aside {
      min-height: 300px; }
@media only screen and (min-width: 768px) {
        .certification-center .two-column-slider.certification-center .two-column-slider__aside {
          border-right: 2px solid #b60eee; } }
.certification-center .two-column-slider.certification-center .two-column-slider__aside .services-item:first-child ul li {
        flex-basis: 45%;
        padding-bottom: 10px; }
.certification-center .two-column-slider.certification-center .two-column-slider-item__description {
      min-height: 150px;
      padding-right: 30px;
      padding-left: 30px; }
.certification-center .two-column-slider.certification-center .two-column-slider-item__description-text {
      font-size: 18px; }
.certification-center .two-column-slider.certification-center .two-column-slider-item__description-text a {
        display: block;
        padding: 5px 0;
        color: #131313;
        font-weight: 900; }
.certification-center .two-column-slider.certification-center .two-column-slider-item__description-text ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none; }
.certification-center .two-column-slider.certification-center .two-column-slider-item__description-text li {
        flex-basis: 95%;
        padding-bottom: 10px; }
.certification-center__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
@media only screen and (max-width: 768px) {
      .certification-center__wrapper {
        flex-direction: column;
        justify-content: space-around; } }
.certification-center__colored-gradient {
    background: linear-gradient(45deg, #0fc684, #c7d724); }
.certification-center__colored-gradient .sub-title-colored {
      color: #fff; }
.certification-center__colored-gradient .sub-title-colored__heading-square {
        background: #131313; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.about-university__wrapper > div {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .about-university__wrapper > div {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .about-university__wrapper > div {
      max-width: calc(940px * 1.44); } }
.about-university__wrapper {
  color: #fff;
  background-image: linear-gradient(to right, #5b73b6 40%, #01d8fd); }
.about-university__wrapper .sub-title-colored {
    padding-top: 40px; }
.about-university__wrapper .sub-title-colored__wrapper {
      padding: 0; }
.about-university__wrapper .sub-title-colored__description {
      font-weight: 800;
      font-size: 24px;
      font-family: "ProximaNova", sans-serif; }
@media screen and (min-width: 680px) and (max-width: 1024px) {
        .about-university__wrapper .sub-title-colored__description {
          font-size: 2vw; } }
@media screen and (max-width: 680px) {
        .about-university__wrapper .sub-title-colored__description {
          font-size: 16px; } }
.about-university__wrapper > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1vw; }
@media screen and (max-width: 860px) {
      .about-university__wrapper > div {
        padding-top: 5vw;
        padding-bottom: 5vw; } }
@media screen and (max-width: 768px) {
      .about-university__wrapper > div {
        justify-content: space-between; } }
.about-university .stats__text {
  margin: 0;
  color: #a0e7f8;
  font-weight: 800;
  font-size: 22px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
@media screen and (min-width: 680px) and (max-width: 1024px) {
    .about-university .stats__text {
      font-size: 2vw; } }
@media screen and (max-width: 680px) {
    .about-university .stats__text {
      font-size: 16px; } }
@media screen and (min-width: 767px) {
  .about-university .stats:nth-child(3), .about-university .stats:nth-child(6) {
    flex-basis: 25%; } }
.about-university .stats__number-wrap {
  display: flex;
  width: 100%;
  max-width: 200px; }
.about-university .stats__number {
  margin: 0;
  color: #fff;
  font-weight: 900;
  font-size: 88px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1; }
@media screen and (min-width: 680px) and (max-width: 1024px) {
    .about-university .stats__number {
      font-size: 8.5vw; } }
@media screen and (max-width: 680px) {
    .about-university .stats__number {
      font-size: 40px; } }
@media screen and (min-width: 767px) {
  .about-university .stats {
    flex-basis: 31%;
    margin: 3vw 0; } }
@media screen and (max-width: 768px) {
  .about-university .stats {
    flex-basis: 45%;
    margin: 3vw 0; } }
.about-university__colored-title-about {
  padding-top: 5vw;
  padding-bottom: 4vw; }
@media screen and (max-width: 680px) {
    .about-university__colored-title-about {
      padding-top: 40px;
      padding-bottom: 30px; } }
.about-university__colored-title-structure {
  padding-top: 5vw; }
@media screen and (max-width: 680px) {
    .about-university__colored-title-structure {
      padding-top: 40px; } }
.about-university .sub-title-colored__heading-summary {
  padding-top: 20px;
  font-family: "ProximaNova", sans-serif;
  text-transform: initial; }
@media (max-width: 1024px) {
    .about-university .sub-title-colored__heading-summary {
      font-size: 24px; } }
@media (max-width: 767px) {
    .about-university .sub-title-colored__heading-summary {
      font-size: 18px; } }
.about-university .page-section-plx {
  padding-top: 5vw;
  padding-bottom: 0; }
.about-university .page-section-plx__mission-section {
    padding-bottom: 8vw; }
.about-university .page-section-plx__mission-section .page-section-plx__button {
      display: none; }
.about-university .page-section-plx__mission-section .page-section-plx__image-wrap {
      top: 130%;
      right: -10%;
      width: 750px; }
@media screen and (max-width: 980px) {
        .about-university .page-section-plx__mission-section .page-section-plx__image-wrap {
          left: 30%;
          width: 90vw; } }
@media screen and (max-width: 767px) {
        .about-university .page-section-plx__mission-section .page-section-plx__image-wrap {
          top: 100%;
          left: 12%; } }
@media screen and (max-width: 640px) {
        .about-university .page-section-plx__mission-section .page-section-plx__image-wrap {
          top: 110%;
          width: 550px; } }
@media screen and (max-width: 440px) {
        .about-university .page-section-plx__mission-section .page-section-plx__image-wrap {
          top: 110%;
          left: -20%; } }
@media screen and (max-width: 767px) {
      .about-university .page-section-plx__mission-section .page-section-plx__image {
        width: 100%; } }
.about-university .page-section-plx__mission-section .sub-title-colored__wrapper {
      position: relative;
      z-index: 3;
      padding-right: 0;
      padding-left: 0; }
@media screen and (max-width: 767px) {
        .about-university .page-section-plx__mission-section .sub-title-colored__wrapper {
          width: 100%; } }
.about-university .page-section-plx__mission-section .sub-title-colored__heading-summary {
      max-width: 450px;
      padding-top: 0; }
@media screen and (max-width: 767px) and (max-width: 480px) {
  .about-university .page-section-plx__mission-section .page-section-plx__wrapper {
    padding-right: 20px;
    padding-left: 20px; } }
@media screen and (max-width: 767px) {
      .about-university .page-section-plx__mission-section .page-section-plx__button-wrapper {
        position: static;
        justify-content: center;
        max-width: 446px;
        margin-top: 5vw;
        margin-bottom: 23vw;
        padding-right: 0;
        padding-left: 0; } }
@media screen and (max-width: 767px) and (max-width: 767px) {
    .about-university .page-section-plx__mission-section .page-section-plx__button-wrapper {
      margin-bottom: 80px; } }
@media screen and (max-width: 767px) {
      .about-university .page-section-plx__mission-section {
        padding-top: 40px;
        padding-bottom: 100px; } }
.about-university .page-section-plx__learning-directions {
    color: #fff;
    background-image: linear-gradient(to right, #5b73b6 40%, #01d8fd); }
.about-university .page-section-plx__learning-directions .page-section-plx__button, .about-university .page-section-plx__learning-directions .page-section-plx__image-wrap {
      display: none; }
.about-university .page-section-plx__learning-directions .sub-title-colored__wrapper {
      padding: 0; }
.about-university .page-section-plx__learning-directions .sub-title-colored__heading-summary {
      padding-top: 0; }
.about-university .page-section-plx__learning-directions .sub-title-colored__heading-summary ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        list-style: none; }
@media screen and (max-width: 640px) {
          .about-university .page-section-plx__learning-directions .sub-title-colored__heading-summary ul {
            flex-direction: column; } }
.about-university .page-section-plx__learning-directions .sub-title-colored__heading-summary li {
        flex-basis: 25%;
        margin-top: 25px;
        margin-right: 1%;
        margin-bottom: 25px;
        text-transform: uppercase; }
@media screen and (max-width: 940px) {
          .about-university .page-section-plx__learning-directions .sub-title-colored__heading-summary li {
            font-size: 2.5vw; } }
@media screen and (max-width: 640px) {
          .about-university .page-section-plx__learning-directions .sub-title-colored__heading-summary li {
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 18px; } }
.about-university .page-section-plx__learning-and-certification- {
    /*color: $white;
      background-image: linear-gradient(to right, #5b73b6 40%, $cyan);*/
    color: #000;
    background-image: none; }
.about-university .page-section-plx__learning-and-certification- .page-section-plx__button:hover {
      box-shadow: 0px 1px 34px 0 #000; }
.about-university .page-section-plx__learning-and-certification- .page-section-plx__image-wrap {
      top: 10%;
      right: 2%;
      width: 430px; }
@media screen and (max-width: 980px) {
        .about-university .page-section-plx__learning-and-certification- .page-section-plx__image-wrap {
          left: 60%; } }
@media screen and (max-width: 767px) {
        .about-university .page-section-plx__learning-and-certification- .page-section-plx__image-wrap {
          top: 100%;
          left: 50%; } }
@media screen and (max-width: 440px) {
        .about-university .page-section-plx__learning-and-certification- .page-section-plx__image-wrap {
          top: 105%;
          left: 35%; } }
@media screen and (max-width: 767px) {
      .about-university .page-section-plx__learning-and-certification- .page-section-plx__image {
        width: 100%; } }
@media screen and (max-width: 767px) {
      .about-university .page-section-plx__learning-and-certification-__button-wrapper {
        justify-content: center; } }
.about-university .page-section-plx__learning-and-certification- .sub-title-colored__wrapper {
      position: relative;
      z-index: 3;
      padding-right: 0;
      padding-left: 0; }
.about-university .page-section-plx__learning-and-certification- .sub-title-colored__heading-summary {
      max-width: 450px;
      padding-top: 0; }
@media screen and (max-width: 980px) {
      .about-university .page-section-plx__learning-and-certification- .page-section-plx__button-wrapper {
        padding-right: 90px; } }
@media screen and (max-width: 767px) {
      .about-university .page-section-plx__learning-and-certification- .page-section-plx__heading {
        position: relative;
        max-width: 450px;
        margin: 0 auto; } }
@media screen and (max-width: 767px) and (max-width: 480px) {
  .about-university .page-section-plx__learning-and-certification- .page-section-plx__wrapper {
    padding-right: 20px;
    padding-left: 20px; } }
@media screen and (max-width: 767px) {
      .about-university .page-section-plx__learning-and-certification- .page-section-plx__button-wrapper {
        position: static;
        justify-content: center;
        max-width: 446px;
        margin-top: 5vw;
        margin-bottom: 23vw;
        padding-right: 0;
        padding-left: 0; } }
@media screen and (max-width: 680px) {
      .about-university .page-section-plx__learning-and-certification- {
        padding-bottom: 30px; } }
@media screen and (max-width: 680px) {
    .about-university .page-section-plx {
      padding-top: 40px; } }

.events__filters .last {
  order: 1; }

.events__filters .events__filter-link {
  order: 1; }

.events__filters .events__filter-link_active-all {
  order: 0; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.author-cards {
  margin-top: 5vw;
  margin-bottom: 5vw; }
@media (min-width: 767px) {
    .author-cards {
      margin-top: 85px; } }
.author-cards__title {
    font-weight: 800;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    line-height: 24px; }
.author-cards__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0 20px; }
@media (max-width: 540px) {
      .author-cards__item {
        flex-direction: column;
        align-items: flex-start; } }
.author-cards .revers {
    flex-direction: row-reverse; }
@media (max-width: 540px) {
      .author-cards .revers {
        flex-direction: column;
        align-items: flex-start; } }
.author-cards .revers .author-cards__author-info {
      padding-right: 25px;
      padding-left: 0; }
.author-cards__image {
    width: 100%;
    min-width: 132px;
    max-width: 132px; }
.author-cards__author-info {
    padding-left: 25px; }
@media (max-width: 540px) {
      .author-cards__author-info {
        padding-left: 0; } }
.author-cards__author-name {
    font-weight: 800;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    line-height: 24px; }
.author-cards__author-about {
    line-height: 24px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.sub-press-title {
  display: block;
  width: 100%;
  min-height: 250px;
  margin-bottom: 65px;
  padding: 45px 45px 49px 43px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 25px 21px -18px rgba(0, 0, 0, 0.7);
  transition: color 0.3s, background-color 0.3s; }
@media (max-width: 480px) {
    .sub-press-title {
      padding-right: 25px;
      padding-left: 25px; } }
.sub-press-title__date {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
@media (max-width: 480px) {
      .sub-press-title__date {
        flex-direction: column;
        flex-wrap: nowrap; } }
.sub-press-title__time {
    font-weight: 800;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    opacity: 0.5; }
.sub-press-title__time_white {
      opacity: 1; }
@media (max-width: 480px) {
      .sub-press-title__time {
        order: 1;
        text-align: right; } }
.sub-press-title__heading {
    margin: 25px 0 20px;
    font-weight: 800;
    font-size: 40px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
@media (max-width: 1150px) {
      .sub-press-title__heading {
        font-size: 28px; } }
@media (max-width: 480px) {
      .sub-press-title__heading {
        font-size: 6vw; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.events__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .events__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .events__wrapper {
      max-width: calc(940px * 1.44); } }
.events__filter-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #131313;
  content: '';
  transition: width 0.3s; }
.events__filter-link:hover::after {
  left: 0;
  width: 100%; }
.events .press-single__CTA a {
  display: block;
  width: 242px;
  height: 58px;
  margin: 80px auto;
  padding: 0;
  color: #131313;
  font-weight: 800;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #fff;
  border: 2px solid #131313;
  transition: all 0.3s linear; }
.events .press-single__CTA a:hover {
    color: #fff;
    text-decoration: none;
    background: #131313; }
.events {
  background-color: #f3f3f3; }
.events__common-bg {
    background: radial-gradient(circle at 0% 0%, #e912a4 25%, transparent 100%), linear-gradient(45deg, #264ebc, #264ebc);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0 0 0;
    background-size: 100% 900px; }
.events__common-bg .page-title-2::before {
      content: none; }
.events__common-bg .page-title-2__content {
      min-height: 550px;
      padding: 120px 100px 60px; }
.events__common-bg .page-title-mobile {
      min-height: 60vh;
      padding: 105px 30px 0; }
.events__title_background {
    background: none; }
.events__wrapper {
    position: relative;
    margin-top: 130px; }
@media (max-width: 767px) {
      .events__wrapper {
        margin-top: 0; } }
.events__event-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 280px;
    margin-bottom: -76px; }
.events__press-card {
    display: block;
    width: 23%;
    max-width: 555px;
    margin-right: 20px;
    margin-bottom: 40px; }
.events__press-card:nth-child(4n + 4) {
      margin-right: 0; }
.events__press-card .press-card__logo-img {
      background: #000; }
@media (max-width: 1024px) {
      .events__press-card {
        width: 47%;
        margin-right: 4%; }
        .events__press-card:nth-child(2n) {
          margin-right: 0; } }
@media (max-width: 767px) {
      .events__press-card {
        width: 100%;
        margin: 0 auto 20px; }
        .events__press-card:nth-child(2n) {
          margin-right: auto; } }
.events__filters {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 20px; }
@media (max-width: 840px) {
      .events__filters {
        flex-direction: column;
        align-items: flex-start;
        max-width: 555px; } }
@media (max-width: 767px) {
      .events__filters {
        margin: 0 auto 20px; } }
.events__filter-link {
    position: relative;
    display: inline-block;
    margin-right: 23px;
    padding: 5px 0;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
    transition: background-color 0.5s, color 0.5s; }
.events__filter-link:hover {
      text-decoration: none; }
.events__filter-link_active {
      padding: 5px;
      color: #000;
      text-decoration: none;
      background-color: #fff; }
.events__filter-link::after {
      bottom: 4px;
      background: #fff; }
@media (max-width: 768px) {
      .events__filter-link {
        margin-right: 0;
        margin-bottom: 5px; } }
.events__filter-link-digital {
    position: relative;
    display: inline-block;
    height: 22px;
    margin-right: 16px;
    margin-left: auto;
    padding: 3px 5px;
    color: #000;
    font-weight: 800;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #f8ab09;
    transition: background-color 0.5s, color 0.5s; }
.events__filter-link-digital:hover {
      color: #f8ab09;
      background-color: #000; }
@media (max-width: 840px) {
      .events__filter-link-digital {
        margin-top: 15px;
        margin-left: 0; } }
.events__pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-top: 100px;
    padding-bottom: 70px; }
.events__pagination {
    z-index: 1; }
.events .press-single__events {
    width: 100%;
    background: #fff; }
.events .press-single__wrapper {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 60px; }
@media (max-width: 768px) {
      .events .press-single__wrapper {
        padding-right: 15px;
        padding-left: 15px; } }
.events .press-single__all-events-wrapper {
    position: fixed;
    top: 90px;
    left: 45px;
    z-index: 995; }
@media (max-width: 1200px) {
      .events .press-single__all-events-wrapper {
        display: none; } }
.events .press-single__all-events-wrapper:hover .press-single__arrow {
      background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow_white.svg") no-repeat 50% 50%; }
.events .press-single__all-events {
    max-width: 266px;
    padding: 10px 15px 10px 35px;
    font-weight: 900;
    font-size: 27px; }
.events .press-single__arrow {
    position: absolute;
    bottom: 18px;
    left: 15px;
    display: inline-block;
    width: 14px;
    height: 24px;
    vertical-align: middle;
    background: url("https://cdnssinc-dev.azureedge.net/img/your_journey/transform/arrow.svg") no-repeat 50% 50%;
    background-size: 100%;
    transform: rotate(90deg);
    content: ''; }
@media (min-width: 2560px) {
      .events .press-single__arrow {
        right: calc(15px * 1.44);
        bottom: calc(10px * 1.44);
        width: calc(14px * 1.44);
        height: calc(24px * 1.44); } }
.events .press-single__CTA {
    display: flex;
    justify-content: space-around; }
@media (max-width: 640px) {
      .events .press-single__CTA {
        display: flex;
        flex-direction: column;
        align-items: center; } }
.events .press-single__CTA a {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 20px 0;
      line-height: initial; }
.events .press-single__CTA a:not(:last-child) {
        margin: 20px 5px 20px 0; }
.events .press-single__image-wrapper {
    max-width: 100%;
    margin: 0 auto 40px; }
@media (max-width: 768px) {
      .events .press-single__image-wrapper {
        max-width: 60vw; } }
.events .press-single__img {
    width: 100%; }
.events .press-single__about {
    padding-top: 30px; }
.events .press-single__date-wrapper {
    display: flex; }
@media (max-width: 481px) {
      .events .press-single__date-wrapper {
        flex-direction: column; } }
.events .press-single__date, .events .press-single__location {
    width: 50%;
    font-size: 18px; }
@media (max-width: 481px) {
      .events .press-single__date, .events .press-single__location {
        width: 100%; } }
.events .press-single__date-bold, .events .press-single__location-bold {
    font-weight: 800;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    line-height: 22px;
    text-transform: uppercase; }
.events .press-single__date:before, .events .press-single__location::before {
    top: -19px;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #000;
    content: ' '; }
.events .press-single__summary, .events .press-single__text, .events .press-single__about {
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif; }
.events .press-single__summary:not(:last-child), .events .press-single__text:not(:last-child), .events .press-single__about:not(:last-child) {
      margin-bottom: 13px; }
.events .press-single__summary *, .events .press-single__text *, .events .press-single__about * {
      max-width: 100%;
      color: #000;
      font-family: inherit;
      line-height: 1.5em; }
.events .press-single__summary *:not(:last-child), .events .press-single__text *:not(:last-child), .events .press-single__about *:not(:last-child) {
        margin-bottom: 13px; }
.events .press-single__summary .quote-aqua, .events .press-single__text .quote-aqua, .events .press-single__about .quote-aqua {
      padding: 22px 0;
      font-weight: 900;
      font-size: 24px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      border-top: 2px solid black;
      border-bottom: 2px solid black; }
.events .press-single__summary a, .events .press-single__text a, .events .press-single__about a {
      font-size: inherit; }
.events .press-single__summary h1,
    .events .press-single__summary h2,
    .events .press-single__summary h3,
    .events .press-single__summary h4,
    .events .press-single__summary h5,
    .events .press-single__summary h6,
    .events .press-single__summary p,
    .events .press-single__summary blockquote, .events .press-single__text h1,
    .events .press-single__text h2,
    .events .press-single__text h3,
    .events .press-single__text h4,
    .events .press-single__text h5,
    .events .press-single__text h6,
    .events .press-single__text p,
    .events .press-single__text blockquote, .events .press-single__about h1,
    .events .press-single__about h2,
    .events .press-single__about h3,
    .events .press-single__about h4,
    .events .press-single__about h5,
    .events .press-single__about h6,
    .events .press-single__about p,
    .events .press-single__about blockquote {
      margin: 0;
      padding: 0; }
.events .press-single__summary h2, .events .press-single__text h2, .events .press-single__about h2 {
      font-size: 20px; }
.events .press-single__summary h3, .events .press-single__text h3, .events .press-single__about h3 {
      font-size: 14px; }
.events .press-single__summary h1,
    .events .press-single__summary h2,
    .events .press-single__summary h3,
    .events .press-single__summary h4,
    .events .press-single__summary h5,
    .events .press-single__summary h6, .events .press-single__text h1,
    .events .press-single__text h2,
    .events .press-single__text h3,
    .events .press-single__text h4,
    .events .press-single__text h5,
    .events .press-single__text h6, .events .press-single__about h1,
    .events .press-single__about h2,
    .events .press-single__about h3,
    .events .press-single__about h4,
    .events .press-single__about h5,
    .events .press-single__about h6 {
      font-weight: 800;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.2em; }
.events .press-single__summary pre, .events .press-single__text pre, .events .press-single__about pre {
      display: block;
      margin-top: 0;
      margin-bottom: 1rem;
      overflow: auto;
      font-family: monospace; }
.events .press-single__summary code, .events .press-single__text code, .events .press-single__about code {
      color: #e83e8c;
      font-family: monospace;
      word-break: break-word; }
.events .press-single__summary div > a.btn, .events .press-single__text div > a.btn, .events .press-single__about div > a.btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 242px;
      height: 58px;
      margin: 50px auto 0;
      color: black;
      font-weight: 800;
      font-size: 14px;
      font-family: "ProximaNova", sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      border: 2px solid #111;
      cursor: pointer;
      transition: ease-in-out 0.15s; }
.events .press-single__summary div > a.btn:hover, .events .press-single__text div > a.btn:hover, .events .press-single__about div > a.btn:hover {
        color: white;
        background: black; }
@media only screen and (max-width: 767px) {
        .events .press-single__summary div > a.btn, .events .press-single__text div > a.btn, .events .press-single__about div > a.btn {
          margin-top: 30px; } }
.events .press-single__summary div:not(:last-child) > a.btn, .events .press-single__text div:not(:last-child) > a.btn, .events .press-single__about div:not(:last-child) > a.btn {
      margin-bottom: 50px; }
@media only screen and (max-width: 767px) {
        .events .press-single__summary div:not(:last-child) > a.btn, .events .press-single__text div:not(:last-child) > a.btn, .events .press-single__about div:not(:last-child) > a.btn {
          margin-bottom: 30px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.events_media .events__common-bg {
  background: linear-gradient(45deg, #14dfea, #3fc12a);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 900px; }
@media (max-width: 767px) {
    .events_media .events__common-bg {
      background-size: 100% 700px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.events_news .events__common-bg {
  background: linear-gradient(45deg, #f9ac07, #5406d9);
  background-repeat: no-repeat;
  background-size: 100% 900px; }
@media (max-width: 767px) {
    .events_news .events__common-bg {
      background-size: 100% 700px; } }
.events_news .sub-press-title__heading {
  line-height: 1.2; }
.events .press-single__summary {
  max-width: 100%;
  color: #000;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.5em; }
.events .press-single__summary:not(:last-child) {
    margin-bottom: 13px; }
.events .press-single__text p,
.events .press-single__text b {
  line-height: 24px; }
.events .press-single__text .quoted {
  position: relative;
  margin: 20px 0;
  padding: 20px 0;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase; }
.events .press-single__text .quoted::before {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: ' '; }
.events .press-single__text .quoted::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: ' '; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.digital-events .events__common-bg {
  background: linear-gradient(45deg, #f9ac07, #5406d9);
  background-repeat: no-repeat;
  background-size: 100% 900px; }
@media (max-width: 767px) {
    .digital-events .events__common-bg {
      background-size: 100% 700px; } }
.digital-events .events__common-bg .page-title-2__title {
    position: relative;
    max-width: 35vw; }
.digital-events .events__common-bg .page-title-mobile__title {
    max-width: 40vw; }
.digital-events .sub-title-colored__wrapper {
  margin: 140px 0 60px;
  padding: 0; }
@media (max-width: 767px) {
    .digital-events .sub-title-colored__wrapper {
      margin-top: 40px;
      margin-bottom: 40px; } }
@media (max-width: 800px) {
  .digital-events .press-single__wrapper {
    padding-bottom: 0; } }
.digital-events .press-single__date p:nth-child(2) {
  font-size: 18px;
  font-family: OpenSans, Helvetica, Arial, sans-serif; }
.digital-events .press-single__location {
  font-size: 18px;
  font-family: "ProximaNova", sans-serif; }
.digital-events .press-single__location p:nth-child(2) {
    display: flex;
    flex-wrap: wrap; }
.digital-events .press-single__location p:nth-child(2) span {
      margin-right: 8px;
      font-family: OpenSans, Helvetica, Arial, sans-serif; }
.digital-events__form-box {
  width: 100%;
  max-width: 627px;
  margin: 5vw auto;
  box-shadow: 0px 21px 35px 0 #ac5816; }
.digital-events__form-box .form-box__inner {
    padding-top: 30px; }
.digital-events__form-box:not(:first-child) {
    margin-top: 40px; }
.digital-events__form-box:before {
    width: 85% !important; }
@media (max-width: 768px) {
    .digital-events__form-box {
      width: 100% !important;
      margin: 30px 0 30px !important;
      box-shadow: none; }
      .digital-events__form-box:before {
        display: none; }
      .digital-events__form-box .form-box__submit {
        margin: 0 auto;
        transform: none; }
      .digital-events__form-box .form-box__inner {
        padding: 0; } }
@media (max-width: 480px) {
    .digital-events__form-box .form-box__inner {
      margin: 0; } }
.digital-events .video-wrapper {
  display: block;
  width: 100%;
  max-width: 620px;
  height: 45vw;
  max-height: 324px;
  margin: 0 auto;
  overflow: hidden; }
.digital-events .video-wrapper_top {
    margin-top: 30px;
    margin-bottom: 50px; }
.digital-events .events-home {
  height: 100%;
  min-height: 480px; }
@media (max-width: 1024px) {
    .digital-events .events-home__wrapper {
      padding: 50px 70px 30px; } }
@media (max-width: 480px) {
    .digital-events .events-home__wrapper {
      padding: 50px 20px 30px; } }
.digital-events .events-home__heading {
    margin-bottom: 3.5vw; }
.digital-events .events-home__heading-description, .digital-events .events-home__cta-button {
    display: none; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.policy-text__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .policy-text__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .policy-text__wrapper {
      max-width: calc(940px * 1.44); } }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.policy-text {
  padding: 48px 0 60px; }
.policy-text__wrapper {
    position: relative;
    padding-top: 24px; }
.policy-text__wrapper:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 290px;
      height: 3px;
      background-color: #1a7dcf; }
.policy-text__wrapper p {
      margin: 0;
      padding: 0;
      color: #000;
      font-weight: 900;
      font-size: 34px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.12; }
.policy-text__wrapper p:not(:last-child) {
        margin-bottom: 35px; }
@media (max-width: 640px) {
        .policy-text__wrapper p {
          font-size: 24px; } }
@media (max-width: 450px) {
        .policy-text__wrapper p {
          font-size: 18px; } }
.policy-text__wrapper p a {
        color: #2067c6;
        transition: color 0.2s ease; }
.policy-text__wrapper p a:hover {
          color: #3a81df; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.form-box__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .form-box__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .form-box__wrapper {
      max-width: calc(940px * 1.44); } }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.contact-us .section {
  padding-left: 0; }
.contact-us .page-title-2 {
  padding-bottom: 64px;
  background-image: linear-gradient(to top right, #6012ca, #e16c1e); }
.contact-us .page-title-2__content {
    min-height: 450px;
    padding-bottom: 30px; }
.contact-us .page-title-2:before {
    display: none; }
.contact-us .page-title-mobile {
  padding-bottom: 30px;
  background-image: linear-gradient(to top right, #6012ca, #e16c1e); }
.contact-us .page-title-mobile__content {
    min-height: 450px;
    padding-bottom: 30px; }
.contact-us .page-title-mobile:before {
    display: none; }
.form-box {
  position: relative; }
@media (max-width: 400px) {
    .form-box {
      width: calc(100% + 60px);
      margin-right: -30px;
      margin-left: -30px; } }
.form-box__inner {
    position: relative;
    z-index: 2;
    padding: 46px 48px;
    background-color: #fff; }
@media (max-width: 640px) {
      .form-box__inner {
        padding: 36px 38px; } }
@media (max-width: 480px) {
      .form-box__inner {
        margin: 10px;
        padding: 26px 28px; } }
.form-box:before {
    position: absolute;
    bottom: 25px;
    left: 50%;
    z-index: 1;
    width: 90%;
    height: 50px;
    box-shadow: 0px 31px 60px 0 #000;
    content: '';
    transform: translateX(-50%); }
@media (max-width: 640px) {
      .form-box:before {
        display: none; } }
@media (max-width: 640px) {
    .form-box__wrapper {
      margin-top: 50px; } }
@media (max-width: 560px) {
    .form-box__wrapper {
      padding-right: 0;
      padding-left: 0; } }
.form-box__title {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 20px;
    font-family: "ProximaNova", sans-serif; }
.form-box__title:not(:last-child) {
      margin-bottom: 25px; }
.form-box__description {
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 800;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.5em; }
.form-box__description:not(:last-child) {
      margin-bottom: 25px; }
.form-box__description a {
      color: #2067c6;
      transition: color 0.2s ease; }
.form-box__description a:hover {
        color: #3a81df; }
.form-box__buttons {
    display: flex; }
.form-box__buttons:not(:last-child) {
      margin-bottom: 17px; }
.form-box__buttons > * {
      flex: 1; }
.form-box__buttons > *:not(:last-child) {
        margin-right: 36px; }
@media (max-width: 400px) {
          .form-box__buttons > *:not(:last-child) {
            margin-right: 0;
            margin-bottom: 15px; } }
@media (max-width: 640px) {
      .form-box__buttons {
        display: none; } }
.form-box__row {
    display: flex; }
@media (max-width: 640px) {
      .form-box__row {
        flex-direction: column; } }
.form-box__col {
    flex: 1; }
.form-box__col:not(:last-child) {
      padding-right: 18px; }
@media (max-width: 640px) {
        .form-box__col:not(:last-child) {
          padding-right: 0; } }
.form-box__col:not(:first-child) {
      padding-left: 18px; }
@media (max-width: 640px) {
        .form-box__col:not(:first-child) {
          padding-left: 0; } }
.form-box__recaptcha:not(:last-child) {
    margin-bottom: 15px; }
@media (max-width: 400px) {
    .form-box__recaptcha {
      margin-left: -11%;
      transform: scale(0.8); } }
.form-box .mt-55 {
    margin-top: 55px; }
.form-box .mt-55__warning, .form-box .mt-55__info {
      padding-bottom: 10px;
      color: #17c583;
      font-weight: 900;
      font-size: 14px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.2em;
      text-transform: uppercase; }
.form-box .mt-55__info {
      color: #ffba00; }
.form-box .mt-55_error {
      margin-top: 0; }
@media (max-width: 640px) {
      .form-box .mt-55 {
        margin-top: 0; } }
.form-box__submit {
    width: 100%;
    max-width: 350px;
    margin-top: 20px;
    margin-bottom: -74px;
    margin-left: auto; }
@media (min-width: 2560px) {
      .form-box__submit {
        max-width: calc(350px * 1.44);
        margin-top: calc(20px * 1.44);
        margin-bottom: -calc(74px * 1.44); } }
@media (max-width: 640px) {
      .form-box__submit {
        margin-right: auto;
        margin-bottom: 0; } }
.button-textured {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 20px 14px;
  overflow: hidden;
  color: #fff;
  font-weight: 800;
  font-size: 33px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1em;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.75);
  transition: box-shadow 0.2s ease; }
@media (max-width: 640px) {
    .button-textured {
      font-size: 24px; } }
.button-textured:hover {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.55); }
.button-textured:before {
    position: absolute;
    top: -20%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 140%;
    background-image: linear-gradient(#d88a31, #5406d9);
    opacity: 0.8;
    content: ''; }
.button-textured:after {
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 2;
    width: 44px;
    height: calc(100% - 18px);
    background-color: #000;
    content: ''; }
.button-textured > span {
    position: relative;
    z-index: 3; }
.button-textured.texture-type-1 {
    background-image: url(https://cdnssinc-dev.azureedge.net/img/button_texture_1.jpg); }
.button-textured.texture-type-2 {
    background-image: url(https://cdnssinc-dev.azureedge.net/img/button_texture_2.jpg); }
.button-textured.texture-type-3 {
    margin-top: 50px;
    font-size: 30px;
    background: #00b5ff; }
.button-textured.texture-type-3::before {
      content: none; }
.button-textured.texture-type-4 {
    margin-top: 50px;
    font-size: 30px;
    background: #e44b47; }
.button-textured.texture-type-4::before {
      content: none; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.your-journey-tabs__headline, .your-journey-tabs__content {
  margin: 0;
  padding: 0;
  list-style: none; }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.your-journey-tabs:not(:last-child) {
  margin-bottom: 130px; }
@media (min-width: 2560px) {
    .your-journey-tabs:not(:last-child) {
      margin-bottom: calc(130px * 1.44); } }
@media (max-width: 1000px) {
  .your-journey-tabs {
    margin-right: -20px;
    margin-left: -20px; }
    .your-journey-tabs:not(:last-child) {
      margin-bottom: 80px; } }
.your-journey-tabs__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  min-height: 250px;
  margin: 0 auto;
  padding: 62px 50px 38px;
  background-image: linear-gradient(to top, #1dd9c3, #3cc33a);
  box-shadow: 0px 21px 54px 0 #1feecc; }
@media (min-width: 2560px) {
    .your-journey-tabs__container {
      min-height: calc(250px * 1.44);
      padding: calc(62px * 1.44) calc(50px * 1.44) calc(38px * 1.44); } }
@media (max-width: 767px) {
    .your-journey-tabs__container {
      padding: 62px 0 0; } }
.your-journey-tabs__black-square {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  background-color: #000000;
  box-shadow: 0px 19px 57px 0 rgba(129, 131, 130, 0.95);
  transform: translateY(-50%);
  content: '';
  transition: left 0.4s ease-in-out; }
@media (min-width: 2560px) {
    .your-journey-tabs__black-square {
      width: calc(46px * 1.44);
      height: calc(46px * 1.44); } }
.your-journey-tabs__headline {
  position: relative;
  display: flex;
  justify-content: space-between; }
.your-journey-tabs__headline:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 3px;
    background-color: rgba(255, 255, 255, 0.4); }
@media (max-width: 767px) {
    .your-journey-tabs__headline {
      display: block; }
      .your-journey-tabs__headline:after {
        display: none; } }
.your-journey-tabs__title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5px 13px;
  color: white;
  font-weight: 800;
  font-size: 17px;
  font-family: "ProximaNova", sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
@media (min-width: 2560px) {
    .your-journey-tabs__title {
      padding: 0 calc(5px * 1.44) calc(13px * 1.44);
      font-size: calc(17px * 1.44); } }
.your-journey-tabs__title::before, .your-journey-tabs__title::after {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 0;
    height: 3px;
    background: white;
    transition: width 0.3s;
    content: ''; }
@media (min-width: 2560px) {
      .your-journey-tabs__title::before, .your-journey-tabs__title::after {
        height: calc(3px * 1.44); } }
.your-journey-tabs__title::before {
    right: 50%; }
.your-journey-tabs__title::after {
    left: 50%; }
.your-journey-tabs__title_selected::before {
    width: 50%; }
.your-journey-tabs__title_selected::after {
    width: 50%; }
@media (max-width: 767px) {
    .your-journey-tabs__title {
      padding: 13px 6.1vw;
      text-align: left;
      border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
      .your-journey-tabs__title_selected {
        border-bottom-color: #fff; }
      .your-journey-tabs__title:before, .your-journey-tabs__title:after {
        display: none; } }
.your-journey-tabs__content {
  width: 100%;
  height: 100%;
  min-height: 130px;
  margin-top: 14px; }
@media (min-width: 2560px) {
    .your-journey-tabs__content {
      min-height: calc(130px * 1.44);
      margin-top: calc(14px * 1.44); } }
.your-journey-tabs__description {
  display: none;
  font-size: 16px;
  line-height: 1.4; }
@media (min-width: 2560px) {
    .your-journey-tabs__description {
      font-size: calc(16px * 1.44); } }
@media (max-width: 767px) {
    .your-journey-tabs__description {
      padding: 20px 6.1vw; }
      .your-journey-tabs__description:not(:last-child) {
        border-bottom: 2px solid rgba(255, 255, 255, 0.4); } }
.your-journey-tabs__description_visible {
    display: block; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.colored-text__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .colored-text__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .colored-text__wrapper {
      max-width: calc(940px * 1.44); } }
.colored-text {
  padding: 140px 0;
  background-image: linear-gradient(45deg, #29c0f0, #4739e0); }
@media (max-width: 1024px) {
    .colored-text {
      padding: 70px 0; } }
@media (max-width: 640px) {
    .colored-text {
      padding: 50px 0; } }
.colored-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 800;
    font-size: 34px;
    font-family: "ProximaNova", sans-serif; }
@media (max-width: 640px) {
      .colored-text p {
        font-size: 24px; } }
.colored-text p:not(:last-child) {
      margin-bottom: 20px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.our-values__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .our-values__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .our-values__wrapper {
      max-width: calc(940px * 1.44); } }
.our-values .page-title-2,
.our-values .page-title-mobile {
  background-image: radial-gradient(circle at 95% 95%, #7853b5 43%, #ee5e1c 70%); }
.our-values__colored-title .sub-title-colored__heading-summary {
  text-transform: none; }
.our-values__company {
  padding: 100px 0 84px; }
@media (max-width: 1024px) {
    .our-values__company {
      padding-top: 80px; } }
@media (max-width: 640px) {
    .our-values__company {
      padding: 40px 0 60px; } }
.our-values__company .our-values__colored-title:not(:last-child) {
    margin-bottom: 60px; }
.our-values__content-slider {
  padding: 0; }
.our-values__content-slider:not(:first-child) {
    margin-top: 60px; }
.our-values__content-slider .content-slider__aside {
    min-height: 207px; }
@media (max-width: 640px) {
  .our-values .colored-text p {
    font-size: 18px; } }
.our-values__outcomes {
  padding: 130px 0 100px; }
@media (max-width: 1024px) {
    .our-values__outcomes {
      padding: 80px 0 60px; } }
@media (max-width: 640px) {
    .our-values__outcomes {
      padding: 40px 0; } }
.our-values__video-section {
  margin-bottom: 10vw;
  padding: 88px 0;
  background-image: linear-gradient(45deg, #ec287c, #5901d8); }
.our-values__video-section .our-values__colored-title .sub-title-colored__heading,
  .our-values__video-section .our-values__colored-title .sub-title-colored__heading-summary {
    color: #fff; }
@media (max-width: 1024px) {
    .our-values__video-section {
      padding: 60px; } }
@media (max-width: 640px) {
    .our-values__video-section {
      padding: 40px 0; } }
.our-values__pre-video-image {
  display: block;
  max-width: 80%;
  margin: 0 auto; }
@media (max-width: 640px) {
    .our-values__pre-video-image {
      max-width: 100%; } }
.our-values__pre-video-image:not(:last-child) {
    margin-bottom: 55px; }
@media (max-width: 640px) {
      .our-values__pre-video-image:not(:last-child) {
        margin-bottom: 35px; } }
.our-values__video {
  width: 100%;
  margin-bottom: calc(-5vw - 88px); }
@media (max-width: 1024px) {
    .our-values__video {
      margin-bottom: calc(-5vw - 60px); } }
.our-values__video .video__preview {
    position: relative;
    overflow: hidden; }
.our-values__video .video__preview:after {
      position: relative;
      content: '';
      display: block;
      padding-bottom: 55.5%; }
.our-values__video .video__preview img {
      position: absolute;
      top: 0;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      transform: translateX(-50%); }
.our-values .video-modal__modal__content iframe {
  display: flex;
  align-self: center;
  width: 100%;
  margin: 0 auto; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.adv-boxes {
  display: flex;
  flex-wrap: wrap; }
.adv-boxes__item {
    position: relative;
    flex: 1;
    min-width: calc(50% - 13px);
    background-color: #eee; }
@media (max-width: 640px) {
      .adv-boxes__item {
        width: 70%;
        margin: 0 auto; }
        .adv-boxes__item:not(:last-child) {
          margin-bottom: 60px; } }
@media (max-width: 480px) {
      .adv-boxes__item {
        width: 100%; } }
.adv-boxes__item:before {
      position: relative;
      content: '';
      display: block;
      padding-bottom: 48.6%; }
@media (max-width: 768px) {
        .adv-boxes__item:before {
          padding-bottom: 54.6%; } }
@media (max-width: 480px) {
        .adv-boxes__item:before {
          padding-bottom: 58.6%; } }
.adv-boxes__item:not(:nth-child(2n)) {
      margin-right: 26px; }
@media (max-width: 640px) {
        .adv-boxes__item:not(:nth-child(2n)) {
          margin-right: auto; } }
.adv-boxes__item-blue {
      background-image: linear-gradient(45deg, #224ebf, #00d9fd); }
.adv-boxes__item-green {
      background-image: linear-gradient(45deg, #0fc783, #c7d726); }
.adv-boxes__title {
    position: absolute;
    top: -6px;
    left: -2px;
    padding-right: 30px;
    padding-bottom: 30px;
    color: #fff;
    font-weight: 900;
    font-size: 4em;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.9;
    text-transform: uppercase; }
@media (max-width: 1024px) {
      .adv-boxes__title {
        font-size: 3em; } }
@media (max-width: 480px) {
      .adv-boxes__title {
        font-size: 3em; } }
@media (max-width: 360px) {
      .adv-boxes__title {
        font-size: 2.4em; } }
.adv-boxes__button {
    position: absolute;
    right: 20px;
    bottom: 0;
    transform: translateY(50%); }
@media (max-width: 640px) {
    .adv-boxes {
      display: block; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.search-page__card {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: start;
  padding: 80px 70px;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0px 21px 35px 0 rgba(0, 0, 0, 0.075); }
@media (max-width: 640px) {
    .search-page__card {
      padding: 30px; } }
.search-page__card:not(:last-child) {
    margin-bottom: 19px; }
.search-page__card:hover {
    box-shadow: 0px 21px 35px 0 rgba(0, 0, 0, 0.3); }
@media (max-width: 640px) {
  .search-card__data {
    flex: 1;
    max-width: none; } }
.search-card__title {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 800;
  font-size: 20px;
  font-family: "ProximaNova", sans-serif;
  line-height: normal;
  letter-spacing: 0.2px; }
.search-card__title:not(:last-child) {
    margin-bottom: 20px; }
@media (max-width: 640px) {
    .search-card__title {
      font-size: 18px; } }
.search-card__description {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: 1.3; }
.search-card__type {
  width: 100%;
  padding: 0 0 20px;
  color: #000;
  font-weight: 800;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  letter-spacing: 0.56px;
  text-align: right;
  text-transform: uppercase; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.search-page__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .search-page__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .search-page__wrapper {
      max-width: calc(940px * 1.44); } }
.search-page {
  padding-top: 80px;
  padding-bottom: 10px; }
.search-page__title:not(:last-child) {
    margin-bottom: 30px; }
.search-page__title .sub-title-colored__description {
    font-weight: 800;
    font-size: 27px;
    font-family: "ProximaNova", sans-serif;
    line-height: normal; }
@media (max-width: 1024px) {
      .search-page__title .sub-title-colored__description {
        font-size: 24px; } }
@media (max-width: 640px) {
      .search-page__title .sub-title-colored__description {
        font-size: 18px; } }
.search-page__form:not(:last-child) {
    margin-bottom: 37px; }
.search-page__form + .adv-boxes {
    margin-top: 88px; }
@media (max-width: 640px) {
      .search-page__form + .adv-boxes {
        margin-top: 55px; } }
.search-page__field input {
    height: 88px;
    font-size: 40px; }
@media (max-width: 1024px) {
      .search-page__field input {
        height: 66px;
        font-size: 30px; } }
@media (max-width: 640px) {
      .search-page__field input {
        height: 48px;
        font-size: 20px; } }
.search-page__list:not(:last-child) {
    margin-bottom: 88px; }
@media (max-width: 640px) {
      .search-page__list:not(:last-child) {
        margin-bottom: 55px; } }
.search-page__pagination .pagination-arrow svg {
    fill: #17c583; }
.search-page__pagination .pagination-item_current {
    border-bottom-color: #17c583; }
.search-page__pagination:not(:last-child) {
    margin-bottom: 88px; }
@media (max-width: 640px) {
      .search-page__pagination:not(:last-child) {
        margin-bottom: 55px; } }
.search-page__no-results {
    color: #000;
    font-weight: 900;
    font-size: 88px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1em;
    text-transform: uppercase;
    word-wrap: break-word; }
@media (max-width: 1024px) {
      .search-page__no-results {
        font-size: 66px; } }
@media (max-width: 640px) {
      .search-page__no-results {
        font-size: 34px; } }
.search-page__no-results:not(:last-child) {
      margin-bottom: 88px; }
@media (max-width: 640px) {
        .search-page__no-results:not(:last-child) {
          margin-bottom: 55px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.form-charity .form-box__add-file-link {
  color: #000;
  font-weight: 800;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.form-charity .form-input_has-error .form-input__select-wrap {
  border: 2px solid #eb4c4c; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.logos {
  display: flex;
  flex-basis: 33%;
  align-items: center; }
@media screen and (max-width: 640px) {
    .logos {
      flex-basis: 100%; } }
.logos__img {
    width: 100%; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.corporate-charity__form-wrapper, .corporate-charity__partners {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .corporate-charity__form-wrapper, .corporate-charity__partners {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .corporate-charity__form-wrapper, .corporate-charity__partners {
      max-width: calc(940px * 1.44); } }
.corporate-charity .section-text__paragraph p > a {
  display: block;
  width: 242px;
  height: 58px;
  margin: 80px auto;
  padding: 0;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #000;
  border: 2px solid #131313;
  transition: all 0.3s linear; }
.corporate-charity .section-text__paragraph p > a:hover {
    box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.55); }
.corporate-charity {
  background-color: white; }
.corporate-charity .page-title-2__description::before,
  .corporate-charity .page-title-mobile__description::before {
    content: none; }
.corporate-charity__form-section {
    padding-top: 28px;
    padding-bottom: 100px;
    overflow: hidden;
    background: linear-gradient(45deg, #2651be, #14dfea 70%); }
@media screen and (max-width: 990px) {
      .corporate-charity__form-section {
        padding-bottom: 50px; } }
@media screen and (max-width: 480px) {
    .corporate-charity__form-wrapper {
      padding: 0; } }
@media (max-width: 400px) {
    .corporate-charity__form-wrapper .form-box {
      width: initial;
      margin: 0; } }
.corporate-charity__form-wrapper .form-box .mt-55 {
    margin-top: 0; }
.corporate-charity__form-heading {
    padding-bottom: 20px;
    color: #fff;
    font-weight: 800;
    font-size: 34px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
@media screen and (max-width: 640px) {
      .corporate-charity__form-heading {
        font-size: 27px; } }
.corporate-charity__form-sub-heading {
    padding-bottom: 30px;
    color: #fff;
    font-weight: 800;
    font-size: 27px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
@media screen and (max-width: 640px) {
      .corporate-charity__form-sub-heading {
        font-size: 22px; } }
.corporate-charity__partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px; }
@media screen and (max-width: 640px) {
      .corporate-charity__partners {
        flex-direction: column; } }
.corporate-charity__partners .logos {
      max-width: 240px;
      padding: 30px 0; }
.corporate-charity__partners .logos:nth-child(2) {
        justify-content: left; }
.corporate-charity__partners .logos:nth-child(2) .logos__img {
          width: 60%; }
.corporate-charity__partners .logos:nth-child(3) .logos__img {
        width: 100%;
        height: 40%; }
.corporate-charity__partners .logos:nth-child(4) {
        justify-content: center; }
.corporate-charity__partners .logos:nth-child(4) .logos__img {
          width: 85%; }
@media screen and (max-width: 640px) {
        .corporate-charity__partners .logos {
          margin: 30px auto; } }
@media screen and (max-width: 640px) {
      .corporate-charity__partners .logos:nth-child(2),
      .corporate-charity__partners .logos:nth-child(3),
      .corporate-charity__partners .logos:nth-child(4) {
        justify-content: center; } }
.corporate-charity__partners-heading {
    width: 100%;
    margin: 0;
    padding-bottom: 25px;
    font-weight: 800;
    font-size: 34px;
    font-family: "ProximaNova", sans-serif;
    letter-spacing: 1.1px;
    text-transform: uppercase; }
.corporate-charity .description__text::before {
    background-color: #9830c0; }
@media screen and (min-width: 767px) {
    .corporate-charity .description__text {
      font-size: 34px; } }
.corporate-charity .section-text__heading {
    padding-bottom: 25px; }
@media screen and (min-width: 769px) {
    .corporate-charity .section-text__card {
      border-bottom: none; } }
.corporate-charity .section-text__paragraph p > a {
    margin: 40px auto;
    text-decoration: none; }
.corporate-charity .section-text__paragraph p:nth-child(2) > a {
    display: inline;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.1;
    text-transform: none;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer; }
.corporate-charity .section-text__paragraph p:nth-child(2) > a:hover {
      box-shadow: none; }
.corporate-charity .page-section-plx {
    min-height: 600px; }
.corporate-charity .page-section-plx .sub-title-colored {
      max-width: 470px;
      padding: 136px 0 0; }
.corporate-charity .page-section-plx .sub-title-colored__wrapper {
        position: relative;
        z-index: 3; }
.corporate-charity .page-section-plx .sub-title-colored__heading {
        width: 100%; }
@media (min-width: 580px) {
          .corporate-charity .page-section-plx .sub-title-colored__heading {
            width: 155%; } }
.corporate-charity .page-section-plx .sub-title-colored__heading-summary {
        font-weight: 800;
        font-family: "ProximaNova", sans-serif;
        line-height: 1.2;
        text-transform: none; }
@media (min-width: 768px) {
          .corporate-charity .page-section-plx .sub-title-colored__heading-summary {
            font-size: 24px; } }
@media (max-width: 767px) {
        .corporate-charity .page-section-plx .sub-title-colored {
          padding: 10vw 0 0; } }
.corporate-charity .page-section-plx__charity-fund-open-eyes .sub-title-colored__heading-square {
      background: #ff7800; }
.corporate-charity .page-section-plx__charity-fund-open-eyes .page-section-plx__image-wrap {
      top: -125px;
      right: 5%;
      width: 300px; }
@media screen and (max-width: 880px) {
        .corporate-charity .page-section-plx__charity-fund-open-eyes .page-section-plx__image-wrap {
          left: 60%; } }
@media screen and (max-width: 767px) {
        .corporate-charity .page-section-plx__charity-fund-open-eyes .page-section-plx__image-wrap {
          top: 68%;
          left: 86%; } }
@media screen and (max-width: 440px) {
        .corporate-charity .page-section-plx__charity-fund-open-eyes .page-section-plx__image-wrap {
          left: 80%; } }
.corporate-charity .page-section-plx__charity-fund-open-eyes .page-section-plx__image {
      width: 70%; }
@media screen and (max-width: 767px) {
        .corporate-charity .page-section-plx__charity-fund-open-eyes .page-section-plx__image {
          width: 50%; } }
.corporate-charity .page-section-plx .page-section-plx__button-wrapper {
      justify-content: flex-start;
      padding-bottom: 82px; }
@media screen and (min-width: 767px) and (max-width: 1024px) {
      .corporate-charity .page-section-plx .page-section-plx__button {
        margin-left: 20px; } }
@media screen and (max-width: 767px) {
    .corporate-charity .page-section-plx__heading {
      position: relative;
      max-width: 600px;
      margin: 0 auto; }
    .corporate-charity .page-section-plx__wrapper {
      position: static;
      padding-right: 0;
      padding-left: 0; } }
@media screen and (max-width: 767px) and (max-width: 360px) {
    .corporate-charity .page-section-plx__wrapper {
      padding-right: 5vw;
      padding-left: 5vw; } }
@media screen and (max-width: 767px) {
    .corporate-charity .page-section-plx__button-wrapper {
      position: static;
      justify-content: center;
      max-width: initial;
      margin-top: 5vw; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.empowering-communities .section-text__card:nth-child(4) p:last-child a {
  display: block;
  width: 242px;
  height: 58px;
  margin: 80px auto;
  padding: 0;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #000;
  border: 2px solid #131313;
  transition: all 0.3s linear; }
.empowering-communities .section-text__card:nth-child(4) p:last-child a:hover {
    box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.55); }
.empowering-communities {
  background-color: white; }
.empowering-communities .page-title-2__description::before,
  .empowering-communities .page-title-mobile__description::before {
    content: none; }
.empowering-communities__text {
    background: radial-gradient(circle at 0 100%, #264ebc 30%, #14dfea); }
.empowering-communities .description__text {
    line-height: 1.2; }
.empowering-communities .description__text::before {
      background-color: #3fc12a; }
@media screen and (min-width: 767px) {
      .empowering-communities .description__text {
        font-size: 34px; } }
.empowering-communities .section-text__heading {
    padding-bottom: 25px; }
@media screen and (min-width: 769px) {
    .empowering-communities .section-text__card:nth-child(3) {
      border-bottom: none; } }
.empowering-communities .section-text__paragraph a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer; }
.empowering-communities .section-text__paragraph ul {
    padding-top: 20px; }
.empowering-communities .section-text__card:nth-child(4) p:last-child a {
    margin: 40px auto 0; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.improving-education .section-text__paragraph p > a {
  display: block;
  width: 242px;
  height: 58px;
  margin: 80px auto;
  padding: 0;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #000;
  border: 2px solid #131313;
  transition: all 0.3s linear; }
.improving-education .section-text__paragraph p > a:hover {
    box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.55); }
.improving-education {
  background-color: white; }
.improving-education .page-title-2__description::before,
  .improving-education .page-title-mobile__description::before {
    content: none; }
.improving-education__text {
    background: linear-gradient(45deg, #f9ac07, #e44b47); }
.improving-education .description__text {
    line-height: 1.2; }
.improving-education .description__text::before {
      background-color: #9830c0; }
@media screen and (min-width: 767px) {
      .improving-education .description__text {
        font-size: 34px; } }
.improving-education .section-text__heading {
    padding-bottom: 25px; }
.improving-education .section-text__card:nth-child(3) a {
    display: none; }
@media screen and (min-width: 769px) {
    .improving-education .section-text__card:nth-child(3) {
      border-bottom: none; } }
.improving-education .section-text__paragraph p > a {
    margin: 40px auto;
    text-decoration: none; }
.improving-education .section-text__paragraph .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
.improving-education .section-text__paragraph img {
    flex-basis: 30%;
    max-width: 110px;
    margin: 12px; }
.improving-education .section-text__paragraph ul li a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.fair-labor .page-title-2__description::before,
.fair-labor .page-title-mobile__description::before {
  content: none; }
.fair-labor__text {
  background: none; }
.fair-labor .section-text__heading {
  padding-bottom: 25px;
  color: #000;
  word-wrap: break-word; }
.fair-labor .section-text__card {
  border-bottom: 3px solid #ff9c4e; }
.fair-labor .section-text__card:last-child {
    border-bottom: none; }
.fair-labor .section-text__paragraph {
  color: #000; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.small-info-block {
  max-width: 275px; }
.small-info-block__number {
    color: #9033c2;
    font-weight: 900;
    font-size: 88px;
    font-family: "ProximaNova", sans-serif; }
.small-info-block__text {
    position: relative;
    padding-top: 15px;
    font-weight: 900;
    font-size: 22px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.9;
    text-transform: uppercase; }
.small-info-block__text::before {
      position: absolute;
      top: 0;
      width: 100%;
      max-width: 240px;
      height: 3px;
      background-color: #9033c2;
      content: ''; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.talent-development__sub-heading, .talent-development .infographic, .talent-development__associates {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .talent-development__sub-heading, .talent-development .infographic, .talent-development__associates {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .talent-development__sub-heading, .talent-development .infographic, .talent-development__associates {
      max-width: calc(940px * 1.44); } }
.talent-development {
  background-color: white; }
.talent-development .page-title-2__title {
    max-width: 65vw; }
@media screen and (min-width: 1024px) {
      .talent-development .page-title-2__title {
        max-width: 740px; } }
.talent-development .page-title-2__description::before,
  .talent-development .page-title-mobile__description::before {
    content: none; }
.talent-development .page-title-mobile__title {
    max-width: 80vw; }
.talent-development__text {
    background: radial-gradient(circle at 0 100%, #264ebc 30%, #14dfea); }
.talent-development .description {
    padding-bottom: 0; }
.talent-development .description__text {
      line-height: 1.2; }
.talent-development .description__text::before {
        background-color: #9033c2; }
@media screen and (min-width: 767px) {
        .talent-development .description__text {
          font-size: 34px; } }
.talent-development__sub-heading {
    padding-bottom: 50px; }
.talent-development__sub-heading-number {
      font-weight: 900;
      font-size: 265.5px;
      font-family: "ProximaNova", sans-serif; }
@media screen and (max-width: 767px) {
        .talent-development__sub-heading-number {
          font-size: 30vw; } }
.talent-development__sub-heading-text {
      position: relative;
      z-index: 1;
      margin-top: -100px;
      padding-top: 10px;
      padding-bottom: 10px;
      color: #9830c0;
      font-weight: 900;
      font-size: 53.5px;
      font-family: "ProximaNova", sans-serif;
      line-height: 0.85;
      text-transform: uppercase;
      background-color: #fff; }
@media screen and (max-width: 767px) {
        .talent-development__sub-heading-text {
          margin-top: -1.5em;
          font-size: 6vw; } }
@media screen and (max-width: 767px) {
      .talent-development__sub-heading {
        padding-bottom: 0px; } }
.talent-development .infographic {
    padding-top: 6vw;
    padding-bottom: 5vw; }
@media (max-width: 560px) {
      .talent-development .infographic__heading {
        font-size: 6vw; } }
.talent-development .infographic__year {
      color: #9318a1 !important; }
.talent-development__infographic-1 {
    padding-top: 0 !important; }
.talent-development__infographic-1 .infographic__chart-left {
      flex-direction: column;
      align-items: left; }
@media screen and (min-width: 640px) {
        .talent-development__infographic-1 .infographic__chart-left {
          flex-direction: row;
          justify-content: flex-start;
          align-items: center; } }
.talent-development__infographic-1 .infographic__chart-right {
      flex-direction: row;
      justify-content: flex-end;
      align-items: center; }
.talent-development__infographic-1 .infographic__chart-right .infographic__chart-value {
        color: transparent; }
.talent-development__infographic-1 .infographic__chart-line {
      min-width: 300px; }
@media screen and (max-width: 640px) {
        .talent-development__infographic-1 .infographic__chart-line {
          min-width: 150px; } }
.talent-development__infographic-1 .infographic__chart-desc {
      padding-left: 10px;
      font-size: 24px;
      text-transform: uppercase; }
@media screen and (max-width: 640px) {
      .talent-development__infographic-1 .infographic__chart-value,
      .talent-development__infographic-1 .infographic__chart-desc {
        padding-left: 0;
        font-size: 16px; } }
.talent-development__associates {
    display: flex;
    justify-content: space-around;
    padding-top: 60px;
    padding-bottom: 10px; }
@media screen and (max-width: 640px) {
      .talent-development__associates {
        flex-direction: column;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px; }
        .talent-development__associates .small-info-block {
          padding: 25px 0; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.goals__list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.goals + .goals {
  margin-top: 146px; }
@media (max-width: 768px) {
    .goals + .goals {
      margin-top: 100px; } }
@media (max-width: 640px) {
    .goals + .goals {
      margin-top: 70px; } }
.goals__image {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 343px;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover; }
@media (max-width: 768px) {
    .goals__image {
      min-height: 280px; } }
@media (max-width: 480px) {
    .goals__image {
      min-height: 220px; } }
.goals__image:not(:last-child) {
    margin-bottom: 24px; }
.goals__heading {
  position: relative;
  bottom: -13px;
  left: -5px;
  z-index: 2;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 900;
  font-size: 90px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.91;
  letter-spacing: normal;
  text-transform: uppercase; }
@media (max-width: 768px) {
    .goals__heading {
      font-size: 70px; } }
@media (max-width: 640px) {
    .goals__heading {
      font-size: 50px; } }
@media (max-width: 480px) {
    .goals__heading {
      bottom: -7px;
      font-size: 38px; } }
.goals__line {
  width: 230px;
  height: 2px;
  margin: 0 auto 0 0;
  border: none; }
.goals__line:not(:last-child) {
    margin-bottom: 12px; }
.goals__list {
  position: relative;
  margin-top: 30px;
  padding: 20px 18px;
  border: 2px solid #d6c508; }
.goals__list:before {
    content: attr(data-title);
    position: absolute;
    bottom: calc(100% - 10px);
    left: -4px;
    color: #d6c508;
    font-weight: 800;
    font-size: 40px;
    font-family: "ProximaNova", sans-serif;
    line-height: normal;
    text-transform: uppercase; }
@media (max-width: 768px) {
      .goals__list:before {
        bottom: calc(100% - 7px);
        left: -3.7px;
        font-size: 30px; } }
.goals__list ul li {
    color: #000;
    font-weight: 600;
    font-size: 16.5px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: normal;
    letter-spacing: normal; }
.goals__list ul li:not(:last-child) {
      margin-bottom: 20px; }
.goals__description {
  margin: 0;
  margin: 70px 0 90px !important;
  padding: 0;
  font-size: 16.5px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: normal;
  letter-spacing: normal; }
.goals__description:not(:last-child) {
    margin-bottom: 33px; }
.goals__description + .goals__list {
    margin-top: 66px; }
@media (max-width: 640px) {
      .goals__description + .goals__list {
        margin-top: 43px; } }
.goals__description > div {
    display: flex;
    justify-content: space-between;
    padding-top: 5vw;
    padding-bottom: 1vw; }
@media screen and (max-width: 860px) {
      .goals__description > div {
        padding-top: 5vw;
        padding-bottom: 5vw; } }
@media screen and (max-width: 680px) {
      .goals__description > div {
        flex-direction: column;
        justify-content: center; } }
.goals__description .stats__text {
    margin: 0;
    font-weight: 800;
    font-size: 22px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
@media screen and (min-width: 680px) and (max-width: 1024px) {
      .goals__description .stats__text {
        font-size: 2vw; } }
.goals__description .stats:nth-child(1) {
    display: flex;
    flex-direction: column-reverse; }
.goals__description .stats__number-wrap {
    display: flex;
    width: 200px; }
.goals__description .stats__number,
  .goals__description .stats__number + p {
    margin: 0;
    color: #0e6900;
    font-weight: 900;
    font-size: 88px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1; }
@media screen and (min-width: 680px) and (max-width: 1024px) {
      .goals__description .stats__number,
      .goals__description .stats__number + p {
        font-size: 8.5vw; } }
@media screen and (max-width: 680px) {
      .goals__description .stats__number,
      .goals__description .stats__number + p {
        font-size: 72px; } }
@media screen and (max-width: 680px) {
    .goals__description .stats {
      flex-basis: 100%;
      width: 240px;
      margin: 5vw auto; } }
@media (max-width: 640px) {
    .goals__description {
      margin: 30px 0 20px !important; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.open-eyes .page-title-2__description::before,
.open-eyes .page-title-mobile__description::before {
  content: none; }
.open-eyes__stats {
  display: flex;
  justify-content: space-between;
  margin: 4vw 0 0; }
@media screen and (max-width: 1024px) {
    .open-eyes__stats {
      flex-direction: column;
      align-content: center; } }
.open-eyes__stats .stats {
    align-self: center;
    max-width: 445px;
    padding: 20px 0; }
.open-eyes__stats .stats__heading-number {
      color: #39c28b;
      color: #0e6900;
      font-weight: 900;
      font-size: 88px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.33;
      text-align: left;
      text-transform: uppercase; }
@media screen and (max-width: 640px) {
        .open-eyes__stats .stats__heading-number {
          font-size: 10vw; } }
.open-eyes__stats .stats__heading-text {
      font-weight: 800;
      font-size: 22px;
      font-family: "ProximaNova", sans-serif; }
@media screen and (max-width: 640px) {
        .open-eyes__stats .stats__heading-text {
          font-size: 16px; } }
.open-eyes__stats .stats:nth-child(2) .stats__heading-number {
      color: #c7d724; }
.open-eyes__goals-wrapper {
  padding: 60px 15px;
  overflow: hidden; }
.open-eyes__goals .sub-title-colored__wrapper {
  padding-left: 16px; }
@media (max-width: 640px) {
    .open-eyes__goals .sub-title-colored__wrapper {
      padding-left: 0; } }
.open-eyes__goals .goals__description {
  margin: 70px 20px 90px;
  font-weight: 800;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif; }
@media (max-width: 640px) {
    .open-eyes__goals .goals__description {
      margin: 30px 0 20px;
      font-size: 18px; } }
.open-eyes__goals .goals:nth-child(2) .stats__heading-number {
  color: #c7d724; }
.open-eyes__goals-wrapper-0 .goals__description {
  position: relative;
  width: 50%;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  letter-spacing: normal; }
@media (max-width: 640px) {
    .open-eyes__goals-wrapper-0 .goals__description {
      width: 100%;
      margin: 0 auto;
      font-size: 1em; } }
.open-eyes__goals-wrapper-0 .goals__description::before {
    position: absolute;
    top: -20%;
    right: -110%;
    width: 100%;
    height: 240px;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/csr/csr-open-eyes/cup@2x.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    content: ''; }
@media (max-width: 840px) {
      .open-eyes__goals-wrapper-0 .goals__description::before {
        top: 5%; } }
@media (max-width: 767px) {
      .open-eyes__goals-wrapper-0 .goals__description::before {
        top: 22%; } }
@media (max-width: 640px) {
      .open-eyes__goals-wrapper-0 .goals__description::before {
        top: 10%;
        right: -30%;
        width: 78%; } }
@media (max-width: 380px) {
      .open-eyes__goals-wrapper-0 .goals__description::before {
        top: 15%; } }
.open-eyes__goals-wrapper-0 .goals__description:not(:last-child) {
    margin-bottom: 33px; }
.open-eyes__goals-wrapper-0 .goals__description + .goals__list {
    margin-top: 66px; }
@media (max-width: 640px) {
      .open-eyes__goals-wrapper-0 .goals__description + .goals__list {
        margin-top: 43px; } }
.open-eyes__goals-wrapper-0 .goals__description > div {
    display: flex;
    justify-content: space-between;
    width: 95vw;
    max-width: 940px;
    padding-top: 8vw;
    padding-bottom: 1vw; }
@media screen and (max-width: 860px) {
      .open-eyes__goals-wrapper-0 .goals__description > div {
        padding-top: 10vw;
        padding-bottom: 5vw; } }
@media (max-width: 640px) {
      .open-eyes__goals-wrapper-0 .goals__description > div {
        padding-top: 40vw; } }
@media screen and (max-width: 680px) {
      .open-eyes__goals-wrapper-0 .goals__description > div {
        flex-direction: column;
        justify-content: center; } }
.open-eyes__goals-wrapper-1 {
  color: #fff;
  background-image: linear-gradient(to right, #e912a3, #7a3bca); }
.open-eyes__goals-wrapper-1 .goals__description ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 200px;
    padding: 0;
    list-style: none; }
@media (max-width: 767px) {
      .open-eyes__goals-wrapper-1 .goals__description ul {
        flex-direction: column;
        align-items: center; } }
.open-eyes__goals-wrapper-1 .goals__description ul li {
    position: relative;
    max-width: 26%;
    font-weight: 800; }
@media (max-width: 767px) {
      .open-eyes__goals-wrapper-1 .goals__description ul li:nth-child(1), .open-eyes__goals-wrapper-1 .goals__description ul li:nth-child(3) {
        padding-top: 40px; } }
.open-eyes__goals-wrapper-1 .goals__description ul li:nth-child(1)::before, .open-eyes__goals-wrapper-1 .goals__description ul li:nth-child(2)::before {
      position: absolute;
      top: 50%;
      right: -35%;
      width: 60px;
      height: 60px;
      background: url(https://cdnssinc-dev.azureedge.net/img/csr/csr-open-eyes/arrow@2x.png) no-repeat 50% 25%;
      background-size: 200%;
      transform: translateY(-50%);
      content: ''; }
@media (max-width: 767px) {
        .open-eyes__goals-wrapper-1 .goals__description ul li:nth-child(1)::before, .open-eyes__goals-wrapper-1 .goals__description ul li:nth-child(2)::before {
          top: 110%;
          right: auto;
          left: 40%;
          transform: rotate(90deg); } }
@media (max-width: 767px) {
      .open-eyes__goals-wrapper-1 .goals__description ul li {
        max-width: 270px;
        margin: 0 0 80px;
        padding: 40px 0px;
        text-align: center; } }
.open-eyes__goals-wrapper-1 .goals__list {
    border: 2px solid #fff; }
.open-eyes__goals-wrapper-1 .goals__list:before {
      color: #fff; }
.open-eyes__goals-wrapper-1 .goals__list ul li {
      color: #fff; }
.open-eyes__colored-heading {
  margin-top: 65px; }
.open-eyes__areas {
  background: #fff; }
.open-eyes__areas .section-text__card {
    max-width: 425px;
    margin: 0; }
@media (min-width: 1024px) {
      .open-eyes__areas .section-text__card {
        max-width: 375px; } }
.open-eyes__areas .section-text__heading {
    color: #000;
    line-height: 1; }
@media (max-width: 560px) {
      .open-eyes__areas .section-text__heading {
        font-size: 18px; } }
@media only screen and (min-width: 768px) {
  .open-eyes + #footer .get-in-touch__heading.en-us {
    font-size: 68px; } }
@media only screen and (max-width: 680px) {
  .open-eyes + #footer .get-in-touch__heading.en-us {
    font-size: 45px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.environmental-sustainability .page-title-2__description:before,
.environmental-sustainability .page-title-mobile__description:before {
  content: none; }
.environmental-sustainability .page-title-2 .page-title-2__title,
.environmental-sustainability .page-title-mobile .page-title-2__title {
  width: 780px; }
@media screen and (max-width: 990px) {
    .environmental-sustainability .page-title-2 .page-title-2__title,
    .environmental-sustainability .page-title-mobile .page-title-2__title {
      width: 75vw; } }
.environmental-sustainability .description__text::before {
  background-color: #e912a3; }
.environmental-sustainability .page-section-plx {
  min-height: 600px; }
.environmental-sustainability .page-section-plx__button {
    display: none; }
.environmental-sustainability .page-section-plx .sub-title-colored {
    max-width: 470px;
    padding: 136px 0 0; }
.environmental-sustainability .page-section-plx .sub-title-colored__wrapper {
      position: relative;
      z-index: 3; }
.environmental-sustainability .page-section-plx .sub-title-colored__heading {
      width: 100%; }
@media (min-width: 580px) {
        .environmental-sustainability .page-section-plx .sub-title-colored__heading {
          width: 135%; } }
.environmental-sustainability .page-section-plx .sub-title-colored__heading-summary {
      font-weight: 800;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.2;
      text-transform: none; }
@media (min-width: 768px) {
        .environmental-sustainability .page-section-plx .sub-title-colored__heading-summary {
          font-size: 24px; } }
@media (max-width: 767px) {
      .environmental-sustainability .page-section-plx .sub-title-colored {
        padding: 10vw 0 0; } }
.environmental-sustainability .page-section-plx:nth-child(2n + 1) .sub-title-colored__heading, .environmental-sustainability .page-section-plx:nth-child(2n + 1) .sub-title-colored__heading-summary {
    color: #fff; }
.environmental-sustainability .page-section-plx__we-reduce-reuse-recycle {
    background-image: linear-gradient(to right, #41e649, #11710f); }
.environmental-sustainability .page-section-plx__we-reduce-reuse-recycle .page-section-plx__image-wrap {
      top: 20px;
      right: 13%;
      width: 220px; }
@media screen and (max-width: 880px) {
        .environmental-sustainability .page-section-plx__we-reduce-reuse-recycle .page-section-plx__image-wrap {
          left: 60%; } }
@media screen and (max-width: 767px) {
        .environmental-sustainability .page-section-plx__we-reduce-reuse-recycle .page-section-plx__image-wrap {
          top: 105%;
          left: 50%; } }
@media screen and (max-width: 440px) {
        .environmental-sustainability .page-section-plx__we-reduce-reuse-recycle .page-section-plx__image-wrap {
          left: 35%; } }
.environmental-sustainability .page-section-plx__we-help .sub-title-colored__heading-square {
    background: #f9ac07; }
.environmental-sustainability .page-section-plx__we-help .page-section-plx__image-wrap {
    top: 100px;
    right: 12%;
    width: 275px; }
@media screen and (max-width: 880px) {
      .environmental-sustainability .page-section-plx__we-help .page-section-plx__image-wrap {
        left: 60%; } }
@media screen and (max-width: 767px) {
      .environmental-sustainability .page-section-plx__we-help .page-section-plx__image-wrap {
        top: 110%;
        left: 50%; } }
@media screen and (max-width: 440px) {
      .environmental-sustainability .page-section-plx__we-help .page-section-plx__image-wrap {
        left: 35%; } }
.environmental-sustainability .page-section-plx__we-help .page-section-plx__image {
    width: 100%; }
.environmental-sustainability .page-section-plx__we-engage {
    background-image: linear-gradient(to right, #bc0912, #f9ac07); }
.environmental-sustainability .page-section-plx__we-engage .page-section-plx__button {
      display: none; }
.environmental-sustainability .page-section-plx__we-engage .page-section-plx__image-wrap {
      top: 110px;
      right: 10%;
      width: 350px; }
@media screen and (max-width: 880px) {
        .environmental-sustainability .page-section-plx__we-engage .page-section-plx__image-wrap {
          left: 60%; } }
@media screen and (max-width: 767px) {
        .environmental-sustainability .page-section-plx__we-engage .page-section-plx__image-wrap {
          top: 110%;
          left: 50%; } }
@media screen and (max-width: 440px) {
        .environmental-sustainability .page-section-plx__we-engage .page-section-plx__image-wrap {
          left: 35%; } }
@media screen and (max-width: 767px) {
      .environmental-sustainability .page-section-plx__we-engage .page-section-plx__image {
        width: 100%; } }
.environmental-sustainability .page-section-plx__we-encourage .sub-title-colored__heading-square {
    background: #f9ac07; }
.environmental-sustainability .page-section-plx__we-encourage .page-section-plx__image-wrap {
    top: -70px;
    right: 7%;
    width: 300px; }
@media screen and (max-width: 880px) {
      .environmental-sustainability .page-section-plx__we-encourage .page-section-plx__image-wrap {
        left: 60%; } }
@media screen and (max-width: 767px) {
      .environmental-sustainability .page-section-plx__we-encourage .page-section-plx__image-wrap {
        top: 100%;
        left: 50%; } }
@media screen and (max-width: 440px) {
      .environmental-sustainability .page-section-plx__we-encourage .page-section-plx__image-wrap {
        left: 35%; } }
.environmental-sustainability .page-section-plx__we-encourage .page-section-plx__image {
    width: 93%; }
@media screen and (max-width: 767px) {
      .environmental-sustainability .page-section-plx__we-encourage .page-section-plx__image {
        width: 58%; } }
@media screen and (max-width: 767px) {
  .environmental-sustainability .page-section-plx__heading {
    position: relative;
    max-width: 600px;
    margin: 0 auto; }
  .environmental-sustainability .page-section-plx__wrapper {
    position: static;
    padding-right: 40px;
    padding-left: 40px; } }
@media screen and (max-width: 767px) and (max-width: 360px) {
    .environmental-sustainability .page-section-plx__wrapper {
      padding-right: 5vw;
      padding-left: 5vw; } }
@media screen and (max-width: 767px) {
  .environmental-sustainability .page-section-plx__button-wrapper {
    position: static;
    max-width: 446px;
    margin-top: 5vw;
    margin-bottom: 200px; } }
.environmental-sustainability .description {
  padding-top: 80px;
  padding-bottom: 70px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.demos-catalogue {
  position: relative;
  width: 100%;
  padding-bottom: 20vw;
  overflow: hidden;
  color: #fff;
  background: #000; }
@media screen and (max-width: 640px) {
    .demos-catalogue {
      padding-bottom: 30vw; } }
.demos-catalogue::before {
    position: absolute;
    bottom: -121px;
    left: -5%;
    z-index: 0;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    max-height: 400px;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/demos-catalogue/graphic%20bottom@2x.png");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100%;
    content: ''; }
@media screen and (max-width: 640px) {
      .demos-catalogue::before {
        bottom: -51px; } }
@media screen and (max-width: 470px) {
      .demos-catalogue::before {
        bottom: -40px; } }
.demos-catalogue .page-title-2 {
    padding-top: 80px;
    background: none; }
.demos-catalogue .page-title-2::before {
      content: none; }
.demos-catalogue .page-title-2__content {
      position: relative;
      min-height: 60vh;
      padding: 0 100px 120px; }
.demos-catalogue .page-title-2__content ::before {
        position: absolute;
        top: -72px;
        right: -750px;
        z-index: -1;
        width: 100%;
        min-width: 1130px;
        height: 100%;
        min-height: 350px;
        background-image: url("https://cdnssinc-dev.azureedge.net/img/demos-catalogue/graphic%20top@2x.png");
        background-repeat: no-repeat;
        background-size: 100%;
        content: ''; }
@media screen and (max-width: 767px) {
          .demos-catalogue .page-title-2__content ::before {
            top: -52px;
            right: -650px; } }
.demos-catalogue .page-title-2__title {
      margin-bottom: 45px;
      font-weight: 900;
      font-size: 120px;
      font-family: "ProximaNova", sans-serif;
      font-style: normal;
      font-stretch: normal;
      line-height: 0.75; }
.demos-catalogue .page-title-2__title::before {
        content: none; }
@media screen and (max-width: 767px) {
        .demos-catalogue .page-title-2__title {
          font-size: 15vw; } }
.demos-catalogue .page-title-2__description {
      margin: 0;
      font-weight: normal;
      font-family: OpenSans, Helvetica, Arial, sans-serif; }
.demos-catalogue .page-title-2__description::before {
        content: none; }
.demos-catalogue .page-title-2__description strong {
        font-weight: 800;
        font-size: 36px; }
.demos-catalogue .page-title-mobile {
    position: relative;
    align-items: start;
    min-height: 60vh;
    padding-top: 0;
    background: none; }
.demos-catalogue .page-title-mobile ::before {
      position: absolute;
      top: 80px;
      left: 8%;
      z-index: -1;
      width: 100%;
      min-width: 260%;
      height: 100%;
      min-height: 350px;
      /*background-image: url('https://cdnssinc-dev.azureedge.net/img/demos-catalogue/graphic%20top@2x.png);*/
      background-image: url("https://cdnssinc-dev.azureedge.net/img/demos-catalogue/graphic%20top@2x.png");
      background-repeat: no-repeat;
      background-size: 100%;
      content: ''; }
@media screen and (max-width: 414px) {
        .demos-catalogue .page-title-mobile ::before {
          top: 112px;
          left: 68px; } }
.demos-catalogue .page-title-mobile__title {
      margin-bottom: 35px;
      margin-left: 0;
      font-size: 12vw; }
.demos-catalogue .page-title-mobile__title::before {
        background-color: transparent;
        box-shadow: none; }
.demos-catalogue .page-title-mobile__description {
      max-width: 65vw;
      margin: 0;
      font-weight: normal;
      font-size: 3.5vw;
      font-family: OpenSans, Helvetica, Arial, sans-serif; }
.demos-catalogue .page-title-mobile__description::before {
        content: none; }
.demos-catalogue .page-title-mobile__description strong {
        font-weight: 800;
        font-size: 5vw; }
.demos-catalogue__filters-wrapper {
    display: flex;
    justify-content: space-between; }
@media screen and (max-width: 767px) {
      .demos-catalogue__filters-wrapper {
        flex-direction: column-reverse; } }
.demos-catalogue__header-logo img {
    max-width: 120px;
    padding-top: 40px; }
.demos-catalogue .demos-catalogue-content {
    overflow: hidden; }
.demos-catalogue .demos-catalogue-content .wrapper {
      display: flex;
      flex-direction: column; }
.demos-catalogue .demos-section {
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 575px;
    padding: 50px 0; }
.demos-catalogue .demos-section::before {
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 55%;
      content: ''; }
.demos-catalogue .demos-section::after {
      width: 31%;
      content: ''; }
.demos-catalogue .demos-section_hide {
      display: none; }
.demos-catalogue .demos-section__retail {
      order: 1; }
.demos-catalogue .demos-section__retail::before {
        top: 25px;
        left: -35%;
        background-image: url("https://cdnssinc-dev.azureedge.net/img/demos-catalogue/Rectangle%2029@2x.png"); }
.demos-catalogue .demos-section__healthcare {
      order: 2; }
.demos-catalogue .demos-section__healthcare::before {
        top: 50px;
        right: -70%;
        background-image: url("https://cdnssinc-dev.azureedge.net/img/demos-catalogue/Polygon%201@2x.png"); }
.demos-catalogue .demos-section__software {
      order: 3; }
.demos-catalogue .demos-section__software::before {
        top: 0;
        left: -35%;
        background-image: url("https://cdnssinc-dev.azureedge.net/img/demos-catalogue/Rectangle%2030@2x.png"); }
.demos-catalogue .demos-section__finance {
      order: 4; }
.demos-catalogue .demos-section__finance::before {
        top: 0;
        right: -80%;
        background-image: url("https://cdnssinc-dev.azureedge.net/img/demos-catalogue/Rectangle%2031@2x.png"); }
.demos-catalogue .demos-section__energy {
      order: 5; }
.demos-catalogue .demos-section__energy::before {
        top: 0;
        left: -62%;
        background-image: url("https://cdnssinc-dev.azureedge.net/img/demos-catalogue/energy_icon.svg");
        background-position: 67% 0;
        background-size: 60% 100%; }
.demos-catalogue .demos-section__link {
      display: flex;
      flex-basis: 30%;
      flex-direction: column;
      max-width: 250px;
      color: #fff;
      text-decoration: none; }
.demos-catalogue .demos-section__link:hover {
        color: #fff;
        text-decoration: none !important; }
.demos-catalogue .demos-section__link:hover img {
          transform: scale(1.1); }
.demos-catalogue .demos-section__link_hide {
        display: none; }
.demos-catalogue .demos-section__link_active {
        display: block;
        display: flex; }
@media screen and (max-width: 540px) {
        .demos-catalogue .demos-section__link {
          flex-basis: 50%; } }
.demos-catalogue .demos-section__title {
      width: 100%;
      font-weight: 800;
      font-size: 60px;
      font-family: "ProximaNova", sans-serif;
      text-align: left;
      text-transform: uppercase; }
@media screen and (max-width: 680px) {
        .demos-catalogue .demos-section__title {
          font-size: 10vw; } }
.demos-catalogue .demos-section__image {
      width: 100%;
      height: 100%;
      max-height: 165px;
      margin: 0 auto;
      transform: scale(1);
      transition: transform 0.2s; }
@media screen and (max-width: 800px) {
        .demos-catalogue .demos-section__image {
          height: 100%;
          max-height: 120px; } }
@media screen and (max-width: 750px) {
        .demos-catalogue .demos-section__image {
          max-height: 90px; } }
@media screen and (max-width: 540px) {
        .demos-catalogue .demos-section__image {
          max-height: 75px; } }
.demos-catalogue .demos-section__link-name {
      display: block;
      max-width: 60%;
      height: 100%;
      min-height: 50px;
      margin: 0 auto;
      padding-top: 35px;
      padding-bottom: 10px;
      font-weight: 800;
      font-size: 20px;
      font-family: "ProximaNova", sans-serif;
      text-align: center; }
@media screen and (max-width: 680px) {
        .demos-catalogue .demos-section__link-name {
          max-width: initial;
          padding-top: 2vw;
          font-size: 16px; } }
@media screen and (max-width: 540px) {
        .demos-catalogue .demos-section__link-name {
          padding-top: 25px; } }
.demos-catalogue .demos-section__link-description {
      max-width: 95%;
      min-height: 12vw;
      margin: 15px auto;
      font-size: 16px;
      font-family: OpenSans, Helvetica, Arial, sans-serif;
      text-align: center; }
@media screen and (max-width: 680px) {
        .demos-catalogue .demos-section__link-description {
          min-height: 100px;
          font-size: 14px; } }
.demos-catalogue .demos-section__link-description_empty {
        min-height: 0; }
.demos-catalogue .demos-filters {
    padding-top: 80px; }
.demos-catalogue .demos-filters_industries, .demos-catalogue .demos-filters_categories, .demos-catalogue .demos-filters_popular {
      min-height: 32px;
      padding-top: 0; }
.demos-catalogue .demos-filters_industries__title, .demos-catalogue .demos-filters_categories__title, .demos-catalogue .demos-filters_popular__title {
        display: inline-block;
        width: 120px;
        margin: 7px 0;
        padding-left: 0;
        font-size: 14px;
        font-family: OpenSans, Helvetica, Arial, sans-serif;
        text-transform: none;
        background-color: transparent; }
@media screen and (max-width: 680px) {
          .demos-catalogue .demos-filters_industries__title, .demos-catalogue .demos-filters_categories__title, .demos-catalogue .demos-filters_popular__title {
            display: block;
            width: 100%; } }
.demos-catalogue .demos-filters_industries__name, .demos-catalogue .demos-filters_categories__name, .demos-catalogue .demos-filters_popular__name {
        display: inline-block;
        margin: 2px;
        padding: 4px 8px;
        font-weight: 800;
        font-size: 14px;
        font-family: "ProximaNova", sans-serif;
        text-transform: uppercase;
        background-color: #5652a0;
        border-radius: 7.2px;
        cursor: pointer; }
.demos-catalogue .demos-filters_industries__name:hover, .demos-catalogue .demos-filters_categories__name:hover, .demos-catalogue .demos-filters_popular__name:hover {
          opacity: 0.8; }
.demos-catalogue .demos-filters_industries__name-selected, .demos-catalogue .demos-filters_categories__name-selected, .demos-catalogue .demos-filters_popular__name-selected {
          opacity: 0.8; }
.demos-catalogue .demos-filters_categories__name {
      background-color: #d80056; }
.demos-catalogue .demos-filters_popular__name {
      color: #fff;
      text-decoration: none;
      background-color: #262626; }

@charset "UTF-8";
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/*! normalize.css v9.0.1 | MIT License | github.com/csstools/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
.ss-cloud {
  padding: 0;
  background-color: #f5f5f5; }
.ss-cloud__logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 20px;
    margin-top: -74px; }
.ss-cloud__logo-link {
    display: block;
    width: 187px;
    height: 20px;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/root/black-logo-root.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%; }
.ss-cloud__title {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    padding: 100px 20px 100px;
    color: #fff; }
.ss-cloud__title_gradient:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: radial-gradient(circle at 50% 25%, #01a3d0 10%, rgba(1, 163, 208, 0) 65%);
      content: ''; }
.ss-cloud__heading {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100vh;
    padding: 50px 20px 100px;
    text-align: center; }
.ss-cloud__heading-title {
    margin: 0;
    font-weight: 900;
    font-size: 96px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.82;
    text-transform: uppercase; }
@media (max-width: 560px) {
      .ss-cloud__heading-title {
        font-size: 48px; } }
.ss-cloud__heading-description {
    max-width: 644px;
    margin: 0 auto;
    font-size: 18px;
    line-height: normal; }
.ss-cloud__heading-button {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 0px;
    overflow: hidden;
    color: #01a3d0;
    font-weight: 900;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: 0.55s;
    transition: 0.55s; }
.ss-cloud__heading-button:hover {
      color: #fff;
      background: transparent; }
.ss-cloud__stats {
    max-width: 1040px;
    margin: 0 auto; }
.ss-cloud__stats-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    list-style: none; }
@media (max-width: 560px) {
      .ss-cloud__stats-list {
        justify-content: center; } }
.ss-cloud__stats-item {
    width: 33%;
    max-width: 350px;
    padding: 10px;
    padding-bottom: 50px;
    font-weight: 900;
    font-family: "ProximaNova", sans-serif; }
@media (max-width: 1024px) {
      .ss-cloud__stats-item {
        width: 50%; } }
@media (max-width: 560px) {
      .ss-cloud__stats-item {
        width: 100%; } }
.ss-cloud__stats-title {
    margin: 0;
    color: #d5017e;
    font-weight: 900;
    font-size: 64px; }
.ss-cloud__stats-title_green {
      color: #01ad85; }
.ss-cloud__stats-title_purple {
      color: #932f8c; }
@media (min-width: 1024px) {
      .ss-cloud__stats-title {
        font-size: 96px; } }
.ss-cloud__stats-desc {
    padding-top: 30px;
    color: #000;
    font-size: 30px;
    line-height: 0.94;
    border-top: 2px solid #000; }
@media (max-width: 1024px) {
      .ss-cloud__stats-desc {
        font-size: 24px; } }
.ss-cloud__roadmap-section-heading {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 50px;
    font-weight: 900;
    font-size: 2rem;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase; }
@media (min-width: 1024px) {
      .ss-cloud__roadmap-section-heading {
        font-size: 44px; } }
.ss-cloud__roadmap-section-list {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px; }
.ss-cloud__roadmap-section-text {
    max-width: 680px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center; }
.ss-cloud__roadmap-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    list-style: none; }
@media (max-width: 560px) {
      .ss-cloud__roadmap-list {
        justify-content: center; } }
.ss-cloud__roadmap-list-item {
    width: 33%;
    max-width: 250px;
    padding: 200px 10px 50px;
    color: #00a2cf;
    font-weight: 900;
    font-size: 30px;
    font-family: "ProximaNova", sans-serif;
    text-align: center;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 20%; }
.ss-cloud__roadmap-list-item:nth-child(1) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ss-cloud/icon.explo.svg"); }
.ss-cloud__roadmap-list-item:nth-child(2) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ss-cloud/icon.enhan.svg"); }
.ss-cloud__roadmap-list-item:nth-child(3) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ss-cloud/icon.expans.svg"); }
@media (max-width: 1024px) {
      .ss-cloud__roadmap-list-item {
        width: 50%; } }
@media (max-width: 560px) {
      .ss-cloud__roadmap-list-item {
        width: 100%; } }
.ss-cloud__adopt-section {
    padding: 50px 0; }
.ss-cloud__adopt-section-wrapper {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px; }
.ss-cloud__adopt-section-heading {
    padding-bottom: 50px;
    font-weight: 900;
    font-size: 2rem;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase; }
@media (min-width: 1024px) {
      .ss-cloud__adopt-section-heading {
        font-size: 44px; } }
.ss-cloud__adopt-section-text {
    max-width: 680px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center; }
.ss-cloud__adopt-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    list-style: none; }
@media (max-width: 560px) {
      .ss-cloud__adopt-list {
        justify-content: center; } }
.ss-cloud__adopt-list-item {
    width: 33%;
    max-width: 350px;
    padding: 10px;
    padding-bottom: 50px;
    font-weight: 900;
    font-family: "ProximaNova", sans-serif;
    background-repeat: no-repeat;
    background-position: 50% 0%; }
.ss-cloud__adopt-list-item:nth-child(1) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ss-cloud/icon-comp.svg"); }
.ss-cloud__adopt-list-item:nth-child(2) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ss-cloud/icon-migr.svg"); }
.ss-cloud__adopt-list-item:nth-child(3) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ss-cloud/icon-go-market.svg"); }
@media (max-width: 1024px) {
      .ss-cloud__adopt-list-item {
        width: 50%; } }
@media (max-width: 560px) {
      .ss-cloud__adopt-list-item {
        width: 100%; } }
.ss-cloud__adopt-list-title {
    box-sizing: content-box;
    min-height: 100px;
    padding-top: 150px;
    font-weight: 900;
    font-size: 30px;
    line-height: 0.94; }
.ss-cloud__adopt-list-desc {
    padding-top: 30px;
    font-weight: normal;
    font-size: 18px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: normal;
    border-top: 2px solid #000; }
.ss-cloud__make-most-section {
    padding: 50px 0;
    color: #fff;
    background-color: #00a2cf; }
.ss-cloud__make-most-section-wrapper {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px; }
.ss-cloud__make-most-section__heading {
    padding-bottom: 50px;
    font-weight: 900;
    font-size: 2rem;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase; }
@media (min-width: 1024px) {
      .ss-cloud__make-most-section__heading {
        font-size: 44px; } }
.ss-cloud__make-most {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    list-style: none; }
@media (max-width: 560px) {
      .ss-cloud__make-most {
        justify-content: center; } }
.ss-cloud__make-most-item {
    width: 25%;
    padding: 20px;
    padding-bottom: 50px;
    font-weight: 900;
    font-family: "ProximaNova", sans-serif;
    background-repeat: no-repeat;
    background-position: 50% 0%; }
@media (max-width: 1024px) {
      .ss-cloud__make-most-item {
        width: 50%; } }
@media (max-width: 560px) {
      .ss-cloud__make-most-item {
        width: 100%; } }
.ss-cloud__make-most-title {
    position: relative;
    width: 210px;
    height: 210px;
    margin: 0 auto 75px;
    font-weight: 900;
    font-size: 18px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.94;
    text-transform: uppercase;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2); }
.ss-cloud__make-most-title_orange {
      background: radial-gradient(circle at 100% 0%, #e66504 10%, rgba(230, 101, 4, 0) 70%); }
.ss-cloud__make-most-title_purple {
      background: radial-gradient(circle at 100% 0%, #cd0781 10%, rgba(205, 7, 129, 0) 70%); }
.ss-cloud__make-most-title_green {
      background: radial-gradient(circle at 100% 0%, #9bc30c 10%, rgba(155, 195, 12, 0) 70%); }
.ss-cloud__make-most-title_violet {
      background: radial-gradient(circle at 100% 0%, #5156a2 10%, rgba(81, 86, 162, 0) 70%); }
.ss-cloud__make-most-title-wrap {
    position: absolute;
    bottom: 0;
    margin: 20px; }
.ss-cloud__make-most-desc {
    font-weight: normal;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: normal; }
.ss-cloud__by-numbers-section {
    padding: 50px 0;
    color: #fff;
    background-color: #00a2cf;
    background-image: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%); }
.ss-cloud__by-numbers-section-wrapper {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px; }
.ss-cloud__by-numbers-section-heading {
    padding-bottom: 50px;
    font-weight: 900;
    font-size: 2rem;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase; }
@media (min-width: 1024px) {
      .ss-cloud__by-numbers-section-heading {
        font-size: 44px; } }
.ss-cloud__by-numbers {
    max-width: 1040px;
    margin: 0 auto; }
.ss-cloud__by-numbers-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    list-style: none; }
@media (max-width: 560px) {
      .ss-cloud__by-numbers-list {
        justify-content: center; } }
.ss-cloud__by-numbers-item {
    width: 33%;
    max-width: 350px;
    padding: 10px;
    padding-bottom: 50px;
    font-weight: 900;
    font-family: "ProximaNova", sans-serif; }
@media (max-width: 1024px) {
      .ss-cloud__by-numbers-item {
        width: 50%; } }
@media (max-width: 560px) {
      .ss-cloud__by-numbers-item {
        width: 100%; } }
.ss-cloud__by-numbers-title {
    margin: 0;
    font-weight: 900;
    font-size: 96px; }
.ss-cloud__by-numbers-title_green {
      color: #01ad85; }
.ss-cloud__by-numbers-title_purple {
      color: #932f8c; }
@media (max-width: 1024px) {
      .ss-cloud__by-numbers-title {
        font-size: 64px; } }
.ss-cloud__by-numbers-desc {
    padding-top: 30px;
    font-size: 30px;
    line-height: 0.94;
    border-top: 2px solid #fff; }
@media (max-width: 1024px) {
      .ss-cloud__by-numbers-desc {
        font-size: 24px; } }
.ss-cloud__partnership-section {
    padding: 50px 0; }
.ss-cloud__partnership-section-wrapper {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px; }
.ss-cloud__partnership-section-heading {
    margin-top: 0;
    font-weight: 900;
    font-size: 2rem;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase; }
@media (min-width: 1024px) {
      .ss-cloud__partnership-section-heading {
        font-size: 44px; } }
.ss-cloud__partnership-list {
    margin: 0;
    padding: 0;
    list-style: none; }
.ss-cloud__partnership-list-heading {
    width: 100%;
    color: #00a2cf;
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    text-align: center;
    text-transform: uppercase; }
.ss-cloud__partnership-list-item {
    min-height: 85vh;
    padding: 150px 0 0;
    background-repeat: no-repeat;
    background-position: 50% 7%;
    border-bottom: 1px solid #000; }
.ss-cloud__partnership-list-item:nth-child(1) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ss-cloud/aws.svg"); }
.ss-cloud__partnership-list-item:nth-child(2) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ss-cloud/g-cloud.svg");
      background-position: 50% 3%; }
.ss-cloud__partnership-list-item:nth-child(3) {
      padding-top: 200px;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ss-cloud/ms-gold.svg"); }
.ss-cloud__partnership-list-item:last-child {
      border-bottom: none; }
.ss-cloud__partnership-list-text {
    max-width: 680px;
    margin: 60px auto;
    font-size: 20px;
    text-align: center; }
@media (max-width: 1023px) {
      .ss-cloud__partnership-list-text {
        font-size: 16px; } }
.ss-cloud__partnership-list-lists-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 -20px; }
.ss-cloud__partnership-list-lists-container_flex {
      display: initial; }
.ss-cloud__competences-and-services {
    width: 50%;
    max-width: 600px;
    padding: 0 20px 50px; }
.ss-cloud__competences-and-services_width {
      width: 30%;
      max-width: 280px; }
@media (max-width: 750px) {
        .ss-cloud__competences-and-services_width {
          width: 100%; } }
@media (max-width: 1023px) {
      .ss-cloud__competences-and-services {
        width: 100%; } }
.ss-cloud__competences-and-services-heading {
    margin: 0 0 20px;
    color: #00a2cf;
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    text-align: left;
    text-transform: uppercase; }
.ss-cloud__competences-and-services-heading_black {
      color: #111; }
.ss-cloud__competences-and-services-list, .ss-cloud__competences-and-services-cloud-list {
    margin-bottom: 0;
    padding: 0;
    line-height: 1.5;
    list-style-type: none; }
.ss-cloud__competences-and-services-cloud-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0 -10px;
    padding: 0;
    list-style: none; }
.ss-cloud__competences-and-services-cloud-list-item {
    width: 33.33%;
    min-width: 160px;
    padding: 10px;
    padding-top: 100px;
    text-align: center;
    background: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ss-cloud/icon.cloud.svg") 50% 40% no-repeat; }
.ss-cloud__competences-and-services-item {
    position: relative;
    padding-left: 25px; }
.ss-cloud__competences-and-services-item:after {
      position: absolute;
      top: 0.1em;
      left: 0;
      color: inherit;
      color: #00a2cf;
      line-height: 1;
      vertical-align: middle;
      content: '■'; }
.ss-cloud__competences-and-services-item_cloud-item:after {
      content: none; }
.ss-cloud__competences-and-services-google-cloud {
    max-width: 1040px;
    margin: 0 auto;
    color: #000; }
.ss-cloud__competences-and-services-google-cloud-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    list-style: none; }
@media (max-width: 560px) {
      .ss-cloud__competences-and-services-google-cloud-list {
        justify-content: center; } }
.ss-cloud__competences-and-services-google-cloud-item {
    width: 33%;
    max-width: 350px;
    padding: 10px;
    padding-bottom: 50px;
    font-weight: 900;
    font-family: "ProximaNova", sans-serif; }
@media (max-width: 1024px) {
      .ss-cloud__competences-and-services-google-cloud-item {
        width: 50%; } }
@media (max-width: 560px) {
      .ss-cloud__competences-and-services-google-cloud-item {
        width: 100%; } }
.ss-cloud__competences-and-services-google-cloud-heading {
    width: inherit;
    color: #00a2cf;
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    text-align: center;
    text-transform: uppercase; }
.ss-cloud__competences-and-services-google-cloud-title {
    margin: 0;
    font-weight: 900;
    font-size: 96px; }
@media (max-width: 1024px) {
      .ss-cloud__competences-and-services-google-cloud-title {
        font-size: 64px; } }
.ss-cloud__competences-and-services-google-cloud-desc {
    padding-top: 30px;
    font-size: 30px;
    line-height: 0.94;
    border-top: 2px solid #000; }
@media (max-width: 1024px) {
      .ss-cloud__competences-and-services-google-cloud-desc {
        font-size: 24px; } }
.ss-cloud__competences-and-services-google-cloud-second-list {
    margin-bottom: 0;
    padding: 0;
    padding: 15px 0 0;
    line-height: 1.5;
    list-style-type: none;
    border-top: 2px solid #00a2cf; }
.ss-cloud__competences-and-services-google-cloud-second-list-item {
      padding: 15px 0; }
.ss-cloud__approach-section {
    padding: 50px 0;
    color: #fff;
    background-color: #00a2cf; }
.ss-cloud__approach-section-wrapper {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px; }
.ss-cloud__approach-section-heading {
    font-weight: 900;
    font-size: 2rem;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase; }
@media (min-width: 1024px) {
      .ss-cloud__approach-section-heading {
        font-size: 44px; } }
.ss-cloud__approach {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    list-style: none; }
@media (max-width: 560px) {
      .ss-cloud__approach {
        justify-content: center; } }
.ss-cloud__approach-item {
    position: relative;
    width: 25%;
    padding: 20px 25px 50px;
    font-weight: 900;
    font-family: "ProximaNova", sans-serif; }
@media (max-width: 1024px) {
      .ss-cloud__approach-item {
        width: 50%; } }
@media (max-width: 560px) {
      .ss-cloud__approach-item {
        width: 100%;
        padding: 20px 0 50px; } }
.ss-cloud__approach-img {
    width: 210px;
    height: 210px;
    margin: 0 auto; }
.ss-cloud__approach-img_lamp {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ss-cloud/icon.ideation.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      border: 2px solid #fff; }
.ss-cloud__approach-img_brain {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ss-cloud/icon.discovery.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      border: 2px solid #fff; }
.ss-cloud__approach-img_photo {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ss-cloud/icon.proto.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      border: 2px solid #fff; }
.ss-cloud__approach-img_rocket {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ss-cloud/icon.imple.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      border: 2px solid #fff; }
.ss-cloud__approach-title {
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.94;
    text-align: left;
    text-transform: uppercase; }
@media (max-width: 1023px) {
      .ss-cloud__approach-title {
        text-align: center; } }
.ss-cloud__approach-desc {
    min-height: 180px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: normal; }
@media (max-width: 1023px) {
      .ss-cloud__approach-desc {
        min-height: 0; } }
.ss-cloud__approach-list-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px; }
.ss-cloud__approach-inner-list {
    padding-left: 25px;
    line-height: 1.5;
    list-style: none; }
.ss-cloud__approach-inner-list-item {
    position: relative;
    font-weight: normal;
    font-family: OpenSans, Helvetica, Arial, sans-serif; }
.ss-cloud__approach-inner-list-item::after {
      position: absolute;
      top: 0.1em;
      left: -1.6em;
      color: inherit;
      line-height: 1;
      vertical-align: middle;
      content: '■'; }
.ss-cloud__approach-inner-text {
    font-weight: normal;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 1.5; }
.ss-cloud__footer {
    padding: 50px 0 20px;
    color: #fff;
    background-color: #00a2cf; }
.ss-cloud__footer-wrapper {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px; }
.ss-cloud__footer-button {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 0 auto 100px;
    padding: 20px 0px;
    overflow: hidden;
    color: #01a3d0;
    font-weight: 900;
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    cursor: pointer;
    transition: 0.55s; }
.ss-cloud__footer-button:hover {
      color: #fff;
      background: transparent; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.iot {
  background-color: #f5f5f5; }
.iot__title {
    color: #fff;
    background-color: #000; }
.iot__title_gradient {
      background-image: radial-gradient(circle at 40% 30%, rgba(41, 200, 239, 0.8) 0, rgba(11, 170, 209, 0.25) 80px, rgba(11, 170, 209, 0.05) 110px, rgba(255, 255, 255, 0) 150px), radial-gradient(circle at 90% 60%, rgba(255, 98, 211, 0.7) 0, rgba(255, 68, 181, 0.25) 50px, rgba(255, 68, 181, 0.05) 65px, rgba(255, 255, 255, 0) 80px), radial-gradient(circle at 10% 80%, rgba(255, 98, 211, 0.6) 0, rgba(255, 68, 181, 0.25) 25px, rgba(255, 68, 181, 0.05) 40px, rgba(255, 255, 255, 0) 50px), radial-gradient(circle at 20% 50%, rgba(34, 209, 168, 0.6) 20px, rgba(4, 179, 138, 0.25) 130px, rgba(4, 179, 138, 0.1) 170px, rgba(255, 255, 255, 0) 200px), radial-gradient(circle at 70% 40%, rgba(71, 150, 239, 0.8) 0, rgba(51, 120, 209, 0.25) 250px, rgba(51, 120, 209, 0.05) 300px, rgba(255, 255, 255, 0) 350px); }
.iot__wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 40px 50px; }
.iot__wrapper_footer {
      padding: 20px 0; }
.iot__logo {
    width: 179px;
    height: 31px;
    margin-bottom: 100px;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/root/logo-root.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%; }
.iot__logo-link {
    display: block;
    width: 179px;
    height: 31px; }
.iot__heading {
    margin-top: 0;
    font-weight: 900;
    font-size: 60px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.9;
    text-transform: uppercase; }
@media (max-width: 767px) {
      .iot__heading {
        font-size: 40px; } }
.iot__text {
    font-size: 18px;
    line-height: 1.5; }
@media (max-width: 767px) {
      .iot__text {
        font-size: 14px; } }
.iot__offerings-heading, .iot__tech-heading, .iot__industries-heading, .iot__google-title, .iot__collateral-heading {
    margin-bottom: 50px;
    font-weight: 900;
    font-size: 2rem;
    font-family: "ProximaNova", sans-serif;
    text-align: center;
    text-transform: uppercase; }
@media (min-width: 1024px) {
      .iot__offerings-heading, .iot__tech-heading, .iot__industries-heading, .iot__google-title, .iot__collateral-heading {
        font-size: 44px; } }
.iot__offeerings-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    padding: 0;
    list-style: none; }
.iot__offerings-list-item {
    width: 25%;
    min-width: 180px;
    padding: 10px; }
@media (max-width: 768px) {
      .iot__offerings-list-item {
        width: 50%;
        min-width: 200px;
        margin: 0;
        padding: 10px; } }
@media (max-width: 480px) {
      .iot__offerings-list-item {
        width: 100%;
        min-width: 200px;
        margin: 0;
        padding: 10px; } }
.iot__offerings-list-item_iot {
      width: 33%;
      min-width: 250px; }
@media (max-width: 827px) {
        .iot__offerings-list-item_iot {
          width: 50%;
          min-width: 200px;
          margin: 0;
          padding: 10px; } }
@media (max-width: 480px) {
        .iot__offerings-list-item_iot {
          width: 100%;
          min-width: 200px;
          margin: 0;
          padding: 10px; } }
.iot__offerings-list-item-title {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    color: #fff;
    background-color: #000;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3); }
.iot__offerings-list-item-title_blue {
      background-image: radial-gradient(ellipse at top right, #29c8ef 0%, rgba(11, 170, 209, 0.25) 50%, rgba(11, 170, 209, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.iot__offerings-list-item-title_rose {
      background-image: radial-gradient(ellipse at top right, #ff62d3 0%, rgba(255, 68, 181, 0.25) 50%, rgba(255, 68, 181, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.iot__offerings-list-item-title_dark-blue {
      background-image: radial-gradient(ellipse at top right, #4796ef 0%, rgba(51, 120, 209, 0.25) 50%, rgba(51, 120, 209, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.iot__offerings-list-item-title_green {
      background-image: radial-gradient(ellipse at top right, #22d1a8 0%, rgba(4, 179, 138, 0.25) 50%, rgba(4, 179, 138, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.iot__offerings-list-item-title_iot-width {
      max-width: 210px;
      margin: 0 auto;
      padding-bottom: 210px; }
@media (max-width: 827px) {
        .iot__offerings-list-item-title_iot-width {
          max-width: 100%;
          margin: 0;
          padding-top: 0;
          padding-bottom: 150px; } }
@media (max-width: 480px) {
        .iot__offerings-list-item-title_iot-width {
          padding-bottom: 122px; } }
@media (max-width: 768px) {
      .iot__offerings-list-item-title {
        padding: 0;
        padding-top: 150px; } }
@media (max-width: 480px) {
      .iot__offerings-list-item-title {
        padding: 0;
        padding-top: 120px; } }
.iot__title-text {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    font-weight: 900;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
.iot__inner-list {
    margin: 30px 0;
    padding-left: 20px;
    list-style: disc; }
.iot__inner-list_iot-list {
      padding-left: 5px;
      list-style: none; }
.iot__inner-list-item {
    line-height: 1.5; }
@media (max-width: 480px) {
      .iot__inner-list-item {
        font-size: 14px; } }
.iot__inner-list-item_iot-marker {
      position: relative;
      margin-bottom: 5px;
      padding-left: 15px; }
.iot__inner-list-item_iot-marker:after {
        position: absolute;
        top: 0.5em;
        left: -0.2em;
        width: 10px;
        height: 10px;
        border: 5px solid #111;
        border-radius: 50%;
        content: ''; }
@media (max-width: 480px) {
          .iot__inner-list-item_iot-marker:after {
            top: 0.3em; } }
.iot__tech-list, .iot__industries-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none; }
.iot__tech-list-item {
    box-sizing: content-box;
    width: 180px;
    max-width: 50%;
    padding: 0;
    padding-top: 120px;
    font-weight: 900;
    font-size: 18px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.85;
    text-align: center;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
.iot__tech-list-item_iot {
      width: 180px;
      padding-top: 160px; }
.iot__tech-list-item_iot:nth-child(1) {
        background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/cloud iot core.png"); }
.iot__tech-list-item_iot:nth-child(2) {
        background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/cloud.pubsub.png"); }
.iot__tech-list-item_iot:nth-child(3) {
        background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/cloudML.png"); }
.iot__tech-list-item_iot:nth-child(4) {
        background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/cloud.datastore.png"); }
.iot__tech-list-item_iot:nth-child(5) {
        background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/Component 2.png"); }
.iot__tech-list-item_iot:nth-child(6) {
        background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/cloud.bigtable.png"); }
.iot__tech-list-item_iot:nth-child(7) {
        background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/cloud autoML.png"); }
.iot__tech-list-item_iot:nth-child(8) {
        background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/cloudautoMLvision.png"); }
.iot__tech-list-item_iot:nth-child(9) {
        background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/tensorflow.png"); }
.iot__tech-list-item_iot:nth-child(10) {
        background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/bigquery.png"); }
.iot__tech-list-item_iot:nth-child(11) {
        background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/cloud.sql.png"); }
.iot__tech-list-item_iot:nth-child(12) {
        background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/cloudspeedtotext.png"); }
.iot__tech-list-item_iot:nth-child(13) {
        background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/persistent.disk.png"); }
.iot__tech-list-item_iot:nth-child(14) {
        background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/cloud.dataflow.png"); }
.iot__tech-list-item_iot:nth-child(15) {
        background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/icon.clouddata.png"); }
@media (max-width: 480px) {
        .iot__tech-list-item_iot:nth-child(7), .iot__tech-list-item_iot:nth-child(8), .iot__tech-list-item_iot:nth-child(9), .iot__tech-list-item_iot:nth-child(10), .iot__tech-list-item_iot:nth-child(11), .iot__tech-list-item_iot:nth-child(12), .iot__tech-list-item_iot:nth-child(13), .iot__tech-list-item_iot:nth-child(14), .iot__tech-list-item_iot:nth-child(15) {
          display: none; } }
.iot__industries-list-item {
    box-sizing: content-box;
    width: 150px;
    max-width: 50%;
    padding: 0;
    padding-top: 120px;
    font-weight: 900;
    font-size: 18px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.85;
    text-align: center;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
.iot__industries-list-item:nth-child(1) {
      margin-left: 50px;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.retail.svg"); }
@media (max-width: 950px) {
        .iot__industries-list-item:nth-child(1) {
          margin-left: 0px; } }
.iot__industries-list-item:nth-child(2) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.hc.svg"); }
.iot__industries-list-item:nth-child(3) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.media.svg"); }
.iot__industries-list-item:nth-child(4) {
      margin-right: 50px;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.finance.svg"); }
@media (max-width: 950px) {
        .iot__industries-list-item:nth-child(4) {
          margin-right: 0px; } }
.iot__industries-list-item:nth-child(5) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.oil.svg"); }
.iot__industries-list-item:nth-child(6) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.manu.svg"); }
.iot__industries-list-item:nth-child(7) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/intelligent.mobolity.svg"); }
.iot__industries-list-item:nth-child(8) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/autonomus.vehicles.svg"); }
.iot__industries-list-item:nth-child(9) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/related-tech/smart.spaces.svg"); }
.iot__industries-list-item_iot-width {
      width: 175px; }
.iot__google-title {
    padding-top: 50px; }
.iot__google-text {
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.5; }
@media (max-width: 480px) {
      .iot__google-text {
        font-size: 14px; } }
.iot__google-logo {
    width: 250px;
    height: 145px;
    margin: 0 auto;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/iot-spec/google.cloud@3x.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%; }
.iot__collateral-list-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0px 7vw;
    list-style: none; }
@media (max-width: 767px) {
      .iot__collateral-list-wrapper {
        padding: 0; } }
@media (max-width: 640px) {
      .iot__collateral-list-wrapper {
        flex-direction: column; } }
.iot__iot-collateral-list {
    width: 48%;
    margin: 0;
    padding: 0 10px;
    list-style: none; }
@media (max-width: 640px) {
      .iot__iot-collateral-list {
        width: 100%; }
        .iot__iot-collateral-list:last-child {
          margin-top: -25px; } }
.iot__iot-collateral-list-item {
    margin-bottom: 25px;
    line-height: 1.5; }
.iot__iot-heading {
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.41;
    text-transform: none; }
@media (max-width: 640px) {
    .iot__iot-pres-item {
      display: none; } }
.iot__iot-pres-item:last-child {
    display: none; }
@media (max-width: 640px) {
    .iot__iot-pres-item:last-child {
      display: block; } }
.iot__iot-case, .iot__iot-blog, .iot__iot-pres, .iot__iot-meetup, .iot__iot-whitepaper {
    position: relative; }
.iot__iot-case:after, .iot__iot-blog:after, .iot__iot-pres:after, .iot__iot-meetup:after, .iot__iot-whitepaper:after {
      position: absolute;
      top: 0.56em;
      left: -0.9em;
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%; }
.iot__iot-case {
    color: #00a2cf; }
.iot__iot-case:after {
      border: 5px solid #00a2cf; }
.iot__iot-blog {
    color: #019e7a; }
.iot__iot-blog:after {
      border: 5px solid #019e7a; }
.iot__iot-pres {
    color: #f15d2a; }
.iot__iot-pres:after {
      border: 5px solid #f15d2a; }
.iot__iot-meetup {
    color: #932f8c; }
.iot__iot-meetup:after {
      border: 5px solid #932f8c; }
.iot__iot-whitepaper {
    color: #ea216c; }
.iot__iot-whitepaper:after {
      border: 5px solid #ea216c; }
.iot__iot-link {
    color: #000;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.23;
    text-decoration: none; }
.iot__iot-link:hover {
      text-decoration: underline; }
.iot__button-block {
    min-height: 50vh; }
.iot__button-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 242px;
    height: 58px;
    margin: 0 auto;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background: #111;
    border: 2px solid #111;
    cursor: pointer;
    transition: ease-in-out 0.15s; }
.iot__button-footer:hover {
      color: #111;
      background: transparent; }
.iot__footer {
    color: #fff;
    font-size: 14px;
    background-color: #000; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.securuty__title {
  color: #fff;
  background-color: #000; }
.securuty__title_gradient {
    background-image: radial-gradient(circle at 40% 30%, rgba(41, 200, 239, 0.8) 0, rgba(11, 170, 209, 0.25) 80px, rgba(11, 170, 209, 0.05) 110px, rgba(255, 255, 255, 0) 150px), radial-gradient(circle at 90% 60%, rgba(255, 98, 211, 0.7) 0, rgba(255, 68, 181, 0.25) 50px, rgba(255, 68, 181, 0.05) 65px, rgba(255, 255, 255, 0) 80px), radial-gradient(circle at 10% 80%, rgba(255, 98, 211, 0.6) 0, rgba(255, 68, 181, 0.25) 25px, rgba(255, 68, 181, 0.05) 40px, rgba(255, 255, 255, 0) 50px), radial-gradient(circle at 20% 50%, rgba(34, 209, 168, 0.6) 20px, rgba(4, 179, 138, 0.25) 130px, rgba(4, 179, 138, 0.1) 170px, rgba(255, 255, 255, 0) 200px), radial-gradient(circle at 70% 40%, rgba(71, 150, 239, 0.8) 0, rgba(51, 120, 209, 0.25) 250px, rgba(51, 120, 209, 0.05) 300px, rgba(255, 255, 255, 0) 350px); }
.securuty__wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 40px 50px; }
.securuty__wrapper_footer {
    padding: 20px 0; }
.securuty__logo {
  width: 179px;
  height: 31px;
  margin-bottom: 100px;
  background-image: url("https://cdnssinc-dev.azureedge.net/img/root/logo-root.svg");
  background-repeat: no-repeat;
  background-position: 100% 100%; }
.securuty__logo-link {
  display: block;
  width: 179px;
  height: 31px; }
.securuty__heading {
  margin-top: 0;
  font-weight: 900;
  font-size: 60px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.9;
  text-transform: uppercase; }
@media (max-width: 767px) {
    .securuty__heading {
      font-size: 40px; } }
.securuty__text {
  font-size: 18px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: 1.5; }
@media (max-width: 767px) {
    .securuty__text {
      font-size: 14px; } }
.securuty__offerings-heading, .securuty__tech-heading, .securuty__industruies-heading, .securuty__google-title, .securuty__collateral-heading {
  margin-bottom: 50px;
  font-weight: 900;
  font-size: 2rem;
  font-family: "ProximaNova", sans-serif;
  text-align: center;
  text-transform: uppercase; }
@media (min-width: 1024px) {
    .securuty__offerings-heading, .securuty__tech-heading, .securuty__industruies-heading, .securuty__google-title, .securuty__collateral-heading {
      font-size: 44px; } }
.securuty__offeerings-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
  list-style: none; }
.securuty__offerings-list-item {
  width: 25%;
  min-width: 180px;
  padding: 10px; }
@media (max-width: 768px) {
    .securuty__offerings-list-item {
      width: 50%;
      min-width: 200px;
      margin: 0;
      padding: 10px; } }
@media (max-width: 480px) {
    .securuty__offerings-list-item {
      width: 100%;
      min-width: 200px;
      margin: 0;
      padding: 10px; } }
.securuty__offerings-list-item-title {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  color: #fff;
  background-color: #000;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3); }
.securuty__offerings-list-item-title_blue {
    background-image: radial-gradient(ellipse at top right, #29c8ef 0%, rgba(11, 170, 209, 0.25) 50%, rgba(11, 170, 209, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.securuty__offerings-list-item-title_rose {
    background-image: radial-gradient(ellipse at top right, #ff62d3 0%, rgba(255, 68, 181, 0.25) 50%, rgba(255, 68, 181, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.securuty__offerings-list-item-title_dark-blue {
    background-image: radial-gradient(ellipse at top right, #4796ef 0%, rgba(51, 120, 209, 0.25) 50%, rgba(51, 120, 209, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.securuty__offerings-list-item-title_green {
    background-image: radial-gradient(ellipse at top right, #22d1a8 0%, rgba(4, 179, 138, 0.25) 50%, rgba(4, 179, 138, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
@media (max-width: 768px) {
    .securuty__offerings-list-item-title {
      padding: 0;
      padding-top: 150px; } }
@media (max-width: 480px) {
    .securuty__offerings-list-item-title {
      padding: 0;
      padding-top: 120px; } }
.securuty__title-text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 15px;
  font-weight: 900;
  font-size: 16px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.securuty__inner-list {
  margin: 30px 0;
  padding-left: 20px;
  list-style: disc; }
.securuty__inner-list-item {
  line-height: 1.5; }
@media (max-width: 480px) {
    .securuty__inner-list-item {
      font-size: 14px; } }
.securuty__tech-list, .securuty__industruies-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none; }
.securuty__tech-list-item {
  box-sizing: content-box;
  width: 180px;
  max-width: 50%;
  padding: 0;
  padding-top: 120px;
  font-weight: 900;
  font-size: 18px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
.securuty__tech-list-item_width {
    width: 150px; }
.securuty__tech-list-item_width:nth-child(1) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-sec/related-tech/cloud.kms.svg"); }
.securuty__tech-list-item_width:nth-child(2) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-sec/related-tech/cloud.identity.svg"); }
.securuty__tech-list-item_width:nth-child(3) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-sec/related-tech/cloud.scanner.svg"); }
.securuty__tech-list-item_width:nth-child(4) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-sec/related-tech/cloud.comcentre.svg"); }
.securuty__tech-list-item_width:nth-child(5) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-sec/related-tech/cloud.dlpapi.svg"); }
.securuty__tech-list-item_width:nth-child(6) {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-sec/related-tech/shelded.svg"); }
.securuty__industruies-list-item {
  box-sizing: content-box;
  width: 150px;
  max-width: 50%;
  padding: 0;
  padding-top: 120px;
  font-weight: 900;
  font-size: 18px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
.securuty__industruies-list-item:nth-child(1) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.finance.svg"); }
.securuty__industruies-list-item:nth-child(2) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.hc.svg"); }
.securuty__industruies-list-item:nth-child(3) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.manu.svg"); }
.securuty__industruies-list-item:nth-child(4) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.media.svg"); }
.securuty__industruies-list-item:nth-child(5) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.oil.svg"); }
.securuty__industruies-list-item:nth-child(6) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.retail.svg"); }
.securuty__google-text {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 1.5; }
@media (max-width: 480px) {
    .securuty__google-text {
      font-size: 14px; } }
.securuty__google-logo {
  width: 250px;
  height: 145px;
  margin: 0 auto;
  background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/gcp-premium-parter-machine-learning.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%; }
.securuty__collateral-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -20px;
  padding: 0;
  list-style: none; }
.securuty__collateral-list_security {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    max-width: 700px;
    margin: 0 auto; }
@media (max-width: 767px) {
    .securuty__collateral-list {
      justify-content: space-around; } }
.securuty__collateral-list-item {
  width: 280px;
  margin-bottom: 100px;
  text-align: center; }
.securuty__collateral-list-item_security {
    flex-basis: 175px;
    padding: 0 10px; }
.securuty__collateral-list-item_list {
    flex-basis: 320px; }
.securuty__collateral-link {
  display: block;
  height: 200px;
  margin-bottom: 1rem;
  padding: 200px 20px 0;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 50% 0; }
.securuty__collateral-link_first-sheet {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-sec/resources/wp1.svg"); }
.securuty__collateral-link_second-sheet {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-sec/resources/wp2.svg"); }
@media (max-width: 480px) {
    .securuty__collateral-link {
      font-size: 14px; } }
.securuty__collateral-inner-list {
  text-align: left;
  list-style: none; }
@media (max-width: 480px) {
    .securuty__collateral-inner-list {
      padding: 0; } }
.securuty__collateral-inner-text-item {
  padding-bottom: 35px;
  font-size: 16px; }
.securuty__collateral-links {
  color: #000;
  font-weight: 900;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  text-decoration: underline; }
.securuty__button-block {
  min-height: 50vh; }
.securuty__button-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 242px;
  height: 58px;
  margin: 0 auto;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background: #111;
  border: 2px solid #111;
  cursor: pointer;
  transition: ease-in-out 0.15s; }
.securuty__button-footer:hover {
    color: #111;
    background: transparent; }
.securuty__footer {
  color: #fff;
  font-size: 14px;
  background-color: #000; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.gcp__title {
  color: #fff;
  background-color: #000; }
.gcp__title_gradient {
    background-image: radial-gradient(circle at 40% 30%, rgba(41, 200, 239, 0.8) 0, rgba(11, 170, 209, 0.25) 80px, rgba(11, 170, 209, 0.05) 110px, rgba(255, 255, 255, 0) 150px), radial-gradient(circle at 90% 60%, rgba(255, 98, 211, 0.7) 0, rgba(255, 68, 181, 0.25) 50px, rgba(255, 68, 181, 0.05) 65px, rgba(255, 255, 255, 0) 80px), radial-gradient(circle at 10% 80%, rgba(255, 98, 211, 0.6) 0, rgba(255, 68, 181, 0.25) 25px, rgba(255, 68, 181, 0.05) 40px, rgba(255, 255, 255, 0) 50px), radial-gradient(circle at 20% 50%, rgba(34, 209, 168, 0.6) 20px, rgba(4, 179, 138, 0.25) 130px, rgba(4, 179, 138, 0.1) 170px, rgba(255, 255, 255, 0) 200px), radial-gradient(circle at 70% 40%, rgba(71, 150, 239, 0.8) 0, rgba(51, 120, 209, 0.25) 250px, rgba(51, 120, 209, 0.05) 300px, rgba(255, 255, 255, 0) 350px); }
.gcp__wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 40px 50px; }
.gcp__wrapper_footer {
    padding: 20px 0; }
.gcp__logo {
  width: 179px;
  height: 31px;
  margin-bottom: 100px;
  background-image: url("https://cdnssinc-dev.azureedge.net/img/root/logo-root.svg");
  background-repeat: no-repeat;
  background-position: 100% 100%; }
.gcp__logo-link {
  display: block;
  width: 179px;
  height: 31px; }
.gcp__heading {
  margin-top: 0;
  font-weight: 900;
  font-size: 60px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.9;
  text-transform: uppercase; }
@media (max-width: 767px) {
    .gcp__heading {
      font-size: 28px; } }
.gcp__text {
  font-size: 18px;
  line-height: 1.5; }
@media (max-width: 767px) {
    .gcp__text {
      font-size: 14px; } }
.gcp__offerings-heading, .gcp__tech-heading, .gcp__industruies-heading, .gcp__google-title, .gcp__collateral-heading {
  margin-bottom: 50px;
  font-weight: 900;
  font-size: 2rem;
  font-family: "ProximaNova", sans-serif;
  text-align: center;
  text-transform: uppercase; }
@media (min-width: 1024px) {
    .gcp__offerings-heading, .gcp__tech-heading, .gcp__industruies-heading, .gcp__google-title, .gcp__collateral-heading {
      font-size: 44px; } }
.gcp__offeerings-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
  list-style: none; }
.gcp__offerings-list-item {
  width: 25%;
  min-width: 180px;
  padding: 10px; }
@media (max-width: 768px) {
    .gcp__offerings-list-item {
      width: 50%;
      min-width: 200px;
      margin: 0;
      padding: 10px; } }
@media (max-width: 480px) {
    .gcp__offerings-list-item {
      width: 100%;
      min-width: 200px;
      margin: 0;
      padding: 10px; } }
.gcp__offerings-list-item-title {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  color: #fff;
  background-color: #000;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3); }
.gcp__offerings-list-item-title_blue {
    background-image: radial-gradient(ellipse at top right, #29c8ef 0%, rgba(11, 170, 209, 0.25) 50%, rgba(11, 170, 209, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.gcp__offerings-list-item-title_rose {
    background-image: radial-gradient(ellipse at top right, #ff62d3 0%, rgba(255, 68, 181, 0.25) 50%, rgba(255, 68, 181, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.gcp__offerings-list-item-title_dark-blue {
    background-image: radial-gradient(ellipse at top right, #4796ef 0%, rgba(51, 120, 209, 0.25) 50%, rgba(51, 120, 209, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.gcp__offerings-list-item-title_green {
    background-image: radial-gradient(ellipse at top right, #22d1a8 0%, rgba(4, 179, 138, 0.25) 50%, rgba(4, 179, 138, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
@media (max-width: 768px) {
    .gcp__offerings-list-item-title {
      padding: 0;
      padding-top: 150px; } }
@media (max-width: 480px) {
    .gcp__offerings-list-item-title {
      padding: 0;
      padding-top: 120px; } }
.gcp__title-text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 15px;
  font-weight: 900;
  font-size: 16px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.gcp__inner-list {
  margin: 30px 0;
  padding-left: 20px;
  list-style: disc; }
.gcp__inner-list-item {
  padding: 5px 0;
  line-height: 1.5; }
@media (max-width: 480px) {
    .gcp__inner-list-item {
      font-size: 14px; } }
.gcp__tech-list, .gcp__industries-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 20px 0;
  list-style: none; }
.gcp__tech-list-item {
  box-sizing: content-box;
  width: 180px;
  max-width: 50%;
  padding: 0;
  padding-top: 120px;
  font-weight: 900;
  font-size: 18px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
.gcp__tech-list-item:nth-child(1) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/compute.engine.svg"); }
.gcp__tech-list-item:nth-child(2) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/app.engine.svg"); }
.gcp__tech-list-item:nth-child(3) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/cubern.engine.svg"); }
.gcp__tech-list-item:nth-child(4) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/cloud.function.svg"); }
.gcp__tech-list-item:nth-child(5) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/cloud.load.svg"); }
.gcp__tech-list-item:nth-child(6) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/stackdriver.monitoring.svg"); }
.gcp__tech-list-item:nth-child(7) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/cloud.bigtable.svg"); }
.gcp__tech-list-item:nth-child(8) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/cloud.dns.svg"); }
.gcp__tech-list-item:nth-child(9) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/cloud.cdn.svg"); }
.gcp__tech-list-item:nth-child(10) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/cloud.filestore.svg"); }
.gcp__tech-list-item:nth-child(11) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/cloud.sql.svg"); }
.gcp__tech-list-item:nth-child(12) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/bigquery.svg"); }
.gcp__tech-list-item:nth-child(13) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/stackdriver.logging.svg"); }
.gcp__tech-list-item:nth-child(14) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/cloud.deployment.svg"); }
.gcp__tech-list-item:nth-child(15) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/cloud.storage.svg"); }
.gcp__tech-list-item:nth-child(16) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/persistent.disk.svg"); }
.gcp__tech-list-item:nth-child(17) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/cloud.spanner.svg"); }
.gcp__tech-list-item:nth-child(18) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/cloud.datastore.svg"); }
.gcp__tech-list-item:nth-child(19) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/cloud.pubsub.svg"); }
.gcp__tech-list-item:nth-child(20) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/related-tech/cloud.dataflow.svg"); }
.gcp__industries-list-item {
  box-sizing: content-box;
  width: 150px;
  max-width: 50%;
  padding: 0;
  padding-top: 150px;
  font-weight: 900;
  font-size: 18px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
.gcp__industries-list-item:nth-child(1) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.finance.svg"); }
.gcp__industries-list-item:nth-child(2) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.hc.svg"); }
.gcp__industries-list-item:nth-child(3) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.manu.svg"); }
.gcp__industries-list-item:nth-child(4) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.media.svg"); }
.gcp__industries-list-item:nth-child(5) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.oil.svg"); }
.gcp__industries-list-item:nth-child(6) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.retail.svg"); }
.gcp__google-text {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 1.5; }
@media (max-width: 480px) {
    .gcp__google-text {
      font-size: 14px; } }
.gcp__google-logo {
  width: 250px;
  height: 145px;
  margin: 0 auto;
  background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/gcp-premium-parter-machine-learning.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%; }
.gcp__collateral-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -20px;
  padding: 0;
  list-style: none; }
.gcp__collateral-list-item {
  width: 280px;
  margin-bottom: 100px;
  text-align: center; }
.gcp__collateral-link {
  display: block;
  height: 200px;
  margin-bottom: 1rem;
  padding: 200px 20px 0;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 50% 0; }
.gcp__collateral-link_red {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/resources/casestudy.icon.red.svg"); }
.gcp__collateral-link_green {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/resources/casestudy.icon.green.svg"); }
.gcp__collateral-link_blue {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/cloud-inf/resources/casestudy.icon.blue.svg"); }
.gcp__collateral-link:hover {
    text-decoration: underline; }
@media (max-width: 480px) {
    .gcp__collateral-link {
      font-size: 14px; } }
.gcp__button-block {
  min-height: 50vh; }
.gcp__button-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 242px;
  height: 58px;
  margin: 0 auto;
  color: white;
  font-weight: 900;
  font-size: 18px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background: black;
  border: 2px solid #111;
  cursor: pointer;
  transition: 0.55s; }
.gcp__button-footer:hover {
    color: black;
    background: transparent; }
.gcp__footer {
  color: #fff;
  font-size: 14px;
  background-color: #000; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.ms-teams {
  font-size: 18px;
  line-height: 1.5; }
.ms-teams__title {
    padding: 30px 0 50px; }
.ms-teams__wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px; }
.ms-teams__wrapper_mssh {
      display: flex;
      flex-wrap: wrap; }
.ms-teams__logo-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%; }
.ms-teams__logo-link {
    display: inline-block;
    width: 179px;
    height: 31px;
    margin-bottom: 60px;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/root/black-logo-root.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%; }
.ms-teams__heading {
    color: #000;
    font-weight: 900;
    font-size: 72px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.82;
    text-transform: uppercase; }
@media (max-width: 767px) {
      .ms-teams__heading {
        font-size: 50px; } }
.ms-teams__desc {
    margin-bottom: 50px;
    font-weight: 900;
    font-size: 44px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.15; }
@media (max-width: 767px) {
      .ms-teams__desc {
        font-size: 32px; } }
.ms-teams__button-wrapper {
    display: flex;
    justify-content: space-around;
    margin: 50px 0 0; }
.ms-teams__request-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    height: 58px;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background: #111;
    cursor: pointer;
    transition: ease-in-out 0.55s; }
.ms-teams__request-button:hover {
      color: #111;
      background: transparent;
      border: 2px solid #111; }
.ms-teams__request-button_submit {
      padding: 0 40px;
      border: 2px solid #111; }
.ms-teams__request-button_submit:focus {
        outline: 0; }
.ms-teams__serving-heading {
    margin-bottom: 50px;
    font-weight: 900;
    font-size: 32px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.15; }
.ms-teams__serving-main-title {
    position: relative;
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
.ms-teams__serving-main-title:before {
      position: absolute;
      top: 50%;
      right: 100%;
      display: block;
      width: 70px;
      height: 70px;
      margin-right: 20px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: auto 100%;
      transform: translateY(-50%);
      content: ''; }
@media (max-width: 1366px) {
        .ms-teams__serving-main-title:before {
          position: static;
          width: 100%;
          height: 100px;
          margin-bottom: 40px;
          transform: none; } }
.ms-teams__serving-main-title_providers:before {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ms-team/providers-icon.svg"); }
.ms-teams__serving-main-title_payers:before {
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ms-team/payers-icon.svg"); }
.ms-teams__mssh {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    color: #fff;
    background: #111; }
.ms-teams__mssh-heading {
    order: 1;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 1.33rem;
    font-family: "ProximaNova", sans-serif;
    text-transform: uppercase; }
.ms-teams__mssh-sshuman {
    display: block;
    order: 4;
    box-sizing: content-box;
    width: 19%;
    height: 136px;
    margin-top: 20px;
    padding: 2% 5%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/ms-team/human-360.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    shape-outside: border-box; }
@media (max-width: 580px) {
      .ms-teams__mssh-sshuman {
        width: 25%; } }
@media (max-width: 480px) {
      .ms-teams__mssh-sshuman {
        order: 3;
        margin: 30px auto; } }
.ms-teams__mssh-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    order: 5;
    clear: both;
    width: 100%;
    padding: 0;
    padding-top: 50px;
    list-style: none; }
@media (max-width: 768px) {
      .ms-teams__mssh-list {
        flex-direction: column;
        align-items: center; } }
.ms-teams__mssh-list-item {
    width: 28%;
    min-width: 200px;
    padding: 10px 35px;
    font-style: italic;
    text-align: center;
    border: 1px solid #fff; }
@media (max-width: 768px) {
      .ms-teams__mssh-list-item {
        width: 100%;
        max-width: 350px;
        margin-bottom: 20px;
        padding: 10px 30px; } }
.ms-teams__mssh-text {
    order: 2;
    margin-bottom: 0; }
.ms-teams__mssh-text_width {
      order: 3;
      width: 70%; }
@media (max-width: 580px) {
        .ms-teams__mssh-text_width {
          width: 55%; } }
@media (max-width: 480px) {
        .ms-teams__mssh-text_width {
          order: 4;
          width: 100%; } }
.ms-teams__form-section {
    padding: 50px 0 50px; }
.ms-teams__form-heading {
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: 900;
    font-size: 32px;
    font-family: "ProximaNova", sans-serif;
    line-height: 1.15; }
.ms-teams__form-heading-upper {
    text-transform: uppercase; }
.ms-teams__copyrights {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 0.8em; }
.ms-teams__success-message {
    padding-bottom: 10vw;
    font-size: 24px;
    text-align: left; }
.ms-teams .form-box:before {
    box-shadow: none; }
@media (max-width: 400px) {
    .ms-teams .form-box {
      width: 100%;
      max-width: 320px;
      margin: 0 auto; } }
.ms-teams .form-box__inner {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding: 46px 0; }
@media screen and (max-width: 400px) {
    .ms-teams form .form-input:nth-child(2) {
      margin-bottom: 30px; } }
.ms-teams .form-box__row {
    margin-bottom: 20px; }
.ms-teams .form-box__submit {
    max-width: 250px;
    margin: 50px auto 90px; }
.ms-teams .form-input__error {
    color: #e72e38;
    font-weight: 100;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    text-transform: none; }
.ms-teams .form-success-message {
    color: #000; }
.ms-teams .form-input__field-wrapper input {
    color: #000;
    font-weight: 100;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    text-transform: none;
    outline: none; }
.ms-teams .form-input__checkbox {
    height: 40px; }
.ms-teams .form-input__checkbox-label {
      padding-left: 40px;
      font-size: 16px;
      line-height: 1.3; }
.ms-teams .form-input__checkbox-label::before {
        width: 20px;
        height: 20px;
        font-size: 16px;
        content: ''; }
.ms-teams .form-input__checkbox-label::after {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
        content: ''; }
.ms-teams .form-input__checkbox a {
      font-weight: 900; }
.ms-teams input:checked + .form-input__checkbox-label:before {
    content: '' !important; }
.ms-teams input:checked + .form-input__checkbox-label:after {
    background-color: #000; }
.ms-teams .form-input__text,
  .ms-teams .form-input__textarea {
    height: 40px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #000; }
.ms-teams .form-input__text::-webkit-input-placeholder {
    color: #000;
    text-align: left;
    transform: translate(1%);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s; }
.ms-teams .form-input__text:focus::-webkit-input-placeholder {
    text-align: right;
    transform: translate(-1%); }
.ms-teams .landing-footer {
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    background-color: #000; }
.ms-teams-form {
  width: 100%;
  max-width: 670px;
  margin: 0 auto; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.gcp__title {
  color: #fff;
  background-color: #000; }
.gcp__title_gradient {
    background-image: radial-gradient(circle at 40% 30%, rgba(41, 200, 239, 0.8) 0, rgba(11, 170, 209, 0.25) 80px, rgba(11, 170, 209, 0.05) 110px, rgba(255, 255, 255, 0) 150px), radial-gradient(circle at 90% 60%, rgba(255, 98, 211, 0.7) 0, rgba(255, 68, 181, 0.25) 50px, rgba(255, 68, 181, 0.05) 65px, rgba(255, 255, 255, 0) 80px), radial-gradient(circle at 10% 80%, rgba(255, 98, 211, 0.6) 0, rgba(255, 68, 181, 0.25) 25px, rgba(255, 68, 181, 0.05) 40px, rgba(255, 255, 255, 0) 50px), radial-gradient(circle at 20% 50%, rgba(34, 209, 168, 0.6) 20px, rgba(4, 179, 138, 0.25) 130px, rgba(4, 179, 138, 0.1) 170px, rgba(255, 255, 255, 0) 200px), radial-gradient(circle at 70% 40%, rgba(71, 150, 239, 0.8) 0, rgba(51, 120, 209, 0.25) 250px, rgba(51, 120, 209, 0.05) 300px, rgba(255, 255, 255, 0) 350px); }
.gcp__wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 40px 50px; }
.gcp__wrapper_footer {
    padding: 20px 0; }
.gcp__logo {
  width: 179px;
  height: 31px;
  margin-bottom: 100px;
  background-image: url("https://cdnssinc-dev.azureedge.net/img/root/logo-root.svg");
  background-repeat: no-repeat;
  background-position: 100% 100%; }
.gcp__logo-link {
  display: block;
  width: 179px;
  height: 31px; }
.gcp__heading {
  margin-top: 0;
  font-weight: bold;
  font-weight: 900;
  font-size: 60px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.9;
  text-transform: uppercase; }
@media (max-width: 768px) {
    .gcp__heading {
      font-size: 40px; } }
.gcp__text {
  font-size: 18px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: 1.5; }
@media (max-width: 767px) {
    .gcp__text {
      font-size: 14px; } }
.gcp__offerings-heading, .gcp__tech-heading, .gcp__industruies-heading, .gcp__industries-heading, .gcp__google-title, .gcp__collateral-heading {
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 900;
  font-size: 2rem;
  font-family: "ProximaNova", sans-serif;
  text-align: center;
  text-transform: uppercase; }
@media (min-width: 1024px) {
    .gcp__offerings-heading, .gcp__tech-heading, .gcp__industruies-heading, .gcp__industries-heading, .gcp__google-title, .gcp__collateral-heading {
      font-size: 44px; } }
.gcp__offeerings-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
  list-style: none; }
.gcp__offerings-list-item {
  width: 25%;
  min-width: 180px;
  padding: 10px; }
@media (max-width: 768px) {
    .gcp__offerings-list-item {
      width: 50%;
      min-width: 200px;
      margin: 0;
      padding: 10px; } }
@media (max-width: 480px) {
    .gcp__offerings-list-item {
      width: 100%;
      min-width: 200px;
      margin: 0;
      padding: 10px; } }
.gcp__offerings-list-item-title {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  color: #fff;
  background-color: #000;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3); }
.gcp__offerings-list-item-title_blue {
    background-image: radial-gradient(ellipse at top right, #29c8ef 0%, rgba(11, 170, 209, 0.25) 50%, rgba(11, 170, 209, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.gcp__offerings-list-item-title_rose {
    background-image: radial-gradient(ellipse at top right, #ff62d3 0%, rgba(255, 68, 181, 0.25) 50%, rgba(255, 68, 181, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.gcp__offerings-list-item-title_dark-blue {
    background-image: radial-gradient(ellipse at top right, #4796ef 0%, rgba(51, 120, 209, 0.25) 50%, rgba(51, 120, 209, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.gcp__offerings-list-item-title_green {
    background-image: radial-gradient(ellipse at top right, #22d1a8 0%, rgba(4, 179, 138, 0.25) 50%, rgba(4, 179, 138, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
@media (max-width: 768px) {
    .gcp__offerings-list-item-title {
      padding: 0;
      padding-top: 150px; } }
@media (max-width: 480px) {
    .gcp__offerings-list-item-title {
      padding: 0;
      padding-top: 120px; } }
.gcp__title-text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 15px;
  font-weight: 900;
  font-size: 16px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.gcp__inner-list-big-data {
  margin: 30px 0;
  padding-left: 0;
  list-style: none; }
.gcp__inner-list-big-data-item {
  line-height: 1.5; }
@media (max-width: 480px) {
    .gcp__inner-list-big-data-item {
      font-size: 14px; } }
.gcp__tech-list-big-data, .gcp__industruies-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none; }
.gcp__tech-list-big-data-item {
  box-sizing: content-box;
  width: 130px;
  max-width: 50%;
  padding: 0;
  padding-top: 120px;
  font-weight: 900;
  font-size: 18px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
.gcp__tech-list-big-data-item:nth-child(1) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.tenso.svg"); }
.gcp__tech-list-big-data-item:nth-child(2) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.cloudml.svg"); }
.gcp__tech-list-big-data-item:nth-child(3) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.cloudapi.svg"); }
.gcp__tech-list-big-data-item:nth-child(4) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.clouddata.svg"); }
.gcp__tech-list-big-data-item:nth-child(5) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.spark.svg"); }
.gcp__tech-list-big-data-item:nth-child(6) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.bigquery.svg"); }
.gcp__tech-list-big-data-item:nth-child(7) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.clouddataflow.svg"); }
.gcp__industruies-list-item {
  box-sizing: content-box;
  width: 150px;
  max-width: 50%;
  padding: 0;
  padding-top: 120px;
  font-weight: 900;
  font-size: 18px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
.gcp__industruies-list-item:nth-child(1) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.finance.svg"); }
.gcp__industruies-list-item:nth-child(2) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.hc.svg"); }
.gcp__industruies-list-item:nth-child(3) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.manu.svg"); }
.gcp__industruies-list-item:nth-child(4) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.media.svg"); }
.gcp__industruies-list-item:nth-child(5) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.oil.svg"); }
.gcp__industruies-list-item:nth-child(6) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/icon.retail.svg"); }
.gcp__google {
  padding-top: 50px; }
.gcp__google-text {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 1.5; }
@media (max-width: 480px) {
    .gcp__google-text {
      font-size: 14px; } }
.gcp__google-list {
  margin-bottom: 1rem;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.5; }
.gcp__google-list-item {
  padding: 5px 0; }
.gcp__google-link {
  color: #000;
  font-weight: bold;
  text-decoration: underline; }
.gcp__google-logo {
  width: 250px;
  height: 145px;
  margin: 0 auto;
  background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/bd-and-ml/gcp-premium-parter-machine-learning.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%; }
.gcp__collateral-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -20px;
  padding: 0;
  list-style: none; }
.gcp__collateral-list_security {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    max-width: 700px;
    margin: 0 auto; }
@media (max-width: 767px) {
    .gcp__collateral-list {
      justify-content: space-around; } }
.gcp__collateral-list-item {
  width: 280px;
  margin-bottom: 100px;
  text-align: center; }
.gcp__collateral-list-item_security {
    flex-basis: 175px;
    padding: 0 10px; }
.gcp__collateral-list-item_list {
    flex-basis: 320px; }
.gcp__collateral-list-big-data {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
@media (max-width: 768px) {
    .gcp__collateral-list-big-data {
      flex-wrap: wrap;
      justify-content: center; } }
.gcp__collateral-list-big-data-item {
  flex-grow: 1;
  flex-basis: 25%;
  margin: 15px 20px; }
@media (max-width: 768px) {
    .gcp__collateral-list-big-data-item {
      flex-basis: 100%;
      max-width: 480px; } }
.gcp__collateral-link-big-data {
  display: block;
  height: 100%;
  padding: 20px;
  color: #000;
  font-weight: 900;
  font-size: 26px;
  font-family: "ProximaNova", sans-serif;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none; }
.gcp__collateral-link-big-data:hover {
    color: #000; }
.gcp__collateral-link-big-data:hover:after {
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-color: #000;
      border-top: none;
      border-right: none;
      transition: width 0.3s 0.6s, height 0.3s 0.9s, border-color 0s 0.6s; }
.gcp__collateral-link-big-data:hover:before {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-color: #000;
      border-bottom: none;
      border-left: none;
      transition: width 0.3s, height 0.3s 0.3s; }
@media not all, (pointer: fine) {
    .gcp__collateral-link-big-data {
      position: relative; }
      .gcp__collateral-link-big-data:before, .gcp__collateral-link-big-data:after {
        position: absolute;
        display: block;
        box-sizing: border-box;
        width: 0;
        height: 0;
        border: 2px solid transparent;
        pointer-events: none;
        content: ''; } }
@media not all, (pointer: coarse) {
    .gcp__collateral-link-big-data {
      border: 2px solid #000; } }
@media (max-width: 1024px) {
    .gcp__collateral-link-big-data {
      font-size: 18px; } }
.gcp__button-block {
  min-height: 50vh; }
.gcp__button-footer-big-data {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 242px;
  height: 58px;
  margin: 0 auto;
  color: white;
  font-weight: 900;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background: black;
  border: 2px solid #111;
  cursor: pointer;
  transition: ease-in-out 0.15s; }
.gcp__button-footer-big-data:hover {
    color: black;
    background: white;
    border: 2px solid #111; }
.gcp__footer {
  color: #fff;
  font-size: 14px;
  background-color: #000; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.aws-title {
  color: #fff; }
.aws-title_gradient {
    min-height: 613px;
    background-color: #000;
    background-image: radial-gradient(circle at 25% 100%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 400px, rgba(241, 93, 42, 0.3) 400px, rgba(241, 93, 42, 0.3) 401px, rgba(255, 255, 255, 0) 401px, rgba(255, 255, 255, 0) 510px, rgba(206, 2, 122, 0.3) 510px, rgba(206, 2, 122, 0.3) 511px, rgba(255, 255, 255, 0) 511px, rgba(255, 255, 255, 0) 620px, rgba(48, 46, 180, 0.3) 620px, rgba(48, 46, 180, 0.3) 621px, rgba(255, 255, 255, 0) 621px), radial-gradient(circle at 50% 35%, rgba(213, 27, 93, 0.8) 0, rgba(213, 27, 93, 0.3) 300px, rgba(213, 27, 93, 0.08) 400px, rgba(255, 255, 255, 0) 500px), radial-gradient(circle at 5% 55%, rgba(22, 19, 204, 0.7) 0, rgba(46, 45, 150, 0.3) 270px, rgba(69, 68, 148, 0.05) 362px, rgba(255, 255, 255, 0) 372px), radial-gradient(circle at 95% 80%, #258060 0, rgba(78, 222, 115, 0.12) 210px, rgba(69, 68, 148, 0.05) 280px, rgba(255, 255, 255, 0) 370px); }
@media (max-width: 767px) {
      .aws-title_gradient {
        background-image: radial-gradient(circle at 0% 100%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 400px, rgba(241, 93, 42, 0.3) 400px, rgba(241, 93, 42, 0.3) 401px, rgba(255, 255, 255, 0) 401px, rgba(255, 255, 255, 0) 510px, rgba(206, 2, 122, 0.3) 510px, rgba(206, 2, 122, 0.3) 511px, rgba(255, 255, 255, 0) 511px, rgba(255, 255, 255, 0) 620px, rgba(48, 46, 180, 0.3) 620px, rgba(48, 46, 180, 0.3) 621px, rgba(255, 255, 255, 0) 621px), radial-gradient(circle at 50% 5%, rgba(213, 27, 93, 0.8) 0, rgba(213, 27, 93, 0.3) 300px, rgba(213, 27, 93, 0.08) 400px, rgba(255, 255, 255, 0) 500px), radial-gradient(circle at 5% 55%, rgba(22, 19, 204, 0.7) 0, rgba(46, 45, 150, 0.3) 270px, rgba(69, 68, 148, 0.05) 362px, rgba(255, 255, 255, 0) 372px), radial-gradient(circle at 100% 80%, #258060 0, rgba(78, 222, 115, 0.12) 210px, rgba(69, 68, 148, 0.05) 280px, rgba(255, 255, 255, 0) 370px); } }
@media (max-width: 540px) {
      .aws-title_gradient {
        overflow: hidden; } }
.aws-title__wrapper {
    width: 100%;
    max-width: 1012px;
    margin: 0 auto;
    padding: 30px 40px; }
.aws-title__wrapper_form {
      padding-bottom: 0; }
.aws-title__wrapper_footer {
      padding: 20px 0; }
@media (max-width: 680px) {
      .aws-title__wrapper {
        padding: 30px 20px 30px; } }
.aws-title__logo {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/root/logo-root.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 116px; }
.aws-title__logo-link {
    display: block;
    width: 100%;
    max-width: 116px;
    height: 31px;
    cursor: pointer; }
.aws-title__partner-logo {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px; }
.aws-title__partner-logo-link {
    width: 120px;
    height: 203px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 236px 100%; }
.aws-title__heading {
    margin-top: 10%;
    margin-bottom: 5%;
    font-weight: 900;
    font-size: 90px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.8;
    text-transform: uppercase; }
@media screen and (max-width: 1240px) {
      .aws-title__heading {
        font-size: 8vw; } }
@media screen and (max-width: 480px) {
      .aws-title__heading {
        font-size: 12vw; } }
.aws-title__text {
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 1.3;
    text-align: left; }
@media (max-width: 560px) {
      .aws-title__text {
        font-size: 14px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.aws-case-studies__wrapper {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
  padding: 0 40px; }
@media (max-width: 580px) {
    .aws-case-studies__wrapper {
      padding: 0 8px; } }
.aws-case-studies__heading {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 900;
  font-size: 2em;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase; }
@media (min-width: 1024px) {
    .aws-case-studies__heading {
      font-size: 44px; } }
.aws-case-studies__text {
  width: 85%;
  margin: 0 auto 30px;
  font-size: 16px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: 1.3;
  text-align: center; }
@media (max-width: 767px) {
    .aws-case-studies__text {
      font-size: 14px; } }
.aws-case-studies__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none; }
.aws-case-studies__list-item {
  flex-basis: 45%;
  max-width: 470px;
  margin-bottom: 25px;
  text-align: center; }
@media (max-width: 768px) {
    .aws-case-studies__list-item {
      flex-basis: 100%;
      max-width: initial; } }
.aws-case-studies__list-item-logo-wrapper {
  width: 100%;
  min-height: 80px; }
.aws-case-studies__list-item-logo {
  display: block;
  width: 65%;
  margin: 0 auto; }
@media (max-width: 768px) {
    .aws-case-studies__list-item-logo {
      width: 45%; } }
@media (max-width: 475px) {
    .aws-case-studies__list-item-logo {
      width: 70%;
      margin-top: 20px; } }
.aws-case-studies__list-item-image-name {
  width: 85%;
  min-height: 3em;
  font-weight: 900;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.15;
  text-transform: uppercase; }
.aws-case-studies__list-item-title {
  width: 75%;
  min-height: 2em;
  font-weight: 900;
  font-size: 16px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.15;
  text-transform: uppercase; }
.aws-case-studies__list-item-link {
  display: inline-block;
  width: 80%;
  color: #5d87ff;
  font-weight: bold;
  font-size: 16px;
  font-family: OpenSans, Helvetica, Arial, sans-serif; }
@media (max-width: 475px) {
    .aws-case-studies__list-item-link {
      width: 245px;
      font-size: 14px; } }
.aws-case-studies__list-item-description {
  font-size: 16px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: 22px; }
.aws-case-studies__list-item-description h2 {
    position: relative;
    width: 85%;
    min-height: 14%;
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-weight: 900;
    font-size: 24px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.85;
    text-transform: uppercase; }
.aws-case-studies__list-item-description h2::before {
      position: absolute;
      top: -50px;
      left: -28px;
      width: 102px;
      height: 102px;
      content: ''; }
.aws-case-studies__list-item-description h2:nth-child(1)::before {
      background-image: radial-gradient(circle at 50% 50%, rgba(0, 163, 255, 0.7) 0%, rgba(0, 163, 255, 0.5) 0%, rgba(38, 123, 170, 0) 70%); }
.aws-case-studies__list-item-description h2:nth-child(3)::before {
      background-image: radial-gradient(circle at 50% 50%, rgba(118, 31, 140, 0.7) 0%, rgba(118, 31, 140, 0.5) 0%, rgba(131, 15, 160, 0) 60%); }
.aws-case-studies__list-item-description h2:nth-child(5)::before {
      background-image: radial-gradient(circle at 50% 50%, rgba(3, 166, 98, 0.7) 0%, rgba(3, 166, 98, 0.5) 0%, rgba(40, 126, 90, 0) 60%); }
.aws-case-studies__list-item-description h2:nth-child(7)::before {
      background-image: radial-gradient(circle at 50% 50%, rgba(204, 34, 100, 0.5) 0%, rgba(204, 34, 100, 0.5) 0%, rgba(40, 126, 90, 0) 60%); }
.aws-case-studies__list-item-description h2:nth-child(9)::before {
      background-image: radial-gradient(circle at 50% 50%, rgba(0, 163, 255, 0.7) 0%, rgba(0, 163, 255, 0.5) 0%, rgba(38, 123, 170, 0) 70%); }
.aws-case-studies__list-item-description a {
    color: #5d87ff;
    font-size: 16px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.offerings__wrapper {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
  padding: 0 40px; }
@media (max-width: 580px) {
    .offerings__wrapper {
      padding: 0 20px; } }
.offerings__heading {
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 900;
  font-size: 2rem;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase; }
@media (min-width: 1024px) {
    .offerings__heading {
      font-size: 44px; } }
.offerings__text {
  width: 85%;
  margin: 0 auto 30px;
  font-size: 16px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: 1.3;
  text-align: center; }
@media (max-width: 767px) {
    .offerings__text {
      font-size: 14px; } }
.offerings__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -10px;
  padding: 0;
  list-style: none; }
.offerings__list-item {
  width: 25%;
  min-width: 180px;
  padding: 10px; }
@media (max-width: 768px) {
    .offerings__list-item {
      width: 50%;
      min-width: 200px;
      margin: 0;
      padding: 10px; } }
@media (max-width: 480px) {
    .offerings__list-item {
      width: 100%;
      min-width: 200px;
      margin: 0;
      padding: 10px; } }
.offerings__list-item-title {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  color: #fff;
  background-color: #000;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3); }
.offerings__list-item-title_blue {
    background-image: radial-gradient(ellipse at top right, #29c8ef 0%, rgba(11, 170, 209, 0.25) 50%, rgba(11, 170, 209, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.offerings__list-item-title_rose {
    background-image: radial-gradient(ellipse at top right, #ff62d3 0%, rgba(255, 68, 181, 0.25) 50%, rgba(255, 68, 181, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.offerings__list-item-title_dark-blue {
    background-image: radial-gradient(ellipse at top right, #4796ef 0%, rgba(51, 120, 209, 0.25) 50%, rgba(51, 120, 209, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.offerings__list-item-title_green {
    background-image: radial-gradient(ellipse at top right, #22d1a8 0%, rgba(4, 179, 138, 0.25) 50%, rgba(4, 179, 138, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
@media (max-width: 768px) {
    .offerings__list-item-title {
      padding: 0;
      padding-top: 150px; } }
@media (max-width: 480px) {
    .offerings__list-item-title {
      padding: 0;
      padding-top: 120px; } }
.offerings__list-item-title-text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 15px;
  font-weight: 900;
  font-size: 16px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.offerings__list-item-text {
  font-size: 16px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: 1.3; }
@media (max-width: 767px) {
    .offerings__list-item-text {
      font-size: 14px; } }
.offerings__list-item-text ul {
    margin: 30px 0;
    padding-left: 5px;
    list-style: disc; }
@media (min-width: 1024px) {
      .offerings__list-item-text ul {
        min-width: 300px; } }
.offerings__list-item-text ul li {
    position: relative;
    margin-bottom: 5px;
    padding: 6px 0 6px 15px;
    list-style: none; }
.offerings__list-item-text ul li:after {
    position: absolute;
    top: 0.7em;
    left: -0.2em;
    content: '';
    width: 8px;
    height: 8px;
    border: 5px solid #111;
    border-radius: 50%; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.aws-services__wrapper {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
  padding: 0 40px; }
@media (max-width: 580px) {
    .aws-services__wrapper {
      padding: 0 8px; } }
.aws-services__heading {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 900;
  font-size: 2em;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase; }
@media (min-width: 1024px) {
    .aws-services__heading {
      font-size: 44px; } }
.aws-services__text {
  width: 85%;
  margin: 0 auto 30px;
  font-size: 16px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: 1.3;
  text-align: center; }
@media (max-width: 767px) {
    .aws-services__text {
      font-size: 14px; } }
.aws-services__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
.aws-services__list-item {
  flex-basis: 20%;
  min-height: 150px;
  margin-bottom: 25px; }
@media (max-width: 768px) {
    .aws-services__list-item {
      flex-basis: 30%; } }
@media (max-width: 480px) {
    .aws-services__list-item {
      flex-basis: 50%; } }
.aws-services__list-item-logo {
  display: block;
  max-width: 76px;
  margin: 0 auto; }
.aws-services__list-item-name {
  width: 80%;
  margin: 20px auto 0;
  font-weight: 900;
  font-size: 18px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase; }
@media (max-width: 480px) {
    .aws-services__list-item-name {
      font-size: 16px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.static-footer {
  color: #fff;
  font-size: 14px;
  background: #000; }
.static-footer__wrapper {
    width: 100%;
    max-width: 1012px;
    margin: 0 auto;
    padding: 20px 40px; }
@media (max-width: 580px) {
      .static-footer__wrapper {
        padding: 20px 8px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.aws-ml__title {
  color: #fff;
  background-color: #000; }
.aws-ml__title_gradient {
    background-image: radial-gradient(circle at 40% 30%, rgba(41, 200, 239, 0.8) 0, rgba(11, 170, 209, 0.25) 80px, rgba(11, 170, 209, 0.05) 110px, rgba(255, 255, 255, 0) 150px), radial-gradient(circle at 70% 20%, rgba(34, 209, 168, 0.8) 0, rgba(4, 179, 138, 0.25) 25px, rgba(4, 179, 138, 0.1) 40px, rgba(255, 255, 255, 0) 50px), radial-gradient(circle at 90% 60%, rgba(255, 98, 211, 0.7) 0, rgba(255, 68, 181, 0.25) 50px, rgba(255, 68, 181, 0.05) 65px, rgba(255, 255, 255, 0) 80px), radial-gradient(circle at 10% 80%, rgba(255, 98, 211, 0.6) 0, rgba(255, 68, 181, 0.25) 25px, rgba(255, 68, 181, 0.05) 40px, rgba(255, 255, 255, 0) 50px), radial-gradient(circle at 20% 50%, rgba(34, 209, 168, 0.6) 20px, rgba(4, 179, 138, 0.25) 130px, rgba(4, 179, 138, 0.1) 170px, rgba(255, 255, 255, 0) 200px), radial-gradient(circle at 70% 40%, rgba(71, 150, 239, 0.9) 0, rgba(51, 120, 209, 0.25) 250px, rgba(51, 120, 209, 0.05) 300px, rgba(255, 255, 255, 0) 350px); }
.aws-ml__wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 40px 50px; }
.aws-ml__wrapper_form {
    padding-bottom: 0; }
.aws-ml__wrapper_footer {
    padding: 20px 0; }
@media (max-width: 680px) {
    .aws-ml__wrapper {
      padding: 30px 20px 30px; } }
.aws-ml__logo {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 100px;
  background-image: url("https://cdnssinc-dev.azureedge.net/img/root/logo-root.svg");
  background-repeat: no-repeat;
  background-position: 100% 100%; }
.aws-ml__logo-link {
  display: block;
  width: 179px;
  height: 31px; }
.aws-ml__heading {
  margin-top: 0;
  font-weight: bold;
  font-weight: 900;
  font-size: 72px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.9;
  text-transform: uppercase; }
@media (max-width: 768px) {
    .aws-ml__heading {
      font-size: 40px; } }
.aws-ml__text {
  font-size: 18px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: 1.5; }
@media (max-width: 767px) {
    .aws-ml__text {
      font-size: 14px; } }
.aws-ml__industruies {
  padding-bottom: 40px; }
@media (max-width: 767px) {
    .aws-ml__industruies {
      padding-bottom: 35px; } }
.aws-ml__offerings-heading, .aws-ml__tools-heading, .aws-ml__tech-heading, .aws-ml__industruies-heading, .aws-ml__industries-heading, .aws-ml__google-title, .aws-ml__collateral-heading {
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 900;
  font-size: 2rem;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase; }
@media (min-width: 1024px) {
    .aws-ml__offerings-heading, .aws-ml__tools-heading, .aws-ml__tech-heading, .aws-ml__industruies-heading, .aws-ml__industries-heading, .aws-ml__google-title, .aws-ml__collateral-heading {
      font-size: 44px; } }
.aws-ml__offerting-text {
  width: 85%;
  margin: 0 auto 30px;
  font-size: 16px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: 1.3;
  text-align: center; }
@media (max-width: 767px) {
    .aws-ml__offerting-text {
      font-size: 14px; } }
.aws-ml__offeerings-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -10px;
  padding: 0;
  list-style: none; }
.aws-ml__offerings-list-item {
  width: 25%;
  min-width: 180px;
  padding: 10px; }
@media (max-width: 768px) {
    .aws-ml__offerings-list-item {
      width: 50%;
      min-width: 200px;
      margin: 0;
      padding: 10px; } }
@media (max-width: 480px) {
    .aws-ml__offerings-list-item {
      width: 100%;
      min-width: 200px;
      margin: 0;
      padding: 10px; } }
.aws-ml__offerings-list-item-title {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  color: #fff;
  background-color: #000;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3); }
.aws-ml__offerings-list-item-title_blue {
    background-image: radial-gradient(ellipse at top right, #29c8ef 0%, rgba(11, 170, 209, 0.25) 50%, rgba(11, 170, 209, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.aws-ml__offerings-list-item-title_rose {
    background-image: radial-gradient(ellipse at top right, #ff62d3 0%, rgba(255, 68, 181, 0.25) 50%, rgba(255, 68, 181, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.aws-ml__offerings-list-item-title_dark-blue {
    background-image: radial-gradient(ellipse at top right, #4796ef 0%, rgba(51, 120, 209, 0.25) 50%, rgba(51, 120, 209, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
.aws-ml__offerings-list-item-title_green {
    background-image: radial-gradient(ellipse at top right, #22d1a8 0%, rgba(4, 179, 138, 0.25) 50%, rgba(4, 179, 138, 0.05) 65%, rgba(255, 255, 255, 0) 70%); }
@media (max-width: 768px) {
    .aws-ml__offerings-list-item-title {
      padding: 0;
      padding-top: 150px; } }
@media (max-width: 480px) {
    .aws-ml__offerings-list-item-title {
      padding: 0;
      padding-top: 120px; } }
.aws-ml__title-text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 15px;
  font-weight: 900;
  font-size: 16px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.aws-ml__inner-list-big-data {
  margin: 30px 0;
  padding-left: 0;
  list-style: none; }
.aws-ml__inner-list-big-data-item {
  line-height: 1.3; }
@media (max-width: 480px) {
    .aws-ml__inner-list-big-data-item {
      font-size: 14px; } }
.aws-ml__tools-list-big-data, .aws-ml__tech-list-big-data, .aws-ml__industruies-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none; }
.aws-ml__tools-list-big-data-item, .aws-ml__tech-list-big-data-item {
  flex-basis: 16%;
  box-sizing: content-box;
  width: 130px;
  max-width: 50%;
  margin-bottom: 50px;
  padding: 0;
  padding-top: 125px;
  font-weight: 900;
  font-size: 18px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 76px 76px; }
.aws-ml__tools-list-big-data-item:nth-child(1), .aws-ml__tech-list-big-data-item:nth-child(1) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Amazon EC2@2x.png"); }
.aws-ml__tools-list-big-data-item:nth-child(2), .aws-ml__tech-list-big-data-item:nth-child(2) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Amazon EKS@2x.png"); }
.aws-ml__tools-list-big-data-item:nth-child(3), .aws-ml__tech-list-big-data-item:nth-child(3) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Amazon Redshift@2x.png"); }
.aws-ml__tools-list-big-data-item:nth-child(4), .aws-ml__tech-list-big-data-item:nth-child(4) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Amazon  SageMaker@2x.png"); }
.aws-ml__tools-list-big-data-item:nth-child(5), .aws-ml__tech-list-big-data-item:nth-child(5) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Amazon Lex@2x.png"); }
.aws-ml__tools-list-big-data-item:nth-child(6), .aws-ml__tech-list-big-data-item:nth-child(6) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/AWS DeepLens@2x.png"); }
.aws-ml__tools-list-big-data-item:nth-child(7), .aws-ml__tech-list-big-data-item:nth-child(7) {
    flex-basis: 20%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Amazon COMPREHEND@2x.png"); }
.aws-ml__tools-list-big-data-item:nth-child(8), .aws-ml__tech-list-big-data-item:nth-child(8) {
    flex-basis: 20%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Amazon forecast@2x.png"); }
.aws-ml__tools-list-big-data-item:nth-child(9), .aws-ml__tech-list-big-data-item:nth-child(9) {
    flex-basis: 20%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Amazon personalize@2x.png"); }
.aws-ml__tools-list-big-data-item:nth-child(10), .aws-ml__tech-list-big-data-item:nth-child(10) {
    flex-basis: 20%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Amazon polly@2x.png"); }
.aws-ml__tools-list-big-data-item:nth-child(11), .aws-ml__tech-list-big-data-item:nth-child(11) {
    flex-basis: 20%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Amazon Rekognition@2x.png"); }
.aws-ml__tools-list-big-data-item:nth-child(12), .aws-ml__tech-list-big-data-item:nth-child(12) {
    margin-left: 22%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Amazon Textract@2x.png"); }
.aws-ml__tools-list-big-data-item:nth-child(13), .aws-ml__tech-list-big-data-item:nth-child(13) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Amazon Transcribe@2x.png"); }
.aws-ml__tools-list-big-data-item:nth-child(14), .aws-ml__tech-list-big-data-item:nth-child(14) {
    margin-right: 22%;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Amazon Translate@2x.png"); }
@media (max-width: 680px) {
    .aws-ml__tools-list-big-data-item, .aws-ml__tech-list-big-data-item {
      flex-basis: 40% !important;
      margin: 0 !important;
      background-size: 76px 76px; } }
.aws-ml__tools-list-big-data-item {
  background-size: 60%; }
.aws-ml__tools-list-big-data-item:nth-child(1) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/tensor@2x.png");
    background-size: 50%; }
.aws-ml__tools-list-big-data-item:nth-child(2) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Mxnet@2x.png"); }
.aws-ml__tools-list-big-data-item:nth-child(3) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Frame@2x.png"); }
.aws-ml__tools-list-big-data-item:nth-child(4) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/R@2x.png");
    background-size: 50%; }
.aws-ml__tools-list-big-data-item:nth-child(5) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Group@2x.png");
    background-size: 40%; }
.aws-ml__tools-list-big-data-item:nth-child(6) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/pyton@2x.png");
    background-size: 80%; }
.aws-ml__industries-list-item {
  box-sizing: content-box;
  width: 150px;
  max-width: 50%;
  padding: 0;
  padding-top: 120px;
  font-weight: 900;
  font-size: 18px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60%; }
.aws-ml__industries-list-item:nth-child(1) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/finance 3@2x.png");
    background-size: 55%; }
.aws-ml__industries-list-item:nth-child(3) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/heart3@2x.png"); }
.aws-ml__industries-list-item:nth-child(6) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Group 2@2x.png"); }
.aws-ml__industries-list-item:nth-child(5) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Group 4@2x.png");
    background-size: 55%; }
.aws-ml__industries-list-item:nth-child(2) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/Group 3@2x.png");
    background-size: 45%; }
.aws-ml__industries-list-item:nth-child(4) {
    background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-ml/basket3@2x.png");
    background-size: 70%; }
@media (max-width: 480px) {
    .aws-ml__industries-list-item {
      font-size: 16px; } }
.aws-ml__collateral-list {
  display: flex;
  justify-content: space-around;
  padding: 0;
  list-style: none; }
@media (max-width: 680px) {
    .aws-ml__collateral-list {
      flex-direction: column; } }
.aws-ml__collateral-item {
  display: flex;
  flex-basis: 350px;
  flex-direction: column;
  padding: 0 10px;
  line-height: 1.3; }
@media (max-width: 680px) {
    .aws-ml__collateral-item {
      flex-basis: 100%;
      margin-bottom: 30px; } }
.aws-ml__collateral-item img {
    width: 40%;
    margin-top: -3px;
    padding-bottom: 10%; }
.aws-ml__collateral-item ul {
    margin: 30px 0;
    padding-left: 20px;
    list-style: none; }
@media (max-width: 680px) {
      .aws-ml__collateral-item ul {
        font-size: 14px; } }
.aws-ml__collateral-item ul li {
    padding: 0 0 20px 15px;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif; }
.aws-ml__collateral-item ul li::before {
      position: absolute;
      width: 1em;
      margin-left: -2em;
      color: #61caa7;
      font-weight: bold;
      content: '\2022'; }
@media (max-width: 680px) {
      .aws-ml__collateral-item ul li {
        font-size: 14px; } }
.aws-ml__collateral-item-heading {
  width: 85%;
  min-height: 7%;
  margin: 0 0 7px 0;
  color: #000000;
  font-weight: 900;
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.15;
  text-transform: uppercase; }
.aws-ml__collateral-item-sub-heading {
  min-height: 13%;
  margin: 0;
  padding: 6% 0;
  color: #1c7b68;
  font-weight: 900;
  font-size: 16px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.15;
  text-transform: uppercase; }
.aws-ml__collateral-item-text {
  min-height: 25%;
  font-size: 16px;
  font-family: OpenSans, Helvetica, Arial, sans-serif; }
@media (max-width: 680px) {
    .aws-ml__collateral-item-text {
      font-size: 14px; } }
.aws-ml__success-message {
  padding-bottom: 20vw;
  text-align: center; }
.aws-ml .form-box:before {
  box-shadow: none; }
@media (max-width: 400px) {
  .aws-ml .form-box {
    width: 100%;
    max-width: 320px;
    margin: 0 auto; } }
.aws-ml .form-box__inner {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  padding: 46px 0; }
@media screen and (max-width: 400px) {
  .aws-ml form .form-input:nth-child(2) {
    margin-bottom: 30px; } }
.aws-ml .form-box__row {
  margin-bottom: 20px; }
.aws-ml .form-box__submit {
  max-width: 250px;
  margin: 50px auto 90px; }
.aws-ml .form-input__error {
  color: #e72e38;
  font-weight: 100;
  font-size: 16px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  text-transform: none; }
.aws-ml .form-success-message {
  color: #000; }
.aws-ml .form-input__field-wrapper input {
  color: #000;
  font-weight: 100;
  font-size: 16px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  text-transform: none;
  outline: none; }
.aws-ml .form-input__checkbox {
  height: 40px; }
.aws-ml .form-input__checkbox-label {
    padding-left: 40px;
    font-size: 16px;
    line-height: 1.3; }
.aws-ml .form-input__checkbox-label::before {
      width: 20px;
      height: 20px;
      font-size: 16px;
      content: ''; }
.aws-ml .form-input__checkbox-label::after {
      position: absolute;
      top: 5px;
      left: 5px;
      width: 10px;
      height: 10px;
      content: ''; }
.aws-ml .form-input__checkbox a {
    font-weight: 900; }
.aws-ml input:checked + .form-input__checkbox-label:before {
  content: '' !important; }
.aws-ml input:checked + .form-input__checkbox-label:after {
  background-color: #000; }
.aws-ml .form-input__text,
.aws-ml .form-input__textarea {
  height: 40px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #000; }
.aws-ml .form-input__text::-webkit-input-placeholder {
  color: #000;
  text-align: left;
  transform: translate(1%);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }
.aws-ml .form-input__text:focus::-webkit-input-placeholder {
  text-align: right;
  transform: translate(-1%); }
.aws-ml .landing-footer {
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  background-color: #000; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.aws-public-statement__title-background {
  background-image: radial-gradient(circle at 50% 100%, #0374fa 10%, #f70083 75%); }
.aws-public-statement__title-background .page-title-2__title {
    max-width: 30vw; }
.aws-public-statement__title-background .page-title-2__title:before {
    box-shadow: 0 10px 30px 0 rgba(27, 27, 27, 0.25); }
.aws-public-statement__title-background .page-title-2__description::before {
    display: none; }
.aws-public-statement .page-title-mobile__title {
  font-size: 3em; }
.aws-public-statement .page-title-mobile__title:before {
    box-shadow: 0 10px 30px 0 rgba(27, 27, 27, 0.25); }
.aws-public-statement .page-title-mobile__description::before {
  display: none; }
.aws-public-statement .content-text {
  padding-top: 5vw; }
.aws-public-statement .content-text__wrapper h2 {
    margin: 35px 0 20px; }
.aws-public-statement .gcp__wrapper_footer {
  padding: 20px 15px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.aws-graph-section__wrapper {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
  padding: 0 40px; }
@media (max-width: 580px) {
    .aws-graph-section__wrapper {
      padding: 0 8px; } }
.aws-graph-section__heading {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 900;
  font-size: 6.5vw;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase; }
@media (min-width: 1024px) {
    .aws-graph-section__heading {
      font-size: 44px; } }
.aws-graph-section__description {
  width: 85%;
  margin: 30px auto;
  font-size: 16px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: 1.3;
  text-align: center; }
@media (max-width: 767px) {
    .aws-graph-section__description {
      font-size: 14px; } }
.aws-graph-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
@media (max-width: 680px) {
    .aws-graph-section__list {
      flex-direction: column;
      justify-content: center; } }
.aws-graph-section__list-item {
  flex-basis: 45%;
  margin-bottom: 25px; }
.aws-graph-section__list-item-logo {
  display: block;
  width: 100%;
  margin: 0 auto; }
.aws-graph-section__list-item-logo-wrapper {
  display: flex;
  justify-content: space-around; }
@media (max-width: 680px) {
    .aws-graph-section__list-item-logo-wrapper {
      justify-content: center; } }
.aws-graph-section__list-item-logo-mobile {
  width: 100%;
  max-width: 350px;
  margin: 0 auto; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.aws-saas {
  background-color: #f5f5f5; }
.aws-saas .aws-title-aws-saas {
    color: #fff;
    background-image: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/aws-saas/header@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover; }
.aws-saas .aws-title__wrapper {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 30px 40px 50px; }
@media (max-width: 680px) {
      .aws-saas .aws-title__wrapper {
        padding: 30px 20px 30px; } }
.aws-saas .aws-title__heading {
    margin-top: -4%;
    margin-bottom: 0.2em;
    font-weight: 900;
    font-size: 175px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.8;
    text-transform: uppercase; }
@media screen and (max-width: 1240px) {
      .aws-saas .aws-title__heading {
        font-size: 12vw; } }
@media screen and (max-width: 480px) {
      .aws-saas .aws-title__heading {
        position: relative;
        max-width: 255px;
        margin-top: 15%;
        font-size: 55px;
        word-break: break-word; }
        .aws-saas .aws-title__heading::after {
          position: absolute;
          top: 30%;
          right: 20px;
          content: '-'; } }
.aws-saas .aws-title__text {
    font-size: 18px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    text-align: left; }
@media (max-width: 560px) {
      .aws-saas .aws-title__text {
        font-size: 14px; } }
.aws-saas__wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 40px; }
.aws-saas__wrapper_form {
      padding-bottom: 0; }
.aws-saas__wrapper_footer {
      padding: 20px 0; }
@media (max-width: 680px) {
      .aws-saas__wrapper {
        padding: 30px 20px 30px; } }
.aws-saas__logo {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    background-image: url("https://cdnssinc-dev.azureedge.net/img/root/logo-root.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 116px; }
.aws-saas__logo-link {
    display: block;
    width: 100%;
    max-width: 116px;
    height: 31px;
    cursor: pointer; }
.aws-saas__partner-logo {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    background-image: url(https://cdnssinc-dev.azureedge.net/img/on-demand/aws-competencies-softserve.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 116px; }
.aws-saas__partner-logo-link {
    width: 120px;
    height: 166px; }
@media screen and (min-width: 680px) {
    .aws-saas .aws-graph-section_offers .aws-graph-section__list-item-logo-mobile {
      display: none; } }
.aws-saas .aws-graph-section_offers .aws-graph-section__list-item-logo {
    display: none; }
@media screen and (min-width: 680px) {
      .aws-saas .aws-graph-section_offers .aws-graph-section__list-item-logo {
        display: block;
        width: 100%;
        max-width: 380px;
        height: 100%;
        margin: 0 10px; } }
.aws-saas__offerings-aws p {
    line-height: 1.2;
    text-align: center; }
@media screen and (min-width: 860px) {
      .aws-saas__offerings-aws p {
        width: 70%;
        margin: 0 auto;
        padding-bottom: 3%; } }
.aws-saas__offerings-aws .aws-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none; }
.aws-saas__offerings-aws .aws-services__list-item {
      box-sizing: content-box;
      width: 180px;
      min-height: 180px;
      margin-bottom: 3vw; }
@media (max-width: 768px) {
        .aws-saas__offerings-aws .aws-services__list-item {
          flex-basis: 33%; } }
@media (max-width: 640px) {
        .aws-saas__offerings-aws .aws-services__list-item {
          flex-basis: 45%; } }
.aws-saas__offerings-aws .aws-services__list-item-name {
      width: 90%;
      color: #5d87ff;
      font-weight: 900;
      font-size: 18px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1;
      text-align: center;
      text-transform: uppercase; }
@media (max-width: 480px) {
        .aws-saas__offerings-aws .aws-services__list-item-name {
          flex-basis: 50%;
          font-size: 14px; } }
.aws-saas__offerings-aws .aws-services__list-item-logo {
      max-width: initial;
      max-height: 96px; }
@media (max-width: 480px) {
        .aws-saas__offerings-aws .aws-services__list-item-logo {
          max-height: 86px; } }
.aws-saas .aws-case-studies__wrapper .aws-case-studies__list-item-logo-big {
    display: none; }
.aws-saas .aws-case-studies__wrapper_logos .aws-case-studies__list-item-title {
    display: none; }
.aws-saas .aws-case-studies__wrapper_resources .aws-case-studies__list-item-title {
    display: none; }
.aws-saas .aws-case-studies__wrapper_resources .aws-case-studies__list-item-logo {
    width: 50%;
    margin-bottom: 25px; }
@media (max-width: 768px) {
      .aws-saas .aws-case-studies__wrapper_resources .aws-case-studies__list-item-logo {
        width: 30%; } }
@media (max-width: 540px) {
      .aws-saas .aws-case-studies__wrapper_resources .aws-case-studies__list-item-logo {
        width: 50%; } }
.aws-saas__form-heading {
    font-weight: 900;
    font-size: 6.5vw;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.8;
    text-align: center;
    text-transform: uppercase; }
@media (min-width: 767px) {
      .aws-saas__form-heading {
        font-size: 44px; } }
.aws-saas__offerings-aws-scheme {
    padding: 50px 0 0;
    color: #fff;
    background-image: linear-gradient(to right, #4b65dc, #0d162c); }
.aws-saas__offerings-aws-scheme .aws-graph-section_scheme .aws-graph-section__list {
      align-items: initial; }
.aws-saas__offerings-aws-scheme .aws-graph-section_scheme .aws-graph-section__list-item {
      flex-basis: 50%; }
.aws-saas__offerings-aws-scheme .aws-graph-section_scheme .aws-graph-section__list-item:nth-child(1) .aws-graph-section__list-item-logo {
        width: 90%;
        max-width: 461px;
        height: 100%;
        margin: 20px 10px; }
@media (max-width: 680px) {
          .aws-saas__offerings-aws-scheme .aws-graph-section_scheme .aws-graph-section__list-item:nth-child(1) .aws-graph-section__list-item-logo {
            width: 70%; } }
.aws-saas__offerings-aws-scheme .aws-graph-section_scheme .aws-graph-section__list-item:nth-child(2) .aws-graph-section__list-item-logo {
        width: 100%;
        max-width: 490px;
        height: 100%;
        margin: 20px 10px; }
@media (max-width: 680px) {
          .aws-saas__offerings-aws-scheme .aws-graph-section_scheme .aws-graph-section__list-item:nth-child(2) .aws-graph-section__list-item-logo {
            width: 75%;
            margin-left: 10%; } }
.aws-saas__copyrights {
    color: #fff;
    font-size: 14px;
    background-color: #000; }
.aws-saas__success-message {
    padding-bottom: 20vw;
    text-align: center; }
.aws-saas .form-box:before {
    box-shadow: none; }
@media (max-width: 400px) {
    .aws-saas .form-box {
      width: 100%;
      max-width: 320px;
      margin: 0 auto; } }
.aws-saas .form-box__inner {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding: 46px 0;
    background-color: transparent; }
@media screen and (max-width: 400px) {
    .aws-saas form .form-input:nth-child(2) {
      margin-bottom: 30px; } }
.aws-saas .form-box__row {
    margin-bottom: 20px; }
.aws-saas .form-box__submit {
    max-width: 250px;
    margin: 50px auto 90px; }
.aws-saas .form-input__error {
    color: #e72e38;
    font-weight: 100;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    text-transform: none; }
.aws-saas .form-success-message {
    color: #000; }
.aws-saas .form-input__field-wrapper input {
    color: #000;
    font-weight: 100;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    text-transform: none;
    outline: none; }
.aws-saas .form-input__checkbox {
    height: 40px; }
.aws-saas .form-input__checkbox-label {
      padding-left: 40px;
      font-size: 16px;
      line-height: 1.3; }
.aws-saas .form-input__checkbox-label::before {
        width: 20px;
        height: 20px;
        font-size: 16px;
        content: ''; }
.aws-saas .form-input__checkbox-label::after {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
        content: ''; }
.aws-saas .form-input__checkbox a {
      font-weight: 900; }
.aws-saas input:checked + .form-input__checkbox-label:before {
    content: '' !important; }
.aws-saas input:checked + .form-input__checkbox-label:after {
    background-color: #000; }
.aws-saas .form-input__text,
  .aws-saas .form-input__textarea {
    height: 40px;
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000; }
.aws-saas .form-input__text::-webkit-input-placeholder {
    color: #000;
    text-align: left;
    transform: translate(1%);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s; }
.aws-saas .form-input__text:focus::-webkit-input-placeholder {
    text-align: right;
    transform: translate(-1%); }
.aws-saas .landing-footer {
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    background-color: #000; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
@font-face {
  font-weight: normal;
  font-family: SegoeUI;
  src: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/fonts/SegoeU.eot); }
@font-face {
  font-weight: 700;
  font-family: SegoeUI;
  src: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/fonts/SegoeUI.ttf); }
@font-face {
  font-family: SegoeUI;
  src: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/fonts/SegoeUI-Bold.woff); }
.ms-langing .text-wrapper,
.ms-langing .text-wrapper h1,
.ms-langing .text-wrapper h2,
.ms-langing .text-wrapper h3 {
  color: #000; }
.ms-langing .ms-wrapper {
  max-width: 1172px;
  margin: 0 auto; }
.ms-langing .section-title {
  background-image: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/main-page-sky-space.svg);
  background-repeat: no-repeat;
  background-position: 103% 100%;
  background-size: 65%; }
.ms-langing .section-title .ms-wrapper {
  padding: 25px; }
.ms-langing .ms-header-logo {
  display: inline-block;
  width: 123px;
  height: 23px;
  background-image: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/docfound-violet@2x.png);
  background-repeat: no-repeat;
  background-size: 100%; }
.ms-langing .ms-header-title-wrapper {
  padding-top: 12vh;
  padding-bottom: 23vh; }
.ms-langing .ms-header-title {
  max-width: 500px;
  color: #000000;
  font-weight: 500;
  font-size: 54px;
  font-family: 'SegoeUI', sans-serif;
  line-height: 1.22; }
.ms-langing .ms-header-title span {
  color: #6264a7; }
.ms-langing .ms-header-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  padding: 4px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'SegoeUI', sans-serif;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #6264a7;
  border-radius: 3px; }
.ms-langing .ms-header-link:hover {
  color: #6264a7;
  background-color: #ffffff;
  border: 1px solid #6264a7; }
@media screen and (min-width: 1601px) {
  .ms-langing .section-title {
    background-size: 1069px 706px; } }
@media screen and (min-width: 1172px) and (max-width: 1600px) {
  .ms-langing .section-title {
    max-height: 750px;
    background-size: 857px 591px; } }
@media screen and (max-width: 1024px) {
  .ms-langing .ms-header-title {
    max-width: 61%;
    font-size: 6vw; }
  .ms-langing .ms-header-link {
    font-size: 16px; } }
@media screen and (max-width: 640px) {
  .ms-langing .section-title {
    height: 105vh;
    background-color: #3f3d56;
    background-image: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/main-page.svg);
    background-repeat: no-repeat;
    background-position: 0 30%;
    background-size: 95%; }
  .ms-langing .ms-header-logo {
    background-image: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/docfound-white@2x.png); }
  .ms-langing .ms-header-title-wrapper {
    padding-top: 58vh; }
  .ms-langing .ms-header-title,
  .ms-langing .ms-header-title span {
    max-width: 100%;
    margin-top: 5%;
    color: #fff;
    font-size: 32px;
    text-align: center; }
  .ms-langing .ms-header-link {
    display: flex;
    margin: 0 auto;
    font-size: 16px; } }
@media screen and (max-height: 360px) {
  .ms-langing .section-title {
    min-height: 530px;
    background-position: 38% 25%;
    background-size: 50%; }
  .ms-langing .ms-header-title-wrapper {
    padding-top: 73vh; } }
.ms-langing .search-365,
.ms-langing .search-teams {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(98, 100, 167, 0.39)); }
.ms-langing .search-bot {
  position: relative; }
.ms-langing .search-bot:before {
  position: absolute;
  top: 41%;
  z-index: -1;
  width: 100%;
  height: 30vh;
  min-height: 315px;
  background-color: #f9f8f7;
  content: ''; }
.ms-langing .search-365 .ms-wrapper,
.ms-langing .search-bot .ms-wrapper,
.ms-langing .search-teams .ms-wrapper,
.ms-langing .search-creator .ms-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  padding: 100px 20px 25px;
  text-align: center; }
.ms-langing .search-smarter .ms-wrapper,
.ms-langing .search-unique .ms-wrapper,
.ms-langing .search-future .ms-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 80px 15px; }
.ms-langing .search-creator .ms-wrapper {
  max-width: 1172px; }
.ms-langing .search-365 h2,
.ms-langing .search-smarter-content h2,
.ms-langing .search-unique-content h2,
.ms-langing .search-bot h2,
.ms-langing .search-future h2,
.ms-langing .search-teams h2,
.ms-langing .search-creator h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 36px;
  font-family: 'SegoeUI', sans-serif;
  line-height: 1.28; }
.ms-langing .search-unique-content h3 {
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  font-weight: 500;
  font-size: 24px;
  font-family: inherit;
  font-family: 'SegoeUI', sans-serif;
  line-height: 1.2; }
.ms-langing .search-365 p,
.ms-langing .search-smarter-content p,
.ms-langing .search-unique-content p,
.ms-langing .search-bot p,
.ms-langing .search-future p,
.ms-langing .search-teams p,
.ms-langing .search-creator p {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 20px;
  color: #212529;
  font-weight: 600;
  font-size: 16px;
  font-family: 'SegoeUI', sans-serif;
  line-height: 1.28; }
.ms-langing .search-future h2,
.ms-langing .search-future p {
  color: #fff; }
.ms-langing .search-smarter-content,
.ms-langing .search-unique-content,
.ms-langing .search-future-content {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  justify-content: center;
  max-width: 510px;
  padding-right: 40px; }
.ms-langing .search-unique-content {
  order: 1; }
.ms-langing .search-smarter-content p,
.ms-langing .search-unique-content p,
.ms-langing .search-unique-content h2,
.ms-langing .search-future h2,
.ms-langing .search-future p {
  padding: 0; }
.ms-langing .search-smarter-content b {
  font-weight: normal; }
.ms-langing .search-smarter-image,
.ms-langing .search-unique-image {
  flex-basis: 50%;
  max-width: 550px; }
.ms-langing .search-smarter-image object,
.ms-langing .search-bot object,
.ms-langing .search-future-image object,
.ms-langing .search-teams object {
  width: 100%; }
.ms-langing .search-365 object {
  max-width: 50%;
  margin: 0 auto; }
.ms-langing .search-teams object {
  max-width: 370px;
  margin: 45px auto; }
.ms-langing .search-bot object {
  max-width: 570px;
  margin: 0 auto; }
.ms-langing .search-unique-image object {
  width: 125%;
  margin-left: -30%; }
.ms-langing .search-future-image object {
  width: 50%;
  max-width: 250px; }
.ms-langing .search-unique-upcoming {
  display: inline-block;
  width: 130px;
  height: 24px;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  font-family: 'SegoeUI', sans-serif;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #e7a59e;
  border-radius: 1.5px; }
.ms-langing .search-unique-image,
.ms-langing .search-future-image {
  display: flex;
  justify-content: center;
  order: 0; }
.ms-langing .search-future-image {
  position: relative;
  flex-basis: 50%; }
.ms-langing .search-future-image:before {
  position: absolute;
  top: 45%;
  right: 46%;
  z-index: 10;
  width: 25px;
  height: 25px;
  background-image: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/web-illustration-upcoming-feature-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: ''; }
.ms-langing .search-future .ms-wrapper {
  justify-content: space-around;
  margin: 0;
  padding: 45px 15px;
  background-image: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/mobile-upcoming-feature_show-files-for-upcoming-bot-card.svg);
  background-repeat: no-repeat;
  background-size: cover; }
.ms-langing .search-creator ul {
  display: flex;
  justify-content: space-between;
  margin: 3vw 0 0;
  padding: 0;
  list-style: none; }
.ms-langing .search-creator li {
  position: relative;
  flex-basis: 22%;
  max-width: 300px;
  padding-left: 4vw;
  text-align: left;
  background-image: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/creator-dots.svg);
  background-repeat: no-repeat;
  background-size: 42%; }
.ms-langing .search-creator li:first-child {
  margin-right: 15px;
  padding: 0;
  background-image: none; }
.ms-langing .search-creator li:first-child:before {
  content: none; }
.ms-langing .search-creator li:before {
  position: absolute;
  top: 2%;
  left: -15px;
  width: 1px;
  height: 48%;
  border: solid 1px #e7e7e7;
  content: ''; }
.ms-langing .search-creator li h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  color: #6264a7;
  font-weight: 500;
  font-size: 54px;
  font-family: 'SegoeUI', sans-serif;
  line-height: 0.65; }
.ms-langing .search-creator li p {
  color: #000;
  font-weight: normal;
  font-size: 24px;
  font-family: 'SegoeUI', sans-serif;
  line-height: 1.46; }
.ms-langing .search-creator object {
  max-width: 270px; }
.ms-langing .page-footer {
  overflow: hidden;
  background-color: #6264a7; }
.ms-langing .page-footer .ms-wrapper {
  margin: 55px auto 25px;
  padding: 0 15px; }
.ms-langing .footer-list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  color: #fff;
  list-style: none; }
.ms-langing .footer-list li {
  flex-basis: 16%; }
.ms-langing .footer-list li:nth-child(1) {
  flex-basis: 22%; }
.ms-langing .footer-list li:nth-child(2) {
  flex-basis: 27%; }
.ms-langing .footer-list li:nth-child(1) img {
  width: 123px; }
.ms-langing .footer-list object {
  width: 123px;
  height: 23px; }
.ms-langing .footer-list h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: normal;
  font-size: 16px;
  font-family: 'SegoeUI', sans-serif;
  line-height: 1.44; }
.ms-langing .page-footer p {
  margin: 0;
  margin-top: 32px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-family: 'SegoeUI', sans-serif;
  line-height: 1.44; }
.ms-langing .footer-list li p,
.ms-langing .footer-list li a {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: 'SegoeUI', sans-serif;
  line-height: 1.44; }
.ms-langing .footer-list li a {
  text-decoration: underline; }
.ms-langing .footer-list li span {
  font-weight: bold; }
@media screen and (max-width: 1172px) and (min-width: 767px) {
  .ms-langing .search-creator li h3 {
    font-size: 4vw; }
  .ms-langing .search-creator li p {
    font-size: 2vw; }
  .ms-langing .search-creator object {
    max-width: 85%; } }
@media screen and (min-width: 641px) {
  .ms-langing .search-future .ms-wrapper {
    min-height: 350px;
    margin: 150px auto;
    background-image: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/web-illustration-upcoming-feature-mask-with-the-planet.svg);
    background-repeat: no-repeat;
    background-position: -5px 0;
    background-size: cover; } }
@media screen and (max-width: 980px) {
  .ms-langing .search-smarter-content h2,
  .ms-langing .search-unique-content h2,
  .ms-langing .search-future-content h2 {
    font-size: 26px; }
  .ms-langing .search-unique-content h3 {
    font-size: 24px; } }
@media screen and (max-width: 880px) {
  .ms-langing .search-future-image {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 360px; }
  .ms-langing .search-future-image:before {
    top: 13%;
    right: 3.5%;
    transform: rotate(90deg) scale(1.8); }
  .ms-langing .search-future-image object {
    width: 100%;
    max-width: initial; } }
@media screen and (max-width: 767px) {
  .ms-langing .search-smarter .ms-wrapper,
  .ms-langing .search-unique .ms-wrapper,
  .ms-langing .search-future .ms-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .ms-langing .search-bot .ms-wrapper {
    margin: 15px 0;
    padding: 0 15px; }
  .ms-langing .search-smarter-content,
  .ms-langing .search-smarter-image,
  .ms-langing .search-unique-content,
  .ms-langing .search-unique-image,
  .ms-langing .search-future-content,
  .ms-langing .search-future-image {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0; }
  .ms-langing .search-unique-image {
    order: 2; }
  .ms-langing .search-unique-image object {
    width: 100%;
    min-width: 100vw;
    height: 67vw;
    margin: 0;
    margin-left: 0; }
  .ms-langing .search-future .ms-wrapper {
    text-align: center; }
  .ms-langing .search-creator ul {
    flex-direction: column;
    margin: 0 auto; }
  .ms-langing .search-creator li,
  .ms-langing .search-creator li:first-child {
    margin: 25px 0; }
  .ms-langing .search-creator li:before {
    content: none; } }
@media screen and (max-width: 680px) {
  .ms-langing .search-smarter .ms-wrapper,
  .ms-langing .search-unique .ms-wrapper,
  .ms-langing .search-future .ms-wrapper {
    padding: 40px 15px; }
  .ms-langing .page-footer .ms-wrapper {
    margin: 25px auto; }
  .ms-langing .search-creator li {
    padding-left: 85px; }
  .ms-langing .footer-list {
    flex-direction: column; }
  .ms-langing .footer-list li {
    margin-bottom: 25px; } }
@media screen and (max-width: 640px) {
  .ms-langing .search-365,
  .ms-langing .search-bot,
  .ms-langing .search-teams,
  .ms-langing .search-creator {
    width: 100%; }
  .ms-langing .ms-page-section > .ms-wrapper {
    padding: 15px; }
  .ms-langing .search-365 .ms-wrapper,
  .ms-langing .search-bot .ms-wrapper,
  .ms-langing .search-teams .ms-wrapper {
    padding: 25px; }
  .ms-langing .search-creator,
  .ms-langing .search-creator .ms-wrapper {
    padding: 25px 0 0; }
  .ms-langing .search-bot .ms-wrapper {
    padding: 0 15px;
    text-align: left; }
  .ms-langing .search-future .ms-wrapper {
    padding: 45px 15px; }
  .ms-langing .search-smarter-content,
  .ms-langing .search-unique-content {
    padding-right: 0; }
  .ms-langing .search-365 h2,
  .ms-langing .search-smarter-content h2,
  .ms-langing .search-unique-content h2,
  .ms-langing .search-future-content h2,
  .ms-langing .search-teams h2,
  .ms-langing .search-creator h2 {
    padding-bottom: 10px;
    font-size: 24px; }
  .ms-langing .search-unique-content h3,
  .ms-langing .search-bot h2 {
    width: 65%;
    font-size: 20px; }
  .ms-langing .search-365 object {
    max-width: 220px;
    max-height: 355px;
    margin: -38px auto 0; }
  .ms-langing .search-unique-upcoming {
    margin-top: 10px;
    margin-left: 0; }
  .ms-langing .search-bot:before {
    top: 50%;
    height: 15vh;
    min-height: 151px; }
  .ms-langing .search-bot p {
    padding-bottom: 5px; }
  .ms-langing .search-bot object {
    margin: 0 -10px; }
  .ms-langing .search-teams object {
    max-width: 245px;
    margin: 0 auto 15px; }
  .ms-langing .search-creator object {
    max-width: 226px; }
  .ms-langing .search-creator li {
    width: 245px; }
  .ms-langing .search-creator li h3 {
    font-size: 45px; }
  .ms-langing .search-creator li p {
    font-size: 20px; }
  .ms-langing .footer-list li p {
    font-size: 15px; } }
.ms-langing .section-text .ms-wrapper {
  max-width: 1172px;
  margin: 35px auto 80px;
  padding-left: 25px;
  text-align: left; }
.ms-langing .text-wrapper {
  max-width: 770px; }
.ms-langing .ms-page-section.section-text .ms-header-logo {
  display: inline-block;
  width: 123px;
  height: 23px;
  background-image: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/docfound-violet@2x.png);
  background-repeat: no-repeat;
  background-size: 100%; }
.ms-langing .text-wrapper h1 {
  margin: 50px 0 15px;
  font-weight: normal;
  font-size: 36px; }
.ms-langing .text-wrapper h2 {
  margin: 30px 0 10px;
  font-weight: normal;
  font-size: 24px; }
.ms-langing .text-wrapper h3 {
  margin: 0 0 -15px;
  font-weight: normal;
  font-size: 16px; }
.ms-langing .text-wrapper p,
.ms-langing .text-wrapper span {
  margin: 20px 0;
  font-weight: bold;
  font-size: 16px; }
.ms-langing .text-wrapper span {
  color: #4f4f4f; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.aws-retail__title {
  min-height: 613px;
  background-color: #000;
  background-image: radial-gradient(circle at 25% 100%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 400px, rgba(241, 93, 42, 0.3) 400px, rgba(241, 93, 42, 0.3) 401px, rgba(255, 255, 255, 0) 401px, rgba(255, 255, 255, 0) 510px, rgba(206, 2, 122, 0.3) 510px, rgba(206, 2, 122, 0.3) 511px, rgba(255, 255, 255, 0) 511px, rgba(255, 255, 255, 0) 620px, rgba(48, 46, 180, 0.3) 620px, rgba(48, 46, 180, 0.3) 621px, rgba(255, 255, 255, 0) 621px), radial-gradient(circle at 50% 60%, rgba(213, 27, 93, 0.8) 0, rgba(213, 27, 93, 0.3) 300px, rgba(213, 27, 93, 0.08) 400px, rgba(255, 255, 255, 0) 500px), radial-gradient(circle at 5% 55%, rgba(22, 19, 204, 0.7) 0, rgba(46, 45, 150, 0.3) 270px, rgba(69, 68, 148, 0.05) 362px, rgba(255, 255, 255, 0) 372px), radial-gradient(circle at 20% 0%, rgba(213, 27, 93, 0.8) 0, rgba(213, 27, 93, 0.3) 180px, rgba(213, 27, 93, 0.08) 220px, rgba(255, 255, 255, 0) 320px), radial-gradient(circle at 95% 80%, rgba(22, 19, 204, 0.7) 0, rgba(46, 45, 150, 0.25) 210px, rgba(69, 68, 148, 0.05) 280px, rgba(255, 255, 255, 0) 370px), radial-gradient(circle at 80% 0%, rgba(213, 27, 93, 0.8) 0, rgba(213, 27, 93, 0.3) 180px, rgba(213, 27, 93, 0.08) 220px, rgba(255, 255, 255, 0) 320px); }
@media (max-width: 680px) {
    .aws-retail__title {
      background-image: radial-gradient(circle at 25% 100%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 400px, rgba(241, 93, 42, 0.3) 400px, rgba(241, 93, 42, 0.3) 401px, rgba(255, 255, 255, 0) 401px, rgba(255, 255, 255, 0) 510px, rgba(206, 2, 122, 0.3) 510px, rgba(206, 2, 122, 0.3) 511px, rgba(255, 255, 255, 0) 511px, rgba(255, 255, 255, 0) 620px, rgba(48, 46, 180, 0.3) 620px, rgba(48, 46, 180, 0.3) 621px, rgba(255, 255, 255, 0) 621px), radial-gradient(circle at 50% 48%, rgba(213, 27, 93, 0.8) 0, rgba(213, 27, 93, 0.3) 150px, rgba(213, 27, 93, 0.08) 250px, rgba(255, 255, 255, 0) 350px), radial-gradient(circle at 5% 65%, rgba(22, 19, 204, 0.7) 0, rgba(46, 45, 150, 0.25) 230px, rgba(69, 68, 148, 0.05) 310px, rgba(255, 255, 255, 0) 400px), radial-gradient(circle at 20% 0%, rgba(213, 27, 93, 0.8) 0, rgba(213, 27, 93, 0.3) 180px, rgba(213, 27, 93, 0.08) 220px, rgba(255, 255, 255, 0) 320px), radial-gradient(circle at 95% 80%, rgba(22, 19, 204, 0.7) 0, rgba(46, 45, 150, 0.25) 210px, rgba(69, 68, 148, 0.05) 280px, rgba(255, 255, 255, 0) 370px), radial-gradient(circle at 80% 0%, rgba(213, 27, 93, 0.8) 0, rgba(213, 27, 93, 0.3) 180px, rgba(213, 27, 93, 0.08) 220px, rgba(255, 255, 255, 0) 320px); } }
@media (max-width: 480px) {
    .aws-retail__title {
      background-image: radial-gradient(circle at 5% 46%, rgba(22, 19, 204, 0.7) 0, rgba(46, 45, 150, 0.25) 230px, rgba(69, 68, 148, 0.05) 310px, rgba(255, 255, 255, 0) 400px), radial-gradient(circle at 36% 92%, rgba(213, 27, 93, 0.8) 0, rgba(213, 27, 93, 0.3) 180px, rgba(213, 27, 93, 0.08) 220px, rgba(255, 255, 255, 0) 320px), radial-gradient(circle at 95% 61%, rgba(22, 19, 204, 0.7) 0, rgba(46, 45, 150, 0.25) 210px, rgba(69, 68, 148, 0.05) 280px, rgba(255, 255, 255, 0) 370px), radial-gradient(circle at 54% 10%, rgba(213, 27, 93, 0.8) 0, rgba(213, 27, 93, 0.3) 180px, rgba(213, 27, 93, 0.08) 220px, rgba(255, 255, 255, 0) 320px); } }
.aws-retail__heading {
  margin-top: 0;
  font-weight: bold;
  font-weight: 900;
  font-size: 72px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.9;
  text-transform: uppercase; }
@media (max-width: 768px) {
    .aws-retail__heading {
      font-size: 40px; } }
.aws-retail__text {
  font-size: 18px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: 1.5; }
@media (max-width: 767px) {
    .aws-retail__text {
      font-size: 14px; } }
.aws-retail__wrapper-header {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 30px 0 50px; }
.aws-retail__wrapper-header_form {
    padding-bottom: 0; }
.aws-retail__wrapper-header_footer {
    padding: 20px 0; }
@media (max-width: 960px) {
    .aws-retail__wrapper-header {
      padding: 30px 20px 30px; } }
.aws-retail .offerings {
  margin-top: 5vw; }
@media (max-width: 580px) {
  .aws-retail .aws-case-studies__wrapper {
    padding: 0 20px; } }
.aws-retail .aws-case-studies__list {
  display: flex;
  justify-content: space-around;
  padding: 0;
  list-style: none; }
@media (max-width: 768px) {
    .aws-retail .aws-case-studies__list {
      flex-direction: column; } }
.aws-retail .aws-case-studies__list-item {
  flex-basis: 30%;
  text-align: left; }
.aws-retail .aws-case-studies__list-item ul {
    margin: 30px 0;
    padding-left: 20px;
    list-style: none; }
.aws-retail .aws-case-studies__list-item ul li {
      position: relative;
      padding: 0 0 20px 15px;
      font-size: 16px; }
.aws-retail .aws-case-studies__list-item ul li::before {
        position: absolute;
        width: 1em;
        margin-left: -2em;
        color: #61caa7;
        font-weight: bold;
        content: '\2022'; }
.aws-retail .aws-case-studies__list-item:first-child ul li:last-child {
    margin-left: -35px; }
.aws-retail .aws-case-studies__list-item:first-child ul li:last-child::before {
      content: none; }
.aws-retail .aws-case-studies__list-item:last-child ul {
    margin-bottom: 0; }
.aws-retail .aws-case-studies__list-item-logo {
  margin: 0; }
.aws-retail .aws-ml__collateral-item-sub-heading {
  min-height: initial;
  color: #000; }
.aws-retail .aws-ml__collateral-item-text {
  min-height: initial; }
.aws-retail .aws-ml__collateral-item {
  flex-basis: 30%; }
.aws-retail .aws-ml__collateral-item img {
    width: 80%; }
@media (max-width: 680px) {
      .aws-retail .aws-ml__collateral-item img {
        width: 40%;
        padding-bottom: 0; } }
.aws-retail .aws-ml__collateral-item:nth-child(2) img {
    margin: 6% 0; }
.aws-retail .aws-ml__collateral-item ul {
  margin: 20px 0 0; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.aws-finance {
  background-color: #f5f5f5; }
.aws-finance .aws-title__heading {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-weight: 900;
    font-size: 175px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.75;
    text-transform: uppercase; }
@media (max-width: 1024px) {
      .aws-finance .aws-title__heading {
        font-size: 14vw; } }
@media (max-width: 540px) {
      .aws-finance .aws-title__heading {
        position: relative;
        bottom: -2vw;
        margin-top: 4%; } }
.aws-finance .aws-title__wrapper {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 20px 20px; }
.aws-finance .aws-title__wrapper_form {
      padding-bottom: 0; }
.aws-finance .aws-title__wrapper_footer {
      padding: 20px 0; }
@media (max-width: 960px) {
      .aws-finance .aws-title__wrapper {
        padding: 30px 20px 30px; } }
@media (max-width: 540px) {
      .aws-finance .aws-title__wrapper {
        padding: 30px 20px 0; } }
.aws-finance__title {
    background-color: #000;
    background-image: radial-gradient(circle at 25% 100%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 400px, rgba(241, 93, 42, 0.3) 400px, rgba(241, 93, 42, 0.3) 401px, rgba(255, 255, 255, 0) 401px, rgba(255, 255, 255, 0) 510px, rgba(206, 2, 122, 0.3) 510px, rgba(206, 2, 122, 0.3) 511px, rgba(255, 255, 255, 0) 511px, rgba(255, 255, 255, 0) 620px, rgba(48, 46, 180, 0.3) 620px, rgba(48, 46, 180, 0.3) 621px, rgba(255, 255, 255, 0) 621px), radial-gradient(circle at 50% 35%, rgba(213, 27, 93, 0.8) 0, rgba(213, 27, 93, 0.3) 300px, rgba(213, 27, 93, 0.08) 400px, rgba(255, 255, 255, 0) 500px), radial-gradient(circle at 5% 55%, rgba(22, 19, 204, 0.7) 0, rgba(46, 45, 150, 0.3) 270px, rgba(69, 68, 148, 0.05) 362px, rgba(255, 255, 255, 0) 372px), radial-gradient(circle at 95% 80%, #258060eb 0, rgba(78, 222, 115, 0.12) 210px, rgba(69, 68, 148, 0.05) 280px, rgba(255, 255, 255, 0) 370px); }
@media (max-width: 767px) {
      .aws-finance__title {
        background-image: radial-gradient(circle at 0% 100%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 400px, rgba(241, 93, 42, 0.3) 400px, rgba(241, 93, 42, 0.3) 401px, rgba(255, 255, 255, 0) 401px, rgba(255, 255, 255, 0) 510px, rgba(206, 2, 122, 0.3) 510px, rgba(206, 2, 122, 0.3) 511px, rgba(255, 255, 255, 0) 511px, rgba(255, 255, 255, 0) 620px, rgba(48, 46, 180, 0.3) 620px, rgba(48, 46, 180, 0.3) 621px, rgba(255, 255, 255, 0) 621px), radial-gradient(circle at 50% 5%, rgba(213, 27, 93, 0.8) 0, rgba(213, 27, 93, 0.3) 300px, rgba(213, 27, 93, 0.08) 400px, rgba(255, 255, 255, 0) 500px), radial-gradient(circle at 5% 55%, rgba(22, 19, 204, 0.7) 0, rgba(46, 45, 150, 0.3) 270px, rgba(69, 68, 148, 0.05) 362px, rgba(255, 255, 255, 0) 372px), radial-gradient(circle at 100% 80%, #258060eb 0, rgba(78, 222, 115, 0.12) 210px, rgba(69, 68, 148, 0.05) 280px, rgba(255, 255, 255, 0) 370px); } }
@media (max-width: 540px) {
      .aws-finance__title {
        overflow: hidden; } }
.aws-finance__heading {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-weight: 900;
    font-size: 175px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.75;
    text-transform: uppercase; }
@media (max-width: 1024px) {
      .aws-finance__heading {
        font-size: 14vw; } }
@media (max-width: 540px) {
      .aws-finance__heading {
        position: relative;
        bottom: -2vw;
        margin-top: 4%; } }
.aws-finance__wrapper-header {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 20px 20px; }
.aws-finance__wrapper-header_form {
      padding-bottom: 0; }
.aws-finance__wrapper-header_footer {
      padding: 20px 0; }
@media (max-width: 960px) {
      .aws-finance__wrapper-header {
        padding: 30px 20px 30px; } }
@media (max-width: 540px) {
      .aws-finance__wrapper-header {
        padding: 30px 20px 0; } }
.aws-finance .aws-finance-offers-list {
    margin: 30px 0;
    padding-left: 5px;
    list-style: disc; }
@media (min-width: 1024px) {
      .aws-finance .aws-finance-offers-list {
        min-width: 300px; } }
.aws-finance .aws-finance-offers-list li {
    position: relative;
    margin-bottom: 5px;
    padding: 6px 0 6px 15px;
    list-style: none; }
.aws-finance .aws-finance-offers-list li:after {
    position: absolute;
    top: 0.7em;
    left: -0.2em;
    content: '';
    width: 8px;
    height: 8px;
    border: 5px solid #111;
    border-radius: 50%; }
.aws-finance .areas-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.aws-finance .transactions,
  .aws-finance .banking {
    flex-basis: 45%;
    max-width: 495px; }
@media (max-width: 767px) {
      .aws-finance .transactions,
      .aws-finance .banking {
        flex-basis: 100%;
        max-width: 100%; } }
.aws-finance .transactions h3,
    .aws-finance .banking h3 {
      position: relative;
      width: 80%;
      margin-bottom: 2vw;
      font-weight: 900;
      font-size: 24px;
      font-family: "ProximaNova", sans-serif;
      line-height: 0.85;
      text-transform: uppercase; }
.aws-finance .transactions h3::before,
      .aws-finance .banking h3::before {
        position: absolute;
        top: -35px;
        left: -28px;
        width: 102px;
        height: 102px;
        content: ''; }
.aws-finance .transactions h3::before {
    background-image: radial-gradient(circle at 50% 50%, rgba(0, 163, 255, 0.7) 0%, rgba(0, 163, 255, 0.5) 0%, rgba(38, 123, 170, 0) 70%); }
.aws-finance .banking h3::before {
    background-image: radial-gradient(circle at 50% 50%, rgba(118, 31, 140, 0.7) 0%, rgba(118, 31, 140, 0.5) 0%, rgba(131, 15, 160, 0) 60%); }
@media (min-width: 767px) {
    .aws-finance__wrapper {
      padding: 40px 0; } }
.aws-finance__tech-list-big-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none; }
.aws-finance__tech-list-big-data-item {
    flex-basis: 14% !important;
    margin: auto !important;
    padding-top: 150px;
    font-size: 16px; }
@media (max-width: 1024px) {
      .aws-finance__tech-list-big-data-item {
        flex-basis: 33% !important;
        margin-bottom: 0;
        font-size: 14px; } }
@media (max-width: 414px) {
      .aws-finance__tech-list-big-data-item {
        flex-basis: 50% !important; } }
.aws-finance .aws-ml__collateral-item-sub-heading {
    min-height: initial;
    color: #000; }
.aws-finance .aws-ml__collateral-item-text {
    min-height: initial; }
.aws-finance .aws-ml__collateral-item {
    flex-basis: 30%; }
.aws-finance .aws-ml__collateral-item img {
      width: 80%; }
@media (max-width: 767px) {
        .aws-finance .aws-ml__collateral-item img {
          width: 40%;
          padding-bottom: 0; } }
.aws-finance .aws-ml__collateral-item:nth-child(2) img {
      margin: -30px 0 0 0; }
@media (max-width: 820px) {
        .aws-finance .aws-ml__collateral-item:nth-child(2) img {
          margin: -20px 0 0 0; } }
@media (max-width: 767px) {
        .aws-finance .aws-ml__collateral-item:nth-child(2) img {
          margin: 20px 0 0 0; } }
.aws-finance .aws-ml__collateral-item:nth-child(3) img {
      margin: 0 0 -10px 0; }
.aws-finance .aws-ml__collateral-item:nth-child(4) a {
      margin-bottom: 8px; }
@media (min-width: 1024px) {
        .aws-finance .aws-ml__collateral-item:nth-child(4) a {
          min-height: 12%; } }
.aws-finance .aws-ml__collateral-item a {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    line-height: 0.9;
    text-decoration: none;
    cursor: pointer; }
.aws-finance__btn {
    margin: 6vw auto 3vw; }
.finance-tech-list {
  padding-left: 15px;
  font-size: 16px;
  list-style: none; }
.finance-tech-list .iot-collateral-list h4.challenge,
.finance-tech-list .iot-collateral-list h4.offer,
.finance-tech-list .iot-collateral-list h4.aws-tech,
.finance-tech-list .iot-collateral-list h4.challenge-mobile,
.finance-tech-list .iot-collateral-list h4.offer-mobile,
.finance-tech-list .iot-collateral-list h4.aws-tech-mobile {
  position: relative;
  margin-bottom: 2vw;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.85; }
.finance-tech-list .iot-collateral-list h4.challenge-mobile,
.finance-tech-list .iot-collateral-list h4.offer-mobile,
.finance-tech-list .iot-collateral-list h4.aws-tech-mobile {
  display: none; }
.finance-tech-list .iot-collateral-list h4.challenge::before,
.finance-tech-list .iot-collateral-list h4.offer::before,
.finance-tech-list .iot-collateral-list h4.aws-tech::before,
.finance-tech-list .iot-collateral-list h4.challenge-mobile::before,
.finance-tech-list .iot-collateral-list h4.offer-mobile::before,
.finance-tech-list .iot-collateral-list h4.aws-tech-mobile::before {
  position: absolute;
  top: -50px;
  left: -28px;
  width: 102px;
  height: 102px;
  content: ''; }
.finance-tech-list .iot-collateral-list h4.challenge::before,
.finance-tech-list .iot-collateral-list h4.challenge-mobile::before {
  background-image: radial-gradient(circle at 50% 50%, rgba(0, 163, 255, 0.7) 0%, rgba(0, 163, 255, 0.5) 0%, rgba(38, 123, 170, 0) 70%); }
.finance-tech-list .iot-collateral-list h4.offer::before,
.finance-tech-list .iot-collateral-list h4.offer-mobile::before {
  background-image: radial-gradient(circle at 50% 50%, rgba(118, 31, 140, 0.7) 0%, rgba(118, 31, 140, 0.5) 0%, rgba(131, 15, 160, 0) 60%); }
.finance-tech-list .iot-collateral-list h4.aws-tech::before,
.finance-tech-list .iot-collateral-list h4.aws-tech-mobile::before {
  background-image: radial-gradient(circle at 50% 50%, rgba(3, 166, 98, 0.7) 0%, rgba(3, 166, 98, 0.5) 0%, rgba(40, 126, 90, 0) 60%); }
.icon-list-items .icon-list-item {
  background-size: initial; }
.section-gcp-additional .icon-list-items .icon-list-item {
  flex-basis: 14% !important; }
.section-gcp-additional .icon-list-items .icon-list-item:nth-child(12),
.section-gcp-additional .icon-list-items .icon-list-item:nth-child(14) {
  margin-right: initial;
  margin-left: initial; }
.iot-collateral-list ul {
  list-style: disc; }
.iot-collateral-list {
  flex-basis: 23% !important; }
.iot-collateral-list a {
  font-weight: normal;
  text-decoration: none;
  cursor: pointer; }
.finance-tech-list .iot-collateral-list {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: none;
  border-right: none;
  border-bottom: 4px solid transparent;
  border-left: none;
  border-image: linear-gradient(to right, #00a3ff 50%, #f2f2f2 100%);
  -webkit-border-image-slice: 1;
  -moz-border-image-slice: 1;
  border-image-slice: 1; }
@media not all and (min-resolution: 0.001dpcm) {
  /* start for Safari Desktop & Mobile */
  .finance-tech-list .iot-collateral-list {
    -webkit-border-image-slice: 1 0 0 0;
    -moz-border-image-slice: 1 0 0 0;
    border-image-slice: 1 0 0 0; }
  /* end */ }
.finance-tech-list .iot-collateral-list ul,
.finance-tech-list .iot-collateral-list div {
  flex-basis: 33%;
  margin-right: 25px; }
.finance-tech-list .iot-collateral-list ul {
  min-width: 413px;
  margin: 0;
  padding-left: 25px; }
.finance-tech-list .iot-collateral-list span {
  flex-basis: 33%;
  min-width: 413px; }
.finance-tech-list .iot-collateral-list ul li {
  padding: 0; }
.finance-tech-list .iot-collateral-list:nth-child(1) ul,
.finance-tech-list .iot-collateral-list:nth-child(3) ul {
  min-height: 100%;
  margin: 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2; }
.iot-collateral-list ul li::before {
  content: none;
  color: #000; }
@media (min-width: 1024px) {
  .aws-finance-offers-list {
    min-width: 300px; } }
@media (max-width: 1024px) {
  .finance-tech-list .iot-collateral-list h4.challenge,
  .finance-tech-list .iot-collateral-list h4.offer,
  .finance-tech-list .iot-collateral-list h4.aws-tech,
  .finance-tech-list .iot-collateral-list h4.challenge-mobile,
  .finance-tech-list .iot-collateral-list h4.offer-mobile,
  .finance-tech-list .iot-collateral-list h4.aws-tech-mobile {
    font-size: 16px; } }
@media (max-width: 850px) {
  .finance-tech-list .iot-collateral-list ul {
    min-width: 250px; }
  .finance-tech-list .iot-collateral-list span {
    min-width: 250px; }
  .finance-tech-list .iot-collateral-list:nth-child(1) ul,
  .finance-tech-list .iot-collateral-list:nth-child(3) ul {
    min-height: 100%;
    margin: 0;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; } }
@media (max-width: 767px) {
  .iot-collateral-list {
    flex-basis: 100% !important; }
  .ml-aws-list .iot-collateral-list img {
    width: 40% !important;
    padding-bottom: 5%; }
  .ml-aws-list .iot-collateral-list:nth-child(3) img {
    width: 30% !important; }
  .finance-tech-list .iot-collateral-list {
    flex-direction: column; }
  .finance-tech-list .iot-collateral-list ul,
  .finance-tech-list .iot-collateral-list div {
    margin: 20px 0; }
  .finance-tech-list .iot-collateral-list ul,
  .finance-tech-list .iot-collateral-list:nth-child(1) ul,
  .finance-tech-list .iot-collateral-list:nth-child(3) ul {
    margin: 10px 0 10px 15px; }
  .finance-tech-list .iot-collateral-list ul {
    padding-left: 5px; }
  .finance-tech-list .iot-collateral-list:nth-child(1) ul,
  .finance-tech-list .iot-collateral-list:nth-child(3) ul {
    min-height: 100%;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; }
  .finance-tech-list .iot-collateral-list h4.challenge-mobile,
  .finance-tech-list .iot-collateral-list h4.offer-mobile,
  .finance-tech-list .iot-collateral-list h4.aws-tech-mobile {
    display: block; }
  .aws-ml__collateral-list {
    flex-direction: column; } }
@media (max-width: 540px) {
  .iot-collateral-list p {
    font-size: 14px; }
  .finance-tech-list .iot-collateral-list div {
    margin: 10px 0;
    font-size: 14px; }
  .finance-tech-list .iot-collateral-list ul {
    font-size: 14px; }
  .iot-collateral-list ul li {
    font-size: 14px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    word-break: break-word; }
  .finance-tech-list .iot-collateral-list {
    padding: 10px 0; }
  .finance-tech-list .iot-collateral-list:nth-child(1) ul,
  .finance-tech-list .iot-collateral-list:nth-child(3) ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; }
  .finance-tech-list .iot-collateral-list:nth-child(1) ul li,
  .finance-tech-list .iot-collateral-list:nth-child(3) ul li {
    width: 100px; } }

@font-face {
  font-weight: normal;
  font-family: SegoeUI;
  src: url("https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/fonts/SegoeU.eot"); }

@font-face {
  font-weight: 700;
  font-family: SegoeUI;
  src: url("https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/fonts/SegoeUI.ttf"); }

@font-face {
  font-family: SegoeUI;
  src: url("https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/fonts/SegoeUI-Bold.woff"); }

.ms-langing {
  font-family: SegoeUI, sans-serif;
  line-height: normal; }

.ms-langing .text-wrapper,
  .ms-langing .text-wrapper h1,
  .ms-langing .text-wrapper h2,
  .ms-langing .text-wrapper h3 {
    color: #000; }

.ms-langing .wrapper {
    max-width: 1172px;
    margin: 0 auto; }

.ms-langing .header-logo {
    display: inline-block;
    width: 123px;
    height: 23px;
    background-image: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/docfound-violet@2x.png);
    background-repeat: no-repeat;
    background-size: 100%; }

.ms-langing .header-title-wrapper {
    padding-top: 12vh;
    padding-bottom: 23vh; }

.ms-langing .header-title {
    max-width: 500px;
    color: #000000;
    font-size: 54px;
    font-family: SegoeUI, sans-serif;
    line-height: 1.22; }

.ms-langing .header-title span {
    color: #6264a7; }

@media screen and (max-width: 1024px) {
    .ms-langing .header-title {
      max-width: 61%;
      font-size: 6vw; }
    .ms-langing .header-link {
      font-size: 16px; } }

@media screen and (max-width: 640px) {
    .ms-langing .section-title {
      height: 105vh;
      background-color: #3f3d56;
      background-image: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/main-page.svg);
      background-repeat: no-repeat;
      background-position: 0 30%;
      background-size: 95%; }
    .ms-langing .header-logo {
      background-image: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/docfound-white@2x.png); }
    .ms-langing .header-title-wrapper {
      padding-top: 58vh; }
    .ms-langing .header-title,
    .ms-langing .header-title span {
      max-width: 100%;
      margin-top: 5%;
      color: #fff;
      font-size: 32px;
      text-align: center; }
    .ms-langing .header-link {
      display: block;
      margin: 0 auto;
      font-size: 16px; } }

.ms-langing .page-footer {
    overflow: hidden;
    background-color: #6264a7; }

.ms-langing .page-footer .wrapper {
    margin: 55px auto 25px;
    padding: 0 15px; }

.ms-langing .footer-list {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    color: #fff;
    list-style: none; }

.ms-langing .footer-list li {
    flex-basis: 16%; }

.ms-langing .footer-list li:nth-child(1) {
    flex-basis: 22%; }

.ms-langing .footer-list li:nth-child(2) {
    flex-basis: 27%; }

.ms-langing .footer-list li:nth-child(1) img {
    width: 123px; }

.ms-langing .footer-list object {
    width: 123px;
    height: 23px; }

.ms-langing .footer-list h3 {
    font-weight: normal;
    font-size: 16px;
    font-family: SegoeUI, sans-serif;
    line-height: 1.44; }

.ms-langing .page-footer p {
    margin: 0;
    margin-top: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: SegoeUI, sans-serif;
    line-height: 1.44; }

.ms-langing .footer-list li p,
  .ms-langing .footer-list li a {
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: SegoeUI, sans-serif;
    line-height: 1.44; }

.ms-langing .footer-list li a {
    text-decoration: underline; }

.ms-langing .footer-list li span {
    font-weight: bold; }

@media screen and (max-width: 680px) {
    .ms-langing .footer-list {
      flex-direction: column; }
    .ms-langing .footer-list li {
      margin-bottom: 25px; } }

@media screen and (max-width: 640px) {
    .ms-langing .footer-list li p {
      font-size: 15px; } }

.ms-langing .section-text .wrapper {
    max-width: 1172px;
    margin: 35px auto 80px;
    padding-left: 25px;
    text-align: left; }

.ms-langing .text-wrapper {
    max-width: 770px; }

.ms-langing .page-section.section-text .header-logo {
    display: inline-block;
    width: 123px;
    height: 23px;
    background-image: url(https://cdnssinc-prod.softserveinc.com/img/on-demand/ms-teams-search/docfound-violet@2x.png);
    background-repeat: no-repeat;
    background-size: 100%; }

.ms-langing .text-wrapper h1 {
    margin: 50px 0 15px;
    font-weight: normal;
    font-size: 36px; }

.ms-langing .text-wrapper h2 {
    margin: 30px 0 10px;
    font-weight: normal;
    font-size: 24px; }

.ms-langing .text-wrapper h3 {
    margin: 0 0 -15px;
    font-weight: normal;
    font-size: 16px; }

.ms-langing .text-wrapper p,
  .ms-langing .text-wrapper span {
    margin: 20px 0;
    font-weight: bold;
    font-size: 16px; }

.ms-langing .text-wrapper span {
    color: #4f4f4f; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.aws-healthcare {
  overflow: hidden;
  background-color: #f5f5f5; }
.aws-healthcare .offerings,
  .aws-healthcare .aws-services,
  .aws-healthcare .aws-case-studies {
    padding: 5vw 0 0; }
.aws-healthcare__btn {
    margin: 6vw auto 3vw; }
@media (max-width: 475px) {
      .aws-healthcare__btn {
        margin-bottom: 40px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.sub-title-static__wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px; }
@media (max-width: 580px) {
    .sub-title-static__wrapper {
      padding: 0 40px; } }
.sub-title-static__heading {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 900;
  font-size: 6.5vw;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(to left, #0092d2, #1a1c57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
@media (min-width: 1024px) {
    .sub-title-static__heading {
      font-size: 44px; } }
@media (max-width: 640px) {
    .sub-title-static__heading {
      padding-top: 30px;
      padding-bottom: 30px;
      font-size: 30px; } }
@media (max-width: 475px) {
    .sub-title-static__heading {
      font-size: 24px; } }
.sub-title-static__description {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16.5px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(to left, #0092d2, #1a1c57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
@media (max-width: 640px) {
    .sub-title-static__description {
      font-size: 15px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.demos-emr__wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 40px 40px; }
@media (max-width: 580px) {
    .demos-emr__wrapper {
      padding: 0 8px; } }
.demos-emr__list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none; }
@media (max-width: 767px) {
    .demos-emr__list {
      flex-direction: column; } }
.demos-emr__list-item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 49%;
  height: 30vw;
  max-height: 350px;
  padding: 34px 30px;
  background: #fff;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.5); }
.demos-emr__list-item:nth-child(1) .demos-emr__list-item-title::before {
    background: #eda553; }
.demos-emr__list-item:nth-child(2) .demos-emr__list-item-title::before {
    background: #018dcd; }
@media (max-width: 767px) {
    .demos-emr__list-item {
      max-width: initial;
      max-width: 80%;
      min-height: 270px;
      margin: 40px auto; } }
.demos-emr__list-item-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 900;
  font-size: 26px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1;
  text-transform: uppercase; }
.demos-emr__list-item-title::before {
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: -1;
    width: 60px;
    height: 55px;
    content: ''; }
@media (max-width: 1024px) {
      .demos-emr__list-item-title::before {
        width: 5.5vw;
        height: 5.5vw; } }
@media (max-width: 767px) {
      .demos-emr__list-item-title::before {
        width: 7vw;
        height: 7vw; } }
@media (max-width: 1024px) {
    .demos-emr__list-item-title {
      font-size: 2.2vw; } }
@media (max-width: 767px) {
    .demos-emr__list-item-title {
      font-size: 3.5vw; } }
@media (max-width: 475px) {
    .demos-emr__list-item-title {
      font-size: 16px; } }
.demos-emr__list-item-logo-wrapper {
  display: flex;
  align-items: normal;
  min-height: 50%;
  text-align: center; }
@media (max-width: 767px) {
    .demos-emr__list-item-logo-wrapper {
      min-height: 60%; } }
@media (max-width: 475px) {
    .demos-emr__list-item-logo-wrapper {
      min-height: 50%; } }
.demos-emr__list-item-logo {
  width: 100%; }
@media (max-width: 1024px) {
    .demos-emr__list-item-logo {
      width: 75%; } }
@media (max-width: 767px) {
    .demos-emr__list-item-logo {
      width: 100%;
      max-width: 120px; } }
.demos-emr__cta-button {
  position: absolute;
  bottom: -18px;
  left: 50%;
  min-height: 36px;
  margin: 0 auto;
  color: #fff;
  background: #000;
  transform: translateX(-50%); }
.demos-emr__cta-button:hover {
    box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.95); }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.approaches__wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px 40px; }
@media (max-width: 580px) {
    .approaches__wrapper {
      padding: 0 40px; } }
.approaches__list {
  margin: 0;
  padding: 0;
  list-style: none; }
.approaches__list-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid transparent;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-image: linear-gradient(to left, #0092d2, #1a1c57);
  -webkit-border-image-slice: 1 0 0 0;
  -moz-border-image-slice: 1 0 0 0;
  border-image-slice: 1 0 0 0; }
@media screen and (max-width: 767px) {
    .approaches__list-item {
      border: none; } }
.approaches__list-item-content-wrapper {
  display: flex;
  justify-content: space-between; }
@media screen and (max-width: 767px) {
    .approaches__list-item-content-wrapper {
      flex-direction: column;
      border: none; } }
.approaches__list-item-title-wrapper {
  min-width: 35%;
  padding-right: 20px; }
.approaches__list-item-title {
  margin-top: 5px;
  color: #0092d2;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.9;
  text-transform: uppercase; }
@media screen and (max-width: 767px) {
    .approaches__list-item-title {
      margin-top: none;
      padding-bottom: 20px;
      color: #000;
      font-size: 18px;
      text-align: center;
      border-top: none;
      border-right: none;
      border-bottom: 2px solid transparent;
      border-left: none;
      border-image: linear-gradient(to left, #0092d2, #1a1c57);
      -webkit-border-image-slice: 0 0 1 0;
      -moz-border-image-slice: 0 0 1 0;
      border-image-slice: 0 0 1 0; } }
.approaches__list-item-description {
  font-weight: normal;
  font-size: 16px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  line-height: 1.5; }
.approaches__approach-info {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 15px; }
@media screen and (max-width: 767px) {
    .approaches__approach-info {
      justify-content: space-between;
      margin-top: 25px; } }
.approaches__button-desktop, .approaches__button-mobile {
  display: none;
  max-width: 280px;
  color: #fff;
  background-color: #e16c1e;
  border: 2px solid #e16c1e; }
.approaches__button-desktop:hover, .approaches__button-mobile:hover {
    background-color: #e16c1e;
    box-shadow: 0px 19px 57px 0 rgba(250, 102, 4, 0.55); }
@media screen and (min-width: 767px) {
  .approaches__button-desktop {
    display: block; } }
@media screen and (max-width: 767px) {
  .approaches__button-mobile {
    display: block;
    margin: 40px auto 10px; } }
.approach-info {
  display: flex;
  flex-basis: 25%;
  justify-content: start;
  align-items: center; }
@media screen and (max-width: 1024px) {
    .approach-info {
      flex-basis: 31%; } }
@media screen and (max-width: 767px) {
    .approach-info {
      flex-basis: 25%; } }
@media screen and (max-width: 540px) {
    .approach-info {
      flex-basis: 31%; } }
.approach-info__logo {
    width: 40px;
    height: 30px;
    padding-right: 10px; }
@media screen and (max-width: 767px) {
      .approach-info__logo {
        width: 30px;
        height: 20px; } }
@media screen and (max-width: 540px) {
      .approach-info__logo {
        padding-right: 5px; } }
.approach-info__description {
    font-weight: 900;
    font-size: 16px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.9;
    text-transform: uppercase; }
@media screen and (max-width: 767px) {
      .approach-info__description {
        font-size: 14px; } }
@media screen and (max-width: 540px) {
      .approach-info__description {
        font-size: 12px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.section-with-text__wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px; }
@media (max-width: 580px) {
    .section-with-text__wrapper {
      padding: 0 8px; } }
.section-with-text__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none; }
@media (max-width: 767px) {
    .section-with-text__list {
      flex-direction: column; } }
.section-with-text__list-item {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  height: 100%;
  padding: 34px 30px; }
@media (max-width: 767px) {
    .section-with-text__list-item {
      flex-basis: 100%;
      margin: 0 auto;
      text-align: center; } }
.section-with-text__list-item-title {
  margin: 0;
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1;
  text-align: left;
  text-transform: uppercase; }
@media (max-width: 1024px) {
    .section-with-text__list-item-title {
      font-size: 2.2vw; } }
@media (max-width: 767px) {
    .section-with-text__list-item-title {
      font-size: 18px;
      text-align: center; } }
.section-with-text__list-item-title-link {
  text-decoration: none; }
.section-with-text__list-item-title-link:hover {
    color: #fff;
    text-decoration: underline; }
.section-with-text__list-item-heading-wrapper {
  display: flex;
  align-items: center;
  min-height: 100px;
  text-align: left; }
@media (max-width: 767px) {
    .section-with-text__list-item-heading-wrapper {
      flex-direction: column;
      min-height: initial;
      padding-bottom: 20px; } }
.section-with-text__list-item-image {
  width: initial;
  padding-right: 15px; }
@media (max-width: 767px) {
    .section-with-text__list-item-image {
      padding-bottom: 20px; } }
.section-with-text__list-item-content {
  padding-top: 25px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  border-top: 2px solid transparent;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-image: linear-gradient(to left, #0092d2, #1a1c57);
  -webkit-border-image-slice: 1 0 0 0;
  -moz-border-image-slice: 1 0 0 0;
  border-image-slice: 1 0 0 0; }
.section-with-text__cta-button {
  position: absolute;
  bottom: -18px;
  left: 50%;
  min-height: 36px;
  margin: 0 auto;
  color: #fff;
  background: #000;
  transform: translateX(-50%); }
.section-with-text__cta-button:hover {
    box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.95); }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.amazon-emr {
  overflow: hidden;
  background-color: #f5f5f5; }
.amazon-emr .aws-title-amazon-emr__title {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
.amazon-emr .aws-title__wrapper {
    max-width: 1100px;
    padding-bottom: 7vw; }
.amazon-emr .aws-title__heading {
    margin-top: 0;
    font-size: 10vw; }
@media screen and (min-width: 1240px) {
      .amazon-emr .aws-title__heading {
        font-size: 120px; } }
@media screen and (max-width: 480px) {
      .amazon-emr .aws-title__heading {
        font-size: 14vw; } }
@media (min-width: 475px) {
    .amazon-emr .aws-title__text {
      max-width: 75%; } }
.amazon-emr .industry-numbers__wrapper {
    max-width: 1100px;
    padding: 0 0 0 40px; }
@media (min-width: 640px) {
    .amazon-emr .industry-numbers__row {
      justify-content: center; } }
.amazon-emr .industry-numbers__col {
    max-width: 20%;
    text-align: left; }
@media (max-width: 420px) {
      .amazon-emr .industry-numbers__col {
        min-width: 45%; } }
.amazon-emr .industry-numbers__number_light-blue {
    color: #0092d2;
    border-color: #0092d2; }
@media (max-width: 420px) {
    .amazon-emr .industry-numbers__number {
      font-size: 40px; } }
.amazon-emr .industry-numbers__description {
    padding-top: 2vw; }
@media (max-width: 420px) {
      .amazon-emr .industry-numbers__description {
        padding-top: 10px;
        font-size: 14px; } }
.amazon-emr .section-with-text_key-features {
    background-image: linear-gradient(to left, #1a1c57, #0092d2); }
.amazon-emr .section-with-text .sub-title-static_key-features h2 {
    color: #fff;
    background-image: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: inherit; }
.amazon-emr .section-with-text .sub-title-static_case-studies h2 {
    color: #fff;
    background-image: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: inherit; }
.amazon-emr .section-with-text_case-studies {
    background-image: linear-gradient(to left, #1a1c57, #0092d2); }
.amazon-emr .section-with-text_case-studies .section-with-text__list-item-heading-wrapper {
      flex-direction: column; }
.amazon-emr .section-with-text_case-studies .section-with-text__list-item-image {
      width: 50%;
      padding-bottom: 20px; }
.amazon-emr .section-with-text_case-studies .section-with-text__list-item-title {
      padding-bottom: 20px; }
.amazon-emr__benefits_cta-button {
    min-height: 36px;
    margin: 40px auto;
    color: #fff;
    background: #000; }
.amazon-emr__benefits_cta-button:hover {
      box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.95); }
@media (max-width: 580px) {
      .amazon-emr__benefits_cta-button {
        margin-top: 0; } }
.amazon-emr__migration-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px; }
@media (max-width: 580px) {
      .amazon-emr__migration-wrapper {
        padding: 0 40px; } }
.amazon-emr__migration-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
@media (max-width: 640px) {
      .amazon-emr__migration-content {
        flex-direction: column; } }
.amazon-emr__content-item {
    flex: 1;
    max-width: 50%;
    margin-bottom: 30px;
    font-size: 16px; }
@media (max-width: 640px) {
      .amazon-emr__content-item {
        max-width: 100%;
        text-align: center; } }
.amazon-emr__content-item h2 {
      margin: 0;
      font-weight: 900;
      font-size: 24px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1;
      text-transform: uppercase; }
@media (max-width: 1024px) {
        .amazon-emr__content-item h2 {
          font-size: 2.2vw; } }
@media (max-width: 767px) {
        .amazon-emr__content-item h2 {
          font-size: 18px; } }
.amazon-emr__content-item p {
      padding-top: 20px;
      line-height: 1.5;
      border-top: 2px solid transparent;
      border-right: none;
      border-bottom: none;
      border-left: none;
      border-image: linear-gradient(to left, #0092d2, #1a1c57);
      -webkit-border-image-slice: 1 0 0 0;
      -moz-border-image-slice: 1 0 0 0;
      border-image-slice: 1 0 0 0; }
.amazon-emr__content-item:last-child p:last-child {
      border: none; }
@media (max-width: 640px) {
      .amazon-emr__content-item:last-child {
        margin-bottom: 0; } }
@media (min-width: 641px) {
      .amazon-emr__content-item:not(:nth-child(3n)):not(:last-child) {
        margin-right: 5.63%; } }
.amazon-emr__content-item:not(:nth-child(2n)):not(:last-child) {
      margin-right: 5%; }
@media (max-width: 420px) {
        .amazon-emr__content-item:not(:nth-child(2n)):not(:last-child) {
          margin-right: 0; } }
@media (min-width: 641px) {
      .amazon-emr__content-item:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)) {
        margin-bottom: 40px; } }
@media (max-width: 640px) {
      .amazon-emr__content-item {
        min-width: 45%;
        font-size: 16px; } }
@media (max-width: 420px) {
      .amazon-emr__content-item {
        min-width: 100%; } }
.amazon-emr .approaches .sub-title-static__heading {
    padding-top: 0;
    padding-bottom: 25px; }
@media (max-width: 767px) {
      .amazon-emr .approaches .sub-title-static__heading {
        padding: 0; } }
.amazon-emr__approach-banner-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px;
    text-align: center; }
@media (max-width: 580px) {
      .amazon-emr__approach-banner-wrapper {
        padding: 40px; } }
.amazon-emr__approach-banner-wrapper img {
      width: 100%; }
@media (max-width: 767px) {
        .amazon-emr__approach-banner-wrapper img {
          width: 400px;
          margin: 0 auto; } }
@media (max-width: 480px) {
        .amazon-emr__approach-banner-wrapper img {
          width: 100%; } }
.amazon-emr__form-section {
    background-image: none; }
.amazon-emr__form-section_open {
      padding-top: 3vw;
      padding-bottom: 7vw; }
.amazon-emr__form-wrapper {
    /*experimental*/
    height: 0;
    opacity: 0;
    transition: all 0.3s linear; }
.amazon-emr__form-wrapper_open {
      height: 100%;
      opacity: 1; }
.amazon-emr__form-wrapper .sub-title-colored__wrapper {
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; }
.amazon-emr__form-wrapper .sub-title-colored__heading-summary {
      font-weight: 900;
      font-size: 22px;
      font-family: "ProximaNova", sans-serif;
      line-height: 1.2;
      text-transform: initial; }
@media (max-width: 767px) {
        .amazon-emr__form-wrapper .sub-title-colored__heading-summary {
          font-size: 19px; } }
.amazon-emr__form-wrapper .form-success__title,
    .amazon-emr__form-wrapper .form-success__message {
      color: #000; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.ar-world__section {
  position: relative;
  z-index: 1;
  padding: 100px 30px;
  overflow: hidden;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.ar-world__wrapper {
  max-width: 1280px;
  margin: 0 auto; }
.ar-world__animation-container {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 600px;
  height: 600px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 560px;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite; }
.ar-world__heading {
  margin-top: 110px;
  margin-bottom: 25px;
  font-weight: bold;
  font-weight: 900;
  font-size: 96px;
  font-family: "ProximaNova", sans-serif;
  line-height: 0.85;
  text-transform: uppercase; }
@media (max-width: 980px) {
    .ar-world__heading {
      font-size: 8vw; } }
@media (max-width: 767px) {
    .ar-world__heading {
      margin-top: 7vw; } }
@media (max-width: 568px) {
    .ar-world__heading {
      max-width: initial;
      margin-top: 0;
      font-size: 48px; } }
.ar-world__description {
  color: #000;
  font-weight: 800;
  font-size: 18px;
  font-family: "ProximaNova", sans-serif;
  line-height: 1.2; }
@media (max-width: 475px) {
    .ar-world__description {
      font-size: 16px; } }
.ar-world__button-wrapper {
  display: flex;
  justify-content: flex-start;
  padding: 5vw 0; }
@media (max-width: 767px) {
    .ar-world__button-wrapper {
      flex-direction: column;
      align-items: center;
      padding-bottom: 0; } }
.ar-world__button {
  display: block;
  width: 100%;
  max-width: 225px;
  height: 100%;
  min-height: 68px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 10px; }
.ar-world__button:hover {
    box-shadow: 0px 19px 57px 0 rgba(0, 0, 0, 0.95); }
.ar-world__button:not(:last-child) {
    margin-right: 4em; }
@media (max-width: 767px) {
      .ar-world__button:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px; } }
@-webkit-keyframes rotate {
  0%,
  100% {
    -webkit-transform: rotate(10deg) scale(1.1); }
  50% {
    -webkit-transform: rotate(-10deg) scale(1.6); } }
@-moz-keyframes rotate {
  0%,
  100% {
    -moz-transform: rotate(10deg) scale(1.1); }
  50% {
    -moz-transform: rotate(-10deg) scale(1.6); } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.industry-numbers-static__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .industry-numbers-static__wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .industry-numbers-static__wrapper {
      max-width: calc(940px * 1.44); } }
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.industry-numbers-static {
  position: relative;
  z-index: 1;
  padding: 49px 0; }
@media (max-width: 1024px) {
    .industry-numbers-static {
      padding: 39px 0; } }
@media (max-width: 640px) {
    .industry-numbers-static {
      padding: 29px 0; } }
.industry-numbers-static__wrapper {
    padding-right: 0px;
    padding-left: 0px; }
.industry-numbers-static__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.industry-numbers-static__row:not(:last-child) {
      margin-bottom: 60px; }
@media (max-width: 1024px) {
        .industry-numbers-static__row:not(:last-child) {
          margin-bottom: 40px; } }
@media (max-width: 640px) {
        .industry-numbers-static__row:not(:last-child) {
          margin-bottom: 30px; } }
@media (max-width: 767px) {
      .industry-numbers-static__row {
        justify-content: center; } }
.industry-numbers-static__col {
    flex: 1;
    max-width: 50%;
    max-width: 230px;
    margin-bottom: 30px; }
@media (min-width: 768px) {
      .industry-numbers-static__col {
        min-width: calc(33.3% - 5.63%); } }
@media (max-width: 768px) {
      .industry-numbers-static__col {
        min-width: 40%;
        text-align: left; } }
@media (max-width: 475px) {
      .industry-numbers-static__col {
        min-width: 40%;
        max-width: 50%; } }
@media (min-width: 641px) {
      .industry-numbers-static__col:not(:nth-child(3n)):not(:last-child) {
        margin-right: 5.63%; } }
.industry-numbers-static__col:not(:nth-child(2n)):not(:last-child) {
      margin-right: 5%; }
@media (min-width: 641px) {
      .industry-numbers-static__col:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)) {
        margin-bottom: 40px; } }
.industry-numbers-static__title, .industry-numbers-static__number, .industry-numbers-static__description {
    color: #202020;
    font-weight: 800;
    font-family: "ProximaNova", sans-serif;
    line-height: 1em;
    text-transform: uppercase; }
.industry-numbers-static__title {
    min-height: 21px;
    font-size: 21px; }
@media (max-width: 1024px) {
      .industry-numbers-static__title {
        min-height: 17px;
        font-size: 17px; } }
.industry-numbers-static__number-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    max-height: 90px;
    margin-bottom: 10px;
    border-bottom: 2px solid #202020; }
.industry-numbers-static__number-image {
    width: 55px;
    height: 80px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: 0 50%; }
@media (max-width: 475px) {
      .industry-numbers-static__number-image {
        width: 40px;
        height: 60px;
        margin-right: 8px;
        background-size: 100%; } }
.industry-numbers-static__number {
    margin-top: -4px;
    font-size: 72px; }
@media (max-width: 1024px) {
      .industry-numbers-static__number {
        font-size: 58px; } }
@media (max-width: 640px) {
      .industry-numbers-static__number {
        margin-top: 0;
        font-size: 48px; } }
@media (max-width: 475px) {
      .industry-numbers-static__number {
        margin-top: 0;
        font-size: 40px; } }
.industry-numbers-static__number:not(:last-child) {
      margin-bottom: 10px;
      padding-bottom: 6px; }
.industry-numbers-static__number_azure-blue {
      color: #2651be;
      border-color: #2651be; }
.industry-numbers-static__number_dark-blue {
      color: #2006a2;
      border-color: #2006a2; }
.industry-numbers-static__number_cinnabar {
      color: #fc4102;
      border-color: #fc4102; }
.industry-numbers-static__number_green {
      color: #17c583;
      border-color: #17c583; }
.industry-numbers-static__number_dark-orchid {
      color: #9033c2;
      border-color: #9033c2; }
.industry-numbers-static__number_purple-red {
      color: #640043;
      border-color: #640043; }
.industry-numbers-static__description {
    font-size: 22px; }
@media (max-width: 1024px) {
      .industry-numbers-static__description {
        font-size: 18px; } }
@media (max-width: 475px) {
      .industry-numbers-static__description {
        font-size: 16px; } }
.industry-numbers-static__ctas {
    display: flex;
    justify-content: space-between;
    padding: 0 23px; }
@media (max-width: 640px) {
      .industry-numbers-static__ctas {
        display: block; }
        .industry-numbers-static__ctas > * {
          width: 100%;
          margin: 0 auto; }
          .industry-numbers-static__ctas > *:not(:last-child) {
            margin-bottom: 20px; } }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.expertise-list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none; }
@media screen and (max-width: 860px) {
    .expertise-list {
      flex-direction: column; } }
.expertise-list__item {
    flex-basis: 100%;
    margin-bottom: 25px; }
@media screen and (min-width: 861px) {
      .expertise-list__item {
        flex-basis: 30%;
        max-width: 300px; } }
.expertise-list__item strong {
      display: block;
      padding-top: 15px;
      padding-bottom: 15px; }
.expertise-list__item ul {
      margin: 0;
      padding: 0 0 0 15px;
      list-style: none; }
.expertise-list__item li {
      position: relative;
      margin-bottom: 10px; }
.expertise-list__item li::before {
        position: absolute;
        top: 10px;
        left: -15px;
        width: 6px;
        height: 6px;
        background-image: linear-gradient(to left, #39c7ae, #181d64);
        content: ''; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.aws-migration__expertise, .aws-migration__services, .aws-migration__migrations .expertise-list, .aws-migration__stats, .aws-migration .form-section {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }
@media only screen and (max-width: 1024px) {
    .aws-migration__expertise, .aws-migration__services, .aws-migration__migrations .expertise-list, .aws-migration__stats, .aws-migration .form-section {
      padding-right: 20px;
      padding-left: 20px; } }
@media (min-width: 2560px) {
    .aws-migration__expertise, .aws-migration__services, .aws-migration__migrations .expertise-list, .aws-migration__stats, .aws-migration .form-section {
      max-width: calc(940px * 1.44); } }
.aws-migration {
  overflow: hidden; }
.aws-migration .aws-title-aws-migration {
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: cover; }
@media screen and (max-width: 1400px) {
      .aws-migration .aws-title-aws-migration {
        background-position: 100% 100%; } }
@media screen and (max-width: 480px) {
      .aws-migration .aws-title-aws-migration {
        background-position: 50% 5%; } }
@media screen and (min-width: 1240px) {
    .aws-migration .aws-title__heading {
      font-size: 120px; } }
@media screen and (max-width: 768px) {
    .aws-migration .aws-title__heading {
      font-size: 65px; } }
@media screen and (max-width: 480px) {
    .aws-migration .aws-title__heading {
      width: 225px;
      word-break: break-word; } }
.aws-migration .aws-title__wrapper {
    max-width: 1100px;
    padding-bottom: 5vw; }
@media screen and (max-width: 480px) {
      .aws-migration .aws-title__wrapper {
        padding-bottom: 40px; } }
.aws-migration .sub-title-static__wrapper {
    padding: 0; }
.aws-migration .sub-title-static__heading {
    background-image: linear-gradient(to left, #39c7ae, #181d64); }
@media (max-width: 475px) {
      .aws-migration .sub-title-static__heading {
        font-size: 30px; } }
.aws-migration__colored-title .sub-title-colored__wrapper {
    padding: 0; }
.aws-migration__colored-title .sub-title-colored__heading {
    margin: 35px 0 45px;
    font-weight: 900;
    font-size: 1.65em; }
.aws-migration__colored-title .sub-title-colored__heading-square {
    top: -15px;
    left: -10px;
    width: 60px;
    height: 55px; }
.aws-migration__colored-title_white .sub-title-colored__wrapper {
    padding: 0; }
.aws-migration__colored-title_white .sub-title-colored__heading {
    margin: 35px 0 45px;
    color: #fff;
    font-weight: 900;
    font-size: 1.65em; }
.aws-migration__colored-title_white .sub-title-colored__heading-square {
    top: -15px;
    left: -10px;
    width: 60px;
    height: 55px; }
.aws-migration__services .aws-services__heading {
    margin-top: 0;
    font-size: 26px; }
.aws-migration__landing-zone, .aws-migration__migrations {
    padding: 60px 0 80px;
    color: #fff;
    background-image: linear-gradient(to left, #39c7ae, #181d64);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: cover; }
@media screen and (max-width: 1400px) {
      .aws-migration__landing-zone, .aws-migration__migrations {
        background-position: 100% 100%; } }
@media screen and (max-width: 480px) {
      .aws-migration__landing-zone, .aws-migration__migrations {
        background-position: 50% 50%; } }
.aws-migration__landing-zone .sub-title-colored, .aws-migration__migrations .sub-title-colored {
      margin-bottom: 50px; }
.aws-migration__landing-zone .sub-title-colored__wrapper, .aws-migration__migrations .sub-title-colored__wrapper {
        padding: 0 20px; }
.aws-migration__landing-zone-image {
    display: block;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px; }
@media screen and (max-width: 480px) {
      .aws-migration__landing-zone-image {
        max-width: 90vw; } }
.aws-migration__migrations {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to right, #39c7ae, #181d64); }
.aws-migration__migrations::after {
      position: absolute;
      top: -12%;
      right: -7%;
      z-index: -1;
      width: 30%;
      height: 100%;
      background-image: url("https://cdnssinc-dev.azureedge.net/img/on-demand/aws-migration/migration-image.svg");
      background-repeat: no-repeat;
      background-position: 100% 100%;
      background-size: 100% 100%;
      content: ''; }
@media screen and (max-width: 860px) {
        .aws-migration__migrations::after {
          top: -22%;
          right: -4%;
          width: 250px; } }
@media screen and (max-width: 860px) {
        .aws-migration__migrations::after {
          top: -30%;
          right: -6%;
          width: 200px; } }
@media screen and (max-width: 360px) {
        .aws-migration__migrations::after {
          top: -37%;
          right: -6%;
          width: 150px; } }
.aws-migration__migrations .expertise-list__item,
    .aws-migration__migrations .expertise-list .sub-title-colored {
      margin-bottom: 0; }
@media screen and (max-width: 860px) {
        .aws-migration__migrations .expertise-list__item__wrapper,
        .aws-migration__migrations .expertise-list .sub-title-colored__wrapper {
          padding: 0; } }
.aws-migration__migrations .expertise-list__item__heading,
      .aws-migration__migrations .expertise-list .sub-title-colored__heading {
        margin-bottom: 30px;
        font-weight: 900;
        font-size: 16px; }
.aws-migration__migrations .expertise-list__item__heading-square,
      .aws-migration__migrations .expertise-list .sub-title-colored__heading-square {
        display: none; }
.aws-migration__stats .sub-title-static__heading {
    background-image: linear-gradient(to left, #000, #000); }
.aws-migration__stats .industry-numbers-static__number-wrapper {
    background-image: linear-gradient(to left, #39c7ae, #181d64);
    -webkit-background-clip: text;
    background-clip: text;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    -webkit-border-image: linear-gradient(to left, #39c7ae, #181d64);
    -moz-border-image: gradient(to left, #39c7ae, #181d64);
    border-image: linear-gradient(to left, #39c7ae, #181d64);
    -webkit-border-image-slice: 0 0 1 0;
    border-image-slice: 0 0 1 0;
    -webkit-text-fill-color: transparent; }
.aws-migration__stats .industry-numbers-static__number {
    font-weight: 900;
    background-image: linear-gradient(to left, #39c7ae, #181d64);
    -webkit-background-clip: text;
    background-clip: text;
    border-bottom: 2px solid transparent;
    -webkit-text-fill-color: transparent; }
.aws-migration__stats .industry-numbers-static__description {
    font-weight: 900; }
.aws-migration__case-studies {
    margin-top: 50px; }
@media (max-width: 580px) {
      .aws-migration__case-studies {
        margin-top: 25px; } }
.aws-migration__case-studies .sub-title-static__heading {
      background-image: linear-gradient(to left, #000, #000); }
.aws-migration__case-studies .aws-case-studies__wrapper {
      margin-top: 25px;
      margin-bottom: 50px; }
@media (max-width: 580px) {
        .aws-migration__case-studies .aws-case-studies__wrapper {
          margin-bottom: 25px;
          padding: 0 20px; } }
.aws-migration__case-studies .aws-case-studies__list-item-logo-big {
      display: none; }
.aws-migration__case-studies .aws-case-studies__list-item {
      text-align: center; }
.aws-migration__case-studies .aws-case-studies__list-item-logo {
      width: 50%;
      margin-bottom: 20px; }
.aws-migration__case-studies .aws-case-studies__list-item-link {
      background-image: linear-gradient(to left, #39c7ae, #181d64);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
.aws-migration__success-message {
    padding-bottom: 20vw;
    text-align: center; }
.aws-migration .form-box:before {
    box-shadow: none; }
@media (max-width: 400px) {
    .aws-migration .form-box {
      width: 100%;
      max-width: 320px;
      margin: 0 auto; } }
.aws-migration .form-box__inner {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding: 46px 0; }
@media screen and (max-width: 400px) {
    .aws-migration form .form-input:nth-child(2) {
      margin-bottom: 30px; } }
.aws-migration .form-box__row {
    margin-bottom: 20px; }
.aws-migration .form-box__submit {
    max-width: 250px;
    margin: 50px auto 90px; }
.aws-migration .form-input__error {
    color: #e72e38;
    font-weight: 100;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    text-transform: none; }
.aws-migration .form-success-message {
    color: #000; }
.aws-migration .form-input__field-wrapper input {
    color: #000;
    font-weight: 100;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    text-transform: none;
    outline: none; }
.aws-migration .form-input__checkbox {
    height: 40px; }
.aws-migration .form-input__checkbox-label {
      padding-left: 40px;
      font-size: 16px;
      line-height: 1.3; }
.aws-migration .form-input__checkbox-label::before {
        width: 20px;
        height: 20px;
        font-size: 16px;
        content: ''; }
.aws-migration .form-input__checkbox-label::after {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
        content: ''; }
.aws-migration .form-input__checkbox a {
      font-weight: 900; }
.aws-migration input:checked + .form-input__checkbox-label:before {
    content: '' !important; }
.aws-migration input:checked + .form-input__checkbox-label:after {
    background-color: #000; }
.aws-migration .form-input__text,
  .aws-migration .form-input__textarea {
    height: 40px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #000; }
.aws-migration .form-input__text::-webkit-input-placeholder {
    color: #000;
    text-align: left;
    transform: translate(1%);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s; }
.aws-migration .form-input__text:focus::-webkit-input-placeholder {
    text-align: right;
    transform: translate(-1%); }
.aws-migration .aws-ml__success-message {
    padding-bottom: 5vw;
    font-size: 24px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.vertical__tabs__nav {
  margin: 0;
  padding: 0;
  list-style: none; }
.vertical__heading {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 41px;
  font-family: "ProximaNova", sans-serif;
  text-transform: uppercase; }
.vertical__heading:not(:last-child) {
    margin-bottom: 38px; }
@media (max-width: 640px) {
    .vertical__heading {
      font-size: 30px; } }
.vertical {
  padding: 40px 0 60px; }
.vertical__heading:not(:last-child) {
    margin-bottom: 24px; }
.vertical__tabs__nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between; }
@media (max-width: 768px) {
      .vertical__tabs__nav {
        display: block;
        border-bottom: none; } }
.vertical__tabs__nav:not(:last-child) {
      margin-bottom: 16px; }
.vertical__tabs__nav__item {
      position: relative;
      margin-bottom: -2px;
      padding: 34px 0;
      color: #000;
      font-weight: 900;
      font-size: 24px;
      font-family: "ProximaNova", sans-serif;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      border-top: 2px solid black;
      border-bottom: 2px solid black;
      cursor: pointer; }
.vertical__tabs__nav__item::after {
        position: absolute;
        top: 50%;
        right: 15px;
        font-weight: normal;
        font-size: 58px;
        font-family: OpenSans, Helvetica, Arial, sans-serif;
        transform: translateY(-50%);
        content: '+'; }
@media (max-width: 475px) {
          .vertical__tabs__nav__item::after {
            content: none; } }
.vertical__tabs__nav__item.current {
        border-bottom: none; }
.vertical__tabs__nav__item.current::after {
          position: absolute;
          top: 50%;
          right: 15px;
          width: 27px;
          height: 3px;
          background: black;
          transform: translateY(-50%);
          content: ''; }
@media (max-width: 475px) {
            .vertical__tabs__nav__item.current::after {
              content: none; } }
@media (max-width: 475px) {
        .vertical__tabs__nav__item {
          font-size: 20px; } }
.vertical__tabs__nav__item-title {
      display: inline-block;
      width: 325px; }
@media (max-width: 475px) {
        .vertical__tabs__nav__item-title {
          width: 280px; } }
.vertical__tabs__content {
    color: #000;
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: normal; }
.vertical__tabs__content > div {
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit; }
@media (max-width: 640px) {
      .vertical__tabs__content {
        font-size: 14px; } }
.vertical__tabs__content-mobile {
      display: none;
      padding: 20px 0 60px; }
.vertical__tabs__content-mobile.current {
        display: block;
        margin-bottom: -2px;
        border-bottom: 2px solid black; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
.aws-energy .aws-title {
  background-repeat: no-repeat;
  background-size: cover; }
.aws-energy .aws-title__heading {
    max-width: 70%;
    margin-top: 0;
    font-weight: bold;
    font-weight: 900;
    font-size: 120px;
    font-family: "ProximaNova", sans-serif;
    line-height: 0.9;
    text-transform: uppercase; }
@media (max-width: 900px) {
      .aws-energy .aws-title__heading {
        max-width: 50%;
        font-size: 8vw; } }
@media (max-width: 768px) {
      .aws-energy .aws-title__heading {
        max-width: 240px;
        font-size: 40px; } }
.aws-energy .aws-title__text {
    font-size: 16px;
    font-family: OpenSans, Helvetica, Arial, sans-serif;
    line-height: 1.5; }
@media (max-width: 767px) {
      .aws-energy .aws-title__text {
        font-size: 14px; } }
.aws-energy .aws-title__wrapper {
    width: 100%;
    max-width: 1012px;
    margin: 0 auto;
    padding: 30px 0 50px; }
@media (max-width: 960px) {
      .aws-energy .aws-title__wrapper {
        padding: 30px 20px 50px; } }
.aws-energy .offerings {
  margin-top: 70px;
  margin-bottom: 40px; }
@media (min-width: 768px) {
    .aws-energy .offerings__list-item {
      width: 30%;
      max-width: 285px;
      height: 100%; } }
.aws-energy .offerings__list-item-title {
    max-width: 174px;
    height: 174px;
    padding-bottom: initial;
    background-image: linear-gradient(to bottom, #f83600, #f9bd23); }
.aws-energy .offerings__list-item-text {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 2px solid #f83600; }
.aws-energy__success-message {
  padding-bottom: 20vw;
  text-align: center; }
.aws-energy .form-box:before {
  box-shadow: none; }
@media (max-width: 400px) {
  .aws-energy .form-box {
    width: 100%;
    max-width: 320px;
    margin: 0 auto; } }
.aws-energy .form-box__inner {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  padding: 46px 0; }
@media screen and (max-width: 400px) {
  .aws-energy form .form-input:nth-child(2) {
    margin-bottom: 30px; } }
.aws-energy .form-box__row {
  margin-bottom: 20px; }
.aws-energy .form-box__submit {
  max-width: 250px;
  margin: 50px auto; }
.aws-energy .form-input__error {
  color: #e72e38;
  font-weight: 100;
  font-size: 16px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  text-transform: none; }
.aws-energy .form-success-message {
  color: #000; }
.aws-energy .form-input__field-wrapper input {
  color: #000;
  font-weight: 100;
  font-size: 16px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  text-transform: none;
  outline: none; }
.aws-energy .form-input__checkbox-label {
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.3; }
.aws-energy .form-input__checkbox-label::before {
    width: 20px;
    height: 20px;
    font-size: 16px;
    content: ''; }
.aws-energy .form-input__checkbox-label::after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    content: ''; }
.aws-energy .form-input__checkbox a {
  font-weight: 900; }
.aws-energy input:checked + .form-input__checkbox-label:before {
  content: '' !important; }
.aws-energy input:checked + .form-input__checkbox-label:after {
  background-color: #000; }
.aws-energy .form-input__text,
.aws-energy .form-input__textarea {
  height: 40px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #000; }
.aws-energy .form-input__text::-webkit-input-placeholder {
  color: #000;
  text-align: left;
  transform: translate(1%);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }
.aws-energy .form-input__text:focus::-webkit-input-placeholder {
  text-align: right;
  transform: translate(-1%); }
.aws-energy .aws-ml__success-message {
  padding-bottom: 5vw;
  font-size: 24px; }

/* $cdnURL: 'https://cdnssinc-prod.softserveinc.com'; */
@font-face {
  font-weight: 900;
  font-family: 'ProximaNova';
  font-style: italic;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-BlackIt.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-BlackIt.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-BlackIt.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-BlackIt.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-BlackIt.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-BlackIt.svg#ProximaNova-BlackIt") format("svg"); }
@font-face {
  font-weight: 700;
  font-family: 'ProximaNova';
  font-style: normal;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Bold.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Bold.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg"); }
@font-face {
  font-weight: 700;
  font-family: 'ProximaNova';
  font-style: italic;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-BoldIt.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-BoldIt.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-BoldIt.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-BoldIt.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-BoldIt.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-BoldIt.svg#ProximaNova-BoldIt") format("svg"); }
@font-face {
  font-weight: 400;
  font-family: 'ProximaNova';
  font-style: italic;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-RegularIt.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-RegularIt.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-RegularIt.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-RegularIt.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-RegularIt.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-RegularIt.svg#ProximaNova-RegularIt") format("svg"); }
@font-face {
  font-weight: 600;
  font-family: 'ProximaNova';
  font-style: normal;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Semibold.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Semibold.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg"); }
@font-face {
  font-weight: 900;
  font-family: 'ProximaNova';
  font-style: normal;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Black.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Black.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Black.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Black.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Black.svg#ProximaNova-Black") format("svg"); }
@font-face {
  font-weight: 800;
  font-family: 'ProximaNova';
  font-style: italic;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-ExtrabldIt.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-ExtrabldIt.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-ExtrabldIt.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-ExtrabldIt.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-ExtrabldIt.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-ExtrabldIt.svg#ProximaNova-ExtrabldIt") format("svg"); }
@font-face {
  font-weight: 800;
  font-family: 'ProximaNova';
  font-style: normal;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Extrabld.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Extrabld.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Extrabld.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Extrabld.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg"); }
@font-face {
  font-weight: 600;
  font-family: 'ProximaNova';
  font-style: italic;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-SemiboldIt.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-SemiboldIt.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-SemiboldIt.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-SemiboldIt.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-SemiboldIt.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-SemiboldIt.svg#ProximaNova-SemiboldIt") format("svg"); }
@font-face {
  font-weight: 400;
  font-family: 'ProximaNova';
  font-style: normal;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg"); }
@font-face {
  font-weight: 700;
  font-family: 'OpenSans';
  font-style: italic;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-BoldItalic.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-BoldItalic.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-BoldItalic.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-BoldItalic.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg"); }
@font-face {
  font-weight: 400;
  font-family: 'OpenSans';
  font-style: italic;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Italic.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Italic.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Italic.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Italic.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Italic.svg#OpenSans-Italic") format("svg"); }
@font-face {
  font-weight: 800;
  font-family: 'OpenSans';
  font-style: italic;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-ExtraboldItalic.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-ExtraboldItalic.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-ExtraboldItalic.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-ExtraboldItalic.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-ExtraboldItalic.svg#OpenSans-ExtraboldItalic") format("svg"); }
@font-face {
  font-weight: 700;
  font-family: 'OpenSans';
  font-style: normal;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Bold.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Bold.svg#OpenSans-Bold") format("svg"); }
@font-face {
  font-weight: 400;
  font-family: 'OpenSans';
  font-style: normal;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans.svg#OpenSans") format("svg"); }
@font-face {
  font-weight: 600;
  font-family: 'OpenSans';
  font-style: italic;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-SemiboldItalic.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-SemiboldItalic.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-SemiboldItalic.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-SemiboldItalic.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic") format("svg"); }
@font-face {
  font-weight: 800;
  font-family: 'OpenSans';
  font-style: normal;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Extrabold.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Extrabold.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Extrabold.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Extrabold.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Extrabold.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Extrabold.svg#OpenSans-Extrabold") format("svg"); }
@font-face {
  font-weight: 600;
  font-family: 'OpenSans';
  font-style: normal;
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Semibold.eot");
  src: url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Semibold.woff2") format("woff2"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Semibold.woff") format("woff"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Semibold.ttf") format("truetype"), url("https://cdnssinc-dev.azureedge.net/fonts/OpenSans/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg"); }
/*! normalize.css v9.0.1 | MIT License | github.com/csstools/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
html {
  box-sizing: border-box; }
*,
*:before,
*:after {
  box-sizing: inherit; }
body {
  margin: 0; }
.page {
  font-family: OpenSans, Helvetica, Arial, sans-serif; }
@media screen and (min-width: 767px) and (max-width: 1024px) {
  body[data-page='main-page'] .section,
  body[data-page='services'] .section,
  body[data-page='optimized-hybrid-cloud'] .section {
    padding-left: 80px; } }
body[data-page='digital-events'] {
  overflow-x: hidden !important; }

