@charset "UTF-8";
* {
  font-family: Lato, sans-serif;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animate__animated.animate__fadeInUp {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.outstaffing-landing {
  /* ais footer */
  /* ais footer */
}
.outstaffing-landing section {
  width: 100%;
}
.outstaffing-landing .outer-bg-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.outstaffing-landing .inner-container {
  max-width: 1440px;
  width: 100%;
  padding: 42px;
  margin: 0 auto;
}
@media (max-width: 805px) {
  .outstaffing-landing .inner-container {
    padding: 24px;
  }
}
@media (max-width: 422px) {
  .outstaffing-landing .inner-container {
    padding: 15px;
  }
}
.outstaffing-landing .hubspot-form .hs_submit.hs-submit .hs-button.primary.large,
.outstaffing-landing .expert-button {
  border: 2px solid #62BB46;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 270px;
  height: 46px;
  background: #62BB46;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
@media (max-width: 422px) {
  .outstaffing-landing .hubspot-form .hs_submit.hs-submit .hs-button.primary.large,
.outstaffing-landing .expert-button {
    max-width: 100%;
  }
}
.outstaffing-landing .hubspot-form .hs_submit.hs-submit .hs-button.primary.large {
  width: 270px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
@media (max-width: 768px) {
  .outstaffing-landing .hubspot-form .hs_submit.hs-submit .hs-button.primary.large {
    width: 345px;
  }
}
@media (max-width: 420px) {
  .outstaffing-landing .hubspot-form .hs_submit.hs-submit .hs-button.primary.large {
    width: 100%;
  }
}
.outstaffing-landing .hubspot-form .hs_submit.hs-submit .hs-button.primary.large {
  border: 1px solid #62BB46;
}
.outstaffing-landing .hubspot-form .hs_submit.hs-submit .hs-button.primary.large:hover {
  color: #62BB46;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  border: 1px solid #62BB46;
}
.outstaffing-landing .hubspot-form .hs_submit {
  margin-bottom: 17px;
}
.outstaffing-landing .expert-button:hover {
  background-color: #fff;
  color: #62BB46;
}
.outstaffing-landing section .outer-bg-container h2,
.outstaffing-landing section .inner-container h2 {
  font-weight: 400;
  font-size: 42px;
  line-height: 100%;
  color: #181818;
  margin-bottom: 42px;
}
@media (max-width: 885px) {
  .outstaffing-landing section .outer-bg-container h2,
.outstaffing-landing section .inner-container h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing section .outer-bg-container h2,
.outstaffing-landing section .inner-container h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media (max-width: 520px) {
  .outstaffing-landing section .outer-bg-container h2,
.outstaffing-landing section .inner-container h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.outstaffing-landing section .outer-bg-container p,
.outstaffing-landing section .inner-container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
@media (max-width: 520px) {
  .outstaffing-landing section .outer-bg-container p,
.outstaffing-landing section .inner-container p {
    margin-top: 0;
  }
}
.outstaffing-landing .hero-section {
  background-image: url("../img/outstaffing-landing/hero-dark-bg.png");
  height: auto;
}
@media (max-width: 420px) {
  .outstaffing-landing .hero-section .expert-button {
    margin-bottom: 17px;
  }
}
.outstaffing-landing .hero-section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 996px) {
  .outstaffing-landing .hero-section .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.outstaffing-landing .hero-section .content .ico {
  width: 100%;
  max-width: 62px;
  position: absolute;
}
@media (max-width: 1300px) {
  .outstaffing-landing .hero-section .content .ico {
    max-width: 52px;
  }
}
@media (max-width: 1024px) {
  .outstaffing-landing .hero-section .content .ico {
    max-width: 48px;
  }
}
@media (max-width: 480px) {
  .outstaffing-landing .hero-section .content .ico {
    max-width: 26px;
  }
}
.outstaffing-landing .hero-section .content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 58px;
}
@media (max-width: 1120px) {
  .outstaffing-landing .hero-section .content p {
    margin-bottom: 52px;
    padding-right: 30px;
  }
}
@media (max-width: 877px) {
  .outstaffing-landing .hero-section .content p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing .hero-section .content p {
    margin-bottom: 42px;
  }
}
@media (max-width: 422px) {
  .outstaffing-landing .hero-section .content p {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 30px;
  }
}
.outstaffing-landing .hero-section .content h1 {
  font-weight: 300;
  font-size: 62px;
  line-height: 72px;
  color: #ffffff;
  position: relative;
  margin: 107px 0 32px 0;
}
@media (max-width: 1382px) {
  .outstaffing-landing .hero-section .content h1 {
    font-weight: 300;
    font-size: 62px;
    line-height: 72px;
  }
}
@media (max-width: 1120px) {
  .outstaffing-landing .hero-section .content h1 {
    margin: 62px 0 32px 0;
  }
}
@media (max-width: 1018px) {
  .outstaffing-landing .hero-section .content h1 {
    font-size: 55px;
  }
}
@media (max-width: 909px) {
  .outstaffing-landing .hero-section .content h1 {
    font-size: 42px;
    line-height: 100%;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing .hero-section .content h1 {
    margin: 65px 0 24px 0;
  }
}
@media (max-width: 720px) {
  .outstaffing-landing .hero-section .content h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 422px) {
  .outstaffing-landing .hero-section .content h1 {
    margin: 28px 0 24px 0;
  }
}
.outstaffing-landing .hero-section .content .info {
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1;
          flex: 1.1;
}
@media (max-width: 1120px) {
  .outstaffing-landing .hero-section .content .info {
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
  }
}
.outstaffing-landing .hero-section .content .img-animation {
  position: relative;
  background-image: url("../img/outstaffing-landing/star-without-bg-small.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: center;
  -webkit-box-flex: 0.9;
      -ms-flex: 0.9;
          flex: 0.9;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in forwards;
          animation: fadeIn 1s ease-in forwards;
}
@media (max-width: 1382px) {
  .outstaffing-landing .hero-section .content .img-animation {
    background-position: -130%;
  }
}
@media (max-width: 1300px) {
  .outstaffing-landing .hero-section .content .img-animation {
    background-position: -65%;
    background-size: 100%;
  }
}
@media (max-width: 1120px) {
  .outstaffing-landing .hero-section .content .img-animation {
    background-position: 0;
    background-size: 100%;
    -webkit-box-flex: 0.8;
        -ms-flex: 0.8;
            flex: 0.8;
  }
}
@media (max-width: 1024px) {
  .outstaffing-landing .hero-section .content .img-animation {
    background-position: 8px;
    background-size: 100%;
  }
}
@media (max-width: 996px) {
  .outstaffing-landing .hero-section .content .img-animation {
    min-height: 380px;
    background-position: center;
    background-size: 52%;
  }
}
@media (max-width: 894px) {
  .outstaffing-landing .hero-section .content .img-animation {
    background-size: 75%;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing .hero-section .content .img-animation {
    background-size: 78%;
    min-height: 453px;
  }
}
@media (max-width: 720px) {
  .outstaffing-landing .hero-section .content .img-animation {
    min-height: 425px;
  }
}
@media (max-width: 720px) {
  .outstaffing-landing .hero-section .content .img-animation {
    min-height: 360px;
  }
}
@media (max-width: 480px) {
  .outstaffing-landing .hero-section .content .img-animation {
    background-size: 87%;
    min-height: 300px;
    margin-top: 32px;
  }
}
@media (max-width: 422px) {
  .outstaffing-landing .hero-section .content .img-animation {
    background-position: 25px !important;
    background-size: 100%;
  }
}
.outstaffing-landing .hero-section .content .img-animation .ico {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in forwards;
          animation: fadeIn 0.5s ease-in forwards;
}
.outstaffing-landing .hero-section .content .img-animation .hero-icon-1 {
  left: 9%;
  top: 5%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 1382px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-1 {
    left: 9%;
    top: 9%;
  }
}
@media (max-width: 1300px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-1 {
    left: 10%;
    top: 13%;
  }
}
@media (max-width: 1120px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-1 {
    left: 7%;
    top: 21%;
  }
}
@media (max-width: 1024px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-1 {
    left: 12%;
    top: 23%;
  }
}
@media (max-width: 996px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-1 {
    left: 28%;
    top: -30px;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-1 {
    left: 18%;
    top: 8%;
  }
}
@media (max-width: 625px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-1 {
    left: 18%;
    top: 5%;
  }
}
@media (max-width: 480px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-1 {
    left: 20%;
    top: 6%;
  }
}
@media (max-width: 422px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-1 {
    left: 17%;
    top: 8%;
  }
}
@media (max-width: 378px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-1 {
    left: 32%;
    top: 7%;
  }
}
.outstaffing-landing .hero-section .content .img-animation .hero-icon-2 {
  right: 70px;
  top: 18px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media (max-width: 1146px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-2 {
    top: 70px;
  }
}
@media (max-width: 996px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-2 {
    right: 29%;
    top: -50px;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-2 {
    right: 21%;
  }
}
@media (max-width: 625px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-2 {
    right: 22%;
    top: -3%;
  }
}
@media (max-width: 480px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-2 {
    right: 20%;
    top: -2%;
  }
}
@media (max-width: 420px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-2 {
    right: 70px;
  }
}
@media (max-width: 375px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-2 {
    right: 25px;
  }
}
.outstaffing-landing .hero-section .content .img-animation .hero-icon-3 {
  bottom: 1%;
  right: 21%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media (max-width: 1382px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-3 {
    bottom: 4%;
    right: 19%;
  }
}
@media (max-width: 1300px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-3 {
    bottom: 4%;
    right: 21%;
  }
}
@media (max-width: 1120px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-3 {
    right: 17%;
    bottom: 16%;
  }
}
@media (max-width: 1024px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-3 {
    right: 17%;
    bottom: 19%;
  }
}
@media (max-width: 996px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-3 {
    right: 35%;
    bottom: -6%;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-3 {
    right: 29%;
    bottom: -5%;
  }
}
@media (max-width: 625px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-3 {
    right: 28%;
    bottom: -7%;
  }
}
@media (max-width: 480px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-3 {
    right: 28%;
    bottom: -3%;
  }
}
@media (max-width: 422px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-3 {
    right: 20% !important;
    bottom: -4%;
  }
}
@media (max-width: 375px) {
  .outstaffing-landing .hero-section .content .img-animation .hero-icon-3 {
    right: 17% !important;
    bottom: 1%;
  }
}
.outstaffing-landing .hero-section .content h1 strong {
  color: #62BB46;
  margin-right: 65px;
  font-weight: 300 !important;
}
@media (max-width: 625px) {
  .outstaffing-landing .hero-section .content h1 strong {
    margin-right: 50px;
  }
}
.outstaffing-landing .hero-section .content h1 strong:after {
  content: "";
  background-image: url("../img/outstaffing-landing/hero-first-word-arrow.svg");
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 20px;
  left: 160px;
  background-repeat: no-repeat;
}
@media (max-width: 1018px) {
  .outstaffing-landing .hero-section .content h1 strong:after {
    left: 150px;
  }
}
@media (max-width: 909px) {
  .outstaffing-landing .hero-section .content h1 strong:after {
    left: 120px;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    top: 5px;
  }
}
@media (max-width: 720px) {
  .outstaffing-landing .hero-section .content h1 strong:after {
    left: 94px;
  }
}
@media (max-width: 625px) {
  .outstaffing-landing .hero-section .content h1 strong:after {
    left: 90px;
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
    top: 9px;
  }
}
.outstaffing-landing .partners h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-top: 40px;
}
@media (max-width: 520px) {
  .outstaffing-landing .partners h5 {
    margin-top: 20px;
  }
}
.outstaffing-landing .partners .logo-wrapper {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 880px) {
  .outstaffing-landing .partners .logo-wrapper {
    gap: 15px;
  }
}
@media (max-width: 660px) {
  .outstaffing-landing .partners .logo-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 520px) {
  .outstaffing-landing .partners .logo-wrapper {
    margin-top: 37px;
  }
}
.outstaffing-landing .partners .logo-wrapper div {
  width: calc(16.2% - 15px);
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1330px) {
  .outstaffing-landing .partners .logo-wrapper div {
    width: calc(19% - 15px);
  }
}
@media (max-width: 1160px) {
  .outstaffing-landing .partners .logo-wrapper div {
    width: calc(24% - 15px);
  }
}
@media (max-width: 880px) {
  .outstaffing-landing .partners .logo-wrapper div {
    width: calc(33% - 15px);
  }
}
@media (max-width: 650px) {
  .outstaffing-landing .partners .logo-wrapper div {
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    width: 48%;
  }
}
@media (max-width: 405px) {
  .outstaffing-landing .partners .logo-wrapper div {
    width: 47%;
  }
}
.outstaffing-landing .partners .logo-wrapper div img {
  width: auto;
  height: auto;
  max-width: 95%;
}
@media (max-width: 405px) {
  .outstaffing-landing .partners .logo-wrapper div img {
    max-width: 90%;
  }
}
@media (max-width: 420px) {
  .outstaffing-landing .what-is {
    margin-top: 53px;
  }
}
.outstaffing-landing .what-is .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 885px) {
  .outstaffing-landing .what-is .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.outstaffing-landing .what-is .section-content .img-wrapper img {
  width: 100%;
  height: auto;
}
.outstaffing-landing .what-is .section-content .img-wrapper {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.outstaffing-landing .what-is .section-content .img-wrapper:after {
  content: "";
  background-image: url("../img/outstaffing-landing/img-overflow-bg.svg");
  display: block;
  position: absolute;
  width: 204px;
  height: 132px;
  right: 12px;
  bottom: 8px;
  background-repeat: no-repeat;
}
@media (max-width: 920px) {
  .outstaffing-landing .what-is .section-content .img-wrapper:after {
    bottom: 23px;
  }
}
@media (max-width: 885px) {
  .outstaffing-landing .what-is .section-content .img-wrapper:after {
    bottom: 10px;
  }
}
@media (max-width: 520px) {
  .outstaffing-landing .what-is .section-content .img-wrapper:after {
    bottom: -30px;
    right: -65px;
  }
}
.outstaffing-landing .what-is .section-content .text {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1250px) {
  .outstaffing-landing .what-is .section-content .text {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .outstaffing-landing .what-is .section-content .text {
    padding-right: 22px;
  }
}
@media (max-width: 885px) {
  .outstaffing-landing .what-is .section-content .text {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .outstaffing-landing .what-is .section-content .text {
    padding-right: 0;
  }
}
.outstaffing-landing .what-is .section-content p {
  color: rgb(24, 24, 24);
}
@media (max-width: 1024px) {
  .outstaffing-landing .what-is .section-content h2 {
    margin-bottom: 42px;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing .what-is .section-content h2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing .what-is .section-content h2 {
    margin-bottom: 12px;
  }
}
.outstaffing-landing .what-is .section-content .image {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: right;
}
@media (max-width: 885px) {
  .outstaffing-landing .what-is .section-content .image {
    width: 100%;
    height: auto;
  }
}
.outstaffing-landing .comparing .section-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}
@media (max-width: 1024px) {
  .outstaffing-landing .comparing .section-table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 804px) {
  .outstaffing-landing .comparing .section-table {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing .comparing .inner-container h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 560px) {
  .outstaffing-landing .comparing .inner-container h2 {
    line-height: 30px;
  }
}
.outstaffing-landing .comparing .section-table .s-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(25% - 15px);
}
@media (max-width: 1024px) {
  .outstaffing-landing .comparing .section-table .s-col {
    width: calc(50% - 15px);
  }
}
@media (max-width: 560px) {
  .outstaffing-landing .comparing .section-table .s-col {
    width: 100%;
  }
}
.outstaffing-landing .comparing .section-table .s-row.col-heading,
.outstaffing-landing .comparing .section-table .s-col .s-row {
  width: 100%;
  height: 82px;
  padding: 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.outstaffing-landing .comparing .section-table .s-col .s-row:nth-child(odd) {
  background: #ffffff;
}
.outstaffing-landing .comparing .section-table .s-col .s-row:nth-child(even) {
  background: rgba(217, 217, 217, 0.2);
}
.outstaffing-landing .comparing .section-table .s-row.col-heading {
  background: rgba(98, 187, 70, 0.1);
}
.outstaffing-landing .comparing .section-table .s-row.col-heading {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background: rgba(98, 187, 70, 0.1) !important;
}
.outstaffing-landing .comparing .section-table .s-row.col-heading.highlighted {
  font-weight: 700;
  background: rgb(98, 187, 70) !important;
  color: #ffffff;
}
.outstaffing-landing .why-choose .note {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-top: 24px;
}
.outstaffing-landing .why-choose .cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1135px) {
  .outstaffing-landing .why-choose .cards-wrapper {
    gap: 24px;
  }
}
@media (max-width: 395px) {
  .outstaffing-landing .why-choose .cards-wrapper {
    gap: 5px;
  }
}
.outstaffing-landing .why-choose .cards-wrapper .one-card {
  padding: 42px;
  width: 433px;
  height: 248px;
  background: rgb(244, 246, 247);
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
@media (max-width: 1135px) {
  .outstaffing-landing .why-choose .cards-wrapper .one-card {
    width: 458px;
  }
}
@media (max-width: 1024px) {
  .outstaffing-landing .why-choose .cards-wrapper .one-card {
    padding: 24px 12px;
  }
}
@media (max-width: 1023px) {
  .outstaffing-landing .why-choose .cards-wrapper .one-card {
    width: 348px;
  }
}
@media (max-width: 767px) {
  .outstaffing-landing .why-choose .cards-wrapper .one-card {
    width: 170px;
    height: auto;
    max-height: 181px;
  }
}
@media (max-width: 395px) {
  .outstaffing-landing .why-choose .cards-wrapper .one-card {
    width: 168px;
  }
}
.outstaffing-landing .why-choose .cards-wrapper .one-card p {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #181818;
}
@media (max-width: 804px) {
  .outstaffing-landing .why-choose .cards-wrapper .one-card p {
    margin-bottom: 12px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .outstaffing-landing .why-choose .cards-wrapper .one-card p {
    font-size: 16px;
    line-height: 120%;
    text-align: center;
  }
}
.outstaffing-landing .why-choose .cards-wrapper .one-card .card-ico {
  margin-bottom: 24px;
  width: 72px;
  height: 72px;
}
@media (max-width: 767px) {
  .outstaffing-landing .why-choose .cards-wrapper .one-card .card-ico {
    width: 52px;
    height: 52px;
  }
}
.outstaffing-landing .differentiators {
  background-image: url("../img/outstaffing-landing/hero-dark-bg.png");
  height: auto;
  margin-top: 40px;
  overflow: hidden;
}
.outstaffing-landing .differentiators .inner-container {
  position: relative;
  background-image: url("../img/outstaffing-landing/diagonal-ovals.svg");
  background-repeat: no-repeat;
  background-size: 56%;
  background-position: 93% 61%;
}
.outstaffing-landing .differentiators .inner-container:after {
  position: absolute;
  bottom: -182px;
  right: -182px;
  content: "";
  width: 364px;
  height: 364px;
  display: block;
  background-image: url("../img/outstaffing-landing/blurry-circle.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .outstaffing-landing .differentiators .inner-container:after {
    bottom: -140px;
    right: -140px;
  }
}
@media (max-width: 1246px) {
  .outstaffing-landing .differentiators .inner-container {
    background-size: 65%;
    background-position: 173% 94%;
  }
}
@media (max-width: 1024px) {
  .outstaffing-landing .differentiators .inner-container {
    background-size: 72%;
    background-position: 173% 87%;
  }
}
@media (max-width: 880px) {
  .outstaffing-landing .differentiators .inner-container {
    background-size: 72%;
    background-position: 173% 87%;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing .differentiators .inner-container {
    background-size: 95%;
    background-position: 371% -72px;
  }
}
@media (max-width: 640px) {
  .outstaffing-landing .differentiators .inner-container {
    background-size: 126%;
    background-position: 27% 82%;
  }
}
@media (max-width: 550px) {
  .outstaffing-landing .differentiators .inner-container {
    background-size: 129%;
    background-position: 21% 82%;
  }
}
@media (max-width: 430px) {
  .outstaffing-landing .differentiators .inner-container {
    background-size: 150%;
    background-position: 46% 80%;
  }
}
@media (max-width: 375px) {
  .outstaffing-landing .differentiators .inner-container {
    background-size: 233%;
    background-position: 45% 94%;
  }
}
.outstaffing-landing .differentiators .inner-container h2 {
  color: #ffffff;
  margin-bottom: 61px;
}
@media (max-width: 985px) {
  .outstaffing-landing .differentiators .inner-container h2 {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 42px;
  }
}
@media (max-width: 647px) {
  .outstaffing-landing .differentiators .inner-container h2 {
    font-size: 24px;
    line-height: 100%;
    margin-top: 8px;
  }
}
@media (max-width: 420px) {
  .outstaffing-landing .differentiators .inner-container h2 {
    margin-bottom: 32px;
  }
}
.outstaffing-landing .differentiators p {
  color: #ffffff;
  margin-top: 24px;
}
@media (max-width: 985px) {
  .outstaffing-landing .differentiators p {
    margin-top: 23px;
  }
}
@media (max-width: 647px) {
  .outstaffing-landing .differentiators p {
    font-size: 16px;
    line-height: 24px;
  }
}
.outstaffing-landing .differentiators .icon-counter {
  font-weight: 300;
  font-size: 59px;
  line-height: 100%;
  color: #62BB46;
}
@media (max-width: 647px) {
  .outstaffing-landing .differentiators .icon-counter {
    margin-bottom: 20px;
  }
}
@media (max-width: 647px) {
  .outstaffing-landing .differentiators .icon {
    margin-bottom: 11px;
  }
}
.outstaffing-landing .differentiators .diff-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1210px) {
  .outstaffing-landing .differentiators .diff-wrapper {
    max-width: 100%;
    gap: 12px;
  }
}
@media (max-width: 647px) {
  .outstaffing-landing .differentiators .diff-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.outstaffing-landing .differentiators .diff-wrapper .diff-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  padding-right: 60px;
  margin-bottom: 22px;
}
@media (max-width: 1210px) {
  .outstaffing-landing .differentiators .diff-wrapper .diff-item {
    width: 23%;
  }
}
@media (max-width: 1024px) {
  .outstaffing-landing .differentiators .diff-wrapper .diff-item {
    padding-right: 30px;
  }
}
@media (max-width: 960px) {
  .outstaffing-landing .differentiators .diff-wrapper .diff-item {
    width: 49%;
  }
}
@media (max-width: 646px) {
  .outstaffing-landing .differentiators .diff-wrapper .diff-item {
    width: 100%;
  }
}
.outstaffing-landing .differentiators .inner-container .expert-button {
  margin-top: 8px;
}
@media (max-width: 647px) {
  .outstaffing-landing .differentiators .inner-container .expert-button {
    margin-top: 32px;
  }
}
@media (max-width: 647px) {
  .outstaffing-landing .differentiators .inner-container .expert-button {
    margin-bottom: 17px;
  }
}
.outstaffing-landing .steps {
  min-height: 542px;
  height: auto;
}
@media (max-width: 1200px) {
  .outstaffing-landing .steps {
    min-height: 496px;
  }
}
.outstaffing-landing .steps .line-wrapper {
  position: relative;
}
@media (max-width: 980px) {
  .outstaffing-landing .steps .inner-container {
    padding-bottom: 38px;
  }
}
.outstaffing-landing .steps .inner-container h5 {
  margin-bottom: 62px;
  margin-top: 40px;
  font-weight: 400;
  font-size: 42px;
  line-height: 100%;
}
@media (max-width: 980px) {
  .outstaffing-landing .steps .inner-container h5 {
    margin-bottom: 42px;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing .steps .inner-container h5 {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
  }
}
@media (max-width: 420px) {
  .outstaffing-landing .steps .inner-container h5 {
    font-size: 24px;
    margin-bottom: 48px;
  }
}
.outstaffing-landing .steps .inner-container .steps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 26px;
}
@media (max-width: 980px) {
  .outstaffing-landing .steps .inner-container .steps-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.outstaffing-landing .steps .inner-container .step-line-vert,
.outstaffing-landing .steps .inner-container .step-line-hor {
  border: 1px solid #62BB46;
  position: absolute;
}
.outstaffing-landing .steps .inner-container .step-line-vert {
  display: none;
  width: 2px;
  height: 900px;
}
@media (max-width: 980px) {
  .outstaffing-landing .steps .inner-container .step-line-vert {
    display: block;
    margin-left: calc(50% - 1px);
  }
}
.outstaffing-landing .steps .inner-container .step-line-hor {
  display: block;
  border: 1px solid #62BB46;
  width: 100%;
  top: 133px;
  z-index: 0;
}
@media (max-width: 1200px) {
  .outstaffing-landing .steps .inner-container .step-line-hor {
    top: 110px;
  }
}
@media (max-width: 980px) {
  .outstaffing-landing .steps .inner-container .step-line-hor {
    display: none;
  }
}
.outstaffing-landing .steps .inner-container .steps-wrapper .one-step {
  width: 266px;
  height: 266px;
  border-radius: 50%;
  border: 2px solid #62BB46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  background: #ffffff;
}
.outstaffing-landing .steps .inner-container .steps-wrapper .one-step:hover {
  outline: 6px solid rgba(98, 187, 70, 0.2);
}
@media (max-width: 1200px) {
  .outstaffing-landing .steps .inner-container .steps-wrapper .one-step {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 980px) {
  .outstaffing-landing .steps .inner-container .steps-wrapper .one-step {
    width: 266px;
    height: 266px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.outstaffing-landing .steps .inner-container .steps-wrapper .one-step .number {
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 59px;
  line-height: 28px;
  text-align: center;
  color: #62BB46;
  margin-bottom: 24px;
}
@media (max-width: 980px) {
  .outstaffing-landing .steps .inner-container .steps-wrapper .one-step .number {
    margin-bottom: -60px;
  }
}
.outstaffing-landing .steps .inner-container .steps-wrapper .one-step .descr {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #000000;
  width: 70%;
}
@media (max-width: 1200px) {
  .outstaffing-landing .steps .inner-container .steps-wrapper .one-step .descr {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    width: 75%;
  }
}
@media (max-width: 980px) {
  .outstaffing-landing .steps .inner-container .steps-wrapper .one-step .descr {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    width: 70%;
  }
}
.outstaffing-landing .hubspot-form {
  overflow: hidden;
  background-color: #F4F6F7;
  min-height: 792px;
  height: auto;
}
.outstaffing-landing .hbspt-form .hs-form {
  padding: 0 0 0 0 !important;
}
.outstaffing-landing .hbspt-form .hs-form label {
  margin-bottom: 8px;
}
.outstaffing-landing .hubspot-form .inner-container p {
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .outstaffing-landing .hubspot-form .inner-container h2 {
    margin-bottom: 42px;
    margin-top: 18px;
  }
}
.outstaffing-landing .hubspot-form .form-wrapper {
  width: auto;
  max-width: 79%;
}
@media (max-width: 1246px) {
  .outstaffing-landing .hubspot-form .form-wrapper {
    max-width: 100%;
  }
}
.outstaffing-landing .hubspot-form .outer-bg-container {
  padding-right: 0;
  padding-bottom: 0;
  position: relative;
  background-image: url("../img/outstaffing-landing/diagonal-ovals.svg");
  background-repeat: no-repeat;
  background-size: 53%;
  background-position: 103% 116%;
}
.outstaffing-landing .hubspot-form .outer-bg-container:after {
  position: absolute;
  bottom: -182px;
  right: -182px;
  content: "";
  width: 364px;
  height: 364px;
  display: block;
  background-image: url("../img/outstaffing-landing/blurry-circle.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .outstaffing-landing .hubspot-form .outer-bg-container:after {
    bottom: -140px;
    right: -140px;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing .hubspot-form .outer-bg-container:after {
    bottom: -200px;
    right: -200px;
  }
}
@media (max-width: 1246px) {
  .outstaffing-landing .hubspot-form .outer-bg-container {
    background-size: 53%;
    background-position: 102% 101%;
  }
}
@media (max-width: 1195px) {
  .outstaffing-landing .hubspot-form .outer-bg-container {
    background-size: 49%;
    background-position: 102% 101%;
  }
}
@media (max-width: 1024px) {
  .outstaffing-landing .hubspot-form .outer-bg-container {
    background-size: 73%;
    background-position: 171% 101%;
  }
}
@media (max-width: 995px) {
  .outstaffing-landing .hubspot-form .outer-bg-container {
    background-size: 74%;
    background-position: 171% 101%;
  }
}
@media (max-width: 882px) {
  .outstaffing-landing .hubspot-form .outer-bg-container {
    background-size: 73%;
    background-position: 195% 101%;
  }
}
@media (max-width: 798px) {
  .outstaffing-landing .hubspot-form .outer-bg-container {
    background-size: 71%;
    background-position: 199% 89%;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing .hubspot-form .outer-bg-container {
    background-size: 119%;
    background-position: 232px 40px;
    padding-bottom: 24px;
  }
}
@media (max-width: 520px) {
  .outstaffing-landing .hubspot-form .outer-bg-container {
    background-size: 150%;
    background-position: -66px 400px;
    padding-bottom: 32px;
    padding-left: 0;
  }
}
.outstaffing-landing .hubspot-form .form-wrapper .hs-form .form-columns-1,
.outstaffing-landing .hubspot-form .form-wrapper .hs-form .form-columns-2 {
  width: 100%;
}
.outstaffing-landing .hubspot-form .form-wrapper .hs-form .hs-error-msg {
  font-size: 14px;
  margin-top: 8px;
}
.outstaffing-landing .hubspot-form .form-wrapper .hs-form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .outstaffing-landing .hubspot-form .form-wrapper .hs-form fieldset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 520px) {
  .outstaffing-landing .hbspt-form .hs-form ul > li > label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing .hbspt-form .hs-form {
    padding: 0 24px 0 0;
  }
}
@media (max-width: 520px) {
  .outstaffing-landing .hbspt-form .hs-form {
    padding: 0 0 24px 0;
    margin-bottom: -34px;
  }
}
.outstaffing-landing .hubspot-form .form-wrapper .hs-form fieldset .hs-fieldtype-textarea {
  width: 100%;
}
.outstaffing-landing .hubspot-form .form-wrapper .hs-form fieldset .field {
  margin-bottom: 32px;
}
.outstaffing-landing .hubspot-form .form-wrapper .hs-form fieldset label span {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}
.outstaffing-landing .hubspot-form .form-wrapper .hs-form fieldset label.hs-form-booleancheckbox-display input[type=checkbox] {
  height: 24px;
  width: 24px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}
.outstaffing-landing .hubspot-form .form-wrapper .hs-form fieldset label.hs-form-booleancheckbox-display input[type=checkbox]:checked {
  background-color: #ffffff;
}
.outstaffing-landing .hubspot-form .form-wrapper .hs-form fieldset label.hs-form-booleancheckbox-display input[type=checkbox]:checked::after {
  content: "✓";
  color: #cccccc;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.outstaffing-landing .hs_consent_label.hs-fieldtype-booleancheckbox.field.hs-form-field {
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
}
@media (max-width: 768px) {
  .outstaffing-landing .hs-fieldtype-phonenumber.field.hs-form-field,
.outstaffing-landing .hs-fieldtype-text.field.hs-form-field {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .outstaffing-landing .hs_phone.hs-phone.hs-fieldtype-phonenumber.field.hs-form-field,
.outstaffing-landing .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field,
.outstaffing-landing .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    margin-bottom: 0;
  }
}
.outstaffing-landing .hubspot-form fieldset .hs_consent_label {
  min-width: 500px;
}
@media (max-width: 520px) {
  .outstaffing-landing .hubspot-form fieldset .hs_consent_label {
    min-width: 370px;
    width: auto;
  }
}
.outstaffing-landing .hubspot-form .form-wrapper .hs-input[type=checkbox],
.outstaffing-landing .hubspot-form .form-wrapper .hs-input[type=radio] {
  margin: 3px 12px 3px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
}
@media (max-width: 767px) {
  .outstaffing-landing .hubspot-form .form-wrapper .hs-input[type=checkbox],
.outstaffing-landing .hubspot-form .form-wrapper .hs-input[type=radio] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
  }
}
@media (max-width: 520px) {
  .outstaffing-landing .hubspot-form .form-wrapper .hs-input[type=checkbox],
.outstaffing-landing .hubspot-form .form-wrapper .hs-input[type=radio] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7%;
            flex: 0 0 7%;
  }
}
.outstaffing-landing .hs_consent_label.hs-consent_label.hs-fieldtype-booleancheckbox.field.hs-form-field {
  margin-bottom: 42px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .outstaffing-landing .hs_consent_label.hs-consent_label.hs-fieldtype-booleancheckbox.field.hs-form-field {
    margin-bottom: 32px;
    margin-top: 0;
  }
}
.outstaffing-landing .hubspot-form .form-wrapper .hs-form fieldset label.hs-form-booleancheckbox-display span {
  font-size: 16px;
}
.outstaffing-landing .hs-submit .hs-button {
  letter-spacing: 0;
}
.outstaffing-landing .hbspt-form .form-columns-1 .hs-form-booleancheckbox a {
  color: #000000;
  text-decoration: underline;
}
.outstaffing-landing .hubspot-form .form-wrapper .hs-form input[type=tel],
.outstaffing-landing .hubspot-form .form-wrapper .hs-form input[type=email],
.outstaffing-landing .hubspot-form .form-wrapper .hs-form input[type=text] {
  height: 46px;
  width: 100%;
}
.outstaffing-landing .hbspt-form .hs-form div.hs-fieldtype-text,
.outstaffing-landing .hbspt-form .hs-form div.hs-fieldtype-phonenumber {
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
}
.outstaffing-landing .ais-footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #313131;
  color: #fff;
}
@media (max-width: 821px) {
  .outstaffing-landing .ais-footer {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.outstaffing-landing .ais-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  font-size: 18px;
}
@media (max-width: 821px) {
  .outstaffing-landing .ais-footer__socials {
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.outstaffing-landing .ais-footer__socials a {
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.outstaffing-landing .ais-footer__socials a:hover {
  color: #fff;
  opacity: 0.5;
}
.outstaffing-landing .ais-footer-contact {
  font-size: 15px;
  line-height: 22px;
  padding-left: 38px;
  position: relative;
  margin-bottom: 20px;
}
.outstaffing-landing .ais-footer-contact:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.outstaffing-landing .ais-footer-contact--phone:before {
  background-image: url(../img/ais-footer-phone.svg);
}
.outstaffing-landing .ais-footer-contact--email:before {
  background-image: url(../img/ais-footer-email.svg);
}
.outstaffing-landing .ais-footer-contact--address:before {
  background-image: url(../img/ais-footer-address.svg);
}
.outstaffing-landing .ais-footer-contact a {
  color: #fff;
}
.outstaffing-landing .ais-footer-contact a:hover {
  color: #fff;
}
.outstaffing-landing .ais-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 821px) {
  .outstaffing-landing .ais-footer__right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 45px;
  }
}
.outstaffing-landing .ais-footer__logo {
  margin-bottom: 18px;
  display: block;
}
.outstaffing-landing .ais-footer__copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 14px;
}
.outstaffing-landing .ais-footer__copyright a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.outstaffing-landing .ais-footer__copyright a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 821px) {
  .outstaffing-landing .ais-footer-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*# sourceMappingURL=outstaffing-landing-page.css.map */
