/* 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___AvG4Y {
  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___8YMzC {
  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___qov9q {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles__topSection___Ej4rF {
  height: 750px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.styles__topSection___Ej4rF .styles__title___d5ghI {
    padding-top: 160px;
    max-width: 486px;
    color: #ffffff;
    font-size: 44px;
    font-weight: bold;
    line-height: 46px;
  }

.styles__topSection___Ej4rF .styles__title___d5ghI .styles__subtitle___ED2Q8 {
      font-size: 14px;
      line-height: 20px;
      color: #393f49;
      font-weight: 500;
      color: #ffffff;
      font-weight: bold;
      max-width: 400px;
      margin-top: 28px;
    }

.styles__topSection___Ej4rF .styles__cta___JF7S5 button {
      margin: 0;
      margin-right: 32px;
      line-height: 45px;
      padding: 0 24px;
    }

.styles__topSection___Ej4rF .styles__cta___JF7S5 a {
      color: #ffffff;
      font-weight: bold;
    }

.styles__subheadline___hu7sz {
  font-size: 44px;
}

.styles__description___qJ3fu {
  color: #677285;
}

.styles__middleSection___nQa_s {
  margin: 55px 0;
  text-align: center;
}

.styles__bottomSection___alHzC {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 40px;
}

.styles__bottomSection___alHzC .styles__repoSection___JIx4x {
    max-width: 960px;
  }

@media only screen and (min-width: 600.02px) {
      .styles__bottomSection___alHzC .styles__repoSection___JIx4x .styles__repoCard___DgArd {
        height: 550px;
        width: calc(99.9% * 1/3 - (48px - 48px * 1/3));
      }
      .styles__bottomSection___alHzC .styles__repoSection___JIx4x .styles__repoCard___DgArd:nth-child(1n) {
        float: left;
        margin-right: 48px;
        clear: none;
      }
      .styles__bottomSection___alHzC .styles__repoSection___JIx4x .styles__repoCard___DgArd:last-child {
        margin-right: 0;
      }
      .styles__bottomSection___alHzC .styles__repoSection___JIx4x .styles__repoCard___DgArd:nth-child(3n) {
        margin-right: 0;
        float: right;
      }
      .styles__bottomSection___alHzC .styles__repoSection___JIx4x .styles__repoCard___DgArd:nth-child(3n + 1) {
        clear: both;
      }
    }

.styles__repoSection___JIx4x {
  margin: 0 auto;
}

.styles__repoSection___JIx4x div {
    text-align: center;
  }

.styles__repoSection___JIx4x .styles__repoGrid___uMSHz {
    display: flex;
  }

.styles__repoSection___JIx4x .styles__repoGrid___uMSHz .styles__repoCard___DgArd {
      padding: 24px;
      align-items: center;
      background: #ffffff;
      border-color: #ffffff;
      border-radius: 4px;
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
    }

.styles__repoSection___JIx4x .styles__repoGrid___uMSHz .styles__repoCard___DgArd img {
        width: 150px;
        height: 200px;
      }

.styles__repoSection___JIx4x .styles__repoGrid___uMSHz .styles__repoCard___DgArd header {
        font-size: 18px;
        line-height: 24px;
        height: 72px;
        font-weight: 500;
        margin: 32px auto;
      }

.styles__repoSection___JIx4x .styles__repoGrid___uMSHz .styles__repoCard___DgArd.guideflow_hovered {
        box-shadow: 0 1px 6px 0 #c4c8d1;
      }

.styles__repoSection___JIx4x .styles__repoGrid___uMSHz .styles__repoCard___DgArd.styles__smallHeader___VoOMT header {
          height: 25px;
        }

.styles__repoSection___JIx4x .styles__cta___JF7S5 button {
      line-height: 45px;
      padding: 0 32px;
    }

.styles__cardSubtext___CgySb {
  height: 60px;
}

.styles__welcome___nK71n {
  background: #ffffff;
}

.styles__welcome___nK71n .styles__repoSection___JIx4x {
    max-width: 700px;
  }

@media only screen and (min-width: 600.02px) {
      .styles__welcome___nK71n .styles__repoSection___JIx4x .styles__repoCard___DgArd {
        padding: 32px !important;
      }
      .styles__welcome___nK71n .styles__repoSection___JIx4x .styles__repoCard___DgArd {
        width: calc(99.9% * 1/2 - (48px - 48px * 1/2));
      }
      .styles__welcome___nK71n .styles__repoSection___JIx4x .styles__repoCard___DgArd:nth-child(1n) {
        float: left;
        margin-right: 48px;
        clear: none;
      }
      .styles__welcome___nK71n .styles__repoSection___JIx4x .styles__repoCard___DgArd:last-child {
        margin-right: 0;
      }
      .styles__welcome___nK71n .styles__repoSection___JIx4x .styles__repoCard___DgArd:nth-child(2n) {
        margin-right: 0;
        float: right;
      }
      .styles__welcome___nK71n .styles__repoSection___JIx4x .styles__repoCard___DgArd:nth-child(2n + 1) {
        clear: both;
      }

        .styles__welcome___nK71n .styles__repoSection___JIx4x .styles__repoCard___DgArd header {
          min-height: 24px;
        }
    }

.styles__divider___LDpH1 {
  margin: 60px auto;
}

.styles__landingPageCTA___ZCh_j {
  display: flex;
  justify-content: space-between;
}

.styles__landingPageCTA___ZCh_j .styles__signupForm___RVAbm {
    z-index: 99;
    width: 470px;
    min-height: 540px;
    margin-top: 158px;
    position: relative;
    left: 3px;
    top: -30px;
  }

@media only screen and (--lt-md) {
  .styles__landingPageCTA___ZCh_j {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

    .styles__landingPageCTA___ZCh_j .styles__signupForm___RVAbm {
      margin-top: 40px;
      max-width: 470px;
      min-height: 500px;
      padding: 0 30px;
      top: 0;
    }

  .styles__topSection___Ej4rF {
    background-position: center;
    min-height: 1100px;
  }
}

@media only screen and (--lt-sm) {
  .styles__cta___JF7S5 {
    display: flex;
    flex-direction: column;
  }

    .styles__cta___JF7S5 a {
      margin-bottom: 16px;
    }

  .styles__topSection___Ej4rF {
    padding-left: 12px;
    padding-right: 12px;
  }

  .styles__middleSection___nQa_s {
    margin-top: 0;
    margin-bottom: 28px;
    padding-left: 12px;
    padding-right: 12px;
  }
    .styles__middleSection___nQa_s .styles__headline___S7U02 {
      text-align: left;
    }

    .styles__middleSection___nQa_s .styles__description___qJ3fu {
      text-align: left;
    }

  .styles__bottomSection___alHzC {
    padding-left: 12px;
    padding-right: 12px;
  }

  .styles__repoGrid___uMSHz {
    flex-direction: column;
  }

    .styles__repoGrid___uMSHz .styles__repoCard___DgArd {
      margin-bottom: 16px;
    }
}

@media (--lt-lg) {
  .styles__welcomeRepoSection___qvqbt {
    width: 100%;
  }

    .styles__welcomeRepoSection___qvqbt .styles__welcomeRepoGrid___bjHhT {
      display: flex;
      justify-content: space-between;
      text-align: center;
    }

      .styles__welcomeRepoSection___qvqbt .styles__welcomeRepoGrid___bjHhT .styles__welcomeCard___oiA_L {
        width: 49.5%;
        min-height: 250px;
      }

        .styles__welcomeRepoSection___qvqbt .styles__welcomeRepoGrid___bjHhT .styles__welcomeCard___oiA_L a {
          display: flex;
          justify-content: center;
          align-items: center;
        }

          .styles__welcomeRepoSection___qvqbt .styles__welcomeRepoGrid___bjHhT .styles__welcomeCard___oiA_L a img {
            width: 68px;
            height: 103px;
          }

          .styles__welcomeRepoSection___qvqbt .styles__welcomeRepoGrid___bjHhT .styles__welcomeCard___oiA_L a header {
            font-size: 18px;
            font-weight: 600;
            width: 700px;
            height: 100px;
            margin-left: 0;
          }

          .styles__welcomeRepoSection___qvqbt .styles__welcomeRepoGrid___bjHhT .styles__welcomeCard___oiA_L a div {
            width: 700px;
            height: 100px;
            margin-left: 0;
          }
}

@media only screen and (--gt-lg) {
  .styles__topSection___Ej4rF {
    padding-left: 12px;
    padding-right: 12px;
    background-position: top;
  }
}

.styles__showcase___s7sPw {
  margin-top: 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___wS5Ju {
  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___elrgi {
  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___xV_Vd {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles__orgRow___rzOQ3 {
  margin-bottom: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
}

.styles__orgRow___rzOQ3 span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

.styles__orgRow___rzOQ3 .styles__fullName___gAT_Y {
    font-size: 12px;
    line-height: 16px;
    color: #393f49;
    color: #677285;
  }

/* 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___MPGKv {
  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___EZZDC {
  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___Hp4eU {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles__title___Y3UtY {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.styles__title___Y3UtY button {
    padding: 0 7px;
    margin: 0;
    min-width: 32px;
    border-radius: 4px;
    min-height: 22px;
    line-height: 22px;
  }

.styles__title___Y3UtY button a {
      text-decoration: none;
    }

.styles__allOrgsLink___qB5pn {
  padding-left: 4px;
}

.styles__loading____xTPe {
  margin: 0 auto;
  padding-top: 32px;
}

.styles__adImage___mKbtJ {
  margin-bottom: 16px;
  width: 100%;
  height: auto;
}

.styles__orgCard___guL_5 {
  text-align: center;
}

/* 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___m2VoW {
  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___DFKo5 {
  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___sSNiS {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles__contentPane___f7jdO {
  padding-bottom: 64px;
}

.styles__body___D1vzU {
  display: flex;
  justify-content: space-between;
}

.styles__body___D1vzU > *:first-child {
    flex: 0 1 50%;
  }

.styles__body___D1vzU > *:last-child {
    flex: 0 1 40%;
  }

.styles__tabletImg___DVFJ7 {
  border-radius: 20px;
  box-shadow: 20px 20px 40px -10px rgb(0 0 0 / 50%);
}

.styles__headline___w6l4S {
  font-size: 16px;
  font-weight: 500;
  color: #8993a5;
  text-transform: uppercase;
}

.styles__headlineRule___Gb8ZR {
  width: 60px;
  height: 2px;
  background-color: #086dd7;
}

.styles__title___Z1Uj3 {
  font-size: 38px;
  font-weight: 300;
  text-align: left;
  color: #505968;
  padding-bottom: 16px;
  margin: 0;
  line-height: 1;
}

.styles__description___KiiyK {
  font-size: 16px;
  color: #8993a5;
  padding-bottom: 16px;
  line-height: 1.429;
}

.styles__cta___Y2eRd {
  padding-top: 20px;
  padding-bottom: 20px;
}

.styles__cta___Y2eRd :not(:last-child) {
    margin-right: 12px;
  }

.styles__hoverPointer___KX8U8 {
  cursor: pointer;
}

/* 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___RzIcX {
  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___l5Sgq {
  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___kI9Rv {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* hide the ALT text in certain browsers (firefox) */

