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

.igaming-hero {
  position: relative;
  font-family: "Poppins",sans-serif;
  padding-top: 6.25rem;
}

@media (min-width: 768px) {
  .igaming-hero {
    margin-bottom: 3.125rem;
  }
}

.igaming-hero .nf-loading-spinner {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 1200px) {
  .igaming-hero {
    margin-bottom: 3.125rem;
  }
}

.igaming-hero::before {
  content: "";
  position: absolute;
  top: -13.75rem;
  left: 0;
  width: 100%;
  height: 180%;
  background: linear-gradient(358.41deg, #000 4.16%, rgba(0, 0, 0, 0) 31.4%),conic-gradient(from 146deg at 40.59% 24.4%, #bd002f 0deg, rgba(219, 0, 47, 0) 360deg),#000;
  z-index: -1;
  opacity: .5;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .igaming-hero::before {
    top: -7.5rem;
    background: linear-gradient(358.41deg, #000 4.16%, rgba(0, 0, 0, 0) 31.4%),conic-gradient(from 123.39deg at 40.59% 24.4%, #bd002f 0deg, rgba(219, 0, 47, 0) 360deg),#000;
    opacity: .4;
  }
}

.igaming-hero::after {
  content: "";
  position: absolute;
  top: -8.125rem;
  right: -23.75rem;
  width: 65.625rem;
  height: 68.75rem;
  background: url(/app/themes/wlc-new-site/dist/images/igamming/ig-bg-head-wave_189949cf.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .igaming-hero::after {
    top: -3.75rem;
    right: 0;
    width: 51.875rem;
    height: 48.75rem;
  }
}

.igaming-hero__wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .igaming-hero__wrap {
    align-items: center;
    flex-direction: row;
  }
}

.igaming-hero__col--image {
  width: 33.333vw;
  order: -1;
}

@media (min-width: 768px) {
  .igaming-hero__col {
    width: 66.666vw;
  }

  .igaming-hero__col--image {
    width: 33.333vw;
    order: 0;
  }
}

.igaming-hero__title {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
}

@media (min-width: 768px) {
  .igaming-hero__title {
    font-size: 3.125rem;
    font-weight: 600;
  }
}

.igaming-hero__title .red {
  color: var(--red-color);
  white-space: nowrap;
}

.igaming-hero__subtitle {
  display: inline-block;
  width: 7rem;
  font-size: .625rem;
  font-weight: 400;
}

.igaming-hero__subtitle hr {
  background-color: var(--red-color);
  height: .1875rem;
  margin: .375rem 0 0;
}

.igaming-hero__description {
  max-width: 28.5rem;
  margin-top: .5rem;
  padding-bottom: 2.1875rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
}

.igaming-hero .nf-form-cont {
  min-height: 163px;
}

@media (min-width: 768px) {
  .igaming-hero .nf-form-cont {
    min-height: 73px;
  }
}

.igaming-hero .nf-form-cont .nf-multi-cell .nf-cell {
  padding: 0;
}

.igaming-hero .nf-form-cont .nf-multi-cell .nf-cell:last-child {
  padding-left: 0;
}

@media (min-width: 768px) {
  .igaming-hero .nf-form-cont .nf-multi-cell .nf-cell:last-child {
    padding-left: .9375rem;
  }
}

.igaming-hero .nf-form-cont .nf-form-content {
  padding: 0;
}

.igaming-hero .nf-form-cont .nf-form-content .nf-field-element {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .igaming-hero .nf-form-cont .nf-form-content .nf-field-element {
    display: initial;
  }
}

.igaming-hero .nf-form-cont .nf-form-content .nf-field-element .ninja-forms-field:not(select) {
  max-width: 95%;
  height: auto;
  padding: .9375rem 3.0625rem;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--igaming-hero-form);
  border-radius: .9375rem;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .igaming-hero .nf-form-cont .nf-form-content .nf-field-element .ninja-forms-field:not(select) {
    padding: .9375rem .625rem;
    max-width: unset;
  }
}

@media (min-width: 768px) {
  .igaming-hero .nf-form-cont .nf-form-content .nf-field-element .ninja-forms-field:not(select) {
    padding: .9375rem 1.25rem;
    text-align: left;
  }
}

.igaming-hero .nf-form-cont .nf-form-content .nf-field-element .ninja-forms-field:not(select)[type=submit] {
  text-align: center;
  color: var(--white-color);
  transition: all .2s ease;
  border: 1px solid var(--red-color);
}

.igaming-hero .nf-form-cont .nf-form-content .nf-field-element .ninja-forms-field:not(select)[type=submit]:hover {
  background: #fff !important;
  color: var(--red-color) !important;
  border-color: #fff;
}

.igaming-hero .nf-form-cont .nf-form-content .nf-field-container {
  margin-bottom: .9375rem;
}
