/* DESIGN SYSTEM COLOUR PALETTE */

/* Defined here https://www.figma.com/file/YrCXp3zztpwtcSD9XVge7Z/%E2%9C%A8Foundations?node-id=0%3A1 */

/* Storybook: https://storybook.internal.dckr.io/?path=/story/foundations-palettes--palettes */

/* All legacy should be transitioned to these */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* media queries */

/* lib/constants/sizes */

/* layout */

/* spacing */

/* misc */

/* body font sizes */

/* heading font sizes */

/* font family */

/* -----------------------------------------------------------------------------
 | Color Purpose Vars
----------------------------------------------------------------------------- */

/* lib/constants/variants */

/* CTA component colors */

/* cohesion font colors */

/* possibly used in mixins */

/* Autobuilds Colors */

/* audit logs colors */

/* State Colors */

/* are these being used in mixins? */

/* this variable is being overwritten in cloud/Core/object/components/State/styles.css */

/* -- These use colors not found in the styleguide -- */

/* - end -- */

/* Note: These are volumes states and not actual/valid object states.
 Added here for completion
*/

/* button */

/* select */

/* input */

/* stylelint-disable value-list-comma-newline-after */

/* box-shadow for store cards */

/* component: tab */

/* Publish flow */

/* Public Profile */

/* v2 */

/* Sign up form width */

/**
  This was extracted from the Wrapped component. There are subtle differences
  from the wrapped mixin, but they could probably be unified with a little
  effort.

  It's defined here as a rule rather than a mixin so it can be used with
  `composes`, which generally yields smaller code bundles.
*/

.styles__wrapped___uvhkI {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
}

/* https://goo.gl/Mus6xj */

/* Font sizes */

/* columns */

/* Three equal columns */

/* Rows */

/* TODO:  Use flex. Flexbox doesn't seem to work on iOS safari/chrome
          when overriding a lost column for small devices (?)(Registration page)
*/