.styles__hideAltText___pF6s0 {
  color: transparent;
}

/*
 * Make sure there is no flash between when the image calls onLoad() and the
 * loaded styles are applied
 */

.styles__hideFadeInFlash___rUBMt {
  opacity: 0;
}

.styles__fadeInImage___FAauK {
  animation: styles__fadein___l5Sgq 0.6s;
}

.styles__img___hcQD1 {
  /*
    The img this component renders is wrapped in a span. If that span is
    positioned with specific dimensions, we want the image to match them.
  */
  width: 100%;
  height: auto;
}

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

/* 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___A63lL {
  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___vrx4x {
  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___IKBFC {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles__cardWrapper___XX5RP {
  display: inline-block;
  padding: 16px 8px 12px 16px;
  cursor: pointer;
  height: 95px;
  overflow: hidden;
  text-decoration: none;
  border-color: #ffffff;
  box-shadow: 0 1px 2px 0 #c2c2c2;
  background: #ffffff;
}

.styles__cardWrapper___XX5RP .styles__cardContent___vaGR2 {
    display: flex;
    align-items: center;
  }

.styles__cardWrapper___XX5RP .styles__cardContent___vaGR2 .styles__logo___ekAtY {
      max-width: 40px;
      max-height: 40px;
      margin-right: 12px;
    }

.styles__cardWrapper___XX5RP .styles__cardContent___vaGR2 .styles__cardText___yvGvq {
      height: 65px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
    }

.styles__cardWrapper___XX5RP .styles__cardContent___vaGR2 .styles__cardText___yvGvq .styles__name___jjscC {
        font-size: 14px;
        line-height: 20px;
        color: #393f49;
        font-weight: 500;
      }

.styles__cardWrapper___XX5RP .styles__cardContent___vaGR2 .styles__cardText___yvGvq .styles__publisher___tEu42 {
        font-size: 12px;
        line-height: 16px;
        color: #393f49;
        line-height: 17px;
        word-break: break-word;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }

.styles__cardWrapper___XX5RP .styles__cardContent___vaGR2 .styles__cardText___yvGvq .styles__pullCount___AbC21 {
        font-size: 12px;
        line-height: 16px;
        color: #393f49;
      }

.styles__cardWrapper___XX5RP .styles__cardContent___vaGR2 .styles__cardText___yvGvq .styles__pullCount___AbC21 svg {
          margin: 0 8px 0 0;
        }

.styles__cardWrapper___XX5RP.guideflow_hovered {
    box-shadow: 0 1px 6px 0 #c4c8d1;
  }

.styles__featured___DVF9p {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 0;
}

.styles__featured___DVF9p.guideflow_hovered {
    box-shadow: 0 1px 2px 0 #c2c2c2;
  }

.styles__fallbackElement___nBjot {
    width: 40px;
    height: 40px;
  }

.styles__fallbackElement___nBjot {
  margin-right: 12px;
  fill: #8993a5;
  border-radius: 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___tddTS {
  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___NtMKF {
  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___bIXHA {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles__content___Q4LLn {
  margin: 0 auto;
  max-width: 1280px;
}

.styles__link___xTuW5 {
  text-align: right;
}

@media only screen and (min-width: 600.02px) {
    .styles__grid5___xrpic a {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 1/5 - (25px - 25px * 1/5));
      max-width: calc(99.9% * 1/5 - (25px - 25px * 1/5));
      width: calc(99.9% * 1/5 - (25px - 25px * 1/5));
      margin-bottom: 24px;
    }
    .styles__grid5___xrpic a:nth-child(1n) {
      margin-right: 25px;
      margin-left: 0;
    }
    .styles__grid5___xrpic a:last-child {
      margin-right: 0;
    }
    .styles__grid5___xrpic a:nth-child(5n) {
      margin-right: 0;
      margin-left: auto;
    }
}

@media only screen and (max-width:600px) {
    .styles__grid5___xrpic a {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(99.9% * 1/2 - (12px - 12px * 1/2));
      max-width: calc(99.9% * 1/2 - (12px - 12px * 1/2));
      width: calc(99.9% * 1/2 - (12px - 12px * 1/2));
      margin-bottom: 12px;
    }
    .styles__grid5___xrpic a:nth-child(1n) {
      margin-right: 12px;
      margin-left: 0;
    }
    .styles__grid5___xrpic a:last-child {
      margin-right: 0;
    }
    .styles__grid5___xrpic a:nth-child(2n) {
      margin-right: 0;
      margin-left: auto;
    }
}

.styles__loading___aKL_m {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 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 */

