:root {
  --astronaut: #2c3781;
  --azalea: #f6d3d5;
  --banana-mania: #fceaaa;
  --cloud: #c9c5bf;
  --concrete: #f3f3f3;
  --dune: #373330;
  --natural-gray: #938c86;
  --pampas: #f9f8f7;
  --scarlet: #ea1a05;
  --white: #fff;
  --font-serif-1: MillerDisplay-Semibold,serif;
  --font-sans-1: Graphik-Semibold,sans-serif;
  --small-breakpoint: 320px;
  --medium-breakpoint: 768px;
  --large-breakpoint: 1100px;
}

@font-face {
  font-family: 'Graphik-Regular';
  src: url('https://cnda.condenast.co.uk/product/glamour-wellness-power-list-2022/static/fonts/Graphik-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Graphik-RegularItalic';
  src: url('https://cnda.condenast.co.uk/product/glamour-wellness-power-list-2022/static/fonts/Graphik-RegularItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'Graphik-Semibold';
  src: url('https://cnda.condenast.co.uk/product/glamour-wellness-power-list-2022/static/fonts/Graphik-Semibold.woff2') format('woff2');
}
@font-face {
    font-family: 'MillerDisplay-Semibold';
    src: url('https://cnda.condenast.co.uk/product/glamour-wellness-power-list-2022/static/fonts/MillerDisplay-Semibold.woff2') format('woff2');
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f3f3f3;
  background-color: var(--concrete);
  overflow-x: hidden;
}

.is-hidden {
  display: none;
}

.header__image {
  background-image: url(../../static/images/gl-wa-hero1.jpg);
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.header__image-wrapper {
  padding-top: 75%;
}

@media (min-width:768px) {
  .header__image-wrapper {
    padding-top: 66.66666%;
  }
}

@media (min-width:1100px) {
  .header-wrapper {
    display: table;
    width: 100%;
  }

  .header__image {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }

  .header__image-wrapper {
    padding-top: 103.125%;
  }
}

.header__image-credit {
  display: none;
}

.header__content {
  overflow: hidden;
  position: relative;
}

@media (min-width:1100px) {
  .header__content {
    background-image: url(../../static/images/gl-wa-hero2.jpg);
    background-position: 50%;
    background-size: cover;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }

  .header__content:before {
    bottom: 0;
    content: "";
    left: 0;
    margin: 60px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.header__content-wrapper {
  margin: 30px auto;
  max-width: 228px;
  position: relative;
}

@media (min-width:768px) {
  .header__content-wrapper {
    max-width: 324px;
  }
}

.header__content-description {
  font-family: MillerDisplay,serif;
  font-family: var(--font-serif-1);
  font-size: 18px;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 24px;
  text-align: center;
}

.header__logo {
  margin: 30px auto;
}

.header__logo img {
  display: block;
  width: 100%;
}

.header__sponsor {
  font-size: 0;
}

.header__description {
  border-bottom: 1px solid #C9C5BE;
  color: #373330;
  color: var(--dune);
  font-family: Graphik,sans-serif;
  font-family: var(--font-sans-1);
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  margin: 30px auto 10px;
  max-width: 900px;
  padding: 0 20px 60px;
  text-align: center;
  white-space: pre-line;
}

.header__disclosure {
  /* border-bottom: 1px solid #C9C5BE; */
  color: #938c86;
  color: var(--natural-gray);
  font-family: Graphik-Regular,sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 21px;
  margin: 30px auto 40px;
  max-width: 900px;
  padding: 0 20px;
  text-align: center;
  white-space: pre-line;
}

.header__description a {
  color: #373330;
  border-bottom: 2px solid rgba(44,55,129,.25);
  text-decoration: none;
}

.header__description a:hover {
  background: rgba(44,55,129,.25);
  border-bottom: 2px solid transparent;
}

@media (min-width:1100px) {
  .header__description {
    font-size: 19px;
    line-height: 24px;
    margin: 60px auto 10px;
  }

  .form-wrapper {
    padding: 0 60px;
  }
}

.form.has-error--email .form__submit-error--email,.form.has-error--recaptcha .form__submit-error--recaptcha,.form.has-error--vote .form__submit-error--vote {
  display: block;
}

.form-wrapper {
  margin: 0 auto;
  max-width: 1008px;
}

@media (min-width:1100px) {
  .form__sections {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}

.form__section {
  margin: 40px 0;
  width: 100%;
}

@media (min-width:1100px) {
  .form__section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 60px;
    padding: 0 12px;
    width: 50%;
  }
}

.form__section-header {
  margin: 40px 0 20px;
  padding: 0 20px;
}

@media (min-width:1100px) {
  .form__section-header {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 0 20px;
    padding: 0;
  }
}

.form__section-number {
  background-color: #2c3781;
  background-color: var(--astronaut);
  border-radius: 50%;
  color: #fff;
  color: var(--white);
  font-family: Graphik,sans-serif;
  font-family: var(--font-sans-1);
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  line-height: 44px;
  margin: 0 auto 20px;
  text-align: center;
  width: 40px;
}

.form__section-title {
  font-family: MillerDisplay,serif;
  font-family: var(--font-serif-1);
  font-size: 25px;
  line-height: 28px;
  margin: 0 0 10px;
}

.form__section-description,.form__section-title {
  color: #373330;
  color: var(--dune);
  font-weight: 600;
  text-align: center;
}

.form__section-description {
  font-family: Graphik,sans-serif;
  font-family: var(--font-sans-1);
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 0 20px;
}

.form__section-option {
  border: 1px solid #f3f3f3;
  border: 1px solid var(--concrete);
}

.form__section-option+.form__section-option {
  border-top: none;
}

.form__section-option label {
  cursor: pointer;
}

.option-radio {
  display: none;
}

.option-radio:checked+.card .card__button {
  border-color: #f6d3d5;
  border-color: var(--azalea);
}

.option-radio:checked+.card .card__button:after {
  background-color: #f6d3d5;
  background-color: var(--azalea);
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  margin: 5px;
  position: absolute;
  right: 0;
  top: 0;
}

.option-radio:checked+.card .card__image:after {
  background-color: #f6d3d5;
  background-color: var(--azalea);
  border-radius: 16px;
  color: #2c3781;
  color: var(--astronaut);
  content: "Selected";
  font-family: Graphik,sans-serif;
  font-family: var(--font-sans-1);
  font-size: 10px;
  font-weight: 600;
  left: 50%;
  line-height: 10px;
  padding: 11px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: calc(100% - 16px);
}

.form__submit:before,.form__success:before {
  content: "";
  left: 50%;
  top: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
}

@media (min-width:1100px) {
  .option-radio:checked+.card .card__image:after {
    width: calc(100% - 24px);
  }
}

.option-radio:checked+.card .card__title {
  color: #373330;
  color: var(--dune);
}

.option-radio[disabled]+.card .card__button {
  border: 2px solid #f3f3f3!important;
  border: 2px solid var(--concrete)!important;
}

.option-radio[disabled]+.card .card__button:after,.option-radio[disabled]+.card .card__image:after {
  background-color: #f3f3f3!important;
}

.option-radio[disabled]+.card .card__image:after {
  color: #938c86!important;
  color: var(--natural-gray)!important;
}

.form__submit-description,.form__submit-title {
  color: #373330;
  font-weight: 600;
  text-align: center;
}

.form__submit {
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  width: 100%;
}

@media (min-width:1100px) {
  .form__submit {
    padding: 60px 0;
  }
}

.form__submit:before {
  background-color: #f6d3d5;
  height: 100%;
  position: absolute;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
}

.form__submit-wrapper {
  margin: 0 auto;
  max-width: 648px;
  padding: 0 20px;
}

.form__submit-title {
  color: var(--dune);
  font-family: MillerDisplay,serif;
  font-family: var(--font-serif-1);
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 15px;
}

@media (min-width:1100px) {
  .form__submit-wrapper {
    padding: 0;
  }

  .form__submit-title {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 20px;
  }
}

.form__submit-description {
  color: var(--dune);
  font-family: Graphik,sans-serif;
  font-family: var(--font-sans-1);
  font-size: 14px;
  line-height: 18px;
  margin: 15px 0 30px;
}

.form__submit-email,.form__submit-error {
  font-family: Graphik,sans-serif;
  font-weight: 400;
}

@media (min-width:1100px) {
  .form__submit-description {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 30px;
  }
}

.form__submit-description a {
  color: #373330;
  color: var(--dune);
  text-decoration: underline;
}

.form__submit-error {
  color: #ea1a05;
  color: var(--scarlet);
  display: none;
  font-family: var(--font-sans-1);
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 8px;
}

.form__submit-error--email {
  margin-top: 18px;
}

@media (min-width:1100px) {
  .form__submit-error--email {
    margin-top: 24px;
  }
}

.form__submit-error--email+.form__submit-email {
  margin-top: 8px;
}

.form__submit-error--vote {
  margin-top: 20px;
}

@media (min-width:1100px) {
  .form__submit-error--vote {
    margin-top: 24px;
  }
}

.form__submit-error--vote+.form__submit-button {
  margin-top: 8px;
}

.form__submit-email {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-color: var(--white);
  border-radius: 0;
  border: 2px solid #fff;
  border: 2px solid var(--white);
  color: #373330;
  color: var(--dune);
  display: block;
  font-family: var(--font-sans-1);
  font-size: 16px;
  height: 50px;
  line-height: 16px;
  margin: 38px 0 24px;
  padding: 0 20px;
  width: 100%;
}

.form__submit-email--error {
  border-color: #ea1a05;
  border-color: var(--scarlet);
}

.form__submit-options {
  margin: 24px 0;
}

@media (min-width:1100px) {
  .form__submit-options {
    margin: 24px 0 32px;
  }
}

.form__submit-option+.form__submit-option {
  margin-top: 12px;
}

.form__submit-option label {
  cursor: pointer;
  display: table;
}

.form__submit-detail {
  color: #373330;
  color: var(--dune);
  display: table-cell;
  font-family: Graphik,sans-serif;
  font-family: var(--font-sans-1);
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  padding-left: 16px;
  vertical-align: middle;
}

.option-checkbox {
  display: none;
}

.option-checkbox:checked+.form__submit-checkbox {
  background-color: #373330;
  background-color: var(--dune);
  background-position-x: -24px;
}

.form__submit-checkbox {
  background-color: #fff;
  background-color: var(--white);
  background-image: url(../../static/images/gl-icon-checkbox.png);
  background-size: 48px 24px;
  width: 24px;
  height: 24px;
  float: left;
}

.g-recaptcha {
  margin-bottom: 20px;
}

@media (min-width:1100px) {
  .g-recaptcha {
    margin-bottom: 24px;
  }
}

.form__submit-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #373330;
  background-color: var(--dune);
  border-radius: 0;
  border: none;
  color: #fff;
  color: var(--white);
  cursor: pointer;
  display: block;
  font-family: Graphik,sans-serif;
  font-family: var(--font-sans-1);
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 1px;
  line-height: 16px;
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.form__submit-button:focus {
  background-color: #2c3781;
}

@media (min-width:1100px) {
  .form__submit-button {
    margin: 30px 0;
    width: 144px;
  }

  .form__submit-button:hover {
    background-color: #2c3781;
  }
}

.form__submit-legal {
  border-top: 1px solid #373330;
  border-top: 1px solid var(--dune);
  color: #373330;
  color: var(--dune);
  font-family: Graphik,sans-serif;
  font-family: var(--font-sans-1);
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  padding-top: 10px;
}

.form__submit-legal a {
  color: #373330;
  color: var(--dune);
  text-decoration: underline;
}

.form__success-description,.form__success-title {
  color: #373330;
  text-align: center;
  font-weight: 600;
}

.form__success {
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  width: 100%;
}

@media (min-width:1100px) {
  .form__success {
    padding: 60px 0;
  }
}

.form__success:before {
  background-color: #f6d3d5;
  height: 100%;
  position: absolute;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
}

.card,.share__button {
  background-color: #fff;
}

.share__button,.share__list-item {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.form__success-wrapper {
  margin: 0 auto;
  max-width: 648px;
  padding: 0 20px;
}

.form__success-title {
  color: var(--dune);
  font-family: MillerDisplay,serif;
  font-family: var(--font-serif-1);
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 15px;
}

@media (min-width:1100px) {
  .form__success-wrapper {
    padding: 0;
  }

  .form__success-title {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 20px;
  }
}

.form__success-description {
  color: var(--dune);
  font-family: Graphik,sans-serif;
  font-family: var(--font-sans-1);
  font-size: 14px;
  line-height: 18px;
  margin: 15px 0 30px;
}

@media (min-width:1100px) {
  .form__success-description {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 30px;
  }
}

.form__success-description a {
  color: #373330;
  color: var(--dune);
  text-decoration: underline;
}

.share {
  margin: 30px 0 0;
}

@media (min-width:1100px) {
  .share {
    margin: 40px 0 0;
  }
}

.share__title {
  color: #2c3781;
  color: var(--astronaut);
  font-family: Graphik,sans-serif;
  font-family: var(--font-sans-1);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 10px;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.share__list {
  font-size: 0;
  list-style: none;
  text-align: center;
}

.share__list-item {
  display: inline-block;
  position: relative;
}

.share__list-item:before {
  content: none;
}

.share__list-item+.share__list-item {
  margin-left: 8px;
}

@media (min-width:1100px) {
  .share__list-item--mobile {
    display: none;
  }
}

.share__button {
  display: inline-block;
}

.share__button svg {
  height: 100%;
  margin: 0 auto;
  width: 16px;
}

.share__button:hover svg {
  fill: #fff;
}

.share__button--email svg {
  fill: #666;
}

.share__button--email:hover {
  background-color: #666;
}

.share__button--twitter svg {
  fill: #1da1f2;
}

.share__button--twitter:hover {
  background-color: #1da1f2;
}

.share__button--facebook svg {
  fill: #3b5998;
}

.share__button--facebook:hover {
  background-color: #3b5998;
}

.share__button--whatsapp svg {
  fill: #25d366;
}

.share__button--whatsapp:hover {
  background-color: #25d366;
}

.share__button--pinterest svg {
  fill: #bd081c;
}

.share__button--pinterest:hover {
  background-color: #bd081c;
}

.card {
  background-color: var(--white);
}

.card-wrapper {
  display: table;
  height: 96px;
  position: relative;
  width: 100%;
}

@media (min-width:1100px) {
  .card-wrapper {
    height: 120px;
  }
}

.card__button {
  background-color: #fff;
  background-color: var(--white);
  border-radius: 50%;
  border: 2px solid #f3f3f3;
  border: 2px solid var(--concrete);
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}

.card__title {
  color: #373330;
  color: var(--dune);
  display: table-cell;
  font-family: MillerDisplay,serif;
  font-family: var(--font-serif-1);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding-left: 64px;
  padding-right: 108px;
  vertical-align: middle;
  width: 100%;
}

.card__title a {
  border-bottom: 2px solid rgba(44,55,129,.25);
  color: #373330;
  line-height: 1.75rem;
  padding-bottom: 2px;
  text-decoration: none;
}

.card__title a:hover {
  background: rgba(44,55,129,.2);
  border-bottom: 2px solid transparent;
  color: #373330;
}

.card__image {
  height: 96px;
  width: 96px;
  position: absolute;
  right: 0;
}

@media (min-width:1100px) {
  .card__button {
    left: 24px;
  }

  .card__title {
    font-size: 20px;
    line-height: 24px;
    padding-left: 72px;
    padding-right: 136px;
  }

  .card__image {
    height: 120px;
    width: 120px;
  }
}

.card__image img {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
