:root {
  --color-text: #000;
  --color-text-white: #fff;
  --red-color: #db002f;
  --red-label-color: #d8002f;
  --btn-border-red-color: #c6002b;
  --btn-bg-color: #282828;
  --currency-dark-color: #0c0003;
  --btn-hero-bg-color: #1a0004;
  --section-bg-gray-color: #f4f4f4;
  --img-default-bg-color: #e5e5e5;
  --light-gray: #717171;
  --dark-gray: #424242;
  --shape-gray-color: #f5f5f5;
  --prefooter-bg-color: #2e2e2e;
  --white-color: #fff;
  --bottom-footer-text: #525252;
  --footer-border-color: #eb093a;
  --btn-color-dark-transparent: #1a00048f;
  --main-light-gray: #f8f8f8;
  --add-red: #c8002b;
  --add-red-darker: #ba002b;
  --add-pink: #ffb4b4;
  --add-dark: #292929;
  --add-gray: #ececec;
  --gray-button: #4b4b4b;
  --menu-transp-bg: rgba(0, 0, 0, 0.8);
  --btn-border-dark-grey: #2b2b2b;
  --breadcrumbs-text-color: #b0b0b0;
  --section-bg-gray-lighten-color: #f3f3f3;
  --section-bg-gray-darker-color: #e9e9e9;
  --tabs-inactive: #c7c7c7;
  --tabs-bg-content: #fbfbfb;
  --tabs-bg-btn-disabled: #5e5e5e;
  --main-light-gray-opacity: rgba(248, 248, 248, 0.5);
  --gray-color: #c7c7c7;
  --add-red-border: #c3002a;
  --box-color: #f1f1f1;
  --medium-gray: #303030;
  --column-border: #dc0030;
  --checkbox-bgcolor: #c8c8c8;
  --source-code-pro: "Source Code Pro", monospace;
  --pop-up-grey: #979797;
  --dark-grey-trans: rgba(66, 66, 66, 0.6);
  --color-gray-add: #838383;
  --newsletter-alert: #190e90;
  --hiring-number: #e8e9e9;
  --li-color: #db1d2f;
  --btn-border-dark: #2f2f2f;
  --dot-gray-dark: #3d3d3d;
  --offer-header-white: #eaeaea;
  --offer-header-white-100: #f2f2f2;
  --offset-col-bg: #ededed;
  --support-pack-bg: #fafafa;
  --support-features-bg: #e9e9e9;
  --btn-light-gray: #272727;
  --users-choice-bg: #313131;
  --expert-pattern-bg: #dedede;
  --newsletter-popup-bg: #f0f0f0;
  --green-color: #00b300;
  --igaming-bg: #181716;
  --igaming-hero-form: #181716;
  --white-half-opacity: rgba(255, 255, 255, 0.5);
  --case-study-archieve-single-description-color: #010001;
  --red-survey: #dc0432;
  --fast-track-btn-bg: #171717;
}

.hiring-process {
  height: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 5.625rem;
}

@media (min-width: 992px) {
  .hiring-process {
    margin-bottom: 11.5625rem;
  }
}

.hiring-process::after {
  content: "";
  background-image: url(/app/themes/wlc-new-site/dist/images/WLC-large-bg_39b19dbf.png);
  background-position: 33% 0;
  top: 0;
  height: 135.0625rem;
  position: absolute;
  width: 100%;
}

.hiring-process__wrapper {
  padding: 0 .9375rem;
}

.hiring-process__wrapper .heading {
  color: var(--color-text);
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.4375rem;
  text-align: center;
  letter-spacing: -0.061875rem;
  padding-top: 3.875rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .hiring-process__wrapper .heading {
    font-size: 3.3125rem;
    padding-top: 7.8125rem;
  }
}

.hiring-process__wrapper .subheading {
  color: var(--color-text);
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: -0.75px;
  line-height: 3.4375rem;
  text-align: center;
  margin: 1.25rem 0;
}

@media (min-width: 992px) {
  .hiring-process__wrapper .subheading {
    font-size: 2.5rem;
    margin-top: 0;
  }
}

.hiring-process__wrapper h3 {
  color: var(--color-text);
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 1.625rem;
}

@media (min-width: 768px) {
  .hiring-process__wrapper h3 {
    width: 100%;
  }
}

.hiring-process__wrapper p {
  color: var(--color-text);
  font-family: "Montserrat",sans-serif;
  font-weight: 400;
  font-size: 1.5625rem;
  text-align: left;
  line-height: 2.13rem;
}

.hiring-process__wrapper p span {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
}

.hiring-process__container {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 4.25rem;
}

@media (min-width: 992px) {
  .hiring-process__container {
    max-width: 81.25rem;
  }
}

@media (min-width: 1200px) {
  .hiring-process__container {
    padding: 7.625rem 0 0 0;
  }
}

.hiring-process__step {
  display: flex;
  flex-direction: row;
  margin-bottom: 3.75rem;
}

@media (min-width: 1200px) {
  .hiring-process__step {
    margin-bottom: 6.25rem;
    width: 50rem;
  }
}

@media (min-width: 1200px) {
  .hiring-process__step--1 {
    margin-left: 0rem;
  }
}

@media (min-width: 1200px) {
  .hiring-process__step--2 {
    margin-left: 18.75rem;
  }
}

@media (min-width: 1200px) {
  .hiring-process__step--3 {
    margin-left: 37.5rem;
  }
}

.hiring-process__step .step-text {
  position: relative;
  padding-left: 5.625rem;
  width: 84%;
}

@media (min-width: 1200px) {
  .hiring-process__step .step-text {
    padding-left: 11.25rem;
  }
}

.hiring-process__step .step-text::before {
  content: attr(data-content);
  position: absolute;
  color: var(--hiring-number);
  font-size: 2.5rem;
  font-weight: 300;
  left: 0;
  top: -0.8125rem;
}

@media (min-width: 1200px) {
  .hiring-process__step .step-text::before {
    font-size: 5rem;
    top: -1.5625rem;
  }
}

.hiring-process__step .step-image {
  width: 16%;
  display: flex;
}

.hiring-process__step .step-image img {
  height: 3.4375rem;
  width: 3.4375rem;
  margin: auto;
}

@media (min-width: 992px) {
  .hiring-process__step .step-image img {
    height: 6.875rem;
    width: 6.875rem;
    margin: 0 auto;
  }
}

.hiring-process--five-steps {
  height: auto;
}

.hiring-process--five-steps .hiring-process__container {
  display: block;
}

@media (min-width: 1200px) {
  .hiring-process--five-steps .hiring-process__step--1 {
    margin-left: 0rem;
  }
}

@media (min-width: 1200px) {
  .hiring-process--five-steps .hiring-process__step--2 {
    margin-left: 7.5rem;
  }
}

@media (min-width: 1200px) {
  .hiring-process--five-steps .hiring-process__step--3 {
    margin-left: 15rem;
  }
}

@media (min-width: 1200px) {
  .hiring-process--five-steps .hiring-process__step--4 {
    margin-left: 22.5rem;
  }
}

@media (min-width: 1200px) {
  .hiring-process--five-steps .hiring-process__step--5 {
    margin-left: 30rem;
  }
}