.styles__downloadSection___joLEo {
  width: 454px;
  text-align: center;
}

.styles__downloadSection___joLEo .styles__downloadGrid___hRzr0 {
    display: flex;
    justify-content: space-between;
  }

.styles__downloadSection___joLEo .styles__downloadWrapper___FwBP4 {
    width: 48%;
  }

.styles__downloadSection___joLEo .styles__downloadWrapper___FwBP4 .styles__downloadButton___RTHwa {
      display: block;
      line-height: 42px;
      height: 42px;
      align-items: center;
      background-color: #ffffff;
      border-radius: 4px;
      border: none;
      color: #1c90ed;
      outline: 0;
      margin-bottom: 5px;
      font-weight: bold;
    }

.styles__downloadSection___joLEo .styles__downloadWrapper___FwBP4.styles__windows___kvUgJ {
      /* windows we don't use a flexbox so we just need to center it */
      width: auto;
    }

.styles__downloadSection___joLEo .styles__downloadWrapper___FwBP4.styles__windows___kvUgJ .styles__downloadButton___RTHwa {
        width: 200px;
        margin: 0 auto;
      }

.styles__downloadSection___joLEo p {
    font-weight: normal;
  }

.styles__downloadSection___joLEo p.styles__others____RIpL {
      font-size: 1.1em;
      padding-top: 25px;

      margin-bottom: 0;
    }

