/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*@colorWhite: #fff;
@colorBlack: #000;
@colorLightGrey: #aaa;
@colorGrey: #6d6d6d;
*/
/*
@colorThemeOrange: #eda053;
@colorThemeCyan: #6dbcdb;
@colorThemeYellow: #f6c562;
*/
.hubspot-form .component-newsletter-cta .component-inner {
  max-width: 1024px;
  width: 100%;
}
.hubspot-form .component-newsletter-cta .intro h2 {
  color: transparent;
  background: url('../../../../../../../../content/dam/atvi/ab-media/abm-2020/insights/GameTheory-Identity-Logotype-Knockout.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.hubspot-form .component-newsletter-cta form {
  max-width: unset;
  justify-content: center;
  align-items: center;
  background: inherit;
  margin: unset;
  padding: unset;
}
.hubspot-form .component-newsletter-cta form .steps {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: all 600ms linear 0ms;
}
.hubspot-form .component-newsletter-cta form .steps > .step-item {
  display: none;
  width: 100%;
}
.hubspot-form .component-newsletter-cta form .steps > .step-item:first-child {
  display: block;
}
.hubspot-form .component-newsletter-cta form .steps .step-item {
  width: 100%;
}
.hubspot-form .component-newsletter-cta form .steps .column {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #000000;
  margin: 0px auto;
  padding: 24px;
}
.hubspot-form .component-newsletter-cta form .steps .column .buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex-direction: column;
}
.hubspot-form .component-newsletter-cta form .steps .column .buttons button {
  width: 100%;
}
.hubspot-form .component-newsletter-cta form .steps .column .buttons button.prev .format-arrow {
  transform: rotate(180deg);
}
.hubspot-form .component-newsletter-cta form .steps .column .buttons button.prev .format-arrow:before {
  transition: none;
  background: #379eca;
}
.hubspot-form .component-newsletter-cta form .steps .column .buttons button.prev .format-arrow .fill {
  transition: none;
  fill: #379eca;
}
.hubspot-form .component-newsletter-cta form .steps .column .buttons button.prev:hover .format-arrow:before {
  background: #000;
}
.hubspot-form .component-newsletter-cta form .steps .column .buttons button.prev:hover .format-arrow .fill {
  fill: #000;
}
.hubspot-form .component-newsletter-cta[data-component-init="1"] .steps {
  opacity: 1;
}

/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*@colorWhite: #fff;
@colorBlack: #000;
@colorLightGrey: #aaa;
@colorGrey: #6d6d6d;
*/
/*
@colorThemeOrange: #eda053;
@colorThemeCyan: #6dbcdb;
@colorThemeYellow: #f6c562;
*/
.component-insights-detail {
  /*
    // override core libs
    .component-newsletter-cta form .intro,
    .component-newsletter-cta form .intro-text {
        max-width: unset;
        margin: 0;
        padding: 0;
        z-index: unset;

        h2, p {
            color: white;
        }

        // use game theory image for heading
        h2 {
            color: transparent;
            background: url('../../../../../../../../content/dam/atvi/ab-media/abm-2020/insights/GameTheory-Identity-Logotype-Knockout.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: left center;
        }

        p {
            text-wrap: balance;
            text-align: center;
        }
    }


    .component-newsletter-cta .step2 .text {
        color: white;
        text-wrap: balance;
    }

    .component-newsletter-cta {
        background: white;

        .component-inner {
			max-width: 640px;
        }


        form .buttons button {
            width: 100%;
            margin-top: 10px;
        }


        @media (min-width: (@breakpointMobile + 1)) {

            form .intro {
                //display: none;
            }

            form .fields {
                width: 75%;
                padding-left: 0;
            }

            form .intro-text {

                h2 {
                    font-size: 30px;
                    line-height: 32px;
                }

                p {
                    font-size: 14px;
                    line-height: 14px;
                    margin-top: 5px;
                }
            }

        }

        @media (max-width: @breakpointMobile) {

            form .intro {
                display: block;
            }
            form .intro-text {
                display: none;
            }
            .field-item.checkbox label {
                width: 100%;
            }
        }
    }
    */
}
.component-insights-detail .component-newsletter-cta {
  background: white;
}
.component-insights-detail .component-newsletter-cta .component-inner {
  max-width: 640px;
  padding: 0;
}
.component-insights-detail .component-newsletter-cta .component-inner > form {
  padding-left: 32px;
  padding-right: 32px;
}
.component-insights-detail .component-newsletter-cta .intro,
.component-insights-detail .component-newsletter-cta .intro-text {
  max-width: unset;
  margin: 0;
  padding: 0;
  z-index: unset;
}
.component-insights-detail .component-newsletter-cta h2,
.component-insights-detail .component-newsletter-cta p {
  color: white;
}
@media (min-width: 781px) {
  .component-insights-detail .component-newsletter-cta .intro {
    width: 30%;
  }
  .component-insights-detail .component-newsletter-cta form .intro-text h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .component-insights-detail .component-newsletter-cta form .intro-text p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 780px) {
  /*
    // fix for ABMDEV-51
    .component-newsletter-cta form .buttons button {
        justify-content: space-between;
    }
    */
}