@keyframes styles__fadein___HS0Dv {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* flex does not work inside firefox buttons, this is a workaround
   http://stackoverflow.com/questions/24289251/flexbox-not-working-in-buttons-in-firefox */

/* Causes text that overflows in an element to be truncated with an ellipsis. */

/*
 A little trick for vertically centering text content that doesn't wrap when
 the element's height is known.
*/

@keyframes styles__load8___StqN4 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles__tooltip___kvXED {
  max-width: 265px;
}

/* DESIGN SYSTEM COLOUR PALETTE */

/* Defined here https://www.figma.com/file/YrCXp3zztpwtcSD9XVge7Z/%E2%9C%A8Foundations?node-id=0%3A1 */

/* Storybook: https://storybook.internal.dckr.io/?path=/story/foundations-palettes--palettes */

/* All legacy should be transitioned to these */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* media queries */

/* lib/constants/sizes */

/* layout */

/* spacing */

/* misc */

/* body font sizes */

/* heading font sizes */

/* font family */

/* -----------------------------------------------------------------------------
 | Color Purpose Vars
----------------------------------------------------------------------------- */

/* lib/constants/variants */

/* CTA component colors */

/* cohesion font colors */

/* possibly used in mixins */

/* Autobuilds Colors */

/* audit logs colors */

/* State Colors */

/* are these being used in mixins? */

/* this variable is being overwritten in cloud/Core/object/components/State/styles.css */

/* -- These use colors not found in the styleguide -- */

/* - end -- */

/* Note: These are volumes states and not actual/valid object states.
 Added here for completion
*/

/* button */

/* select */

/* input */

/* stylelint-disable value-list-comma-newline-after */

/* box-shadow for store cards */

/* component: tab */

/* Publish flow */

/* Public Profile */

/* v2 */

/* Sign up form width */

/**
  This was extracted from the Wrapped component. There are subtle differences
  from the wrapped mixin, but they could probably be unified with a little
  effort.

  It's defined here as a rule rather than a mixin so it can be used with
  `composes`, which generally yields smaller code bundles.
*/

.styles__wrapped___NQanX {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
}

/* https://goo.gl/Mus6xj */

/* Font sizes */

/* columns */

/* Three equal columns */

/* Rows */

/* TODO:  Use flex. Flexbox doesn't seem to work on iOS safari/chrome
          when overriding a lost column for small devices (?)(Registration page)
*/

@keyframes styles__fadein___CD6Ww {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* flex does not work inside firefox buttons, this is a workaround
   http://stackoverflow.com/questions/24289251/flexbox-not-working-in-buttons-in-firefox */

/* Causes text that overflows in an element to be truncated with an ellipsis. */

/*
 A little trick for vertically centering text content that doesn't wrap when
 the element's height is known.
*/

@keyframes styles__load8___I7s_D {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles__row___qytzk {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}

.styles__col___iIm6G {
  flex: 0 0 50%;
  max-width: 50%;
}

.styles__toggle____wBrj {
  background: #f9f9fa;
  border: 1px solid #e1e2e6;
  box-sizing: border-box;
  color: #677285;
  cursor: pointer;
  padding: 10px;
  position: relative;
}

.styles__toggleNext___gJ2Fq {
  margin-left: -1px;
}

.styles__active___UARHv {
  background: #d9ebfa;
  border: 1px solid #1c90ed;
  color: #393f49;
  z-index: 1;
}

.styles__active___UARHv .styles__title___JMRPD {
    font-weight: bold;
  }

.styles__startingAt___NfGeM {
  font-size: 12px;
  line-height: 20px;
}

/* DESIGN SYSTEM COLOUR PALETTE */

/* Defined here https://www.figma.com/file/YrCXp3zztpwtcSD9XVge7Z/%E2%9C%A8Foundations?node-id=0%3A1 */

/* Storybook: https://storybook.internal.dckr.io/?path=/story/foundations-palettes--palettes */

/* All legacy should be transitioned to these */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* media queries */

/* lib/constants/sizes */

/* layout */

/* spacing */

/* misc */

/* body font sizes */

/* heading font sizes */

/* font family */

/* -----------------------------------------------------------------------------
 | Color Purpose Vars
----------------------------------------------------------------------------- */

/* lib/constants/variants */

/* CTA component colors */

/* cohesion font colors */

/* possibly used in mixins */

/* Autobuilds Colors */

/* audit logs colors */

/* State Colors */

/* are these being used in mixins? */

/* this variable is being overwritten in cloud/Core/object/components/State/styles.css */

/* -- These use colors not found in the styleguide -- */

/* - end -- */

/* Note: These are volumes states and not actual/valid object states.
 Added here for completion
*/

/* button */

/* select */

/* input */

/* stylelint-disable value-list-comma-newline-after */

/* box-shadow for store cards */

/* component: tab */

/* Publish flow */

/* Public Profile */

/* v2 */

/* Sign up form width */

/**
  This was extracted from the Wrapped component. There are subtle differences
  from the wrapped mixin, but they could probably be unified with a little
  effort.

  It's defined here as a rule rather than a mixin so it can be used with
  `composes`, which generally yields smaller code bundles.
*/

.styles__wrapped___rda2G {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
}

/* https://goo.gl/Mus6xj */

/* Font sizes */

/* columns */

/* Three equal columns */

/* Rows */

/* TODO:  Use flex. Flexbox doesn't seem to work on iOS safari/chrome
          when overriding a lost column for small devices (?)(Registration page)
*/

@keyframes styles__fadein___aaGya {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* flex does not work inside firefox buttons, this is a workaround
   http://stackoverflow.com/questions/24289251/flexbox-not-working-in-buttons-in-firefox */

/* Causes text that overflows in an element to be truncated with an ellipsis. */

/*
 A little trick for vertically centering text content that doesn't wrap when
 the element's height is known.
*/

@keyframes styles__load8___GgMf9 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles__planDetails___VQMbO {
  color: #393f49;
  min-height: 181px;
}

.styles__planDetails___VQMbO .styles__planCard___awpex {
    margin: 10px 0;
    padding: 10px 12px;
    background-color: #f9f9fa;
  }

.styles__planDetails___VQMbO .styles__planCard___awpex .styles__planTitle___MnUGS {
      font-size: 24px;
      font-weight: 600;
    }

.styles__planDetails___VQMbO .styles__planCard___awpex .styles__priceText___v01q2 {
      font-size: 24px;
      line-height: 1.25;
      margin-bottom: 5px;
    }

.styles__planDetails___VQMbO .styles__planCard___awpex .styles__priceText___v01q2 .styles__repoCost___lYTBl {
        color: #677285;
        line-height: 25px;
      }

.styles__planDetails___VQMbO .styles__planCard___awpex .styles__priceText___v01q2 .styles__savingsWrapper___bjb5L {
        display: inline-block;
        font-size: 12px;
        line-height: 16px;
        margin-left: 15px;
      }

.styles__planDetails___VQMbO .styles__planCard___awpex .styles__priceText___v01q2 .styles__savingsPrice___C8kKv {
        color: #000000;
      }

.styles__planDetails___VQMbO .styles__planCard___awpex .styles__priceText___v01q2 .styles__altPrice___sQTeJ {
        color: #8b1924;
        text-decoration: line-through;
      }

.styles__planDetails___VQMbO .styles__planCard___awpex .styles__priceText___v01q2 .styles__annualPrice___kBlvb {
        position: relative;
        top: -3px;
      }

.styles__planDetails___VQMbO .styles__planCard___awpex .styles__annualPlanSavings___nHX5r {
      color: #3ba08d;
      font-size: 13px;
      min-height: 23px;
      line-height: 1.5;
    }

.styles__planDetails___VQMbO .styles__planCard___awpex .styles__annualPlanSavings___nHX5r .styles__savings___iQuP8 {
        font-size: 15px;
        font-weight: 600;
      }

.styles__planDetails___VQMbO .styles__selectPlanType___PkVQv {
    max-width: 95%;
  }

.styles__planDetails___VQMbO .styles__selectPlanType___PkVQv .styles__radioGroup___IuDOr {
      display: flex;
      flex-direction: wrap;
      align-items: top;
    }

.styles__planDetails___VQMbO .styles__selectPlanType___PkVQv .styles__radioGroup___IuDOr > * {
        margin-bottom: 7px;
        white-space: nowrap;
      }

.styles__planDetails___VQMbO .styles__planToggle___jSDFi {
    position: relative;
    top: -3px;
    margin-left: 13px;
    color: #1c90ed;
    font-size: 12px;
    font-weight: 500;
    width: 115px;
  }

.styles__planDetails___VQMbO .styles__planToggle___jSDFi ul {
      margin-top: 4px !important;
    }

.styles__planDetails___VQMbO .styles__planToggle___jSDFi ul {
      font-size: 12px;
      right: 8px;
    }

.styles__planDetails___VQMbO .styles__planToggle___jSDFi ul li {
        overflow: hidden;
        text-overflow: ellipsis;
      }

.styles__planDetails___VQMbO .styles__offerName___H45hx {
    color: #3ba08d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }

.styles__featuresList___f_V5f {
  padding-left: 0;
  margin: 5px 10px 5px 20px;
}

.styles__featuresList___f_V5f .styles__planFeature___NKiqP {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 2px;
  }

/* DESIGN SYSTEM COLOUR PALETTE */

/* Defined here https://www.figma.com/file/YrCXp3zztpwtcSD9XVge7Z/%E2%9C%A8Foundations?node-id=0%3A1 */

/* Storybook: https://storybook.internal.dckr.io/?path=/story/foundations-palettes--palettes */

/* All legacy should be transitioned to these */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* media queries */

/* lib/constants/sizes */

/* layout */

/* spacing */

/* misc */

/* body font sizes */

/* heading font sizes */

/* font family */

/* -----------------------------------------------------------------------------
 | Color Purpose Vars
----------------------------------------------------------------------------- */

/* lib/constants/variants */

/* CTA component colors */

/* cohesion font colors */

/* possibly used in mixins */

/* Autobuilds Colors */

/* audit logs colors */

/* State Colors */

/* are these being used in mixins? */

/* this variable is being overwritten in cloud/Core/object/components/State/styles.css */

/* -- These use colors not found in the styleguide -- */

/* - end -- */

/* Note: These are volumes states and not actual/valid object states.
 Added here for completion
*/

/* button */

/* select */

/* input */

/* stylelint-disable value-list-comma-newline-after */

/* box-shadow for store cards */

/* component: tab */

/* Publish flow */

/* Public Profile */

/* v2 */

/* Sign up form width */

/**
  This was extracted from the Wrapped component. There are subtle differences
  from the wrapped mixin, but they could probably be unified with a little
  effort.

  It's defined here as a rule rather than a mixin so it can be used with
  `composes`, which generally yields smaller code bundles.
*/

.styles__wrapped___DEPeV {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
}

/* https://goo.gl/Mus6xj */

/* Font sizes */

/* columns */

/* Three equal columns */

/* Rows */

/* TODO:  Use flex. Flexbox doesn't seem to work on iOS safari/chrome
          when overriding a lost column for small devices (?)(Registration page)
*/

@keyframes styles__fadein___dZDhV {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* flex does not work inside firefox buttons, this is a workaround
   http://stackoverflow.com/questions/24289251/flexbox-not-working-in-buttons-in-firefox */

/* Causes text that overflows in an element to be truncated with an ellipsis. */

/*
 A little trick for vertically centering text content that doesn't wrap when
 the element's height is known.
*/

@keyframes styles__load8___qpDx1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles__wrapper___zVMET {
  margin: 0 auto;
}

/* Chrome, Safari, Edge, Opera */

.styles__wrapper___zVMET input::-webkit-outer-spin-button,
  .styles__wrapper___zVMET input::-webkit-inner-spin-button {
    margin: 0;
  }

.styles__wrapper___zVMET .styles__formGroup___OC4o1 {
    margin-bottom: 1rem;
  }

.styles__wrapper___zVMET .styles__row___t8suq {
    display: flex;
    flex-wrap: wrap;
  }

.styles__wrapper___zVMET .styles__tall___sm16i {
    min-height: 52px;
  }

.styles__wrapper___zVMET .styles__col___YMFiz {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

.styles__wrapper___zVMET .styles__col5___Cv030 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

.styles__wrapper___zVMET .styles__col7___SmSgR {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

.styles__wrapper___zVMET .styles__justifyContentBetween___s_hB9 {
    justify-content: space-between;
  }

.styles__wrapper___zVMET .styles__justifyContentEnd___ueNBz {
    justify-content: flex-end;
  }

.styles__wrapper___zVMET .styles__numberOfUsers___GkDf4 {
    text-align: right;
  }

.styles__wrapper___zVMET .styles__numberOfUsersField___fvqFt {
    text-align: right;
    width: 55px;
  }

.styles__wrapper___zVMET .styles__title___Ib66P {
    font-weight: 600;
  }

.styles__wrapper___zVMET .styles__totalLine___Avx9K {
    width: 152px;
  }

.styles__wrapper___zVMET .styles__totalPrice___NiZym {
    font-size: 18px;
  }

.styles__wrapper___zVMET .styles__additionalUser___S5eqI {
    color: #677285;
    font-size: 12px;
    margin-left: 28px;
  }

.styles__wrapper___zVMET .styles__additionalUser___S5eqI .styles__error___focBe {
      color: #b72132;
    }

.styles__wrapper___zVMET .styles__planSavings___1j7IN {
    color: #3ba08d;
    font-size: 14px;
    margin-left: 32px;
    margin-top: 0.15rem;
  }

.styles__wrapper___zVMET .styles__planSavings___1j7IN .styles__savings___nFZ6t {
      font-size: 16px;
      font-weight: 600;
    }

.styles__wrapper___zVMET .styles__button___smSbA {
    height: 30px;
    line-height: 26px;
    min-height: 30px;
    min-width: 190px;
    border-width: 1px;
  }

.styles__wrapper___zVMET .styles__marginLeft___JAzgP {
    margin-left: 0;
  }

.styles__purchaseOrder___ApH7m {
  font-size: 12px;
  margin-top: 8px;
}

/* DESIGN SYSTEM COLOUR PALETTE */

/* Defined here https://www.figma.com/file/YrCXp3zztpwtcSD9XVge7Z/%E2%9C%A8Foundations?node-id=0%3A1 */

/* Storybook: https://storybook.internal.dckr.io/?path=/story/foundations-palettes--palettes */

/* All legacy should be transitioned to these */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* media queries */

/* lib/constants/sizes */

/* layout */

/* spacing */

/* misc */

/* body font sizes */

/* heading font sizes */

/* font family */

/* -----------------------------------------------------------------------------
 | Color Purpose Vars
----------------------------------------------------------------------------- */

/* lib/constants/variants */

/* CTA component colors */

/* cohesion font colors */

/* possibly used in mixins */

/* Autobuilds Colors */

/* audit logs colors */

/* State Colors */

/* are these being used in mixins? */

/* this variable is being overwritten in cloud/Core/object/components/State/styles.css */

/* -- These use colors not found in the styleguide -- */

/* - end -- */

/* Note: These are volumes states and not actual/valid object states.
 Added here for completion
*/

/* button */

/* select */

/* input */

/* stylelint-disable value-list-comma-newline-after */

/* box-shadow for store cards */

/* component: tab */

/* Publish flow */

/* Public Profile */

/* v2 */

/* Sign up form width */

/**
  This was extracted from the Wrapped component. There are subtle differences
  from the wrapped mixin, but they could probably be unified with a little
  effort.

  It's defined here as a rule rather than a mixin so it can be used with
  `composes`, which generally yields smaller code bundles.
*/

.styles__wrapped___SDEqD {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
}

/* https://goo.gl/Mus6xj */

/* Font sizes */

/* columns */

/* Three equal columns */

/* Rows */

/* TODO:  Use flex. Flexbox doesn't seem to work on iOS safari/chrome
          when overriding a lost column for small devices (?)(Registration page)
*/

@keyframes styles__fadein___yQxJ_ {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* flex does not work inside firefox buttons, this is a workaround
   http://stackoverflow.com/questions/24289251/flexbox-not-working-in-buttons-in-firefox */

/* Causes text that overflows in an element to be truncated with an ellipsis. */

/*
 A little trick for vertically centering text content that doesn't wrap when
 the element's height is known.
*/

@keyframes styles__load8___VaJT6 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles__inputField___RllPE {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c4c8d1;
  background: #f9f9fa;
  height: 30px;
  line-height: 29px;
  color: #393f49;
  padding: 0 6px;
  font-size: 14px;
}

.styles__inputField___RllPE.styles__error___VWWPS {
    border-bottom-color: #b72132;
  }

.styles__inputField___RllPE:focus {
    border-bottom-color: #086dd7;
  }

select.styles__inputField___RllPE {
  border-radius: 0;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}

.styles__inputField___RllPE::-moz-placeholder {
  color: #2f373c;
}

.styles__inputField___RllPE::placeholder {
  color: #2f373c;
}

.styles__errorMessage___rilpy {
  color: #b72132;
  font-size: 12px;
  margin: 9px 6px;
}

/* DESIGN SYSTEM COLOUR PALETTE */

/* Defined here https://www.figma.com/file/YrCXp3zztpwtcSD9XVge7Z/%E2%9C%A8Foundations?node-id=0%3A1 */

/* Storybook: https://storybook.internal.dckr.io/?path=/story/foundations-palettes--palettes */

/* All legacy should be transitioned to these */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* media queries */

/* lib/constants/sizes */

/* layout */

/* spacing */

/* misc */

/* body font sizes */

/* heading font sizes */

/* font family */

/* -----------------------------------------------------------------------------
 | Color Purpose Vars
----------------------------------------------------------------------------- */

/* lib/constants/variants */

/* CTA component colors */

/* cohesion font colors */

/* possibly used in mixins */

/* Autobuilds Colors */

/* audit logs colors */

/* State Colors */

/* are these being used in mixins? */

/* this variable is being overwritten in cloud/Core/object/components/State/styles.css */

/* -- These use colors not found in the styleguide -- */

/* - end -- */

/* Note: These are volumes states and not actual/valid object states.
 Added here for completion
*/

/* button */

/* select */

/* input */

/* stylelint-disable value-list-comma-newline-after */

/* box-shadow for store cards */

/* component: tab */

/* Publish flow */

/* Public Profile */

/* v2 */

/* Sign up form width */

/**
  This was extracted from the Wrapped component. There are subtle differences
  from the wrapped mixin, but they could probably be unified with a little
  effort.

  It's defined here as a rule rather than a mixin so it can be used with
  `composes`, which generally yields smaller code bundles.
*/

.styles__wrapped___ANIqU {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
}

/* https://goo.gl/Mus6xj */

/* Font sizes */

/* columns */

/* Three equal columns */

/* Rows */

/* TODO:  Use flex. Flexbox doesn't seem to work on iOS safari/chrome
          when overriding a lost column for small devices (?)(Registration page)
*/

@keyframes styles__fadein___XG5Ns {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* flex does not work inside firefox buttons, this is a workaround
   http://stackoverflow.com/questions/24289251/flexbox-not-working-in-buttons-in-firefox */

/* Causes text that overflows in an element to be truncated with an ellipsis. */

/*
 A little trick for vertically centering text content that doesn't wrap when
 the element's height is known.
*/

@keyframes styles__load8___jEeQ2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles__wrapper___WudDe {
  margin: 0 auto;
}

.styles__wrapper___WudDe .styles__cardSubTitle___xgS96 {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 16px 0;
    color: #677285;
  }

.styles__wrapper___WudDe .styles__doubleFieldRow___GRClg {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: nowrap;
  }

.styles__wrapper___WudDe .styles__doubleFieldRow___GRClg > * {
    lost-column-cycle: 2;
  }

.styles__wrapper___WudDe .styles__doubleFieldRow___GRClg > *:nth-child(1) {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 6/12 - (12px - 12px * 6/12));
      max-width: calc(99.9% * 6/12 - (12px - 12px * 6/12));
      width: calc(99.9% * 6/12 - (12px - 12px * 6/12));
    }

.styles__wrapper___WudDe .styles__doubleFieldRow___GRClg > *:nth-child(1):nth-child(1n) {
      margin-right: 12px;
      margin-left: 0;
    }

.styles__wrapper___WudDe .styles__doubleFieldRow___GRClg > *:nth-child(1):last-child {
      margin-right: 0;
    }

.styles__wrapper___WudDe .styles__doubleFieldRow___GRClg > *:nth-child(1):nth-child(12n) {
      margin-right: 0;
      margin-left: auto;
    }

.styles__wrapper___WudDe .styles__doubleFieldRow___GRClg > *:nth-child(2) {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 6/12 - (12px - 12px * 6/12));
      max-width: calc(99.9% * 6/12 - (12px - 12px * 6/12));
      width: calc(99.9% * 6/12 - (12px - 12px * 6/12));
    }

.styles__wrapper___WudDe .styles__doubleFieldRow___GRClg > *:nth-child(2):nth-child(1n) {
      margin-right: 12px;
      margin-left: 0;
    }

.styles__wrapper___WudDe .styles__doubleFieldRow___GRClg > *:nth-child(2):last-child {
      margin-right: 0;
    }

.styles__wrapper___WudDe .styles__doubleFieldRow___GRClg > *:nth-child(2):nth-child(12n) {
      margin-right: 0;
      margin-left: auto;
    }

.styles__wrapper___WudDe .styles__doubleFieldRow___GRClg {
    margin-bottom: 15px;
}

.styles__wrapper___WudDe .styles__creditCardRow___sGHZ8 {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: nowrap;
  }

.styles__wrapper___WudDe .styles__creditCardRow___sGHZ8 > * {
    lost-column-cycle: 3;
  }

.styles__wrapper___WudDe .styles__creditCardRow___sGHZ8 > *:nth-child(1) {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 7/12 - (12px - 12px * 7/12));
      max-width: calc(99.9% * 7/12 - (12px - 12px * 7/12));
      width: calc(99.9% * 7/12 - (12px - 12px * 7/12));
    }

.styles__wrapper___WudDe .styles__creditCardRow___sGHZ8 > *:nth-child(1):nth-child(1n) {
      margin-right: 12px;
      margin-left: 0;
    }

.styles__wrapper___WudDe .styles__creditCardRow___sGHZ8 > *:nth-child(1):last-child {
      margin-right: 0;
    }

.styles__wrapper___WudDe .styles__creditCardRow___sGHZ8 > *:nth-child(1):nth-child(12n) {
      margin-right: 0;
      margin-left: auto;
    }

.styles__wrapper___WudDe .styles__creditCardRow___sGHZ8 > *:nth-child(2) {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 3/12 - (12px - 12px * 3/12));
      max-width: calc(99.9% * 3/12 - (12px - 12px * 3/12));
      width: calc(99.9% * 3/12 - (12px - 12px * 3/12));
    }

.styles__wrapper___WudDe .styles__creditCardRow___sGHZ8 > *:nth-child(2):nth-child(1n) {
      margin-right: 12px;
      margin-left: 0;
    }

.styles__wrapper___WudDe .styles__creditCardRow___sGHZ8 > *:nth-child(2):last-child {
      margin-right: 0;
    }

.styles__wrapper___WudDe .styles__creditCardRow___sGHZ8 > *:nth-child(2):nth-child(12n) {
      margin-right: 0;
      margin-left: auto;
    }

.styles__wrapper___WudDe .styles__creditCardRow___sGHZ8 > *:nth-child(3) {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 2/12 - (12px - 12px * 2/12));
      max-width: calc(99.9% * 2/12 - (12px - 12px * 2/12));
      width: calc(99.9% * 2/12 - (12px - 12px * 2/12));
    }

.styles__wrapper___WudDe .styles__creditCardRow___sGHZ8 > *:nth-child(3):nth-child(1n) {
      margin-right: 12px;
      margin-left: 0;
    }

.styles__wrapper___WudDe .styles__creditCardRow___sGHZ8 > *:nth-child(3):last-child {
      margin-right: 0;
    }

.styles__wrapper___WudDe .styles__creditCardRow___sGHZ8 > *:nth-child(3):nth-child(12n) {
      margin-right: 0;
      margin-left: auto;
    }

.styles__wrapper___WudDe .styles__creditCardRow___sGHZ8 {
    margin-bottom: 15px;
}

.styles__wrapper___WudDe .styles__dropDown___SJ_eA select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

.styles__wrapper___WudDe .styles__dropDown___SJ_eA {
    position: relative;
  }

.styles__wrapper___WudDe .styles__noErrorSelect___aWKQ6 {
    margin-bottom: 15px;
  }

.styles__wrapper___WudDe .styles__dropDown___SJ_eA::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 12px;
    border: solid #677285;
    border-width: 0 1px 1px 0;
    padding: 5px;
    pointer-events: none;
    transform: rotate(45deg);
  }

.styles__wrapper___WudDe .styles__select___hYUAi {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c4c8d1;
    background: #f9f9fa;
    height: 30px;
    line-height: 29px;
    color: #8d9194;
    padding: 0 6px;
    font-size: 14px;
  }

.styles__wrapper___WudDe .styles__select___hYUAi.guideflow_hovered {
    cursor: pointer;
  }

.styles__wrapper___WudDe .styles__stateZipRow___Q10iE {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: nowrap;
  }

.styles__wrapper___WudDe .styles__stateZipRow___Q10iE > * {
    lost-column-cycle: 2;
  }

.styles__wrapper___WudDe .styles__stateZipRow___Q10iE > *:nth-child(1) {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 7/12 - (12px - 12px * 7/12));
      max-width: calc(99.9% * 7/12 - (12px - 12px * 7/12));
      width: calc(99.9% * 7/12 - (12px - 12px * 7/12));
    }

.styles__wrapper___WudDe .styles__stateZipRow___Q10iE > *:nth-child(1):nth-child(1n) {
      margin-right: 12px;
      margin-left: 0;
    }

.styles__wrapper___WudDe .styles__stateZipRow___Q10iE > *:nth-child(1):last-child {
      margin-right: 0;
    }

.styles__wrapper___WudDe .styles__stateZipRow___Q10iE > *:nth-child(1):nth-child(12n) {
      margin-right: 0;
      margin-left: auto;
    }

.styles__wrapper___WudDe .styles__stateZipRow___Q10iE > *:nth-child(2) {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 5/12 - (12px - 12px * 5/12));
      max-width: calc(99.9% * 5/12 - (12px - 12px * 5/12));
      width: calc(99.9% * 5/12 - (12px - 12px * 5/12));
    }

.styles__wrapper___WudDe .styles__stateZipRow___Q10iE > *:nth-child(2):nth-child(1n) {
      margin-right: 12px;
      margin-left: 0;
    }

.styles__wrapper___WudDe .styles__stateZipRow___Q10iE > *:nth-child(2):last-child {
      margin-right: 0;
    }

.styles__wrapper___WudDe .styles__stateZipRow___Q10iE > *:nth-child(2):nth-child(12n) {
      margin-right: 0;
      margin-left: auto;
    }

.styles__wrapper___WudDe .styles__inputField___SqwaL {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c4c8d1;
    background: #f9f9fa;
    height: 30px;
    line-height: 29px;
    color: #393f49;
    padding: 0 6px;
    font-size: 14px;
  }

.styles__wrapper___WudDe .styles__inputField___SqwaL.styles__error___oSx3p {
      border-bottom-color: #b72132;
    }

.styles__wrapper___WudDe .styles__generalError___axKVe {
    margin-top: 15px;
    color: #b72132;
  }

.styles__wrapper___WudDe .styles__button___XAwmr {
    height: 30px;
    line-height: 26px;
    min-height: 30px;
    min-width: 190px;
    border-width: 1px;
  }

.styles__wrapper___WudDe .styles__errorMessage___kKqCI {
    color: #b72132;
    position: relative;
    font-size: 12px;
    margin: 9px 6px;
  }

/* DESIGN SYSTEM COLOUR PALETTE */

/* Defined here https://www.figma.com/file/YrCXp3zztpwtcSD9XVge7Z/%E2%9C%A8Foundations?node-id=0%3A1 */

/* Storybook: https://storybook.internal.dckr.io/?path=/story/foundations-palettes--palettes */

/* All legacy should be transitioned to these */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* primary */

/* media queries */

/* lib/constants/sizes */

/* layout */

/* spacing */

/* misc */

/* body font sizes */

/* heading font sizes */

/* font family */

/* -----------------------------------------------------------------------------
 | Color Purpose Vars
----------------------------------------------------------------------------- */

/* lib/constants/variants */

/* CTA component colors */

/* cohesion font colors */

/* possibly used in mixins */

/* Autobuilds Colors */

/* audit logs colors */

/* State Colors */

/* are these being used in mixins? */

/* this variable is being overwritten in cloud/Core/object/components/State/styles.css */

/* -- These use colors not found in the styleguide -- */

/* - end -- */

/* Note: These are volumes states and not actual/valid object states.
 Added here for completion
*/

/* button */

/* select */

/* input */

/* stylelint-disable value-list-comma-newline-after */

/* box-shadow for store cards */

/* component: tab */

/* Publish flow */

/* Public Profile */

/* v2 */

/* Sign up form width */

/**
  This was extracted from the Wrapped component. There are subtle differences
  from the wrapped mixin, but they could probably be unified with a little
  effort.

  It's defined here as a rule rather than a mixin so it can be used with
  `composes`, which generally yields smaller code bundles.
*/

.styles__wrapped___C0Tv8 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
}

/* https://goo.gl/Mus6xj */

/* Font sizes */

/* columns */

/* Three equal columns */

/* Rows */

/* TODO:  Use flex. Flexbox doesn't seem to work on iOS safari/chrome
          when overriding a lost column for small devices (?)(Registration page)
*/

@keyframes styles__fadein___B26OO {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* flex does not work inside firefox buttons, this is a workaround
   http://stackoverflow.com/questions/24289251/flexbox-not-working-in-buttons-in-firefox */

/* Causes text that overflows in an element to be truncated with an ellipsis. */

/*
 A little trick for vertically centering text content that doesn't wrap when
 the element's height is known.
*/

@keyframes styles__load8___kj8aJ {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles__rowWrapper___WRfX1 {
  display: flex;
}

.styles__rowWrapper___WRfX1 .styles__fieldWrapper___XvgC_ {
    width: 100%;
  }

.styles__offer___FD5Wg {
  display: flex;
  align-items: center;
  color: #3ba08d;
  font-size: 13px;
  margin-top: 12px;
  font-weight: 600;
}

.styles__checkIcon___cY1tS {
  fill: #3ba08d;
  height: 20px;
  width: 20px;
  margin-right: 7px;
}

.styles__applyButton___vMEen {
  margin: 0 0 0 10px;
}


/*# sourceMappingURL=3134.d612e9d142ea649a4542.css.map*/