/* stylelint-disable media-feature-name-no-vendor-prefix */

/* global full-desktop fixed size container */

/* global padding around page containers in responsive */

/* media queries */ /* 758px */ /* 1024px */ /* 1200px */

.globalPageWrapper-1Xn4c {
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width: 993px) {

.globalPageWrapper-1Xn4c {
    max-width: 940px
}
  }

.visuallyHidden-2Y8tZ {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/**
 * Global fade animation, meant to be used w/ ReactCSSTransitionGroup
 */
.fade-enter {
  opacity: 0.01;
}

.fade-enter.fade-enter-active {
  opacity: 1;
  -webkit-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in;
}

.fade-leave {
  opacity: 1;
}

.fade-leave.fade-leave-active {
  opacity: 0.01;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}

/* temporary table styles */

article h3 {
    font-size: 1.2em;
    font-weight: bold;
  }

article table {
    border-collapse: collapse;
    display: table;
    width: 100%;
    margin-bottom: 1rem;
  }

article thead {
    border-bottom: 1px solid #ccc;
  }

article tr:nth-child(even) {
    background: #ddd;
  }

article th,
  article td {
    text-align: left;
    padding: 4px 12px;
  }

html,
body,
#root {
  height: 100%;
}

.container-2O0HF {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

@media only screen and (min-width: 48em) {

.container-2O0HF {
    height: 100%
}
  }

.top-31a9D {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
}

.middleBackGround-3yQSj {
  background-color: #F9F9F9;
}

.home-2PcY4 .middleBackGround-3yQSj,
.workoutRoutines-1KcO8 .middleBackGround-3yQSj {
  background-color: white;
}

.middle-2CHJg {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media only screen and (min-width: 768px) {

.middle-2CHJg {
    padding-bottom: 85px
}
  }

.bottom-NZ9gx {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  z-index: 2;
}

.bottom-NZ9gx {
  background-color: #F9F9F9;
}

.home-2PcY4 .bottom-NZ9gx {
  background-color: white;
}

.middleContainer-5q0a1 .middle-2CHJg {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 4px 4px 4px;
  }

@media only screen and (min-width: 375px) {

.middleContainer-5q0a1 .middle-2CHJg {
      padding: 14px 14px 14px 14px
  }
    }

@media only screen and (min-width: 768px) {

.middleContainer-5q0a1 .middle-2CHJg {
      padding: 14px 14px 85px 14px
  }
    }

@media only screen and (min-width: 993px) {

.middleContainer-5q0a1 .middle-2CHJg {
      padding: 20px 0 85px 0
  }
    }

.middleContainer-5q0a1.wide-1lp9v .middle-2CHJg {
    max-width: 1320px;
  }

.middleContainer-5q0a1.challenges-2i-gs .middle-2CHJg {
    max-width: none;
    padding: 0;
  }

.auth-ttd9n .middle-2CHJg {
    padding: 10px;
    background-color: #F0F0F0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), color-stop(50%, #FAFAFA), to(#F0F0F0));
    background-image: -webkit-linear-gradient(top, #F0F0F0 0%, #FAFAFA 50%, #F0F0F0 100%);
    background-image: linear-gradient(to bottom, #F0F0F0 0%, #FAFAFA 50%, #F0F0F0 100%);
  }

.container-xgo6N {
  display: inline-block;
  position: relative;
}

.svg-3DFds,
.hitTarget-2WReI {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.svg-3DFds {
  z-index: 1;
}

.hitTarget-2WReI {
  z-index: 2;
}

.container-1KUJ5 {
  position: relative;
}

.inner-3OtrW {
  position: relative;
  margin: 0 auto;
  max-width: 1320px;
}

.appStoreContainer-3Kt8y {
  margin: auto;
  width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

@media only screen and (min-width: 48em) {

.appStoreContainer-3Kt8y {
    padding-right: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: auto
}
  }

@media only screen and (min-width: 64em) {

.appStoreContainer-3Kt8y {
    padding-right: 0
}
  }

.appStoreDescription-3NH9O {
  width: 300px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}

@media only screen and (min-width: 48em) {

.appStoreDescription-3NH9O {
    text-align: right;
    margin-bottom: 0
}
  }

@media only screen and (min-width: 48em) {

.appStoreLink-uqdJA {
    margin-left: 2rem
}
  }

.appStoreLink-uqdJA:first-child {
    margin-left: 0;
  }

@media only screen and (min-width: 48em) {
    .appStoreLink-uqdJA:first-child {
      margin-left: 15px;
    }
  }

.appStoreIcon-2rZUV {
  width: 140px;
  height: 50px;
}

.sites-1psAK {
  width: 100%;
  background-color: #F0F2F4;
}

.currentSite-2r3Zk {
  border-bottom: 1px solid #D3D6DC;
  display: block;
  float: none;
  width: 250px;
  margin: auto;
  text-align: center;
  padding: 8px 20px;
  margin-top: 9px;
}

@media only screen and (min-width: 48em) {

.currentSite-2r3Zk {
    border-bottom: none;
    border-right: 1px solid #D3D6DC;
    padding: 10px 20px;
    width: auto;
    margin: 5px 0;
    width: auto;
    float: left;
    display: inline-block
}
  }

.currentSiteIcon-P-Y2A {
  height: 16px;
  max-width: 100%;
}

.siteLinkContainer-1-lVG {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media only screen and (min-width: 48em) {

.siteLinkContainer-1-lVG {
    max-width: 400px
}
  }

.siteLink-2Hal9 {
  padding: 19px 10px;
  line-height: 0;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
          flex: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-family: 'Neue Plak UA Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 48em) {

.siteLink-2Hal9 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto
}
  }

.otherSiteIcon-Bovb5 {
  height: 10px;
  width: 100%;
  fill: #9297A3;
}

.siteLink-2Hal9:hover .walk-short-bRxVl {
  fill: url('https://mapmy.uastatic.com/global.4a8dcc9fca92d2323cc1.css#walk-gradient');
}

.siteLink-2Hal9:hover .run-short-yc0G4 {
  fill: url('https://mapmy.uastatic.com/global.4a8dcc9fca92d2323cc1.css#run-gradient');
}

.siteLink-2Hal9:hover .ride-short-1lqSr {
  fill: url('https://mapmy.uastatic.com/global.4a8dcc9fca92d2323cc1.css#ride-gradient');
}

.siteLink-2Hal9:hover .fitness-short-2noGv {
  fill: url('https://mapmy.uastatic.com/global.4a8dcc9fca92d2323cc1.css#fitness-gradient');
}

.navLinksContainer-e_Q5Q {
  width: 100%;
  position: relative;
  background: #222628;
}

@media only screen and (min-width: 48em) {

.navLinksContainer-e_Q5Q {
    background: url(1fb53630c0234d4396417e96ffc2ec85.png)
}
  }

.linksWrapper-1g1KY {
  margin: 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

@media only screen and (min-width: 64em) {

.linksWrapper-1g1KY {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row
}
  }

.linksCol-Ocriu {
  margin: 0;
}

@media only screen and (min-width: 48em) {

.linksCol-Ocriu {
    width: 250px;
    padding-left: 20px;
    margin: 25px 0
}
  }

.linksCol-Ocriu li:last-child .link-1c4x6 {
    border-bottom: 0;
  }

.linksHeader-gCaR7 {
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  padding: 10px 15px;
  background: #000000;
  font-size: 18px;
  font-family: 'Neue Plak UA Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 48em) {

.linksHeader-gCaR7 {
    background: inherit;
    margin-bottom: 10px;
    padding: 0
}
  }

.link-1c4x6 {
  color: #9DA0A2;
  padding: 15px;
  display: block;
  border-bottom: 1px solid #6D717A;
  font-size: 14px;
}

@media only screen and (min-width: 48em) {

.link-1c4x6 {
    padding: 0;
    display: inline;
    border-bottom: none;
    line-height: 20px
}
  }

.link-1c4x6:hover {
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.1);
  }

@media (min-width: 768px) {

.link-1c4x6:hover {
      text-decoration: underline;
      background: inherit
  }
    }

.endoIcon-3puz1 {
  background-position: 0 90px;
}

.mfpIcon-1Rq95 {
  background-position: 0 45px;
}

.mmfIcon-1AuUn {
  background-position: 0 -45px;
}

.subfooter-2idUM {
  margin-top: 15px;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

@media only screen and (min-width: 64em) {

.subfooter-2idUM {
    padding: 15px 0 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-left: 16px
}
  }

@media only screen and (min-width: 75em) {

.subfooter-2idUM {
    margin-top: 0;
    margin-bottom: 0
}
  }

.uaLogo-34VSi {
  width: 250px;
  height: 30px;
}

.legal-1CDmb {
  margin-left: 0;
  color: #666666;
  font-size: 12px;
}

@media only screen and (min-width: 48em) {

.legal-1CDmb {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-top: 10px
}
  }

@media only screen and (min-width: 48em) {

.legalCopy-PT8-3 {
    margin-right: 8px;
    margin-left: 20px
}
  }

.legalList-3lU3p {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  line-height: 1.75;
}

@media only screen and (min-width: 48em) {

.legalList-3lU3p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row
}
  }

.legalItem-2T5VA {
  padding: 0 8px;
}

@media only screen and (min-width: 48em) {

.legalItem-2T5VA {
    border-left: 1px solid #666666
}
  }

.legalLink-JC7FV {
  color: #666666;
}

.legalLink-JC7FV:hover {
    color: #666666;
    text-decoration: underline;
  }

.legalLink-JC7FV a {
    color: #666666;
  }


.button-2M08K {
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 15px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  border: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.button-2M08K:hover { cursor: pointer; }

.button-2M08K.disabled-23sbA:hover { cursor: auto; }

.neue-plak-loaded .button-2M08K {
    font-family: 'Neue Plak UA', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

.icon-3nifS {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  margin-right: 15px;
  fill: #fff;
  -webkit-transition: fill 200ms ease-out;
  transition: fill 200ms ease-out;
}

.inner-2cIvZ {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

/* types */

.success-2jB0o {
  background: #1ddd7c;
}

.success-2jB0o:hover {
    background: #18D073;
  }

.success-2jB0o.disabled-23sbA,
  .success-2jB0o.disabled-23sbA:hover {
    background: #c0c2c9;
  }

.uacf .success-2jB0o {
  background: #db3c21;
  border-bottom: 4px solid #a53d18;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding-top: 11px;
  padding-bottom: 9px;
}

.primary-xvWQU {
  background: #0076c0;
}

.primary-xvWQU:hover { background: #0168a8; }

.primary-xvWQU.disabled-23sbA,
  .primary-xvWQU.disabled-23sbA:hover { background: #5e9fc7; }

/* ensure blues match their site's color */
.run .primary-xvWQU { background: #0076C0; }
.fitness .primary-xvWQU { background: #375A92; }

.secondary-2yo0o {
  color: #808080;
  background: #ebebeb;
}

.secondary-2yo0o:hover { background: #d1d1d1; }

.secondary-2yo0o.disabled-23sbA,
  .secondary-2yo0o.disabled-23sbA:hover { background: #ebebeb; }

.secondary-2yo0o .icon-3nifS {
    fill: #808080;
  }

.mmr-2fRzS {
  background: #1b77b9;
}

.mmr-2fRzS:hover { background: #1b77b9; }

.mmr-2fRzS.disabled-23sbA,
  .mmr-2fRzS.disabled-23sbA:hover { background: #1b77b9; }

.danger-2Pkms {
  background: #DC001C;
}

.danger-2Pkms:hover { background: #B80017; }

.danger-2Pkms.disabled-23sbA,
  .danger-2Pkms.disabled-23sbA:hover { background: #E15567; }

.warning-3pAK5 {
  background: #DC001C;
}

.warning-3pAK5:hover { background: #B80017; }

.warning-3pAK5.disabled-23sbA,
  .warning-3pAK5.disabled-23sbA:hover { background: #c0c2c9; }

.action-1YSPx {
  background: #FF8714;
}

.action-1YSPx:hover { background: #E56E06; }

.default-37M2s {
  color: #9297a3;
  border: 2px solid #d3d6dc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.default-37M2s .icon-3nifS {
    fill: #9297a3;
  }

.default-37M2s:hover {
    border-color: #C1C4C9;
    background-color: #eef1f2;
  }

.accent-2j3RH {
  background-color: #1ddd7c;
  font-weight: 900;
}

.accent-2j3RH:hover {
    background-color: #18D073;
  }

.overlay-2k5Pm {
  color: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;

}

.overlay-2k5Pm:hover {
    background: white;
    color: #000;
  }

.overlay-2k5Pm:hover .icon-3nifS {
    fill: #000;
  }

.overlay-2k5Pm.disabled-23sbA,
  .overlay-2k5Pm.disabled-23sbA:hover {
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
  }

.overlay-2k5Pm.disabled-23sbA .icon-3nifS,
  .overlay-2k5Pm.disabled-23sbA:hover .icon-3nifS {
    fill: rgba(255, 255, 255, 0.5);
  }

.facebook-yG63n {
  background: #3B5998;
}

.facebook-yG63n:hover { background: #274178; }

.facebook-yG63n .inner-2cIvZ {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }

.facebook-yG63n.disabled-23sbA {
    background: #c0c2c9;
  }

/* sizes */
.small-2Cpp0 {
  font-size: 12px;
  min-width: 60px;
}

.medium-3PyzS {
  font-size: 14px;
  min-width: 96px;
}

.large-3DDnm {
  font-size: 16px;
  min-width: 187px;
}

.xlarge-1jTb5 {
  font-size: 18px;
  min-width: 290px;
}

.wechat-11X78 {
  background: #1AAD19;
}

.wechat-11X78:hover { background: #179B16; }

.wechat-11X78 .inner-2cIvZ {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }

.wechat-11X78.disabled-23sbA {
    background: #9ED99D;
  }

/*
.portal {}
.exit {}
.enter {}
*/

.mask-2dM-M {
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.01;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  overflow: auto;
}

.mask-2dM-M.enter-2YKDd { opacity: 1; }

.mask-2dM-M.exit-2RyRX { opacity: 0; }

.mask-2dM-M .mask-2dM-M {
  height: 100vh;
}

.content-3QAr4 {
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  position: absolute;
  will-change: transform;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.content-3QAr4.scrollable-3QHpE {
    padding: 1em 0;
    height: auto;
    position: static;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }

.content-3QAr4 > * {
    pointer-events: auto;
  }

/* effects */

.smooth-m_H4b.content-3QAr4 {
    -webkit-transition: 200ms transform ease-out, 200ms opacity, ease-out;
    transition: 200ms transform ease-out, 200ms opacity, ease-out;
    opacity: 0.01;
    -webkit-transform: scale(1.2) translateZ(0);
            transform: scale(1.2) translateZ(0);
  }

.smooth-m_H4b.content-3QAr4.enter-2YKDd {
      opacity: 1;
      -webkit-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0);
    }

.smooth-m_H4b.content-3QAr4.exit-2RyRX {
      opacity: 0;
      -webkit-transform: scale(0.8) translateZ(0);
              transform: scale(0.8) translateZ(0);
    }

.down-1s_wX.content-3QAr4 {
    opacity: 0.01;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transform: translateY(-64px);
            transform: translateY(-64px);
  }

.down-1s_wX.content-3QAr4.enter-2YKDd {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }

.down-1s_wX.content-3QAr4.exit-2RyRX {
      opacity: 0;
      -webkit-transform: translateY(-64px);
              transform: translateY(-64px);
    }

.pop-24alz.content-3QAr4 {
    -webkit-transition: 200ms transform linear, 200ms opacity, linear;
    transition: 200ms transform linear, 200ms opacity, linear;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    opacity: 0.01;
    -webkit-transform: scale(0.62) translateZ(0);
            transform: scale(0.62) translateZ(0);
  }

.pop-24alz.content-3QAr4.enter-2YKDd {
      opacity: 1;
      -webkit-transform: scale(1) translateZ(0);
              transform: scale(1) translateZ(0);
    }

.pop-24alz.content-3QAr4.exit-2RyRX {
      opacity: 0;
      -webkit-transform: scale(0.8) translateZ(0);
              transform: scale(0.8) translateZ(0);
    }

.imageGrid-3b_oN {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {

.gridContainer-3O_RQ {
    max-width: 720px
}
  }

@media only screen and (min-width: 993px) {

.gridContainer-3O_RQ {
    max-width: 960px
}
  }

@media only screen and (min-width: 1201px) {

.gridContainer-3O_RQ {
    max-width: 1050px
}
  }

.slideContainer-1dcaM {
  padding: 0 8px;
}

.gridTitle-u-T8Z {
  font-family: 'Neue Plak UA Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0 6px 1em;
  max-width: 286px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {

.gridTitle-u-T8Z {
    max-width: none
}
  }

@media only screen and (min-width: 768px) {

.grid-31pHl {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between
}
  }

.gridItem-3XJLs {
  width: 286px;
  height: 286px;
  margin: 0 8px;
  padding: 2em 1em;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {

.gridItem-3XJLs {
    width: 220px;
    height: 220px
}
  }

@media only screen and (min-width: 993px) {

.gridItem-3XJLs {
    width: 300px;
    height: 300px
}
  }

@media only screen and (min-width: 1201px) {

.gridItem-3XJLs {
    width: 342px;
    height: 342px
}
  }

.gridLink-2C8GI {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.grid-31pHl [aria-hidden='false'] ~ div { /* for the "sneak peak" of the next slide on mobile */
  margin-left: -webkit-calc(-50vw + 133px);
  margin-left: calc(-50vw + 133px); /* 50vw for half the screen, 143px for half the image */
  -webkit-transition: margin-left 0.1s;
  transition: margin-left 0.1s;
}

.pageHeaderContainer-2L18l {
  padding: 10px 0;
}

  .pageHeaderContainer-2L18l h1 {
    font-size: 30px;
    text-transform: uppercase;
  }

.errorMessage-clHtF {
  max-width: 600px;
  margin: 2rem auto;
  text-align: center;
}

.container-2ZetA {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  top: -0.5px;
}

.blade-1bIJy {
  width: 5%;
  height: 25%;
  position: absolute;
  left: 49%;
  top: 43%;
  opacity: 0;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  -webkit-animation: fade-2IzLv 1s linear infinite;
          animation: fade-2IzLv 1s linear infinite;
}

@-webkit-keyframes fade-2IzLv {
  from { opacity: 1; }
  to { opacity: 0.25; }
}

@keyframes fade-2IzLv {
  from { opacity: 1; }
  to { opacity: 0.25; }
}

.blade_0-2-m6Z {
  -webkit-transform: rotate(0deg) translate(0, -110%);
          transform: rotate(0deg) translate(0, -110%);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.blade_1-3KksS {
  -webkit-transform: rotate(30deg) translate(0, -110%);
          transform: rotate(30deg) translate(0, -110%);
  -webkit-animation-delay: -0.9167s;
          animation-delay: -0.9167s;
}

.blade_2-1iiwO {
  -webkit-transform: rotate(60deg) translate(0, -110%);
          transform: rotate(60deg) translate(0, -110%);
  -webkit-animation-delay: -0.833s;
          animation-delay: -0.833s;
}

.blade_3-2x_uc {
  -webkit-transform: rotate(90deg) translate(0, -110%);
          transform: rotate(90deg) translate(0, -110%);
  -webkit-animation-delay: -0.7497s;
          animation-delay: -0.7497s;
}

.blade_4-2-0e_ {
  -webkit-transform: rotate(120deg) translate(0, -110%);
          transform: rotate(120deg) translate(0, -110%);
  -webkit-animation-delay: -0.667s;
          animation-delay: -0.667s;
}

.blade_5-1HVNC {
  -webkit-transform: rotate(150deg) translate(0, -110%);
          transform: rotate(150deg) translate(0, -110%);
  -webkit-animation-delay: -0.5837s;
          animation-delay: -0.5837s;
}

.blade_6-JPcOz {
  -webkit-transform: rotate(180deg) translate(0, -110%);
          transform: rotate(180deg) translate(0, -110%);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.blade_7-2HHyv {
  -webkit-transform: rotate(210deg) translate(0, -110%);
          transform: rotate(210deg) translate(0, -110%);
  -webkit-animation-delay: -0.4167s;
          animation-delay: -0.4167s;
}

.blade_8-2dOWL {
  -webkit-transform: rotate(240deg) translate(0, -110%);
          transform: rotate(240deg) translate(0, -110%);
  -webkit-animation-delay: -0.333s;
          animation-delay: -0.333s;
}

.blade_9-3DKba {
  -webkit-transform: rotate(270deg) translate(0, -110%);
          transform: rotate(270deg) translate(0, -110%);
  -webkit-animation-delay: -0.2497s;
          animation-delay: -0.2497s;
}

.blade_10-337W9 {
  -webkit-transform: rotate(300deg) translate(0, -110%);
          transform: rotate(300deg) translate(0, -110%);
  -webkit-animation-delay: -0.167s;
          animation-delay: -0.167s;
}

.blade_11-BkbjY {
  -webkit-transform: rotate(330deg) translate(0, -110%);
          transform: rotate(330deg) translate(0, -110%);
  -webkit-animation-delay: -0.0833s;
          animation-delay: -0.0833s;
}

.container-3Z0LH {
  background-image: url(35d95bc5c3af912e11c193bb211a32a0.svg);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

.container-3Z0LH img {
  -webkit-animation: rotating-1JyWe 2s linear infinite;
          animation: rotating-1JyWe 2s linear infinite;
}

@-webkit-keyframes rotating-1JyWe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating-1JyWe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spin-Gi098 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin-Gi098 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes pulse-KAR5r {
  50% {
    background: rgb(255, 255, 255);
  }
}

@keyframes pulse-KAR5r {
  50% {
    background: rgb(255, 255, 255);
  }
}

.spin-Gi098 {
  background: transparent;
  height: 50px;
  width: 50px;
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-width: 0.25em;
  border-color: #e5e5e5;
  border-style: solid;
  -webkit-animation: spin-Gi098 1s infinite linear;
          animation: spin-Gi098 1s infinite linear;
}

.run .spin-Gi098 {
      border-top-color: #0076C0;
    }

.fitness .spin-Gi098 {
      border-top-color: #375A92;
    }

.walk .spin-Gi098 {
      border-top-color: #885291;
    }

.ride .spin-Gi098 {
      border-top-color: #C53426;
    }

/* http://projects.lukehaas.me/css-loaders/ */

@-webkit-keyframes cometspin-2r8_m {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes cometspin-2r8_m {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.comet-i59Kc {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: red;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #e5e5e5), color-stop(42%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #e5e5e5 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #e5e5e5 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: spin-Gi098 1s infinite linear;
          animation: spin-Gi098 1s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.comet-i59Kc::before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  -webkit-border-radius: 100% 0 0 0;
          border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.comet-i59Kc::after {
  background: #fff;
  width: 75%;
  height: 75%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes pulseanim-1fBKg {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes pulseanim-1fBKg {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}

.pulse-KAR5r,
.pulse-KAR5r::before,
.pulse-KAR5r::after {
  background: #e5e5e5;
  -webkit-animation: pulseanim-1fBKg 1s infinite ease-in-out;
          animation: pulseanim-1fBKg 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.pulse-KAR5r::before,
.pulse-KAR5r::after {
  position: absolute;
  top: 0;
  content: '';
}

.pulse-KAR5r::before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.pulse-KAR5r {
  color: #e5e5e5;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

.pulse-KAR5r::after {
  left: 1.5em;
}

.heading-3tQFC {
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.17;
  white-space: pre-line;
}

.heading-3tQFC.align--right-3cEyB {
    text-align: right;
  }

.heading-3tQFC.align--center-3DLMK {
    text-align: center;
  }

.neue-plak-loaded .heading-3tQFC {
    font-family: 'Neue Plak UA Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

.bar-1p2jF {
  border-bottom: 6px solid;
  margin: 0;
}

.bar-1p2jF:first-child {
    margin-top: 0;
    margin-bottom: 0.5em;
  }

.bar-1p2jF:last-child {
    margin-top: 0.5em;
    margin-bottom: 0;
  }

.align--center-3DLMK .bar-1p2jF {
    margin-left: auto;
    margin-right: auto;
  }

.align--right-3cEyB .bar-1p2jF {
    margin-left: auto;
  }

.align--left-IdG-W .bar-1p2jF {
    margin-right: auto;
  }

.subheading-28LUt {
  margin: 20px 0 0;
  line-height: 1.4;
}

.subheading-28LUt.align--left-17JVQ {
    margin-right: auto;
  }

.subheading-28LUt.align--right-1rRbl {
    text-align: right;
    margin-left: auto;
  }

.subheading-28LUt.align--center-o0AE6 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }


.cities-3apxW {
  max-width: 700px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) {

.cities-3apxW {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between
}
  }

.cityColumn-2yVIg {
  font-weight: 500;
}

@media only screen and (min-width: 768px) {

.cityColumn-2yVIg {
    width: 200px;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 200px;
            flex: 0 200px
}
  }

.cityColumn-2yVIg a {
    color: #00c4f1;
  }

.cityColumn-2yVIg a:hover {
      color: #008bcc;
    }

.city-b00cV:not(:first-child) {
    margin-top: 12px;
  }

.list-1nbw9 {
  list-style: none;
  counter-reset: ordered-list;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.listItem-VA_xK {
  counter-increment: ordered-list;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.listItem-VA_xK::before {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    background: black;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: white;
    content: counter(ordered-list);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    font-family: 'Neue Plak UA Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    height: 2.4rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    line-height: 2.4rem;
    margin-right: 2rem;
    width: 2.4rem;
  }

.container-2RHlx {
  display: block;
}

.label-2II7c {
  color: #222628;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.disabled-20Tuj .label-2II7c {
    color: #9297A3;
  }

.label-2II7c.bold-3wYpp {
    color: inherit;
    font-weight: 600;
  }

.required-2f49z {
  margin-left: 5px;
  color: #DC001C;
  font-size: 18px;
  line-height: 14px;
}

.disabled-20Tuj .required-2f49z {
    color: #9297A3;
  }

.inputContainer-3NlQq {
  margin-bottom: 4px;
}

.input--CcxW {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 12px 16px 12px;
  border: 1px solid #D3D6DC;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #222628;
  font-size: 14px;
  line-height: 1.21;
  height: 44px;
  background: transparent;
}

.input--CcxW:disabled {
    background: #f7f7f7;
  }

.input--CcxW::-webkit-input-placeholder {
    color: #9297A3;
  }

.input--CcxW::placeholder {
    color: #9297A3;
  }

.input--CcxW:focus {
    outline: none;
    background: #FFFFFF;
    border-color: #007EFF;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  }

.short-kNFBB .input--CcxW {
    width: auto;
  }

.inputError-2j5N_ {
  border: 1px solid #DC001C;
}

.errorMessage-3vqG- {
  color: #DC001C;
  font-size: 12px;
  line-height: 1.667;
  min-height: 20px;
}

.slim-2csOD .errorMessage-3vqG- {
  min-height: 0;
}

.slim-2csOD {
  margin-bottom: 15px;
}

.slim-2csOD .slim-2csOD {
  margin-bottom: 0;
}

/* stylelint-disable */

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
/* stylelint-disable */

/* Collection default theme */

.ReactVirtualized__Collection {
}

.ReactVirtualized__Collection__innerScrollContainer {
}

/* Grid default theme */

.ReactVirtualized__Grid {
}

.ReactVirtualized__Grid__innerScrollContainer {
}

/* Table default theme */

.ReactVirtualized__Table {
}

.ReactVirtualized__Table__Grid {
}

.ReactVirtualized__Table__headerRow {
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ReactVirtualized__Table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  margin-right: 10px;
  min-width: 0px;
}
.ReactVirtualized__Table__rowColumn {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ReactVirtualized__Table__headerColumn:first-of-type,
.ReactVirtualized__Table__rowColumn:first-of-type {
  margin-left: 10px;
}
.ReactVirtualized__Table__sortableHeaderColumn {
  cursor: pointer;
}

.ReactVirtualized__Table__sortableHeaderIconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ReactVirtualized__Table__sortableHeaderIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor;
}

/* List default theme */

.ReactVirtualized__List {
}
/* stylelint-disable */

.VirtualSelectGrid {
  z-index: 1;
}

.VirtualizedSelectOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 .5rem;
}
.VirtualizedSelectFocusedOption {
  background-color: rgba(0, 126, 255, 0.1);
}
.VirtualizedSelectDisabledOption {
  opacity: 0.5;
}
.Select {
  display: block;
  margin-bottom: 4px;
  border: 1px solid #D3D6DC;
}

.Select-control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #222628;
  font-size: 13px;
  line-height: 1.21;
  height: 42px;
  background: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  cursor: pointer;
  border: 0;
}

.Select-arrow-zone {
  height: 42px;
  padding-right: 16px;
}

.Select-clear-zone {
  right: 10px;
}

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  padding: 14px 16px 12px;
  font-size: 14px;
  line-height: 1;
}

.Select--single > .Select-control .Select-value {
  background: #fff;
}

.Select-input {
  padding-left: 16px;
  height: auto;
}

.Select-input > input {
  padding: 14px 0 12px;
}

.Select-menu-outer {
  z-index: 10;
}

.is-focused:not(.is-open) > .Select-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.arrow-2-tYM {
  fill: #6D717A;
  width: 10px;
  height: 10px;
}

.slim-2s-IK {
}

.slim-2s-IK .Select {
  margin-bottom: 15px;
}

.inputError-3IGHQ {
  background: yellow;
}

.inputError-3IGHQ .Select {
  border: 1px solid #DC001C;
}

.showError-3rSP5 {
}

/* stylelint-disable */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 14px;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: 'Neue Plak UA', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #FFFFFF !important;
}

.neue-plak-loaded {
  font-family: 'Neue Plak UA', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
  color: #0076C0;
  text-decoration: none;
}

textarea {
  font-family: 'Neue Plak UA', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.errorNotification-2OPjk {
  position: fixed;
  bottom: 0;
  background: #DC001C;
  width: 100%;
  z-index: 99999999;
}

.errorNotificationText-10iMc {
  padding: 30px 10px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}

.container-wE8Bv {
  width: 200px;
  height: 200px;
  margin: auto;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 2px;
          border-radius: 2px;
}