/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.tab___kTPIL {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  border-bottom-width: 2px;
  border-color: transparent;
  text-align: center;
  font-size: .75rem;
}

@media (min-width: 768px) {

.tab___kTPIL {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-flex: 0;
            flex: none;
    font-size: .875rem;
}
  }

.tab___kTPIL:hover {
    background-color: #f1f5f8;
  }

.tab___kTPIL.is-active {
    border-color: #ffd549;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.tabs___1SGV- {
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {

.tabs___1SGV- {
    -webkit-box-pack: start;
            justify-content: flex-start;
}
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.border-box___UkPLj {
  box-sizing: border-box;
}

.content-box___29S2T {
  box-sizing: content-box;
}

.container___1pLHu {
  position: relative;
  display: inline-block;
  width: 100%;
  border-width: 1px;
  border-radius: .25rem;
  -webkit-transition: all .15s cubic-bezier(.4, 0, .2, 1);
  transition: all .15s cubic-bezier(.4, 0, .2, 1);
}

.container___1pLHu.is-focused {
    border-color: #f2d024;
  }

.container___1pLHu.has-error {
    border-color: #e3342f;
  }

.input___21Iri {
  padding: 1rem;
  padding-left: 1.25rem;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  line-height: 1.5;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
}

.input___21Iri:focus {
    font-size: 16px;
  }

@media (min-width: 768px) {

.input___21Iri {
    font-size: inherit;
}

    .input___21Iri:focus {
      font-size: inherit;
    }
  }

.inputDisabledPlaceholder___-lha2:placeholder-shown {
    opacity: 0;
  }

.notch___2ggFz {
  position: absolute;
  display: inline-block;
  pointer-events: none;
  background-color: transparent;
  z-index: 10;
  content: '""';
  height: 8px;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.is-not-empty .notch___2ggFz,
  .is-focused .notch___2ggFz {
    background-color: #f8fafc;
  }

.icon___1FCfO {
  position: absolute;
  color: #dae1e7;
  right: 16px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.is-focused .icon___1FCfO {
    color: #f2d024;
  }

.has-error .icon___1FCfO {
    color: #e3342f;
  }

.label___2ed5G {
  position: absolute;
  padding-left: .5rem;
  padding-right: .5rem;
  color: #b8c2cc;
  pointer-events: none;
  margin-top: 0;
  left: 1rem;
  top: 50%;
  text-align: left;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
}

.is-focused .label___2ed5G {
    color: #f2d024;
  }

.has-error .label___2ed5G {
    color: #e3342f;
  }

.labelFloatingAbove___2Mq3B {
  position: absolute;
  padding-left: .5rem;
  padding-right: .5rem;
  color: #b8c2cc;
  pointer-events: none;
  margin-top: 0;
  left: 1rem;
  top: 50%;
  text-align: left;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  font-weight: 700;
  -webkit-transform: translateY(-210%) scale(.75);
          transform: translateY(-210%) scale(.75);
}

.is-focused .labelFloatingAbove___2Mq3B {
    color: #f2d024;
  }

.has-error .labelFloatingAbove___2Mq3B {
    color: #e3342f;
  }

.error___25ccz {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
  font-size: .75rem;
  color: #e3342f;
}

/* @formatter:on */

@media (min-width: 576px) {
  .sm-border-box___jJJQ4 {
    box-sizing: border-box;
  }

  .sm-content-box___1TSvO {
    box-sizing: content-box;
  }
}

@media (min-width: 768px) {
  .md-border-box___2zot5 {
    box-sizing: border-box;
  }

  .md-content-box___3-ggg {
    box-sizing: content-box;
  }
}

@media (min-width: 992px) {
  .lg-border-box___3ASZx {
    box-sizing: border-box;
  }

  .lg-content-box___34qQ0 {
    box-sizing: content-box;
  }
}

@media (min-width: 1200px) {
  .xl-border-box___SgTsP {
    box-sizing: border-box;
  }

  .xl-content-box___3d4eR {
    box-sizing: content-box;
  }
}

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.list___8bD42 {
  list-style: none;
  padding: 0;
  background-color: #fff;
  border-radius: .5rem;
}

.list___8bD42 li {
    border-bottom-width: 1px;
    border-color: #f1f5f8;
    cursor: pointer;
  }

.list___8bD42 li:last-of-type {
      border-bottom-width: 0;
    }

.list___8bD42 li > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

.listItem___2AS0Y.is-selected {
    color: #f2d024;
  }

.icon___1dw7I {
  color: #ffd549;
  opacity: 0;
  -webkit-transition: all .1s cubic-bezier(.4, 0, .2, 1);
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
}

.is-selected .icon___1dw7I {
    opacity: 1;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.inputWrapper___3R1D1 {
  position: relative;
  line-height: 0;
}

.input___3Xztp {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border-width: 1px;
  background-color: #fff;
  border-radius: .25rem;
  outline: 0;
  -webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1), border-color .2s cubic-bezier(.4, 0, .2, 1);
  transition: background-color .2s cubic-bezier(.4, 0, .2, 1), border-color .2s cubic-bezier(.4, 0, .2, 1);
}

.input___3Xztp:checked {
    background-color: #ffd549;
    border-color: #ffd549;
  }

.check___w0azi {
  display: none;
  font-size: 1.25rem;
}

input:checked + .check___w0azi {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.separator___MZhhE {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.separator___MZhhE:before {
  position: absolute;
  display: block;
  border-top-width: 1px;
  width: 100%;
  top: 50%;
  content: '';
}

.child___KIR-T {
  position: relative;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.border-box___ifwod {
  box-sizing: border-box;
}

.content-box___Wadz3 {
  box-sizing: content-box;
}

.container___3tfVX {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input___3fRVi {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f1f5f8;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-width: 1px;
  -webkit-transition: all .15s cubic-bezier(.4, 0, .2, 1);
  transition: all .15s cubic-bezier(.4, 0, .2, 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  line-height: 1.5;
  appearance: none;
  background-color: #f1f5f8;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-width: 1px;
  transition: all .15s cubic-bezier(.4, 0, .2, 1);
  font-size: 16px;
}

.input___3fRVi:focus {
    outline: 0;
    border-color: #ffd549;
    font-size: 16px;
  }

@media (min-width: 768px) {

.input___3fRVi {
    font-size: inherit;
}

    .input___3fRVi:focus {
      font-size: inherit;
    }
  }

.has-error .input___3fRVi {
    border-color: #e3342f;
  }

.is-fluent .input___3fRVi {
    padding-left: 0;
    padding-right: 0;
  }

.label___2doYc {
  position: absolute;
  color: #b8c2cc;
  pointer-events: none;
  margin-top: 0;
  left: 16px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
}

.is-focused .label___2doYc {
    color: #f2d024;
  }

.has-error .label___2doYc {
    color: #e3342f;
  }

.is-fluent .label___2doYc {
    left: 0;
  }

.labelFloatingAbove___2akaF {
  position: absolute;
  color: #b8c2cc;
  pointer-events: none;
  margin-top: 0;
  left: 16px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  font-weight: 700;
  -webkit-transform: translateY(-100%) scale(.75);
          transform: translateY(-100%) scale(.75);
}

.is-focused .labelFloatingAbove___2akaF {
    color: #f2d024;
  }

.has-error .labelFloatingAbove___2akaF {
    color: #e3342f;
  }

.is-fluent .labelFloatingAbove___2akaF {
    left: 0;
  }

.is-fluent .labelFloatingAbove___2akaF {
    -webkit-transform: translateY(-150%) scale(.9);
            transform: translateY(-150%) scale(.9);
  }

.error___3d76k {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
  font-size: .75rem;
  color: #e3342f;
}

/* @formatter:on */

@media (min-width: 576px) {
  .sm-border-box___2mM2e {
    box-sizing: border-box;
  }

  .sm-content-box___2rb-V {
    box-sizing: content-box;
  }
}

@media (min-width: 768px) {
  .md-border-box___1SyVF {
    box-sizing: border-box;
  }

  .md-content-box___3sWKy {
    box-sizing: content-box;
  }
}

@media (min-width: 992px) {
  .lg-border-box___1-6Ea {
    box-sizing: border-box;
  }

  .lg-content-box___1MVKV {
    box-sizing: content-box;
  }
}

@media (min-width: 1200px) {
  .xl-border-box___1nJda {
    box-sizing: border-box;
  }

  .xl-content-box___3fDBG {
    box-sizing: content-box;
  }
}

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.hashIcon___s5r_D {
  height: 2rem;
  width: 2rem;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: .875rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #fff;
  border-color: #ffd549;
  border-width: 1px;
  color: #606f7b;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
  transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
}

@media (min-width: 768px) {
    .hashIcon___s5r_D:hover {
      background-color: #ffd549;
      color: #272727;
      border-color: transparent;
    }
  }

.hashIcon___s5r_D.is-followed {
    background-color: #ffd549;
    color: #272727;
    border-color: transparent;
  }

@media (min-width: 768px) {
      .hashIcon___s5r_D.is-followed:hover {
        background-color: #fff;
        color: #606f7b;
        border-color: #ffd549;
      }
    }

.wrapper___2rK7f {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 9999px;
}

.wrapper___2rK7f.has-enough-count {
    margin-right: .25rem;
    padding-right: .75rem;
  }

.plusIconWrapper___2kFkW {
  margin-left: .5rem;
  cursor: pointer;
  margin-right: 1px;
}

.has-enough-count .plusIconWrapper___2kFkW {
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(40%, -40%, 0);
            transform: translate3d(40%, -40%, 0);
  }

.plusIcon___2IqkV {
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: .75rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffd549;
  border-radius: 9999px;
  height: 20px;
  width: 20px;
}

.plusIcon___2IqkV:hover {
    opacity: .75;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.hashIcon___3orKB {
  height: 2rem;
  width: 2rem;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: .875rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #fff;
  border-color: #ffd549;
  border-width: 1px;
  color: #272727;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
  transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
}

@media (min-width: 768px) {
    .hashIcon___3orKB:hover {
      background-color: #ffd549;
      color: #272727;
      border-color: transparent;
    }
  }

.hashIcon___3orKB.is-followed {
    background-color: #ffd549;
    color: #272727;
    border-color: transparent;
  }

@media (min-width: 768px) {
      .hashIcon___3orKB.is-followed:hover {
        background-color: #fff;
        color: #606f7b;
        border-color: #ffd549;
      }
    }

.wrapper___1OiZA {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 9999px;
}

.wrapper___1OiZA.has-enough-count {
    margin-right: .25rem;
    padding-right: .75rem;
  }

.plusIconWrapper___YMiqL {
  margin-left: .5rem;
  cursor: pointer;
  margin-right: 1px;
}

.has-enough-count .plusIconWrapper___YMiqL {
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(40%, -40%, 0);
            transform: translate3d(40%, -40%, 0);
  }

.plusIcon___1E4SH {
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: .75rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffd549;
  border-radius: 9999px;
  height: 20px;
  width: 20px;
}

.plusIcon___1E4SH:hover {
    opacity: .75;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.freeText___3Har4 {
  white-space: pre-wrap;
}

.freeText___3Har4 a {
    color: #272727;
    text-decoration: none;
  }

.freeText___3Har4 a:hover {
      text-decoration: underline;
    }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.border-box___naLuY {
  box-sizing: border-box;
}

.content-box___2zM8L {
  box-sizing: content-box;
}

.container___3U39H {
  position: relative;
  display: inline-block;
  width: 100%;
  border-width: 1px;
  border-radius: .25rem;
  -webkit-transition: all .15s cubic-bezier(.4, 0, .2, 1);
  transition: all .15s cubic-bezier(.4, 0, .2, 1);
}

.container___3U39H.is-focused {
    border-color: #f2d024;
  }

.container___3U39H.has-error {
    border-color: #e3342f;
  }

.input___1BP90 {
  margin-top: .5rem;
  padding: 1rem;
  padding-top: .5rem;
  padding-left: 1.25rem;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  line-height: 1.5;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  font-size: 16px;
}

.input___1BP90:focus {
    font-size: 16px;
  }

@media (min-width: 768px) {

.input___1BP90 {
    font-size: inherit;
}

    .input___1BP90:focus {
      font-size: inherit;
    }
  }

.has-counter .input___1BP90 {
    margin-bottom: 1rem;
  }

.notch___2zJ_7 {
  position: absolute;
  display: inline-block;
  pointer-events: none;
  background-color: transparent;
  z-index: 10;
  content: '""';
  height: 8px;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.is-not-empty .notch___2zJ_7,
  .is-focused .notch___2zJ_7 {
    background-color: #f8fafc;
  }

.icon___9IML5 {
  position: absolute;
  color: #dae1e7;
  right: 16px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.is-focused .icon___9IML5 {
    color: #f2d024;
  }

.has-error .icon___9IML5 {
    color: #e3342f;
  }

.label___3u7RX {
  position: absolute;
  padding-left: .5rem;
  padding-right: .5rem;
  color: #b8c2cc;
  pointer-events: none;
  margin-top: 0;
  left: 1rem;
  top: 1rem;
  text-align: left;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
}

.is-focused .label___3u7RX {
    color: #f2d024;
  }

.has-error .label___3u7RX {
    color: #e3342f;
  }

.labelFloatingAbove___nOQNj {
  position: absolute;
  padding-left: .5rem;
  padding-right: .5rem;
  color: #b8c2cc;
  pointer-events: none;
  margin-top: 0;
  left: 1rem;
  top: 1rem;
  text-align: left;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  font-weight: 700;
  -webkit-transform: translateY(-140%) scale(.75);
          transform: translateY(-140%) scale(.75);
}

.is-focused .labelFloatingAbove___nOQNj {
    color: #f2d024;
  }

.has-error .labelFloatingAbove___nOQNj {
    color: #e3342f;
  }

.counter___2GteU {
  display: inline-block;
  position: absolute;
  font-size: .75rem;
  right: 1rem;
  bottom: .25rem;
}

.counter___2GteU.is-exceeded {
    color: #e3342f;
  }

.error___3CsgS {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
  font-size: .75rem;
  color: #e3342f;
}

/* @formatter:on */

@media (min-width: 576px) {
  .sm-border-box___3U9EN {
    box-sizing: border-box;
  }

  .sm-content-box___86wao {
    box-sizing: content-box;
  }
}

@media (min-width: 768px) {
  .md-border-box___1nDB4 {
    box-sizing: border-box;
  }

  .md-content-box___15fL_ {
    box-sizing: content-box;
  }
}

@media (min-width: 992px) {
  .lg-border-box___YhyZU {
    box-sizing: border-box;
  }

  .lg-content-box___3fwom {
    box-sizing: content-box;
  }
}

@media (min-width: 1200px) {
  .xl-border-box___1XHWD {
    box-sizing: border-box;
  }

  .xl-content-box___36ukf {
    box-sizing: content-box;
  }
}

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.border-box___1zL37 {
  box-sizing: border-box;
}

.content-box___3ZoOu {
  box-sizing: content-box;
}

.container___2U788 {
  position: relative;
  display: inline-block;
  width: 100%;
  border-width: 1px;
  border-radius: .25rem;
  -webkit-transition: all .15s cubic-bezier(.4, 0, .2, 1);
  transition: all .15s cubic-bezier(.4, 0, .2, 1);
}

.container___2U788.is-focused {
    border-color: #f2d024;
  }

.container___2U788.has-error {
    border-color: #e3342f;
  }

.input___2oeAG {
  padding: 1rem;
  padding-left: 1.25rem;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  line-height: 1.5;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
}

.input___2oeAG:focus {
    font-size: 16px;
  }

@media (min-width: 768px) {

.input___2oeAG {
    font-size: inherit;
}

    .input___2oeAG:focus {
      font-size: inherit;
    }
  }

.notch___1k4x8 {
  position: absolute;
  display: inline-block;
  pointer-events: none;
  background-color: transparent;
  z-index: 10;
  content: '""';
  height: 8px;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.is-not-empty .notch___1k4x8,
  .is-focused .notch___1k4x8 {
    background-color: #f8fafc;
  }

.icon___2m8-E {
  position: absolute;
  color: #b8c2cc;
  right: 16px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.is-focused .icon___2m8-E {
    color: #f2d024;
  }

.has-error .icon___2m8-E {
    color: #e3342f;
  }

.label___3a2Bs {
  position: absolute;
  padding-left: .5rem;
  padding-right: .5rem;
  color: #b8c2cc;
  pointer-events: none;
  margin-top: 0;
  left: 1rem;
  top: 50%;
  text-align: left;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
}

.is-focused .label___3a2Bs {
    color: #f2d024;
  }

.has-error .label___3a2Bs {
    color: #e3342f;
  }

.labelFloatingAbove___2U1Wn {
  position: absolute;
  padding-left: .5rem;
  padding-right: .5rem;
  color: #b8c2cc;
  pointer-events: none;
  margin-top: 0;
  left: 1rem;
  top: 50%;
  text-align: left;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  font-weight: 700;
  -webkit-transform: translateY(-210%) scale(.75);
          transform: translateY(-210%) scale(.75);
}

.is-focused .labelFloatingAbove___2U1Wn {
    color: #f2d024;
  }

.has-error .labelFloatingAbove___2U1Wn {
    color: #e3342f;
  }

.error___1qFK5 {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
  font-size: .75rem;
  color: #e3342f;
}

/* @formatter:on */

@media (min-width: 576px) {
  .sm-border-box___3gEPF {
    box-sizing: border-box;
  }

  .sm-content-box___mrBgx {
    box-sizing: content-box;
  }
}

@media (min-width: 768px) {
  .md-border-box___2ehYD {
    box-sizing: border-box;
  }

  .md-content-box___3Wozd {
    box-sizing: content-box;
  }
}

@media (min-width: 992px) {
  .lg-border-box___1CmDf {
    box-sizing: border-box;
  }

  .lg-content-box___19ajD {
    box-sizing: content-box;
  }
}

@media (min-width: 1200px) {
  .xl-border-box___rut_d {
    box-sizing: border-box;
  }

  .xl-content-box___36ECW {
    box-sizing: content-box;
  }
}

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.border-box___3q4o8 {
  box-sizing: border-box;
}

.content-box___RDhg3 {
  box-sizing: content-box;
}

.container___3xgA8 {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input___2ux0Y {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f1f5f8;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-width: 1px;
  -webkit-transition: all .15s cubic-bezier(.4, 0, .2, 1);
  transition: all .15s cubic-bezier(.4, 0, .2, 1);
}

.input___2ux0Y select {
    /* 空選択時(--)と数値の幅を合わせるために、等幅フォントに固定する。 */
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

.is-focused .input___2ux0Y {
    border-color: #ffd549;
  }

.has-error .input___2ux0Y {
    border-color: #e3342f;
  }

.is-fluent .input___2ux0Y {
    padding-left: 0;
    padding-right: 0;
  }

.label___2eqj5 {
  position: absolute;
  color: #b8c2cc;
  pointer-events: none;
  margin-top: 0;
  left: 16px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
}

.is-focused .label___2eqj5 {
    color: #f2d024;
  }

.has-error .label___2eqj5 {
    color: #e3342f;
  }

.is-fluent .label___2eqj5 {
    left: 0;
  }

.labelFloatingAbove___3yRUd {
  position: absolute;
  color: #b8c2cc;
  pointer-events: none;
  margin-top: 0;
  left: 16px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  font-weight: 700;
  -webkit-transform: translateY(-100%) scale(.75);
          transform: translateY(-100%) scale(.75);
}

.is-focused .labelFloatingAbove___3yRUd {
    color: #f2d024;
  }

.has-error .labelFloatingAbove___3yRUd {
    color: #e3342f;
  }

.is-fluent .labelFloatingAbove___3yRUd {
    left: 0;
  }

.is-fluent .labelFloatingAbove___3yRUd {
    -webkit-transform: translateY(-150%) scale(.9);
            transform: translateY(-150%) scale(.9);
  }

.error___1sILW {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
  font-size: .75rem;
  color: #e3342f;
}

/* @formatter:on */

@media (min-width: 576px) {
  .sm-border-box___1Co8g {
    box-sizing: border-box;
  }

  .sm-content-box___1bOv3 {
    box-sizing: content-box;
  }
}

@media (min-width: 768px) {
  .md-border-box___3jjIi {
    box-sizing: border-box;
  }

  .md-content-box___27e1s {
    box-sizing: content-box;
  }
}

@media (min-width: 992px) {
  .lg-border-box___1PzmA {
    box-sizing: border-box;
  }

  .lg-content-box___SSPQ2 {
    box-sizing: content-box;
  }
}

@media (min-width: 1200px) {
  .xl-border-box___3QYKN {
    box-sizing: border-box;
  }

  .xl-content-box___lj4zg {
    box-sizing: content-box;
  }
}

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.border-box___3AaqL {
  box-sizing: border-box;
}

.content-box___3mmBo {
  box-sizing: content-box;
}

.container___152hM {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input___1hZCU {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f1f5f8;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-width: 1px;
  -webkit-transition: all .15s cubic-bezier(.4, 0, .2, 1);
  transition: all .15s cubic-bezier(.4, 0, .2, 1);
}

.input___1hZCU:focus {
    outline: 0;
    border-color: #ffd549;
  }

.has-error .input___1hZCU {
    border-color: #e3342f;
  }

.is-fluent .input___1hZCU {
    padding-left: 0;
    padding-right: 0;
  }

.icon___2UREl {
  position: absolute;
  color: #b8c2cc;
  right: 16px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.is-focused .icon___2UREl {
    color: #f2d024;
  }

.has-error .icon___2UREl {
    color: #e3342f;
  }

.label___TYoJx {
  position: absolute;
  color: #b8c2cc;
  pointer-events: none;
  margin-top: 0;
  left: 16px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
}

.is-focused .label___TYoJx {
    color: #f2d024;
  }

.has-error .label___TYoJx {
    color: #e3342f;
  }

.is-fluent .label___TYoJx {
    left: 0;
  }

.labelFloatingAbove___1QpJJ {
  position: absolute;
  color: #b8c2cc;
  pointer-events: none;
  margin-top: 0;
  left: 16px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
  font-weight: 700;
  -webkit-transform: translateY(-100%) scale(.75);
          transform: translateY(-100%) scale(.75);
}

.is-focused .labelFloatingAbove___1QpJJ {
    color: #f2d024;
  }

.has-error .labelFloatingAbove___1QpJJ {
    color: #e3342f;
  }

.is-fluent .labelFloatingAbove___1QpJJ {
    left: 0;
  }

.is-fluent .labelFloatingAbove___1QpJJ {
    -webkit-transform: translateY(-150%) scale(.9);
            transform: translateY(-150%) scale(.9);
  }

.error___1meQ8 {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
  font-size: .75rem;
  color: #e3342f;
}

/* @formatter:on */

@media (min-width: 576px) {
  .sm-border-box___2-5p9 {
    box-sizing: border-box;
  }

  .sm-content-box___2frbh {
    box-sizing: content-box;
  }
}

@media (min-width: 768px) {
  .md-border-box___AqJHi {
    box-sizing: border-box;
  }

  .md-content-box___3LRuc {
    box-sizing: content-box;
  }
}

@media (min-width: 992px) {
  .lg-border-box___LEAIA {
    box-sizing: border-box;
  }

  .lg-content-box___1qJyx {
    box-sizing: content-box;
  }
}

@media (min-width: 1200px) {
  .xl-border-box___2b697 {
    box-sizing: border-box;
  }

  .xl-content-box___uBIhk {
    box-sizing: content-box;
  }
}

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.row___3NdgB {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.label___3DFjF {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {

.label___3DFjF {
    width: 12rem;
    -webkit-box-flex: 0;
            flex: none;
}
  }

.url___62h0F {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

@media (min-width: 768px) {

.url___62h0F {
    margin-left: 1.5rem;
}
  }

.buttonMinus___2R08d {
  margin-left: 1rem;
  width: 1rem;
  height: 1rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ef5753;
  color: #fff;
  border-radius: 9999px;
  font-size: .75rem;
  margin-top: 1.25rem;
}

.buttonMinus___2R08d:hover {
    opacity: .5;
  }

.buttonMinus___2R08d:focus {
    outline: 0;
  }

.buttonMinusMobile___3K0at {
  margin-left: 1rem;
  width: 1rem;
  height: 1rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ef5753;
  color: #fff;
  border-radius: 9999px;
  font-size: .75rem;
  margin-top: 1.25rem;
}

.buttonMinusMobile___3K0at:hover {
    opacity: .5;
  }

.buttonMinusMobile___3K0at:focus {
    outline: 0;
  }

@media (min-width: 768px) {

.buttonMinusMobile___3K0at {
    display: none;
}
  }

.buttonMinusPC___1M8Xx {
  margin-left: 1rem;
  width: 1rem;
  height: 1rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ef5753;
  color: #fff;
  border-radius: 9999px;
  font-size: .75rem;
  margin-top: 1.25rem;
  display: none;
}

.buttonMinusPC___1M8Xx:hover {
    opacity: .5;
  }

.buttonMinusPC___1M8Xx:focus {
    outline: 0;
  }

@media (min-width: 768px) {

.buttonMinusPC___1M8Xx {
    display: -webkit-box;
    display: flex;
}
  }

.buttonPlus___2Ez6r {
  width: 1rem;
  height: 1rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffd549;
  border-radius: 9999px;
  font-size: .75rem;
}

.buttonPlus___2Ez6r:hover {
    opacity: .5;
  }

.buttonPlus___2Ez6r:focus {
    outline: 0;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

img.lazy.error {
    padding: 1rem;
    color: #b8c2cc;
    font-size: .75rem;
    white-space: pre-wrap;
    height: auto;
    width: 100%;
  }

img:not([src]) {
    visibility: hidden;
  }

.wrapper___7cSPG {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.emptyImage___P8b5p {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  width: 8rem;
  height: auto;
  width: 100%;
}

.card___32Euw {
  margin-bottom: .75rem;
  width: 100%;
}

@media (min-width: 768px) {

.card___32Euw {
    width: 50%;
}

    .card___32Euw:nth-child(2n - 1) {
      padding-right: .5rem;
    }

    .card___32Euw:nth-child(2n) {
      padding-left: .5rem;
    }
  }

.card___32Euw:last-child {
    margin-bottom: 0;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.button___mmbXO {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: .25rem;
  height: 32px;
}

.button___mmbXO:focus {
    outline: 0;
  }

.button___mmbXO.is-disabled {
    pointer-events: none;
    background-color: #b8c2cc;
    color: #f1f5f8;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

body {
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, -apple-system, BlinkMacSystemFont, system-ui, Helvetica Neue, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
    background-color: #f8fafc;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
  }

/* SEE: http://creator.dwango.co.jp/14128.html */

@media only screen and(-webkit-min-device-pixel-ratio: 2),
       (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 2dppx) {

body {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
  }
    }

.border-box {
    box-sizing: border-box;
  }

.content-box {
    box-sizing: content-box;
  }

/* Fade in */

.fade-in-enter {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 100;
  }

.fade-in-enter-active {
    opacity: 1;
    -webkit-transition: opacity 0ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 0ms cubic-bezier(0, 0, .2, 1);
  }

.fade-in-exit {
    opacity: 1;
    z-index: 0;
  }

.fade-in-exit-active {
    opacity: 0;
    -webkit-transition: opacity 0ms cubic-bezier(.4, 0, 1, 1);
    transition: opacity 0ms cubic-bezier(.4, 0, 1, 1);
  }

/* Slide in */

.slide-in-enter {
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(100vw, 0, 0);
            transform: translate3d(100vw, 0, 0);
    z-index: 1;
  }

.slide-in-enter-active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0ms cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform 0ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 0ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 0ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 0ms cubic-bezier(.4, 0, .2, 1);
  }

.slide-in-exit {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 1;
  }

.slide-in-exit-active {
    -webkit-transform: translate3d(100vw, 0, 0);
            transform: translate3d(100vw, 0, 0);
    -webkit-transition: -webkit-transform 0ms cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform 0ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 0ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 0ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 0ms cubic-bezier(.4, 0, .2, 1);
  }

/* Slide out */

.slide-out-enter {
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(-100vw, 0, 0);
            transform: translate3d(-100vw, 0, 0);
    z-index: 1;
  }

.slide-out-enter-active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0ms cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform 0ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 0ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 0ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 0ms cubic-bezier(.4, 0, .2, 1);
  }

.slide-out-exit {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 1;
  }

.slide-out-exit-active {
    -webkit-transform: translate3d(-100vw, 0, 0);
            transform: translate3d(-100vw, 0, 0);
    -webkit-transition: -webkit-transform 0ms cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform 0ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 0ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 0ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 0ms cubic-bezier(.4, 0, .2, 1);
  }

.min-w-screen {
    min-width: 100vw;
  }

.links___2KOuO {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  justify-content: space-around;
}

@media (min-width: 768px) {

.links___2KOuO {
    padding-left: 1rem;
    padding-right: 1rem;
}
  }

.links___2KOuO a {
    color: #b8c2cc;
    text-decoration: none;
  }

.links___2KOuO a.is-active,
    .links___2KOuO a:hover {
      color: #ffd549;
    }

.links___2KOuO a:hover {
      text-decoration: underline;
    }

.footer___3MxPR {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  z-index: 50;
}

.is-hide-footer .footer___3MxPR {
    display: none;
  }

.footerLink___1SZWq {
  width: 60px;
}

.footerLinkLabel___2wixo {
  margin-top: .25rem;
  font-size: 10px;
}

.centerLink___9WOYB {
  position: relative;
  height: 36px;
}

.centerButton___16q_e {
  position: absolute;
  padding: 0;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  background-color: #ffd549;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  z-index: 10;
  bottom: 20px;
}

.notificationBadge___29mZl {
  position: absolute;
  right: 0;
  top: 0;
  width: .5rem;
  height: .5rem;
  background-color: #e3342f;
  border-radius: 9999px;
}

.content___2cGQs {
  min-height: 100vh;
  margin-bottom: 78px;
}

.is-hide-footer .content___2cGQs {
    margin-bottom: 0;
  }

/* @formatter:on */

@media (min-width: 576px) {
  .sm-border-box___PZhBd {
    box-sizing: border-box;
  }

  .sm-content-box___dhs_C {
    box-sizing: content-box;
  }
}

@media (min-width: 768px) {
  .md-border-box___lpmMw {
    box-sizing: border-box;
  }

  .md-content-box___pt6eA {
    box-sizing: content-box;
  }
}

@media (min-width: 992px) {
  .lg-border-box___353nY {
    box-sizing: border-box;
  }

  .lg-content-box___1T4D4 {
    box-sizing: content-box;
  }
}

@media (min-width: 1200px) {
  .xl-border-box___6FjkN {
    box-sizing: border-box;
  }

  .xl-content-box___1heXA {
    box-sizing: content-box;
  }
}

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.root___22KXg {
  margin-left: .25rem;
  margin-right: .25rem;
  cursor: pointer;
  border-style: none;
  padding: 0;
  background-color: transparent;
  height: 14px;
  width: 14px;
}

.root___22KXg.is-active {
    width: calc(1.5rem + 6px);
  }

.dot___lltTY {
  height: .5rem;
  width: .5rem;
  background-color: #dae1e7;
  border-radius: 9999px;
  margin: 3px;
}

.is-active .dot___lltTY {
    width: 1.5rem;
    background-color: #ffd549;
    border-radius: 25%;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.root___3Q3z7 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

@media (min-width: 768px) {

.root___3Q3z7 {
    margin-top: 1rem;
}
  }

.button___2BBQ- {
  background-color: #ffd549;
  visibility: hidden;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.paneTitleContainer___2tE0V {
  margin-bottom: 1rem;
}

.paneTitle___3eE2U {
  display: inline-block;
  position: relative;
  font-size: 1rem;
}

@media (min-width: 768px) {

.paneTitle___3eE2U {
    font-size: 1.125rem;
}
  }

.paneTitle___3eE2U:after {
    margin-top: 1rem;
    display: block;
    border-bottom-width: 1px;
    border-color: #f2d024;
    content: '';
    height: 1px;
  }

.pane___B4mJe {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.closeButton___jk4HY {
  background-color: #ffd549;
  margin-top: 2rem;
}

.paneContainer___92tk0 {
  width: 100%;
  text-align: center;
}

.onboardingImage___xxgVk {
  height: auto;
  width: 100%;
}

.secondImage___3KOGm {
  height: auto;
  width: 100%;
  margin-left: -12px;
}

.fourthImage___VjQzC {
  height: auto;
  width: 100%;
  margin-left: -27px;
}

.prev___rqRhl {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 1.25rem;
  cursor: pointer;
}

.prevButton___3RLOc {
  margin-left: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 9999px;
  color: #b8c2cc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: .75;
  line-height: 1;
  -webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
  transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
}

@media (min-width: 768px) {

.prevButton___3RLOc {
    color: #272727;
}
  }

.prevButton___3RLOc:focus {
    outline: 0;
  }

.prevButton___3RLOc:hover {
    background-color: #f1f5f8;
    color: #272727;
    opacity: 1;
  }

.next___1WMBz {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 1.25rem;
  cursor: pointer;
}

.nextButton___2lKCN {
  margin-right: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 9999px;
  color: #b8c2cc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: .75;
  line-height: 1;
  -webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
  transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
}

@media (min-width: 768px) {

.nextButton___2lKCN {
    color: #272727;
}
  }

.nextButton___2lKCN:focus {
    outline: 0;
  }

.nextButton___2lKCN:hover {
    background-color: #f1f5f8;
    color: #272727;
    opacity: 1;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.button___1BJAi {
  border-color: #f6993f;
  border-width: 1px;
  background-color: #fff;
  color: #f6993f;
}

.button___1BJAi.is-following {
    background-color: #ffd549;
    border-width: 0;
    color: #272727;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.buttonLink___1m4xu {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: .25rem;
  text-decoration: none;
  height: 32px;
}

.buttonLink___1m4xu:focus {
    outline: 0;
  }

.buttonLink___1m4xu.is-disabled {
    pointer-events: none;
    background-color: #b8c2cc;
    color: #f1f5f8;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.wrapper___Cymb1 {
  position: relative;
  z-index: 50;
}

/* Modify font-size For preventing iOS auto-zoom. */

/* SEE: https://stackoverflow.com/a/16255670/9998350 */

.input___Lq_3a {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  width: 100%;
  border-radius: 9999px;
  outline: 0;
  font-size: initial;
}

.input___Lq_3a:focus {
    font-size: 16px;
  }

@media (min-width: 768px) {

.input___Lq_3a {
    font-size: .875rem;
}
  }

.list___3BLpU {
  margin-top: .5rem;
  list-style: none;
  padding: 0;
}

.list___3BLpU li {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
    line-height: 1.25;
    border-bottom-width: 1px;
  }

.list___3BLpU li:hover {
      background-color: #f1f5f8;
      cursor: pointer;
    }

.list___3BLpU li.is-focused {
      background-color: #f1f5f8;
    }

.list___3BLpU li:first-of-type {
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
    }

.list___3BLpU li:last-of-type {
      border-bottom-right-radius: .5rem;
      border-bottom-left-radius: .5rem;
      border-bottom-width: 0;
    }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.gpsLocation___VlguW {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: flex;
  color: #272727;
}

.gpsLocation___VlguW.is-active {
    color: #ffd549;
  }

.gpsLocation___VlguW.is-active svg {
      color: #ffd549;
    }

.gpsLocation___VlguW svg {
    color: #8795a1;
  }

.autoComplete___1sKO4 {
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  z-index: 50;
}

.iconCenterWrapper___3eyan {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  font-size: 2.25rem;
  color: #3490dc;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 50;
  pointer-events: none;
}

.setCenterButtonWrapper___yuGF8 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 50;
  bottom: 2.5rem;
}

.setCenterButton___18OCs {
  width: 75%;
  background-color: #ffd549;
  height: 3rem;
}

@media (min-width: 768px) {

.setCenterButton___18OCs {
    width: 16rem;
}
  }

.input___128bq {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  width: 100%;
  background-color: #f1f5f8;
  color: #8795a1;
  border-radius: 9999px;
  outline: 0;
  font-size: initial;
}

.input___128bq:focus {
    font-size: 16px;
  }

@media (min-width: 768px) {

.input___128bq {
    font-size: .875rem;
}
  }

.location___LZhID {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
  color: #272727;
  cursor: pointer;
}

.location___LZhID:last-of-type {
    border-bottom-width: 0;
  }

.location___LZhID:hover {
    text-decoration: underline;
    color: #ffd549;
  }

.location___LZhID.is-active {
    color: #ffd549;
  }

.locationPicker___fZULG {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  background-color: #f8fafc;
  min-width: 100vw;
  z-index: 100;
}

.locationPicker___fZULG.is-list {
    margin-bottom: 78px;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.buttons___fo6-i {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.button___yoea1 {
  display: block;
  margin-right: .75rem;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #dae1e7;
  font-size: .75rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .15s cubic-bezier(.4, 0, .2, 1);
  transition: all .15s cubic-bezier(.4, 0, .2, 1);
}

@media (min-width: 768px) {
    .button___yoea1:hover {
      background-color: #ffd549;
    }
  }

.button___yoea1.is-active {
    background-color: #ffd549;
  }

.button___yoea1:last-of-type {
    margin-right: 0;
  }

.label___2-9Az {
  display: inline-block;
  margin-bottom: .5rem;
  color: #b8c2cc;
  pointer-events: none;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.tag___1a8KF {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #dae1e7;
  border-radius: 9999px;
  font-weight: 300;
  font-size: .75rem;
  cursor: pointer;
  -webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
  transition: background-color .2s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
}

.tag___1a8KF.is-active {
    background-color: #ffd549;
  }

.tag___1a8KF.is-active:hover {
      opacity: .75;
    }

.tag___1a8KF.is-clickable svg {
      cursor: pointer;
      margin-top: -1px;
    }

.tag___1a8KF.is-clickable svg:hover {
      opacity: .75;
    }

@media (min-width: 768px) {
    .tag___1a8KF:hover {
      background-color: #ffd549;
    }
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.list___1J5mz {
  list-style: none;
  padding: 0;
  background-color: #fff;
  border-radius: .5rem;
}

.list___1J5mz li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    border-bottom-width: 1px;
    border-color: #f1f5f8;
  }

.list___1J5mz li:last-of-type {
      border-bottom-width: 0;
    }

.row___2Q_l6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.row___2Q_l6 span {
    display: -webkit-inline-box;
    display: inline-flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.twoColumn___1-gTi {
  flex-shrink: 1;
}

.twoColumn___1-gTi a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.maxWidth50___QugjF {
  max-width: 50%;
}

.text___3dRyl {
  display: block;
  width: 100%;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.text___3dRyl a {
    color: #606f7b;
    text-decoration: none;
  }

.text___3dRyl a:hover {
      color: #ffd549;
    }

.link___2VRzr {
  display: -webkit-box;
  display: flex;
  flex-shrink: 1;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #606f7b;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.field___3-BU6 {
  background-color: #fff;
}

.button___3sV7l {
  margin-top: 2.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  background-color: #ffd549;
  width: 6rem;
}

.addressPicker___25jsg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  background-color: #f8fafc;
  min-width: 100vw;
  z-index: 100;
}

.addressPicker___25jsg.is-list {
    margin-bottom: 78px;
  }

.iconCenterWrapper___3WOzW {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  font-size: 2.25rem;
  color: #3490dc;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 50;
  pointer-events: none;
}

.autoComplete___3T9WE {
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  z-index: 50;
}

.bottomSection___3wBZl {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 50;
  bottom: 2.5rem;
}

.address___1fjti {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2.5rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: .25rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 768px) {

.address___1fjti {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 50%;
}
  }

.setAddressButton___1BeKE {
  margin-top: 1.5rem;
  width: 75%;
  background-color: #ffd549;
  height: 3rem;
}

@media (min-width: 768px) {

.setAddressButton___1BeKE {
    width: 16rem;
}
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.tags___2zlIo {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.tag___vewJ0 {
  margin-right: .5rem;
  margin-bottom: 1rem;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  min-width: 20%;
}

@media (min-width: 576px) {

.tag___vewJ0 {
    min-width: auto;
}
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.root___1tS__ {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.root___1tS__.is-collapsed {
    -webkit-box-flex: 0;
            flex: none;
  }

.tags___26qfo {
  position: relative;
  padding-top: .5rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  -webkit-box-align: baseline;
          align-items: baseline;
  font-size: .875rem;
  -webkit-box-pack: start;
          justify-content: flex-start;
  background-color: #f1f5f8;
  border-radius: .5rem;
}

.tags___26qfo.is-empty {
    padding-left: .5rem;
    padding-right: .5rem;
    -webkit-box-align: center;
            align-items: center;
    height: 45px;
  }

.is-collapsed .tags___26qfo {
    border-radius: 9999px;
  }

.tag___19gkW {
  margin-bottom: .5rem;
  margin-right: .5rem;
  -webkit-box-flex: 0;
          flex: none;
}

/* Modify font-size For preventing iOS auto-zoom. */

/* SEE: https://stackoverflow.com/a/16255670/9998350 */

.input___2lJyl {
  margin-bottom: .5rem;
  -webkit-box-flex: 0;
          flex: none;
  background-color: transparent;
  outline: 0;
  width: 100%;
  font-size: initial;
}

.input___2lJyl:focus {
    font-size: 16px;
  }

@media (min-width: 768px) {

.input___2lJyl {
    font-size: .875rem;
}
  }

.is-collapsed .input___2lJyl {
    width: 2rem;
  }

.is-collapsed .input___2lJyl::-webkit-input-placeholder {
      color: transparent;
    }

.is-collapsed .input___2lJyl::-moz-placeholder {
      color: transparent;
    }

.is-collapsed .input___2lJyl::-ms-input-placeholder {
      color: transparent;
    }

.is-collapsed .input___2lJyl::placeholder {
      color: transparent;
    }

.searchIcon___3oZ5V {
  position: absolute;
  display: none;
  font-size: 1.125rem;
  color: #8795a1;
  pointer-events: none;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.is-collapsed .searchIcon___3oZ5V {
    display: block;
  }

.iconButton___1aw1d {
  margin-right: .5rem;
  width: 1rem;
  height: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffd549;
  color: #fff;
  border-radius: 9999px;
  font-size: .75rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.4, 0, .2, 1);
  transition: -webkit-transform .2s cubic-bezier(.4, 0, .2, 1);
  transition: transform .2s cubic-bezier(.4, 0, .2, 1);
  transition: transform .2s cubic-bezier(.4, 0, .2, 1), -webkit-transform .2s cubic-bezier(.4, 0, .2, 1);
}

.iconButton___1aw1d:hover {
    opacity: .75;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate3d(0, -50%, 0) scale(1.5);
            transform: translate3d(0, -50%, 0) scale(1.5);
  }

.iconButton___1aw1d:focus {
    outline: 0;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.candidates___3joG2 {
  overflow: scroll;
  max-height: 120px;
  min-height: 100px;
}

.candidates___3joG2.is-large {
    max-height: 200px;
  }

@media (min-width: 768px) {

.candidates___3joG2.is-large {
      max-height: 30vh;
  }
    }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.gpsLocation___yWmug {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  color: #272727;
}

.gpsLocation___yWmug.is-active {
    color: #ffd549;
  }

.gpsLocation___yWmug.is-active svg {
      color: #ffd549;
    }

.gpsLocation___yWmug svg {
    color: #8795a1;
  }

.input___1vmVX {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  width: 100%;
  background-color: #f1f5f8;
  color: #8795a1;
  border-radius: 9999px;
  outline: 0;
  font-size: initial;
}

.input___1vmVX:focus {
    font-size: 16px;
  }

@media (min-width: 768px) {

.input___1vmVX {
    font-size: .875rem;
}
  }

.location___2b3f5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
  color: #272727;
  cursor: pointer;
}

.location___2b3f5:last-of-type {
    border-bottom-width: 0;
  }

.location___2b3f5:hover {
    text-decoration: underline;
    color: #ffd549;
  }

.location___2b3f5.is-active {
    color: #ffd549;
  }

.locationPicker___2qAJu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  background-color: #f8fafc;
  min-width: 100vw;
  z-index: 49;
}

.locationPicker___2qAJu.is-list {
    margin-bottom: 54px;
  }

.is-hide-footer .locationPicker___2qAJu {
    margin-bottom: 0;
  }

.locationPickerIcon___3ZbMX {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.img____RFjU {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.avatar___13Cha {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
}

.list___1hITA {
  list-style: none;
  padding: 0;
  border-radius: .5rem;
}

.list___1hITA li {
    padding: 1rem;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    border-bottom-width: 1px;
    border-color: #f1f5f8;
  }

.list___1hITA li:last-of-type {
      border-bottom-width: 0;
    }

.spacer___AB-rI {
  height: calc(78px + 1rem);
  width: 1px;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.emptyImage___1paIN {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  width: 8rem;
  height: auto;
  width: 100%;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.photo___zqCYU {
  width: 4rem;
  height: 4rem;
  border-radius: .25rem;
  cursor: pointer;
}

.photo___zqCYU.is-empty {
    position: relative;
    border-style: dashed;
    border-color: #b8c2cc;
    border-width: 1px;
    border-radius: .25rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    color: #b8c2cc;
    font-size: .75rem;
  }

.loaderWrapper___13NRs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 9999px;
  color: #606f7b;
  font-size: 1.125rem;
  background-color: rgba(255, 255, 255, .5);
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.avatar___2rSRB {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.avatar___R7BUd {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

/* For enable margin. */

.post___XB_wf {
  padding-top: 1px;
  padding-bottom: 1px;
}

.thumbnail___1fhNx {
  width: 3rem;
  background-size: cover;
  background-position: center;
  background-color: #dae1e7;
  height: 3rem;
}

.heartWrapper___v8875 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  cursor: pointer;
  right: 0;
}

.heartWrapper___v8875.is-disabled {
    opacity: .5;
    pointer-events: none;
  }

.heart___2Ldcj {
  fill: #ffd549;
}

.avatar___3D5aH {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  margin-left: -4px;
}

.avatar___3D5aH:nth-child(1) {
    margin-left: 0;
  }

.likedUsersList___11W2g {
  margin-top: .5rem;
  margin-bottom: 1rem;
  height: 1.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.avatar___219No {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
}

.userInfo___EWNTB {
  margin-left: .5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 140px;
}

@media (min-width: 768px) {

.userInfo___EWNTB {
    max-width: initial;
}
  }

.settingsLink___2uckR {
  -webkit-box-flex: 0;
          flex: none;
  background-color: #fff;
  color: #272727;
}

.list___CIaMp {
  list-style: none;
  padding: 0;
  border-radius: .5rem;
  margin-top: .5rem;
}

.list___CIaMp li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    border-bottom-width: 1px;
    border-color: #f1f5f8;
  }

.list___CIaMp li:last-of-type {
      border-bottom-width: 0;
    }

.tag___3oS6t {
  margin: .25rem;
}

.iconOfficial___3Jf-G {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  font-size: .875rem;
  pointer-events: none;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.photos___iDBFW {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.photos___iDBFW > * {
    margin-right: 1rem;
  }

.photos___iDBFW > *:last-of-type {
      margin-right: 0;
    }

.iconButton___ymDCe {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffd549;
  color: #fff;
  border-radius: 9999px;
  font-size: .75rem;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.thumbnail___3bo0z {
  width: 4rem;
  -webkit-box-flex: 0;
          flex: none;
  overflow: hidden;
  max-height: 4rem;
}

@media (min-width: 768px) {

.thumbnail___3bo0z {
    width: 6rem;
    max-height: 6rem;
}
  }

.photos___1ZjDv {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.photos___1ZjDv > * {
    margin-right: 1rem;
  }

.photos___1ZjDv > *:last-of-type {
      margin-right: 0;
    }

.iconButton___GfmUY {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffd549;
  color: #fff;
  border-radius: 9999px;
  font-size: .75rem;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.avatar___3GR9z {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.avatar___2ZllN {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.photos___3Sefn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.photos___3Sefn:after {
    content: '';
    display: block;
    width: 25%;
    height: 0;
  }

.photoWrapper___1Vs1C {
}

.photo___IqnSq {
  margin-bottom: 1rem;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  -webkit-transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
  transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
}

.photo___IqnSq img {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    max-width: 100%;
    /* TODO: Won't work with IE11 :( */
    object-fit: cover;
  }

.photo___IqnSq:hover {
    opacity: .75;
  }

@media (min-width: 768px) {

.photo___IqnSq {
    width: 8rem;
    height: 8rem;
}
  }

.attribution___yU7F5 {
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.attribution___yU7F5 a {
    color: #fff;
    text-decoration: none;
  }

.attribution___yU7F5 a:hover {
      text-decoration: underline;
    }

.slide___29sEk {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.selectedPhoto___1LNyP {
  height: auto;
}

@media (min-width: 576px) {

.selectedPhoto___1LNyP {
    height: auto;
    width: auto;
}
  }

.prev___3RWAU {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 1.25rem;
  cursor: pointer;
}

.prevButton___23m7O {
  margin-left: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 9999px;
  color: #b8c2cc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: .75;
  line-height: 1;
  -webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
  transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
}

@media (min-width: 768px) {

.prevButton___23m7O {
    color: #fff;
}
  }

.prevButton___23m7O:focus {
    outline: 0;
  }

.prevButton___23m7O:hover {
    background-color: #f1f5f8;
    color: #272727;
    opacity: 1;
  }

.next___3dh6k {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 1.25rem;
  cursor: pointer;
}

.nextButton___1hl4d {
  margin-right: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 9999px;
  color: #b8c2cc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: .75;
  line-height: 1;
  -webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
  transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
}

@media (min-width: 768px) {

.nextButton___1hl4d {
    color: #fff;
}
  }

.nextButton___1hl4d:focus {
    outline: 0;
  }

.nextButton___1hl4d:hover {
    background-color: #f1f5f8;
    color: #272727;
    opacity: 1;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.avatar___GxmQQ {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
}

.notification___1Qxdd {
  padding: 1rem;
  background-color: #fff;
  line-height: 1.5;
  border-radius: .5rem;
}

.notification___1Qxdd:last-of-type {
    margin-bottom: 0;
  }

.freeTextWithUnderline___2e1lK {
  line-height: 1.5;
}

.freeTextWithUnderline___2e1lK a:not(.no-underline) {
      text-decoration: underline;
    }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.post___ibjrR {
  border-bottom-width: 1px;
  border-color: #f1f5f8;
  background-color: #fff;
  padding: 1rem;
  border-radius: .25rem;
  margin-bottom: 1rem;
}

.post___ibjrR:last-of-type {
    border-bottom-width: 0;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.fullPageRoot___1snB7 {
  margin-top: -78px;
  -webkit-transform: translate3d(0, 78px, 0);
          transform: translate3d(0, 78px, 0);
}

.fullPageWrapper___2Yrtz {
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.fullPageImage___3H5Ft {
  padding-bottom: 3rem;
  height: auto;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.emptyImage___OpybD {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  width: 8rem;
  height: auto;
  width: 100%;
}

.newNotificationBadge___2rUTC {
  position: relative;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  background-color: #fff;
  color: #e3342f;
  border-width: 1px;
  border-radius: .25rem;
  font-weight: 700;
  font-size: .75rem;
}

.newNotificationSeparator___1QkXK {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 23px;
}

.newNotificationSeparator___1QkXK:before {
    position: absolute;
    display: block;
    border-bottom-width: 1px;
    border-style: dashed;
    width: 100%;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
    content: '';
    height: 1px;
  }

.fullPageWrapper___1r2bN {
  height: calc(100% - 78px - 48px); /* Minus padding and header title */
}

.fullPageImage___22Mtr {
  padding-bottom: 4rem;
  height: auto;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.paragraph___2-nFs {
  position: relative;
  overflow: hidden;
}

.paragraph___2-nFs:after {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    width: 50%;
    content: '';
    height: 50%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 1)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
  }

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

.paragraph2___ga49K:after {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    width: 50%;
    content: '';
    height: 50%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 1)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
  }

@supports (-webkit-line-clamp: 2) {
    .paragraph2___ga49K {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }

    .paragraph2___ga49K:after {
      display: none;
    }
  }

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

.paragraph3___1AHUa:after {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    width: 50%;
    content: '';
    height: 50%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 1)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
  }

@supports (-webkit-line-clamp: 3) {
    .paragraph3___1AHUa {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }

    .paragraph3___1AHUa:after {
      display: none;
    }
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.link___tpbLQ {
  display: inline-block;
}

.link___tpbLQ a {
    text-decoration: none;
    color: #272727;
  }

.card___3PPh5 {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: .5rem;
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  overflow: hidden;
}

@media (min-width: 576px) {

.card___3PPh5 {
    overflow: auto;
}
  }

.tag___3SB28 {
  -webkit-box-flex: 0;
          flex: none;
  margin-right: .75rem;
  margin-bottom: .5rem;
  font-size: .75rem;
}

.tag___3SB28:last-child {
    margin-right: 0;
  }

.name___3wegx {
  margin-bottom: .25rem;
  font-weight: 700;
  white-space: normal;
  color: #272727;
  line-height: 1.25;
  height: calc(2rem + 1px);
}

.name___3wegx:hover {
    text-decoration: underline;
  }

.description___1Mfps {
  padding-left: .75rem;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-basis: auto;
  width: calc(100% - 6rem);
}

.thumbnail___2ly0b {
  height: 6rem;
  width: 6rem;
  background-color: #dae1e7;
  border-radius: .5rem;
  -webkit-box-flex: 0;
          flex: none;
}

.thumbnail___2ly0b img {
    width: 100%;
    border-radius: .5rem;
    max-height: 100%;
    /* TODO: Won't work with IE11 :( */
    object-fit: cover;
  }

@media (min-width: 768px) {

.thumbnail___2ly0b {
    height: 8rem;
    width: 8rem;
}
  }

.details___2dmCy {
  margin-top: .5rem;
  color: #b8c2cc;
  font-size: .875rem;
  width: 100%;
}

.details___2dmCy p {
    margin-bottom: .25rem;
  }

.details___2dmCy p:last-child {
      margin-bottom: 0;
    }

.tags___31zMR {
  padding-top: .5rem;
  overflow: scroll;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: .75rem;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.root___3oDd8 {
  padding: 0;
}

.iconButton___2vyI- {
  font-size: 1.125rem;
  color: #b8c2cc;
  line-height: 0;
}

.iconButton___2vyI-:focus {
    outline: 0;
  }

.container___2kIcs {
  overflow: hidden;
}

.header___qcTfo {
  padding-bottom: .5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.wrapper___1M9eK {
  padding: 1rem;
  width: 100%;
  background-color: #fff;
  display: inline-block;
  position: relative;
  border-radius: .5rem;
}

.thumbnail___3f6uY {
  position: relative;
  border-radius: .5rem;
  max-height: 4rem;
}

.thumbnail___3f6uY img {
    height: 100%;
    border-radius: .5rem;
    max-width: 100%;
    /* TODO: Won't work with IE11 :( */
    object-fit: contain;
  }

.videoPlaceholder___3OT9r {
  position: relative;
  height: 12rem;
  width: 100%;
  background-color: #272727;
  border-radius: .25rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {

.videoPlaceholder___3OT9r {
    height: 16rem;
}
  }

.label___2q0JY {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 1rem;
}

.url___1UIfO {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3490dc;
  text-decoration: none;
  text-align: right;
}

.videoIcon___1Uv-5 {
  display: none;
  margin: .5rem;
  padding: .5rem;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 9999px;
  font-size: 1.125rem;
  pointer-events: none;
  line-height: 0;
  color: rgba(255, 255, 255, .8);
  background: rgba(0, 0, 0, .5);
}

@media (min-width: 768px) {

.videoIcon___1Uv-5 {
    display: block;
}
  }

.embed___1OV98 {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  max-width: 456px;
}

.embed___1OV98 iframe {
    border-radius: .25rem;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.link___3eALl {
  display: inline-block;
}

.link___3eALl a {
    text-decoration: none;
  }

.cardLink___1tFEp {
  display: block;
  line-height: 0;
}

.card___12Oom {
  display: block;
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  overflow: hidden;
  height: 360px;
  /* 白銀比(1.41) */
  width: 256px;
}

.cardImage___jOUZ7 {
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #dae1e7;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.cardVideo___2V_W2 {
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #272727;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.videoIcon___3igNg {
  margin: .5rem;
  padding: .5rem;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 9999px;
  font-size: 1.125rem;
  pointer-events: none;
  line-height: 0;
  color: rgba(255, 255, 255, .8);
  background: rgba(0, 0, 0, .5);
}

.videoContainer___1LozD {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  padding-top: 45px;
}

.cardBodyWrapper___6KxHW {
  padding: .75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cardBody___35mjp {
  padding: .75rem;
  background-color: #fff;
  border-radius: .5rem;
  line-height: 1.5;
}

.name___2u9AL {
  margin-bottom: .25rem;
  font-weight: 700;
  white-space: normal;
  color: #272727;
  line-height: 1.25;
  height: calc(2rem + 1px);
}

.name___2u9AL:hover {
    text-decoration: underline;
  }

.tag___3mRxv {
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: .5rem;
  color: #272727;
  font-size: .75rem;
}

.tag___3mRxv:last-of-type {
    margin-right: 0;
  }

.distance___1OrEb {
  margin-left: .75rem;
  display: inline-block;
  -webkit-box-flex: 0;
          flex: none;
  margin-top: .25rem;
  font-size: .75rem;
  font-weight: 700;
  color: #f58887;
}

.image___fAp7Z img {
    height: 100%;
    max-width: 100%;
    /* TODO: Won't work with IE11 :( */
    object-fit: cover;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.link___2WsJP {
  width: 100%;
  margin-bottom: .5rem;
}

.link___2WsJP a {
    text-decoration: none;
  }

@media (min-width: 768px) {

.link___2WsJP {
    display: inline-block;
    width: 50%;
}
  }

.card___57jsc {
  padding: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: 100%;
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  overflow: hidden;
}

@media (min-width: 768px) {

.card___57jsc {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: start;
            justify-content: flex-start;
    width: 100%;
}
  }

.cardImage___1D7l6 {
  height: 4rem;
  width: 4rem;
  -webkit-box-flex: 0;
          flex-grow: 0;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #dae1e7;
  border-radius: .25rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {

.cardImage___1D7l6 {
    height: 6rem;
    width: 6rem;
}
  }

.title___2dFzK {
  height: 2.5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: normal;
  color: #272727;
}

.title___2dFzK:hover {
    text-decoration: underline;
  }

.description___1rZOu {
  height: 4rem;
  font-size: .875rem;
  color: #606f7b;
  line-height: 1.5;
  white-space: normal;
}

.publishDate___2fT3a {
  height: 1rem;
  font-size: .875rem;
  color: #b8c2cc;
  line-height: 1.5;
  white-space: normal;
}

.image___1gFei img {
    height: 100%;
    border-radius: .25rem;
    max-width: 100%;
    /* TODO: Won't work with IE11 :( */
    object-fit: cover;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.wrapper___3-yix {
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-block;
  position: relative;
}

.closeButton___1WIa_ {
  position: absolute;
  border-radius: 9999px;
  height: 1rem;
  width: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: .5;
  background-color: #272727;
  cursor: pointer;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.bannerImage___1zp1A {
  width: auto;
  display: inline-block;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.cards___1FYCP {
  display: -webkit-box;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: .25rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  white-space: nowrap;
}

.card___btVg7 {
  margin-right: .75rem;
}

.card___btVg7:last-child {
    margin-right: 0;
  }

.emptyFollowMessage___3VJde {
  height: calc(100% - 141px);
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.avatar___ZVBWo {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
}

.cards___3zdA_ {
  display: -webkit-box;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: .25rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  white-space: nowrap;
}

.card___3ZxBD {
  margin-right: .75rem;
}

.card___3ZxBD:last-child {
    margin-right: 0;
  }

.emptyFollowMessage___3upiN {
  height: calc(100% - 141px);
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.emptyFollowMessage___1bgzw {
  height: calc(100% - 141px);
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.backdrop___fUZZ1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, .3);
}

.modal-fade-in-enter .backdrop___fUZZ1 {
    opacity: 0;
  }

.modal-fade-in-enter-active .backdrop___fUZZ1 {
    opacity: 1;
    -webkit-transition: opacity 200ms cubic-bezier(0, 0, .2, 1);
    transition: opacity 200ms cubic-bezier(0, 0, .2, 1);
  }

.modal-fade-in-exit .backdrop___fUZZ1 {
    opacity: 1;
  }

.modal-fade-in-exit-active .backdrop___fUZZ1 {
    opacity: 0;
    -webkit-transition: opacity 200ms cubic-bezier(.4, 0, 1, 1);
    transition: opacity 200ms cubic-bezier(.4, 0, 1, 1);
  }

.modal___10DFv {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 50;
}

.content___1xrXX {
  z-index: 50;
}

.modal-fade-in-enter .content___1xrXX {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }

.modal-fade-in-enter-active .content___1xrXX {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, .2, 1);
    transition: -webkit-transform 300ms cubic-bezier(0, 0, .2, 1);
    transition: transform 300ms cubic-bezier(0, 0, .2, 1);
    transition: transform 300ms cubic-bezier(0, 0, .2, 1), -webkit-transform 300ms cubic-bezier(0, 0, .2, 1);
  }

.modal-fade-in-exit .content___1xrXX {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
    opacity: 1;
  }

.modal-fade-in-exit-active .content___1xrXX {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
    -webkit-transition: opacity 300ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 300ms cubic-bezier(.4, 0, 1, 1);
    transition: opacity 300ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 300ms cubic-bezier(.4, 0, 1, 1);
    transition: transform 300ms cubic-bezier(.4, 0, 1, 1), opacity 300ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 300ms cubic-bezier(.4, 0, 1, 1), opacity 300ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 300ms cubic-bezier(.4, 0, 1, 1);
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.confirmationModal___19JfF {
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: .5rem;
  position: relative;
  background-color: #fff;
  border-radius: .5rem;
  text-align: center;
  width: 80vw;
}

@media (min-width: 768px) {

.confirmationModal___19JfF {
    width: 40vw;
}
  }

.iconButton___NOvrE {
  margin-left: .25rem;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 9999px;
  font-size: 1.125rem;
}

.iconButton___NOvrE:hover {
    color: #f2d024;
  }

.closeConfirmationModalButton___3t0jy {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffd549;
  color: #fff;
  border-radius: 9999px;
  font-size: .875rem;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
}

.balloon___2mzjE {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #ffd549;
  font-size: 16px;
  background: #fff;
  border: solid 1px #ffd549;
  box-sizing: border-box;
  border-radius: 5px;
}

.balloon___2mzjE:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -10px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 2;
  }

.balloon___2mzjE:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -12px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffd549;
    z-index: 1;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

svg.logo___249tt {
  width: 147px;
  height: 48px;
}

.tab___30UUa {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.activeTab___3WKfU {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  background-color: #f8fafc;
}

.cards___3j312 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: .25rem;
  display: -webkit-box;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  white-space: nowrap;
}

.card____CqFs {
  margin-right: .75rem;
}

.card____CqFs:last-child {
    margin-right: 0;
  }

.newsCards___13AWJ {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: .25rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  white-space: nowrap;
}

.newsCard___46zTO {
  margin-bottom: .75rem;
  width: 100%;
}

@media (min-width: 768px) {

.newsCard___46zTO {
    width: 50%;
}

    .newsCard___46zTO:nth-child(2n - 1) {
      padding-right: .5rem;
    }

    .newsCard___46zTO:nth-child(2n) {
      padding-left: .5rem;
    }
  }

.newsCard___46zTO:last-child {
    margin-bottom: 0;
  }

.hashIcon___2FI9s {
  height: 2rem;
  width: 2rem;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: .875rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #fff;
  border-color: #ffd549;
  border-width: 1px;
  color: #606f7b;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
  transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
}

.hashIcon___2FI9s:hover {
    background-color: #ffd549;
    color: #272727;
    border-style: none;
  }

.hashIcon___2FI9s.is-followed {
    background-color: #ffd549;
    color: #272727;
    border-style: none;
  }

.gpsLocation___27Tdl {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: flex;
  color: #272727;
}

.gpsLocation___27Tdl.is-active {
    color: #ffd549;
  }

.gpsLocation___27Tdl.is-active svg {
      color: #ffd549;
    }

.gpsLocation___27Tdl svg {
    color: #8795a1;
  }

.location___1rbdc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
  color: #272727;
  cursor: pointer;
}

.location___1rbdc:last-of-type {
    border-bottom-width: 0;
  }

.location___1rbdc:hover {
    text-decoration: underline;
    color: #ffd549;
  }

.location___1rbdc.is-active {
    color: #ffd549;
  }

.locationPicker___B6oo4 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  background-color: #f8fafc;
  z-index: 50;
  min-width: 100vw;
  bottom: 78px;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.avatar___1UGUR {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
}

.editNameModal___3KMvk {
  position: relative;
  background-color: #f8fafc;
  border-radius: .5rem;
  min-width: 70vw;
}

@media (min-width: 768px) {

.editNameModal___3KMvk {
    min-width: 16rem;
}
  }

.closeEditNameModalButton___3yGXf {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffd549;
  color: #fff;
  border-radius: 9999px;
  font-size: .875rem;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
}

.iconButton___3_aAx {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffd549;
  color: #fff;
  border-radius: 9999px;
  font-size: .875rem;
  pointer-events: none;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.modal___3ohKh {
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: .5rem;
  position: relative;
  background-color: #fff;
  border-radius: .5rem;
  text-align: center;
  width: 80vw;
}

@media (min-width: 768px) {

.modal___3ohKh {
    width: 40vw;
}
  }

.iconButton___yyDFd {
  padding: 0;
  height: 2.5rem;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.iconButton___yyDFd:hover {
    color: #f2d024;
  }

.closeModalButton___3WcIe {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffd549;
  color: #fff;
  border-radius: 9999px;
  font-size: .875rem;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.confirmationModal___DHsaC {
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: .5rem;
  position: relative;
  background-color: #fff;
  border-radius: .5rem;
  text-align: center;
  width: 80vw;
}

@media (min-width: 768px) {

.confirmationModal___DHsaC {
    width: 40vw;
}
  }

.iconButton___19Alt {
  margin-left: .25rem;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 9999px;
  font-size: 1.125rem;
}

.iconButton___19Alt:hover {
    color: #f2d024;
  }

.closeConfirmationModalButton___SE_IG {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffd549;
  color: #fff;
  border-radius: 9999px;
  font-size: .875rem;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.dropdown___ckiaD {
  position: absolute;
  display: none;
  background-color: #fff;
  color: #272727;
  border-radius: .25rem;
  z-index: 100;
}

.dropdown___ckiaD.is-show {
    display: block;
  }

.dropdown___ckiaD ul {
    padding-top: .75rem;
    padding-bottom: .75rem;
    list-style: none;
    padding: 0;
    border-radius: .25rem;
    margin: 0;
  }

.dropdown___ckiaD ul li {
      padding-top: .75rem;
      padding-bottom: .75rem;
      padding-left: 1rem;
      padding-right: 1rem;
      background-color: #fff;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      font-weight: 700;
      border-width: 1px;
      border-bottom-width: 0;
      cursor: pointer;
      -webkit-transition: all .1s cubic-bezier(.4, 0, .2, 1);
      transition: all .1s cubic-bezier(.4, 0, .2, 1);
    }

.dropdown___ckiaD ul li:first-of-type {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
      }

.dropdown___ckiaD ul li:last-of-type {
        border-bottom-width: 1px;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
      }

.dropdown___ckiaD ul li:hover {
        background-color: #f1f5f8;
      }

.dropdown___ckiaD ul li a {
        text-decoration: none;
        color: inherit;
      }

.backdrop___3IsPX {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  display: none;
  z-index: 100;
}

.backdrop___3IsPX.is-show {
    display: block;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.border-box___2yp0x {
  box-sizing: border-box;
}

.content-box___1Dkw4 {
  box-sizing: content-box;
}

.container___15HZX {
  position: relative;
  display: inline-block;
}

.input___2qOfQ {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  padding-right: 1.25rem;
  display: inline-block;
  background-color: transparent;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom-width: 2px;
  border-color: #ffd549;
  border-radius: 0;
  text-align: center;
  -webkit-transition: all .15s cubic-bezier(.4, 0, .2, 1);
  transition: all .15s cubic-bezier(.4, 0, .2, 1);
}

.input___2qOfQ:focus {
    outline: 0;
  }

.icon___iVTpH {
  position: absolute;
  color: #b8c2cc;
  right: 4px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

/* @formatter:on */

@media (min-width: 576px) {
  .sm-border-box___2C08A {
    box-sizing: border-box;
  }

  .sm-content-box___Ph7L5 {
    box-sizing: content-box;
  }
}

@media (min-width: 768px) {
  .md-border-box___iHYJ1 {
    box-sizing: border-box;
  }

  .md-content-box___3eF-P {
    box-sizing: content-box;
  }
}

@media (min-width: 992px) {
  .lg-border-box___1SJiR {
    box-sizing: border-box;
  }

  .lg-content-box___1nABt {
    box-sizing: content-box;
  }
}

@media (min-width: 1200px) {
  .xl-border-box___3-O17 {
    box-sizing: border-box;
  }

  .xl-content-box___gJGnC {
    box-sizing: content-box;
  }
}

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.searchBar___2NxSq {
  padding-bottom: .25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.searchSection___33cX8 {
  background-color: #fff;
  z-index: 40;
  min-width: 100vw;
}

.searchSection___33cX8.is-floating {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

.menuIcon___102Ly {
  margin-left: 1rem;
  font-size: 1.25rem;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-right: calc(1rem * -1);
}

.menuItemDropdown___3pdhK {
  padding: 0 !important;
}

.menuItemTagSharer___16l1x {
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
}

.embedMapModalWrapper___3qcR4 {
  max-width: 100vw;
}

.embedMapModal___25JpE {
  padding: .5rem;
  overflow: scroll;
  background-color: #f1f5f8;
  border-radius: .25rem;
  border-width: 1px;
  border-width: 1px;
}

.closeEmbedMapModalButton___WCZ2T {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffd549;
  color: #fff;
  border-radius: 9999px;
  font-size: .875rem;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
}

.clickableMask___2Gp4o {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.searchResults___3JYjd {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8fafc;
}

.currentPositionLabel___2r0e2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 45px;
}

.category___1WQ1F {
  font-size: 1rem;
}

.card___RBi8Z {
  margin-bottom: .75rem;
  width: 100%;
}

@media (min-width: 768px) {

.card___RBi8Z {
    width: 50%;
}

    .card___RBi8Z:nth-child(2n - 1) {
      padding-right: .5rem;
    }

    .card___RBi8Z:nth-child(2n) {
      padding-left: .5rem;
    }
  }

.card___RBi8Z:last-child {
    margin-bottom: 0;
  }

.closeCardButton___1QHVO {
  padding: .25rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 9999px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  z-index: 20;
  font-size: 0;
}

.closeCardButton___1QHVO:focus {
    outline: 0;
  }

@media (min-width: 768px) {

.closeCardButton___1QHVO {
    -webkit-transform: translate3d(25%, -25%, 0);
            transform: translate3d(25%, -25%, 0);
}
  }

.floatingCard___nizO7 {
  padding: .5rem;
  padding-bottom: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.floatingCard___nizO7.is-embedded {
    width: auto;
  }

@media (min-width: 576px) {

.floatingCard___nizO7 {
    right: auto;
    width: 66.66667% !important;
}
  }

@media (min-width: 768px) {

.floatingCard___nizO7 {
    right: auto;
    width: 50% !important;
}
  }

.fabList___uuevG {
  margin-right: .5rem;
  margin-bottom: .5rem;
  height: 3rem;
  width: 3rem;
  position: fixed;
  right: 0;
  background-color: #fff;
  color: #ff8849;
  font-size: 1.25rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  border-radius: 9999px;
  text-decoration: none;
  bottom: 1rem;
}

.fabList___uuevG.has-card {
    bottom: calc(185px + 1rem);
  }

@media (min-width: 768px) {

.fabList___uuevG {
    bottom: 1rem !important;
}
  }

.fabMap___3peNe {
  margin-right: .25rem;
  position: fixed;
  right: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 50;
  cursor: pointer;
  bottom: 1rem;
  -webkit-transition: bottom .1s cubic-bezier(.4, 0, .2, 1);
  transition: bottom .1s cubic-bezier(.4, 0, .2, 1);
}

.fabMap___3peNe:focus {
    outline: 0;
  }

.fabMap___3peNe:hover {
    opacity: .75;
  }

.tag___9KKnE {
  margin-bottom: .75rem;
  margin-right: .75rem;
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.coverPhotoSelector___20SJe {
  background-color: #fff;
  border-radius: .25rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.photos___3lD04 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.photo___2Jl0U {
  width: 4rem;
  height: 4rem;
  border-radius: .25rem;
  cursor: pointer;
  margin: 1rem;
}

.photo___2Jl0U.is-cover-photo {
    border-width: 2px;
    border-color: #f2d024;
  }

.title___2b6pm {
  border-bottom-width: 1px;
  padding: 1rem;
}

.closeButton___3pcKu {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffd549;
  color: #fff;
  border-radius: 9999px;
  font-size: .875rem;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.field___3TzFs {
  background-color: #fff;
}

.viewingPeriodField___2CSav {
  padding-top: 2rem;
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: .875rem;
  background-color: #fff;
}

@media (min-width: 768px) {

.viewingPeriodField___2CSav {
    padding-top: 1.5rem;
}
  }

.floatingViewingPeriodLabel___1i7kZ {
  -webkit-transform: translateY(-100%) scale(.9) !important;
          transform: translateY(-100%) scale(.9) !important;
}

@media (min-width: 768px) {

.floatingViewingPeriodLabel___1i7kZ {
    -webkit-transform: translateY(-150%) scale(.9) !important;
            transform: translateY(-150%) scale(.9) !important;
}
  }

.coverPhoto___3T5__ {
  width: 4rem;
  height: 4rem;
  border-radius: .25rem;
  cursor: pointer;
}

.coverPhoto___3T5__.is-empty {
    position: relative;
    border-style: dashed;
    border-color: #b8c2cc;
    border-width: 1px;
    border-radius: .25rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    color: #b8c2cc;
    font-size: .75rem;
  }

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.incidentModal___2CGUy {
  position: relative;
  background-color: #fff;
  border-radius: .5rem;
  width: 80vw;
}

@media (min-width: 768px) {

.incidentModal___2CGUy {
    width: 40vw;
}
  }

.field___EvnQK {
  background-color: #fff;
}

.closeIncidentModalButton___GdXzC {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffd549;
  color: #fff;
  border-radius: 9999px;
  font-size: .875rem;
  -webkit-transform: translate3d(50%, -50%, 0);
          transform: translate3d(50%, -50%, 0);
}

/* @formatter:on */

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.avatar___2IZ6y {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  margin-left: -4px;
}

.avatar___2IZ6y:nth-child(1) {
    margin-left: 0;
  }

.filledIcon___euMoX {
  color: #272727;
  font-size: 1rem;
  margin-left: .5rem;
  display: inline-block;
  vertical-align: middle;
  fill: #ffd549;
}

/* SEE: https://stackoverflow.com/a/19492318/9998350 */

/* @formatter:off */

.filledIcon___2oIL7 {
  color: #272727;
  font-size: 1rem;
  fill: #ffd549;
}

.spotInformationRow___4JD3_ {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: .75rem;
  font-weight: 700;
  color: #3d4852;
}

.spotInformationRow___4JD3_ a {
    font-size: .75rem;
    font-weight: 700;
    color: #3d4852;
    text-decoration: underline;
  }

.spotInformationRowBetween___1KtW3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: .75rem;
  font-weight: 700;
  color: #3d4852;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.spotInformationRowBetween___1KtW3 a {
    font-size: .75rem;
    font-weight: 700;
    color: #3d4852;
    text-decoration: underline;
  }

.post___fDZHV {
  border-bottom-width: 1px;
  border-color: #f1f5f8;
}

.post___fDZHV:last-of-type {
    border-bottom-width: 0;
  }

.avatar___35BhT {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  margin-left: -4px;
}

.avatar___35BhT:nth-child(1) {
    margin-left: 0;
  }

.image___3XR-7 img {
    height: 100%;
    border-radius: .5rem;
    max-width: 100%;
    /* TODO: Won't work with IE11 :( */
    object-fit: cover;
  }

.attribution___3vzv1 {
  margin-left: .5rem;
  margin-bottom: .5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  left: 1rem;
}

.attribution___3vzv1 a {
    color: #fff;
    text-decoration: none;
  }

.attribution___3vzv1 > a {
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: inline-block;
    border-radius: 9999px;
    background-color: rgba(0, 0, 0, .5);
  }

.attribution___3vzv1 > a:hover {
      text-decoration: underline;
      background-color: rgba(0, 0, 0, 1);
    }

.attribution___3vzv1 > span {
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: inline-block;
    color: #fff;
    border-radius: 9999px;
    max-width: calc(100% - 1rem - .5rem);
    background-color: rgba(0, 0, 0, .5);
  }

.attribution___3vzv1 > span:hover {
      background-color: rgba(0, 0, 0, 1);
    }

.cards___3llKf {
  display: -webkit-box;
  display: flex;
  padding-bottom: .25rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  white-space: nowrap;
}

.card___3XNaI {
  margin-right: .75rem;
}

.card___3XNaI:last-child {
    margin-right: 0;
  }

.menuIcon___3f-IR {
  margin-left: 1rem;
  font-size: 1.25rem;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.poweredBy___2h0CR {
  margin-top: 1rem;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.websites___3U3OH {
  border-radius: .25rem;
  cursor: pointer;
  font-size: .75rem;
}

.websites___3U3OH > * {
    margin-bottom: 1rem;
  }

.websites___3U3OH > *:last-of-type {
      margin-bottom: 0;
    }

/* @formatter:on */