.styles__downloadSection___joLEo p.styles__others____RIpL a {
        font-weight: 600;
        text-decoration: underline;
      }

/* 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___ALwkh {
  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___dgiky {
  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___EQRzu {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles__wrapper___FLSmb {
  display: flex;
  position: relative;
  height: 160px;
}

.styles__wrapper___FLSmb .styles__imageWrapper___PLLhv {
    width: 26%;
    margin-right: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.styles__wrapper___FLSmb .styles__imageWrapper___PLLhv .styles__image___S3yve {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 104px;
    }

.styles__wrapper___FLSmb .styles__contentWrapper____9rlR {
    width: 67%;
  }

.styles__wrapper___FLSmb .styles__contentWrapper____9rlR .styles__title___Jv71Q {
      margin: 5px 0;
      font-family: 'Helvetica Neue', Roboto, sans-serif;
      font-size: 16px;
      font-weight: 700;
    }

.styles__wrapper___FLSmb .styles__contentWrapper____9rlR .styles__description___xa4IZ {
      font-size: 12px;
      color: #677285;
      height: 50px;
    }

.styles__wrapper___FLSmb .styles__externalLinkIcon___JI7mF {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
  }

.styles__wrapper___FLSmb.guideflow_hovered .styles__externalLinkIcon___JI7mF {
      display: block;
    }

.styles__cardLink___ZfRtE a {
  text-decoration: none !important;
}

.styles__cardLink___ZfRtE a {
  cursor: pointer;
}

&.guideflow_hovered {
  box-shadow: 0 1px 6px 0 #c4c8d1;
}

/* 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 */

