html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  font-size: 100%;
  word-wrap: break-word;
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  background: #282828;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  font-size: 13px;
}
p,
blockquote,
figure {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-underline-position: under;
  color: currentColor;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: 1em;
  margin: 0;
}
/* ---------------------------------------------------------------------------

	Toolkit
	=======

	A handful of helper mixins for common patterns.

--------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------

	Toolkit: Media Queries
	======================
	@since 0.0.1


	These mq abstractions don't overlap:

	from( n ) { ... }
		Styles elements from (and inclusive) of n.
		Useful for adding complexity as viewport size increases.

	to( n ) { ... }
		Styles elements up to but not including n.
		Effectively, max-width n-1
		Useful for the occasional small screen only style.

	n must be unitless CSS pixels; e.g., 768 or 1024
	It gets converted to em.

  Media Queries can be tagged with 'legacy' to be used in IE8 stylesheets.

--------------------------------------------------------------------------- */
.Layout__main {
  padding-top: 46px;
}
.Layout__header {
  background: #000000;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 5%;
  height: 46px;
}
.Layout__headerWrapper {
  position: relative;
  max-width: 1920px;
  margin: auto;
  height: 46px;
}
.Layout__headerBrandLink {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 26px;
  margin: auto;
  color: #ffffff;
  text-decoration: none;
  left: 0;
  font-size: 26px;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
}
.Layout__headerNav {
  padding: 0.75rem;
  height: 46px;
  text-align: center;
  display: none;
}
@media screen and (min-width: 47.5em) {
  .Layout__headerNav {
    display: block;
  }
}
.Layout__headerNavItem {
  font-size: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 22px;
  display: inline-block;
}
.Layout__headerNavItem + .Layout__headerNavItem {
  margin-left: 2rem;
}
.Layout__headerNavLink {
  color: #ffffff;
  text-decoration: none;
}
.Layout__headerLangSwitcher {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 0;
}
.Layout__headerLangSwitcherItem {
  font-size: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 22px;
  display: inline-block;
}
.Layout__headerLangSwitcherItem + .Layout__headerLangSwitcherItem:before {
  content: "/";
  color: #8c8c8c;
}
.Layout__headerLangSwitcherLink {
  color: #ffffff;
  text-decoration: none;
  color: #8c8c8c;
}
.Layout__headerLangSwitcherLink.is-active {
  color: #ffffff;
}
.Layout__returnToTop {
  text-align: center;
  display: block;
  padding: 1rem;
  cursor: pointer;
}
.Layout__returnToTop svg {
  transform: rotate(0.5turn);
}
.Layout__footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #000000;
  font-size: 9px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
}
.Layout__footerLine {
  display: block;
  text-align: center;
  padding: 2px 0;
}
.Layout__footer a {
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.Layout__footer a:hover,
.Layout__footer a:target {
  color: #ffffff;
}
.Layout__footerLineItemLight + .Layout__footerLineItemLight:before,
.Layout__footerLineItemLight + .Layout__footerLineItemStrong:before,
.Layout__footerLineItemStrong + .Layout__footerLineItemLight:before,
.Layout__footerLineItemStrong + .Layout__footerLineItemStrong:before {
  content: "/";
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.Layout__footerLineItemStrong {
  display: inline-block;
  color: #8c8c8c;
}
.Layout__footerLineItemStrong + .Layout__footerLineItemStrong:before {
  color: #8c8c8c;
}
.Layout__footerLineItemLight {
  display: inline-block;
  color: #464646;
}
.Layout__footerLineItemLight + .Layout__footerLineItemLight:before {
  color: #464646;
}
.Generic__title {
  font-size: 52px;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.15;
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 47.4375em) {
  .Generic__title {
    font-size: 30px;
  }
}
.Generic__body {
  padding-bottom: 100px;
  display: block;
}
.RichText {
  max-width: 840px;
  margin: auto;
  width: 95%;
  line-height: 1.7;
}
.RichText--strong {
  font-size: 52px;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 47.4375em) {
  .RichText--strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 47.5em) {
  .RichText--columns {
    column-count: 2;
    column-gap: 70px;
  }
}
.RichText a {
  color: currentColor;
  transition: color 0.3s ease-out;
}
.RichText a:hover,
.RichText a:target {
  color: #8c8c8c;
}
.RichText p {
  margin-bottom: 1em;
}
.RichText ul,
.RichText ol {
  margin-bottom: 1em;
}
.RichText ul {
  padding-left: 2em;
}
.RichText ul li {
  position: relative;
}
.RichText ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -2em;
}
.RichText ol {
  padding-left: 1.35em;
}
.RichText ol li {
  list-style: decimal outside;
}
.RichText h1,
.RichText h2,
.RichText h3,
.RichText h4 {
  font-weight: bold;
}
.SubscriptionFieldset {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 15px;
  opacity: 0.5;
}
.SubscriptionFieldset--available {
  opacity: 1;
}
.SubscriptionFieldset__header {
  background: #3c3c3c;
  transition: background-color 0.5s linear;
  padding: 15px;
  position: relative;
}
.SubscriptionFieldset__headerNum {
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  line-height: 30px;
  position: relative;
}
.SubscriptionFieldset__headerNumTick,
.SubscriptionFieldset__headerNumCross,
.SubscriptionFieldset__headerNumDigit {
  transition: opacity 0.5s linear;
  opacity: 1;
  text-align: center;
}
.SubscriptionFieldset__headerNumCross,
.SubscriptionFieldset__headerNumTick {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.SubscriptionFieldset__headerChevron {
  position: absolute;
  right: 20px;
  top: 0;
  height: 12px;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.SubscriptionFieldset__headerChevron svg {
  vertical-align: top;
}
.SubscriptionFieldset__headerTitle {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  max-width: calc(100% - 100px);
}
@media screen and (min-width: 47.5em) {
  .SubscriptionFieldset__headerTitle {
    font-size: 32px;
  }
}
.SubscriptionFieldset--available .SubscriptionFieldset__headerChevron {
  opacity: 1;
}
.SubscriptionFieldset--completed .SubscriptionFieldset__header {
  background: #009600;
}
.SubscriptionFieldset--failed .SubscriptionFieldset__header {
  background: #ff0055;
}
.SubscriptionFieldset--completed .SubscriptionFieldset__headerNumDigit {
  opacity: 0;
}
.SubscriptionFieldset--completed .SubscriptionFieldset__headerNumTick {
  opacity: 1;
}
.SubscriptionFieldset--failed .SubscriptionFieldset__headerNumDigit {
  opacity: 0;
}
.SubscriptionFieldset--failed .SubscriptionFieldset__headerNumCross {
  opacity: 1;
}
.SubscriptionFieldset--available .SubscriptionFieldset__header {
  cursor: pointer;
}
.SubscriptionFieldset__body {
  background: #323232;
  transition: max-height 0.5s ease;
  overflow: hidden;
}
/*
  A novel way to style autofilled field inputs.
  Typically when browsers remember your username etc and autofill the result you end up with a lovely bright yellow background colour. This is beautiful of course, but sometimes you might want something different.
*/
.InputField {
  display: block;
}
.InputField__yesNoInlineLabel,
.InputField__label {
  display: block;
  font-size: 9px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 0.0325rem;
}
.InputField--isDisabled .InputField__selectFaux,
.InputField--isDisabled .InputField__input {
  opacity: 0.5;
}
.InputField__selectFaux,
.InputField__input {
  background: #282828;
  color: #ffffff;
  border: none;
  padding: 15px;
  width: 100%;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  font-size: 13px;
}
.InputField__selectFaux:-webkit-autofill,
.InputField__input:-webkit-autofill,
.InputField__selectFaux:-webkit-autofill:hover,
.InputField__input:-webkit-autofill:hover,
.InputField__selectFaux:-webkit-autofill:focus,
.InputField__input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  box-shadow: inset 0 0 0 100em #282828;
}
.InputField__selectFaux:focus,
.InputField__input:focus,
.InputField__selectFaux:hover,
.InputField__input:hover {
  background: #1e1e1e;
  outline: none;
}
.InputField__select:focus .InputField__selectFaux,
.InputField__select:hover .InputField__selectFaux {
  background: #1e1e1e;
  outline: none;
}
.InputField--isDisabled .InputField__input:focus,
.InputField--isDisabled .InputField__input:hover {
  opacity: 0.5;
  background: #282828;
}
.InputField a {
  color: #ffffff;
}
.InputField__select {
  position: relative;
}
.InputField__selectFaux {
  height: 49px;
}
.InputField__selectFauxText {
  display: block;
  text-transform: lowercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 15px;
}
.InputField__selectFauxChevron {
  transform: scale(0.5);
  position: absolute;
  right: 5px;
  top: 15px;
}
.InputField__selectReal {
  -webkit-appearance: none;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  opacity: 0.001;
}
textarea.InputField__input {
  resize: none;
  height: 200px;
}
.InputField__yesNoInlineCheckWrap,
.InputField__yesNoInput,
.InputField__checkboxInput {
  vertical-align: top;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #1e1e1e;
  text-align: center;
}
.InputField__yesNoInlineCheckWrap + .InputField__yesNoInlineCheckWrap,
.InputField__yesNoInlineCheckWrap + .InputField__yesNoInput,
.InputField__yesNoInlineCheckWrap + .InputField__checkboxInput,
.InputField__yesNoInput + .InputField__yesNoInlineCheckWrap,
.InputField__yesNoInput + .InputField__yesNoInput,
.InputField__yesNoInput + .InputField__checkboxInput,
.InputField__checkboxInput + .InputField__yesNoInlineCheckWrap,
.InputField__checkboxInput + .InputField__yesNoInput,
.InputField__checkboxInput + .InputField__checkboxInput {
  margin-left: 15px;
}
.InputField__yesNoInlineCheckWrap input,
.InputField__yesNoInput input,
.InputField__checkboxInput input {
  opacity: 0.01;
  margin: 0;
  width: 0;
  height: 0;
}
.InputField__yesNoInlineCheckWrap {
  width: 49px;
  height: 49px;
}
.InputField__checkboxCheck,
.InputField__yesNoInlineCheck,
.InputField__yesNoCheck {
  opacity: 0;
  position: relative;
  top: 11px;
  transition: opacity 0.3s ease-out;
}
.InputField__yesNoInlineCheck {
  top: 15px;
}
.InputField__yesNoInlineCheckText {
  padding-left: 1rem;
  margin-top: 0.9rem;
  width: 4rem;
  display: inline-block;
}
.InputField__yesNoLabel {
  padding-top: 8px;
  display: inline-block;
  width: calc(100% - 150px);
  margin-right: 50px;
}
.InputField__yesNoInlineInput input:checked + .InputField__yesNoInlineCheck,
.InputField__yesNoInlineInput input:checked + .InputField__yesNoCheck,
.InputField__yesNoInput input:checked + .InputField__yesNoInlineCheck,
.InputField__yesNoInput input:checked + .InputField__yesNoCheck {
  opacity: 1;
}
.InputField__checkboxInput input:checked + .InputField__checkboxCheck {
  opacity: 1;
}
.InputField__checkboxLabel {
  padding-top: 8px;
  display: inline-block;
  margin-left: 15px;
  max-width: calc(100% - 100px);
}
.InputField--hasErrors .InputField__selectFaux,
.InputField--hasErrors .InputField__input,
.InputField--hasErrors .InputField__checkboxInput,
.InputField--hasErrors .InputField__yesNoInput {
  box-shadow: 0 0 0 1px #ff0055;
}
.Button {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 22px;
  border: none;
  padding: 10px 20px;
  background: #3c3c3c;
}
.Button--style-success {
  background: #009600;
}
.Button--style-error {
  background: #ff0055;
}
.PersonalInformationStep__personalFields,
.PersonalInformationStep__employeeFields {
  padding: 15px;
  padding-top: 35px;
  padding-bottom: 0;
}
.PersonalInformationStep__rule {
  border: none;
  border-top: 1px solid #3c3c3c;
  margin: 0;
  padding: 0;
}
.PersonalInformationStep__personalField,
.PersonalInformationStep__employeeField {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin-right: 25px;
  margin-bottom: 15px;
}
.PersonalInformationStep__pidField .InputField__containerContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.PersonalInformationStep__pidFieldPrefix {
  width: 70px;
}
.PersonalInformationStep__pidFieldPrefix .InputField__selectFauxText {
  text-transform: none;
}
.PersonalInformationStep__pidFieldCode {
  width: 170px;
}
.PersonalInformationStep__personalField:nth-child(1),
.PersonalInformationStep__personalField:nth-child(2),
.PersonalInformationStep__personalField:nth-child(3) {
  margin-bottom: 20px;
}
.PersonalInformationStep__endAction {
  padding: 15px;
}
.SelectLocationStep__location {
  display: block;
  border-bottom: 1px solid #3c3c3c;
}
.SelectLocationStep__location:last-child {
  border-bottom: none;
}
.SelectLocationStep__locationLink {
  display: block;
  padding: 15px;
  cursor: pointer;
  background: #323232;
  transition: background 0.2s linear;
}
.SelectLocationStep__locationLink.is-active:hover,
.SelectLocationStep__locationLink.is-active:target {
  background: #3c3c3c;
}
.SelectLocationStep__locationLinkCondition {
  display: inline-block;
  margin-left: 0.5rem;
}
.SelectLocationStep__locationLinkCondition:before {
  content: "(";
}
.SelectLocationStep__locationLinkCondition:after {
  content: ")";
}
.SelectLocationStep__locationLinkWarn {
  display: inline-block;
  margin-left: 0.5rem;
}
.SelectLocationStep__locationLinkWarn:before {
  content: "/";
  margin-right: 0.5rem;
}
.SelectLocationStep__locationLinkText {
  display: inline-block;
  opacity: 0.5;
  transition: transform 0.2s ease-out;
}
.SelectLocationStep__locationLink.is-active .SelectLocationStep__locationLinkText {
  opacity: 1;
}
.SelectLocationStep__locationLink.is-active:hover .SelectLocationStep__locationLinkText,
.SelectLocationStep__locationLink.is-active:target .SelectLocationStep__locationLinkText {
  transform: translateX(15px);
}
.SelectSubscriptionStep__startDate {
  padding: 15px;
  padding-top: 15px;
}
.SelectSubscriptionStep__contractRenewalField,
.SelectSubscriptionStep__startDateField {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin-right: 25px;
}
.SelectSubscriptionStep__matrix {
  padding: 15px;
  padding-bottom: 90px;
  position: relative;
}
@media screen and (min-width: 62.5em) {
  .SelectSubscriptionStep__choices {
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: right;
  }
}
.SelectSubscriptionStep__legend {
  display: none;
  padding-top: 48px;
}
@media screen and (min-width: 62.5em) {
  .SelectSubscriptionStep__legend {
    display: block;
  }
}
.SelectSubscriptionStep__legendHeaderRow {
  padding: 24px 0 8px;
  height: 50px;
  font-size: 9px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #3c3c3c;
}
.SelectSubscriptionStep__legendCostRow,
.SelectSubscriptionStep__legendRow {
  padding: 8px 0;
  height: 36px;
  border-bottom: 1px solid #3c3c3c;
}
.SelectSubscriptionStep__legendCostRow:last-child,
.SelectSubscriptionStep__legendRow:last-child {
  border-bottom: none;
}
.SelectSubscriptionStep__legendRow--doubled {
  height: 57.6px;
}
.SelectSubscriptionStep__legendHeaderRowLeft,
.SelectSubscriptionStep__legendCostRowName {
  display: inline-block;
  width: 280px;
}
.SelectSubscriptionStep__rule {
  border: none;
  border-top: 1px solid #3c3c3c;
  margin: 0;
  padding: 0;
}
.SelectSubscriptionStep__subscription {
  color: #ffffff;
  text-align: center;
  border: 1px solid #464646;
  margin-bottom: 15px;
  cursor: pointer;
  display: block;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 62.5em) {
  .SelectSubscriptionStep__subscription {
    width: 160px;
    display: inline-block;
  }
  .SelectSubscriptionStep__subscription + .SelectSubscriptionStep__subscription {
    margin-left: 15px;
  }
}
.SelectSubscriptionStep__subscriptionHeader {
  font-size: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 22px;
  padding: 10px 0;
  line-height: 1.1;
  background: #282828;
  border-bottom: 1px solid #464646;
  transition: border-bottom-color 0.3s ease-out;
}
.SelectSubscriptionStep__subscriptionSpacer {
  border-bottom: 1px solid #3c3c3c;
}
@media screen and (min-width: 62.5em) {
  .SelectSubscriptionStep__subscriptionSpacer {
    height: 50px;
    border-bottom: none;
  }
}
.SelectSubscriptionStep__subscriptionSpacerHeader {
  font-size: 9px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
}
.SelectSubscriptionStep__subscriptionSpacerText,
.SelectSubscriptionStep__subscriptionSpacerHeader {
  padding: 24px 0 8px;
  display: block;
}
@media screen and (min-width: 62.5em) {
  .SelectSubscriptionStep__subscriptionSpacerText,
  .SelectSubscriptionStep__subscriptionSpacerHeader {
    display: none;
  }
}
.SelectSubscriptionStep__subscriptionOption,
.SelectSubscriptionStep__subscriptionFeature {
  display: inline-block;
  border-radius: 50%;
  margin-top: -3px;
  padding-top: 2px;
  color: currentColor;
  border: 1px solid #3c3c3c;
  width: 24px;
  height: 24px;
}
.SelectSubscriptionStep__subscriptionOption {
  background: #282828;
  transition: background 0.3s ease-out;
}
.SelectSubscriptionStep__subscriptionOption svg {
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.SelectSubscriptionStep__subscriptionOption.is-chosen svg {
  opacity: 1;
}
.SelectSubscriptionStep__subscriptionRow {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #3c3c3c;
  text-align: center;
}
@media screen and (min-width: 62.5em) {
  .SelectSubscriptionStep__subscriptionRow {
    height: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  .SelectSubscriptionStep__subscriptionRow--doubled {
    height: 57.6px;
  }
}
.SelectSubscriptionStep__subscriptionRowKey {
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 62.5em) {
  .SelectSubscriptionStep__subscriptionRowKey {
    display: none;
  }
}
.SelectSubscriptionStep__subscriptionRowValue {
  display: block;
}
@media screen and (min-width: 62.5em) {
  .SelectSubscriptionStep__subscriptionRowValue {
    display: inline;
  }
}
.SelectSubscriptionStep__subscriptionSelect {
  font-size: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 22px;
  text-align: center;
  display: block;
  background: #3c3c3c;
  transition: background-color 0.3s ease-out;
  margin-top: 32px;
  padding: 8px;
}
.SelectSubscriptionStep__subscription.is-selected {
  border: 1px solid #505050;
}
.SelectSubscriptionStep__subscription.is-not-selected {
  color: #8c8c8c;
}
.SelectSubscriptionStep__subscription.is-not-selected .SelectSubscriptionStep__subscriptionOption {
  background: transparent;
}
.SelectSubscriptionStep__subscription.is-selected .SelectSubscriptionStep__subscriptionSelect {
  background: #009600;
}
.SelectSubscriptionStep__endAction {
  padding: 15px;
}
.QuestionnaireStep__medicalQuestions {
  padding: 15px;
}
.QuestionnaireStep__medicalQuestionsHeader {
  padding-left: calc(100% - 115px);
  margin-bottom: 15px;
}
.QuestionnaireStep__medicalQuestionsHeaderYes,
.QuestionnaireStep__medicalQuestionsHeaderNo {
  width: 40px;
  display: inline-block;
  text-align: center;
  margin-left: 15px;
}
.QuestionnaireStep__termsAndConditions {
  padding: 15px;
}
.QuestionnaireStep__medicalQuestion {
  margin-bottom: 15px;
}
.QuestionnaireStep__medicalQuestionRemarks {
  margin-bottom: 15px;
}
.QuestionnaireStep__medicalQuestionsDisclaimer {
  margin-bottom: 15px;
  padding-right: 115px;
}
.QuestionnaireStep__questionConfirm {
  margin-bottom: 15px;
}
.QuestionnaireStep__questionConfirm:last-child {
  margin-bottom: 0;
}
.QuestionnaireStep__rule {
  border: none;
  border-top: 1px solid #3c3c3c;
  margin: 0;
  padding: 0;
}
.QuestionnaireStep__endAction {
  padding: 15px;
}
.PayStep__rule {
  border: none;
  border-top: 1px solid #3c3c3c;
  margin: 0;
  padding: 0;
}
.PayStep__message {
  font-size: 26px;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 40px 40px;
  margin: auto;
}
.PayStep__followMessage {
  display: block;
  margin: 0 auto 2rem;
  max-width: 700px;
}
.PayStep__endAction {
  padding: 15px;
}
.PayStep__receipt {
  padding: 15px;
}
.PayStep__receiptLine {
  border-bottom: 1px solid #3c3c3c;
  padding-top: 6px;
  padding-bottom: 6px;
}
.PayStep__receiptLineKey {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}
.PayStep__receiptLineValue {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 200px);
}
.PayStep__contactMessage {
  padding: 15px;
  padding-bottom: 40px;
}
.PayStep__contactMessage a {
  color: currentColor;
}
.PaymentFrameHolder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}
.PaymentFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.PaymentFrame__iframe {
  position: absolute;
  background: white;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: none;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.SubscriptionForm {
  display: block;
}
.SubscriptionHome__heroFeature {
  position: relative;
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-size: cover;
  background-position: center;
}
.SubscriptionHome__heroFeature:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
}
.SubscriptionHome__heroFeatureText {
  font-size: 52px;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.15;
  position: relative;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  max-width: 95%;
  margin: auto;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 47.4375em) {
  .SubscriptionHome__heroFeatureText {
    font-size: 30px;
  }
}
@media screen and (min-width: 47.5em) {
  .SubscriptionHome__heroFeatureText {
    max-width: 50vw;
  }
}
.SubscriptionHome__subscriptionFormTitle,
.SubscriptionHome__locationsTitle,
.SubscriptionHome__usageTimesTitle,
.SubscriptionHome__sectionTitle {
  font-size: 26px;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 3em;
  font-size: 32px;
  margin-bottom: 1em;
  text-align: center;
}
.SubscriptionHome__usageTimesList {
  max-width: 840px;
  margin: auto;
  width: 95%;
}
@media screen and (min-width: 47.5em) {
  .SubscriptionHome__usageTimesList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.SubscriptionHome__usageTimesItem {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 47.5em) {
  .SubscriptionHome__usageTimesItem {
    width: calc(50% - 35px);
  }
}
.SubscriptionHome__usageTimesItemRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.SubscriptionHome__usageTimesItemRowCell:first-child {
  text-align: left;
}
.SubscriptionHome__usageTimesItemRowCell {
  text-align: right;
}
.SubscriptionHome__locationsList {
  max-width: 840px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.SubscriptionHome__locationsItem {
  text-align: center;
  width: calc(50% - 20px);
  margin-bottom: 1em;
}
@media screen and (min-width: 47.5em) {
  .SubscriptionHome__locationsItem {
    width: calc(20% - 20px);
  }
}
.SubscriptionHome__locationsItemLink {
  display: inline-block;
  text-decoration: none;
  color: currentColor;
  transition: opacity 0.2s ease-out;
}
.SubscriptionHome__locationsItemLink:hover,
.SubscriptionHome__locationsItemLink:target {
  opacity: 0.5;
}
.SubscriptionHome__locationsItemTitle {
  font-size: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 22px;
}
.SubscriptionHome__subscriptionFormContainer {
  max-width: 1040px;
  margin: auto;
}
.SubscriptionHome__contact {
  max-width: 840px;
  width: 95%;
  margin: 6rem auto 15rem;
  font-size: 26px;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
.SubscriptionHome__contact a {
  color: currentColor;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.SubscriptionHome__contact a:hover,
.SubscriptionHome__contact a:target {
  color: #8c8c8c;
}
