: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;
}

.aboutushero {
  position: relative;
  padding-bottom: 4.375rem;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .aboutushero {
    padding-bottom: 8.75rem;
  }
}

.aboutushero__background {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  height: 34.375rem;
  min-width: 100%;
  z-index: -1;
  background-image: url(/app/themes/wlc-new-site/dist/images/aboutushero_e85fbb20.png);
  background-size: cover;
}

@media (min-width: 768px) {
  .aboutushero__background {
    height: 41.875rem;
  }
}

@media (min-width: 1200px) {
  .aboutushero__background {
    width: 100%;
    height: 66.25rem;
  }
}

.aboutushero__title {
  font-size: 2.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-text-white);
  margin-bottom: 1.25rem;
  letter-spacing: -0.0625rem;
  text-align: left;
}

@media (min-width: 1200px) {
  .aboutushero__title {
    font-size: 3.625rem;
    margin-bottom: 2.1875rem;
    text-align: left;
  }
}

.aboutushero__subtitle {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: var(--color-text-white);
  position: relative;
  margin-bottom: 2.5rem;
  margin-top: 0;
  letter-spacing: -0.09375rem;
}

@media (min-width: 1200px) {
  .aboutushero__subtitle {
    font-size: 2.5rem;
    line-height: 3.4375rem;
    margin-bottom: 4.0625rem;
  }
}

@media (min-width: 1440px) {
  .aboutushero__subtitle {
    width: 70%;
  }
}

.aboutushero__subtitle::after {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 0;
  width: 6.25rem;
  height: .375rem;
  background-color: var(--color-text-white);
}

@media (min-width: 1200px) {
  .aboutushero__subtitle::after {
    bottom: -2.5rem;
    left: 0;
    width: 12.4375rem;
    height: .8125rem;
  }
}

.aboutushero__subtitle span {
  font-weight: 600;
  letter-spacing: -0.09375rem;
}

.aboutushero__text {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: var(--color-text-white);
}

@media (min-width: 1200px) {
  .aboutushero__text {
    font-size: 1.8125rem;
    line-height: 2.8125rem;
  }
}

.aboutushero__text span {
  font-weight: 600;
  font-size: 1.625rem;
  display: block;
  letter-spacing: -0.0625rem;
  line-height: 1.875rem;
}

@media (min-width: 1200px) {
  .aboutushero__text span {
    font-size: 2.25rem;
    line-height: 2.80125rem;
  }
}

.aboutushero__container {
  height: 34.375rem;
  padding: 4.375rem 1.875rem 0 1.875rem;
  margin-bottom: 6.25rem;
}

@media (min-width: 768px) {
  .aboutushero__container {
    height: 23.75rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .aboutushero__container {
    padding: 5.9375rem 0 0 0;
    height: 41.875rem;
  }
}

@media (min-width: 1440px) {
  .aboutushero__container {
    height: 44.375rem;
  }
}

@media (max-width: 1199px) {
  .aboutushero__container-second {
    padding: 0;
  }
}

.aboutushero__content {
  position: relative;
  padding: 1.375rem;
}

@media (min-width: 1200px) {
  .aboutushero__content {
    padding: 2.625rem;
  }
}

.aboutushero__image {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 18.75rem;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .aboutushero__image {
    height: 39.0625rem;
  }
}

.aboutushero__content-in {
  position: relative;
  border: .3125rem solid var(--add-red);
  padding-top: 6.5625rem;
}

@media (min-width: 1200px) {
  .aboutushero__content-in {
    border: .4375rem solid var(--add-red);
    padding-top: 12.5rem;
  }
}

.aboutushero__bigtext {
  font-family: "BillionDreams";
  text-align: center;
  color: var(--color-text-white);
  font-size: 2.8125rem;
  font-weight: 400;
  letter-spacing: -0.03125rem;
  margin-bottom: 7rem;
}

@media (min-width: 1200px) {
  .aboutushero__bigtext {
    font-size: 8.75rem;
    margin-bottom: 10.9375rem;
  }
}

@media (min-width: 1440px) {
  .aboutushero__bigtext {
    font-size: 10.875rem;
    margin-bottom: 8.4375rem;
  }
}

.aboutushero__content-textbox {
  padding: 1.25rem;
}

@media (min-width: 1200px) {
  .aboutushero__content-textbox {
    padding: 3.75rem 2.5rem 2.5rem 2.5rem;
  }
}

.aboutushero__smalltext {
  font-weight: 800;
  font-size: .9375rem;
  letter-spacing: -0.04375rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
  position: relative;
}

@media (min-width: 1200px) {
  .aboutushero__smalltext {
    font-size: 1.0625rem;
    margin-bottom: 2.5rem;
  }
}

.aboutushero__smalltext::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  width: 2.1875rem;
  height: .25rem;
  background-color: var(--red-color);
}

@media (min-width: 1200px) {
  .aboutushero__smalltext::after {
    bottom: -1.5625rem;
    width: 4.0625rem;
    height: .375rem;
    transform: none;
  }
}

.aboutushero__content-text {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: -0.0125rem;
  line-height: 2.1875rem;
  hyphens: auto;
}

@media (min-width: 1200px) {
  .aboutushero__content-text {
    font-size: 1.875rem;
    line-height: 3.0625rem;
  }
}