.styles__welcomeBox___iKB8e {
  width: 100%;
  padding: 32px;
  /* stylelint-disable declaration-colon-newline-after */
  background: linear-gradient(
    116.41deg,
    #1c90ed 20.82%,
    #8bc7f5 93.88%
  );
  box-shadow: 0 1px 2px #c4c8d1;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.styles__welcomeBox___iKB8e a {
    text-decoration: none;
  }

.styles__welcomeBox___iKB8e .styles__headline___vcKxt {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;

    /* so the text doesn't have any top padding,
       which makes the sections outer padding look uneven */
    line-height: 1;
  }

.styles__welcomeBox___iKB8e .styles__subheadline___uDliB {
    font-size: 44px;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 25px;
  }

.styles__welcomeSection___he0T9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}

.styles__showcase___fq0Tb {
  margin-top: 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___v_x2i {
  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___bg_RB {
  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___UZxJl {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles__homeLandingPage___oJ3Xi {
  top: -64px;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: -64px;
}

.styles__home___NZTDQ {
  padding-top: 32px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.styles__homeWelcome___enbiF {
  padding-top: 0;
}

@media only screen and (--lt-sm) {
  .styles__home___NZTDQ {
    padding: 12px;
  }
  .styles__homeLandingPage___oJ3Xi {
    top: -100px;
  }
}


/*# sourceMappingURL=7752.ba908f53d76a6227770f.css.map*/