/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Box__component__1gXP7 {
  position: relative;
}
.Box__component__1gXP7 .Box__flex__1HCEZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Box__margin1__6uNcp {
  margin: 0.5rem;
}
@media only screen and (min-width: 450px) {
  .Box__margin1__6uNcp {
    margin: 1rem;
  }
}
.Box__margin2__13ZpX {
  margin: 1rem;
}
@media only screen and (min-width: 450px) {
  .Box__margin2__13ZpX {
    margin: 2rem;
  }
}
.Box__margin3___5P2z {
  margin: 1.25rem;
}
@media only screen and (min-width: 450px) {
  .Box__margin3___5P2z {
    margin: 2.5rem;
  }
}
.Box__padding1__2U5va {
  padding: 0.5rem;
}
@media only screen and (min-width: 450px) {
  .Box__padding1__2U5va {
    padding: 1rem;
  }
}
.Box__padding2__3K-st {
  padding: 1rem;
}
@media only screen and (min-width: 450px) {
  .Box__padding2__3K-st {
    padding: 2rem;
  }
}
.Box__padding3__3Xv_j {
  padding: 1.25rem;
}
@media only screen and (min-width: 450px) {
  .Box__padding3__3Xv_j {
    padding: 2.5rem;
  }
}
/**
 * Deprecated
 */
.Link__component__mUFtt {
  color: #697787;
  text-decoration: none;
}
.Link__component__mUFtt:hover {
  color: #47525E;
  text-decoration: underline;
}
.Link__component__mUFtt .Link__newWindowIcon__1wrmS {
  margin-left: 0.25rem;
  vertical-align: middle;
  margin-top: -3px;
}
/**
 * Deprecated
 */
@-webkit-keyframes LoadingIndicator__rotate360__3OLho {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes LoadingIndicator__rotate360__3OLho {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.LoadingIndicator__spinner__1h-c3 {
  -webkit-animation: LoadingIndicator__rotate360__3OLho 1s linear infinite;
          animation: LoadingIndicator__rotate360__3OLho 1s linear infinite;
  width: 1.375rem;
  height: 1.375rem;
  stroke: #EAB52E;
}
/**
 * Deprecated
 */
.Button__component__2yj2_ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border-radius: 0.3125rem;
  border: 1px solid transparent;
  color: #EAB52E;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: relative;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
}
.Button__component__2yj2_:hover {
  color: #DDAA2A;
}
.Button__component__2yj2_:focus {
  outline: none;
}
.Button__component__2yj2_.Button__back__36-eE {
  padding: 0.5rem 1rem;
  background: white url('/assets/images/icons/caret.right.ink.svg') 1rem 50% no-repeat;
  border: 1px solid #DDE1E5;
  color: #697787;
  padding-left: 1.8125rem;
}
.Button__component__2yj2_.Button__back__36-eE:disabled:not(.Button__loading__1-w7F) {
  background-image: url('/assets/images/icons/caret.right.skyDark.svg');
}
.Button__component__2yj2_.Button__back__36-eE:hover {
  background-color: #F4F7FA;
}
.Button__component__2yj2_.Button__destructive__1tOVZ {
  padding: 0.75rem 1.5rem;
  background-color: #EE5548;
  border-color: #EE5548;
  color: white;
}
.Button__component__2yj2_.Button__destructive__1tOVZ:hover {
  background-color: #E14335;
  border-color: #E14335;
}
.Button__component__2yj2_.Button__important__ZuSO8 {
  padding: 0.75rem 1.5rem;
  background-color: #EAB52E;
  border-color: #EAB52E;
  color: white;
}
.Button__component__2yj2_.Button__important__ZuSO8:hover {
  background-color: #DDAA2A;
  border-color: #DDAA2A;
}
.Button__component__2yj2_.Button__link__HDWoY {
  color: #697787;
  padding: 0.25rem 0.5rem;
}
.Button__component__2yj2_.Button__link__HDWoY:disabled:not(.Button__loading__1-w7F) {
  border-color: transparent;
}
.Button__component__2yj2_.Button__link__HDWoY:hover {
  background-color: #F4F7FA;
  border-color: #F4F7FA;
  color: #47525E;
}
.Button__component__2yj2_.Button__loading__1-w7F {
  cursor: wait;
}
.Button__component__2yj2_.Button__loading__1-w7F .Button__children__3Q29o {
  visibility: hidden;
}
.Button__component__2yj2_.Button__primary__2cUDp {
  padding: 0.75rem 1.5rem;
  background-color: #2F83DE;
  border-color: #2F83DE;
  color: white;
}
.Button__component__2yj2_.Button__primary__2cUDp:hover {
  background-color: #2E7CD0;
  border-color: #2E7CD0;
}
.Button__component__2yj2_.Button__secondary__2gl5A {
  padding: 0.75rem 1.5rem;
  background-color: white;
  border: 1px solid #EAB52E;
  color: #EAB52E;
}
.Button__component__2yj2_.Button__secondary__2gl5A:hover {
  background-color: #FFF8E8;
  border-color: #DDAA2A;
  color: #DDAA2A;
}
.Button__component__2yj2_.Button__small__25BVy {
  padding: 0.5rem 1rem;
}
.Button__component__2yj2_.Button__back__36-eE.Button__loading__1-w7F,
.Button__component__2yj2_.Button__link__HDWoY.Button__loading__1-w7F {
  background-image: none;
}
.Button__component__2yj2_.Button__back__36-eE.Button__loading__1-w7F .Button__loadingIndicator__21-SJ,
.Button__component__2yj2_.Button__link__HDWoY.Button__loading__1-w7F .Button__loadingIndicator__21-SJ {
  stroke: #C7D1DC;
}
.Button__component__2yj2_.Button__destructive__1tOVZ.Button__loading__1-w7F .Button__loadingIndicator__21-SJ,
.Button__component__2yj2_.Button__important__ZuSO8.Button__loading__1-w7F .Button__loadingIndicator__21-SJ,
.Button__component__2yj2_.Button__primary__2cUDp.Button__loading__1-w7F .Button__loadingIndicator__21-SJ {
  stroke: rgba(255, 255, 255, 0.35);
}
.Button__component__2yj2_:disabled {
  cursor: not-allowed;
}
.Button__component__2yj2_:disabled:not(.Button__loading__1-w7F) {
  background-color: white;
  color: #C7D1DC;
}
.Button__component__2yj2_:disabled:not(.Button__loading__1-w7F).Button__primary__2cUDp,
.Button__component__2yj2_:disabled:not(.Button__loading__1-w7F).Button__secondary__2gl5A,
.Button__component__2yj2_:disabled:not(.Button__loading__1-w7F).Button__important__ZuSO8,
.Button__component__2yj2_:disabled:not(.Button__loading__1-w7F).Button__back__36-eE,
.Button__component__2yj2_:disabled:not(.Button__loading__1-w7F).Button__destructive__1tOVZ {
  border-color: #C7D1DC;
}
.Button__component__2yj2_ .Button__children__3Q29o {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.Button__component__2yj2_ .Button__loadingIndicatorContainer__HPMoH {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.Button__component__2yj2_ .Button__loadingIndicator__21-SJ {
  height: 1.25rem;
  width: 1.25rem;
}
/**
 * Deprecated
 */
.GoogleAuthButton__component__2FV5N {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border-radius: 0.3125rem;
  border: 1px solid transparent;
  color: #EAB52E;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: relative;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
}
.GoogleAuthButton__component__2FV5N:hover {
  color: #DDAA2A;
}
.GoogleAuthButton__component__2FV5N:focus {
  outline: none;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__back__2uayK {
  padding: 0.5rem 1rem;
  background: white url('/assets/images/icons/caret.right.ink.svg') 1rem 50% no-repeat;
  border: 1px solid #DDE1E5;
  color: #697787;
  padding-left: 1.8125rem;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__back__2uayK:disabled:not(.GoogleAuthButton__loading__3bCka) {
  background-image: url('/assets/images/icons/caret.right.skyDark.svg');
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__back__2uayK:hover {
  background-color: #F4F7FA;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__destructive__33x2f {
  padding: 0.75rem 1.5rem;
  background-color: #EE5548;
  border-color: #EE5548;
  color: white;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__destructive__33x2f:hover {
  background-color: #E14335;
  border-color: #E14335;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__important__rTcbO {
  padding: 0.75rem 1.5rem;
  background-color: #EAB52E;
  border-color: #EAB52E;
  color: white;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__important__rTcbO:hover {
  background-color: #DDAA2A;
  border-color: #DDAA2A;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__link__jHUFf {
  color: #697787;
  padding: 0.25rem 0.5rem;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__link__jHUFf:disabled:not(.GoogleAuthButton__loading__3bCka) {
  border-color: transparent;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__link__jHUFf:hover {
  background-color: #F4F7FA;
  border-color: #F4F7FA;
  color: #47525E;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__loading__3bCka {
  cursor: wait;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__loading__3bCka .GoogleAuthButton__children__1zL_8 {
  visibility: hidden;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__primary__1YV6d {
  padding: 0.75rem 1.5rem;
  background-color: #2F83DE;
  border-color: #2F83DE;
  color: white;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__primary__1YV6d:hover {
  background-color: #2E7CD0;
  border-color: #2E7CD0;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__secondary__198E9 {
  padding: 0.75rem 1.5rem;
  background-color: white;
  border: 1px solid #EAB52E;
  color: #EAB52E;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__secondary__198E9:hover {
  background-color: #FFF8E8;
  border-color: #DDAA2A;
  color: #DDAA2A;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__small__fe3mN {
  padding: 0.5rem 1rem;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__back__2uayK.GoogleAuthButton__loading__3bCka,
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__link__jHUFf.GoogleAuthButton__loading__3bCka {
  background-image: none;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__back__2uayK.GoogleAuthButton__loading__3bCka .GoogleAuthButton__loadingIndicator__1cPQF,
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__link__jHUFf.GoogleAuthButton__loading__3bCka .GoogleAuthButton__loadingIndicator__1cPQF {
  stroke: #C7D1DC;
}
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__destructive__33x2f.GoogleAuthButton__loading__3bCka .GoogleAuthButton__loadingIndicator__1cPQF,
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__important__rTcbO.GoogleAuthButton__loading__3bCka .GoogleAuthButton__loadingIndicator__1cPQF,
.GoogleAuthButton__component__2FV5N.GoogleAuthButton__primary__1YV6d.GoogleAuthButton__loading__3bCka .GoogleAuthButton__loadingIndicator__1cPQF {
  stroke: rgba(255, 255, 255, 0.35);
}
.GoogleAuthButton__component__2FV5N:disabled {
  cursor: not-allowed;
}
.GoogleAuthButton__component__2FV5N:disabled:not(.GoogleAuthButton__loading__3bCka) {
  background-color: white;
  color: #C7D1DC;
}
.GoogleAuthButton__component__2FV5N:disabled:not(.GoogleAuthButton__loading__3bCka).GoogleAuthButton__primary__1YV6d,
.GoogleAuthButton__component__2FV5N:disabled:not(.GoogleAuthButton__loading__3bCka).GoogleAuthButton__secondary__198E9,
.GoogleAuthButton__component__2FV5N:disabled:not(.GoogleAuthButton__loading__3bCka).GoogleAuthButton__important__rTcbO,
.GoogleAuthButton__component__2FV5N:disabled:not(.GoogleAuthButton__loading__3bCka).GoogleAuthButton__back__2uayK,
.GoogleAuthButton__component__2FV5N:disabled:not(.GoogleAuthButton__loading__3bCka).GoogleAuthButton__destructive__33x2f {
  border-color: #C7D1DC;
}
.GoogleAuthButton__component__2FV5N .GoogleAuthButton__children__1zL_8 {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.GoogleAuthButton__component__2FV5N .GoogleAuthButton__loadingIndicatorContainer__2o6hP {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.GoogleAuthButton__component__2FV5N .GoogleAuthButton__loadingIndicator__1cPQF {
  height: 1.25rem;
  width: 1.25rem;
}
.GoogleAuthButton__googleButton__3g-MI:hover {
  text-decoration: none;
}
.GoogleAuthButton__googleButton__3g-MI button {
  padding: 0.75rem 1.5rem;
  border: solid 1px #EE5548;
  color: #EE5548;
}
.GoogleAuthButton__googleButton__3g-MI button svg {
  width: 1.4375rem;
  height: 1.4375rem;
  fill: #EE5548;
}
.GoogleAuthButton__googleButton__3g-MI button:hover {
  background-color: #EE5548;
  color: white;
}
.GoogleAuthButton__googleButton__3g-MI button:hover svg {
  fill: white;
}
.GoogleAuthButton__googleButton__3g-MI button .GoogleAuthButton__googleButtonContent__2PgVt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.GoogleAuthButton__googleButton__3g-MI button .GoogleAuthButton__googleButtonContent__2PgVt > * {
  margin: 0 1rem 0 0;
}
.GoogleAuthButton__googleButton__3g-MI button .GoogleAuthButton__googleButtonContent__2PgVt > *:last-child {
  margin: 0;
}
.FlexBox__component__3VOfi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.FlexBox__column__1_MfK {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.FlexBox__columnReverse__358T2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.FlexBox__row__ebaty {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.FlexBox__rowReverse__25bXX {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.FlexBox__nowrap__3TDIm {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__wrap__33hYH {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.FlexBox__wrapReverse__21_Kx {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.FlexBox__flexGrow0__1iEIF {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.FlexBox__flexGrow1__2WlIs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.FlexBox__flexGrow2__2IG4_ {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.FlexBox__flexGrow3__kJDff {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
.FlexBox__flexGrow4__clYQa {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}
.FlexBox__flexGrow5__17w_4 {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}
.FlexBox__flexGrow6__2UVEF {
  -webkit-box-flex: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
}
.FlexBox__flexGrow7__1CLn7 {
  -webkit-box-flex: 7;
      -ms-flex-positive: 7;
          flex-grow: 7;
}
.FlexBox__flexGrow8__Nvd9S {
  -webkit-box-flex: 8;
      -ms-flex-positive: 8;
          flex-grow: 8;
}
.FlexBox__flexGrow9__1lX3d {
  -webkit-box-flex: 9;
      -ms-flex-positive: 9;
          flex-grow: 9;
}
.FlexBox__flexGrow10__3T8G0 {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
.FlexBox__flexShrink0__14doK {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.FlexBox__flexShrink1__30-Ut {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.FlexBox__flexShrink2__30KDc {
  -ms-flex-negative: 2;
      flex-shrink: 2;
}
.FlexBox__flexShrink3__JWf0e {
  -ms-flex-negative: 3;
      flex-shrink: 3;
}
.FlexBox__flexShrink4__70YhA {
  -ms-flex-negative: 4;
      flex-shrink: 4;
}
.FlexBox__flexShrink5__1whHz {
  -ms-flex-negative: 5;
      flex-shrink: 5;
}
.FlexBox__flexShrink6__3Bjqn {
  -ms-flex-negative: 6;
      flex-shrink: 6;
}
.FlexBox__flexShrink7__z8OB4 {
  -ms-flex-negative: 7;
      flex-shrink: 7;
}
.FlexBox__flexShrink8__3DPbZ {
  -ms-flex-negative: 8;
      flex-shrink: 8;
}
.FlexBox__flexShrink9__19WvR {
  -ms-flex-negative: 9;
      flex-shrink: 9;
}
.FlexBox__flexShrink10__2XhVS {
  -ms-flex-negative: 10;
      flex-shrink: 10;
}
.FlexBox__margin1__NoE5Y {
  margin: 0.5rem;
}
.FlexBox__margin2__27O6s {
  margin: 1rem;
}
.FlexBox__margin3__qBRCq {
  margin: 1.5rem;
}
.FlexBox__margin4__3rgHm {
  margin: 2rem;
}
.FlexBox__margin5__3qyT7 {
  margin: 2.5rem;
}
.FlexBox__margin6__3w6Q- {
  margin: 3rem;
}
.FlexBox__margin7__375Y5 {
  margin: 3.5rem;
}
.FlexBox__margin8__3jqmu {
  margin: 4rem;
}
.FlexBox__margin9__2jCB6 {
  margin: 4.5rem;
}
.FlexBox__margin10__1FicE {
  margin: 5rem;
}
.FlexBox__padding1__3Zdqn {
  padding: 0.5rem;
}
.FlexBox__padding2__1TOXi {
  padding: 1rem;
}
.FlexBox__padding3__2P-yn {
  padding: 1.5rem;
}
.FlexBox__padding4__2fAFr {
  padding: 2rem;
}
.FlexBox__padding5__2FuJV {
  padding: 2.5rem;
}
.FlexBox__padding6__NkUCe {
  padding: 3rem;
}
.FlexBox__padding7__2-J0q {
  padding: 3.5rem;
}
.FlexBox__padding8__2CKR2 {
  padding: 4rem;
}
.FlexBox__padding9__3XALb {
  padding: 4.5rem;
}
.FlexBox__padding10__cta6P {
  padding: 5rem;
}
.FlexBox__sizeBetweenColumnNowrap1__fHrYz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenColumnNowrap1__fHrYz > * {
  margin: 0 0 0.5rem 0;
}
.FlexBox__sizeBetweenColumnNowrap1__fHrYz > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenColumnNowrap2__1sxqO {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenColumnNowrap2__1sxqO > * {
  margin: 0 0 1rem 0;
}
.FlexBox__sizeBetweenColumnNowrap2__1sxqO > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenColumnNowrap3__2AAb0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenColumnNowrap3__2AAb0 > * {
  margin: 0 0 1.5rem 0;
}
.FlexBox__sizeBetweenColumnNowrap3__2AAb0 > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenColumnNowrap4__5QJG0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenColumnNowrap4__5QJG0 > * {
  margin: 0 0 2rem 0;
}
.FlexBox__sizeBetweenColumnNowrap4__5QJG0 > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenColumnNowrap5__22VGA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenColumnNowrap5__22VGA > * {
  margin: 0 0 2.5rem 0;
}
.FlexBox__sizeBetweenColumnNowrap5__22VGA > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenColumnNowrap6__1NqTF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenColumnNowrap6__1NqTF > * {
  margin: 0 0 3rem 0;
}
.FlexBox__sizeBetweenColumnNowrap6__1NqTF > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenColumnNowrap7__1krzA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenColumnNowrap7__1krzA > * {
  margin: 0 0 3.5rem 0;
}
.FlexBox__sizeBetweenColumnNowrap7__1krzA > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenColumnNowrap8__2NWoc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenColumnNowrap8__2NWoc > * {
  margin: 0 0 4rem 0;
}
.FlexBox__sizeBetweenColumnNowrap8__2NWoc > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenColumnNowrap9__2mkpz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenColumnNowrap9__2mkpz > * {
  margin: 0 0 4.5rem 0;
}
.FlexBox__sizeBetweenColumnNowrap9__2mkpz > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenColumnNowrap10__2gNk1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenColumnNowrap10__2gNk1 > * {
  margin: 0 0 5rem 0;
}
.FlexBox__sizeBetweenColumnNowrap10__2gNk1 > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenColumnWrap1__1Bm-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -0.5rem 0;
}
.FlexBox__sizeBetweenColumnWrap1__1Bm-4 > * {
  margin: 0 0 0.5rem 0;
}
.FlexBox__sizeBetweenColumnWrap2__3uftc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -1rem 0;
}
.FlexBox__sizeBetweenColumnWrap2__3uftc > * {
  margin: 0 0 1rem 0;
}
.FlexBox__sizeBetweenColumnWrap3__3sg5L {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -1.5rem 0;
}
.FlexBox__sizeBetweenColumnWrap3__3sg5L > * {
  margin: 0 0 1.5rem 0;
}
.FlexBox__sizeBetweenColumnWrap4__10oe5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -2rem 0;
}
.FlexBox__sizeBetweenColumnWrap4__10oe5 > * {
  margin: 0 0 2rem 0;
}
.FlexBox__sizeBetweenColumnWrap5__1Dyic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -2.5rem 0;
}
.FlexBox__sizeBetweenColumnWrap5__1Dyic > * {
  margin: 0 0 2.5rem 0;
}
.FlexBox__sizeBetweenColumnWrap6__PH6v4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -3rem 0;
}
.FlexBox__sizeBetweenColumnWrap6__PH6v4 > * {
  margin: 0 0 3rem 0;
}
.FlexBox__sizeBetweenColumnWrap7__291kq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -3.5rem 0;
}
.FlexBox__sizeBetweenColumnWrap7__291kq > * {
  margin: 0 0 3.5rem 0;
}
.FlexBox__sizeBetweenColumnWrap8__1K_RC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -4rem 0;
}
.FlexBox__sizeBetweenColumnWrap8__1K_RC > * {
  margin: 0 0 4rem 0;
}
.FlexBox__sizeBetweenColumnWrap9__2dJgq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -4.5rem 0;
}
.FlexBox__sizeBetweenColumnWrap9__2dJgq > * {
  margin: 0 0 4.5rem 0;
}
.FlexBox__sizeBetweenColumnWrap10__1HO_i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -5rem 0;
}
.FlexBox__sizeBetweenColumnWrap10__1HO_i > * {
  margin: 0 0 5rem 0;
}
.FlexBox__sizeBetweenRowNowrap1__2B7jn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenRowNowrap1__2B7jn > * {
  margin: 0 0.5rem 0 0;
}
.FlexBox__sizeBetweenRowNowrap1__2B7jn > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenRowNowrap2__3bV1F {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenRowNowrap2__3bV1F > * {
  margin: 0 1rem 0 0;
}
.FlexBox__sizeBetweenRowNowrap2__3bV1F > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenRowNowrap3__pYNYr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenRowNowrap3__pYNYr > * {
  margin: 0 1.5rem 0 0;
}
.FlexBox__sizeBetweenRowNowrap3__pYNYr > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenRowNowrap4__3GgkC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenRowNowrap4__3GgkC > * {
  margin: 0 2rem 0 0;
}
.FlexBox__sizeBetweenRowNowrap4__3GgkC > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenRowNowrap5__2f3dW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenRowNowrap5__2f3dW > * {
  margin: 0 2.5rem 0 0;
}
.FlexBox__sizeBetweenRowNowrap5__2f3dW > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenRowNowrap6__28sIy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenRowNowrap6__28sIy > * {
  margin: 0 3rem 0 0;
}
.FlexBox__sizeBetweenRowNowrap6__28sIy > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenRowNowrap7__1Cfr4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenRowNowrap7__1Cfr4 > * {
  margin: 0 3.5rem 0 0;
}
.FlexBox__sizeBetweenRowNowrap7__1Cfr4 > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenRowNowrap8__2Tzp4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenRowNowrap8__2Tzp4 > * {
  margin: 0 4rem 0 0;
}
.FlexBox__sizeBetweenRowNowrap8__2Tzp4 > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenRowNowrap9__1JN0_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenRowNowrap9__1JN0_ > * {
  margin: 0 4.5rem 0 0;
}
.FlexBox__sizeBetweenRowNowrap9__1JN0_ > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenRowNowrap10__Zq2Qj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.FlexBox__sizeBetweenRowNowrap10__Zq2Qj > * {
  margin: 0 5rem 0 0;
}
.FlexBox__sizeBetweenRowNowrap10__Zq2Qj > *:last-child {
  margin: 0;
}
.FlexBox__sizeBetweenRowWrap1__2SKjS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem 0;
}
.FlexBox__sizeBetweenRowWrap1__2SKjS > * {
  margin: 0 0.5rem 0.5rem 0;
}
.FlexBox__sizeBetweenRowWrap2__1aKYI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem -1rem 0;
}
.FlexBox__sizeBetweenRowWrap2__1aKYI > * {
  margin: 0 1rem 1rem 0;
}
.FlexBox__sizeBetweenRowWrap3__1tRoE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem -1.5rem 0;
}
.FlexBox__sizeBetweenRowWrap3__1tRoE > * {
  margin: 0 1.5rem 1.5rem 0;
}
.FlexBox__sizeBetweenRowWrap4__Ylu6l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2rem -2rem 0;
}
.FlexBox__sizeBetweenRowWrap4__Ylu6l > * {
  margin: 0 2rem 2rem 0;
}
.FlexBox__sizeBetweenRowWrap5__19bRd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2.5rem -2.5rem 0;
}
.FlexBox__sizeBetweenRowWrap5__19bRd > * {
  margin: 0 2.5rem 2.5rem 0;
}
.FlexBox__sizeBetweenRowWrap6__rKmPk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3rem -3rem 0;
}
.FlexBox__sizeBetweenRowWrap6__rKmPk > * {
  margin: 0 3rem 3rem 0;
}
.FlexBox__sizeBetweenRowWrap7__3eqSV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3.5rem -3.5rem 0;
}
.FlexBox__sizeBetweenRowWrap7__3eqSV > * {
  margin: 0 3.5rem 3.5rem 0;
}
.FlexBox__sizeBetweenRowWrap8__ETkCa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4rem -4rem 0;
}
.FlexBox__sizeBetweenRowWrap8__ETkCa > * {
  margin: 0 4rem 4rem 0;
}
.FlexBox__sizeBetweenRowWrap9__1YbJ5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4.5rem -4.5rem 0;
}
.FlexBox__sizeBetweenRowWrap9__1YbJ5 > * {
  margin: 0 4.5rem 4.5rem 0;
}
.FlexBox__sizeBetweenRowWrap10__1EHkw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5rem -5rem 0;
}
.FlexBox__sizeBetweenRowWrap10__1EHkw > * {
  margin: 0 5rem 5rem 0;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Notification__component__3s9MV {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.Notification__component__3s9MV.Notification__error__FGuVI {
  color: #EE5548;
}
.Notification__component__3s9MV.Notification__error__FGuVI .Notification__removeButton__2G641 {
  color: #EE5548;
}
.Notification__component__3s9MV.Notification__success__2s9fk {
  color: #48C975;
}
.Notification__component__3s9MV.Notification__success__2s9fk .Notification__removeButton__2G641 {
  color: #48C975;
}
.Notification__component__3s9MV.Notification__warning__RBpv1 {
  color: #EA882E;
}
.Notification__component__3s9MV.Notification__warning__RBpv1 .Notification__removeButton__2G641 {
  color: #EA882E;
}
.Notification__component__3s9MV .Notification__removeButton__2G641 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  font-size: 2.5rem;
  line-height: 1rem;
  margin: -0.5rem -0.5rem -0.5rem 0.5rem;
  padding: 0.5rem;
}
.Notification__component__3s9MV .Notification__removeButton__2G641 > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1rem;
}
/**
 * Deprecated
 */
.PageWrapper__component__249GI {
  background-color: #F9FBFD;
  height: 100%;
  overflow: visible;
  width: 100%;
}
/**
 * Deprecated
 */
@-webkit-keyframes LoadingBar__loading__14Zrh {
  0% {
    width: '0%';
    margin-left: 0;
  }
  50% {
    margin-left: 0;
    width: 100%;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes LoadingBar__loading__14Zrh {
  0% {
    width: '0%';
    margin-left: 0;
  }
  50% {
    margin-left: 0;
    width: 100%;
  }
  100% {
    margin-left: 100%;
  }
}
.LoadingBar__component__1D78t {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
.LoadingBar__component__1D78t .LoadingBar__bar__1h6_- {
  -webkit-animation: LoadingBar__loading__14Zrh 2s ease infinite;
          animation: LoadingBar__loading__14Zrh 2s ease infinite;
  background: #EAB52E;
  height: 0.25rem;
}
.App__noModule__SwCR8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  width: 100%;
}
.AsyncAction__component__1pqf- {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  min-height: calc(100vh - 5rem);
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Avatar__wrapper__2I8tq {
  background: #f8f8f8;
  border-radius: 50%;
  color: #6F7072;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 2rem;
  overflow: hidden;
  width: 2rem;
}
.Avatar__wrapper__2I8tq img {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .Avatar__wrapper__2I8tq {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.Avatar__wrapper__2I8tq.Avatar__small__1iIjd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
}
.Avatar__wrapper__2I8tq.Avatar__small__1iIjd .Avatar__button__3BVDj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Avatar__wrapper__2I8tq .Avatar__button__3BVDj {
  height: inherit;
  width: inherit;
  border-radius: inherit;
  padding: 0;
}
@media only screen and (max-width: 450px) {
  .Avatar__wrapper__2I8tq .Avatar__button__3BVDj {
    font-size: 0.7rem;
  }
}
.Avatar__wrapper__2I8tq .Avatar__button__3BVDj.Avatar__disabled__3rwke {
  cursor: default;
}
.Avatar__wrapper__2I8tq .Avatar__button__3BVDj .Avatar__text__2ec4p {
  background: transparent;
  font-size: 0.7rem;
}
.Avatar__wrapper__2I8tq .Avatar__button__3BVDj .Avatar__text__2ec4p.Avatar__smallText__3d_PO {
  font-size: 0.5rem;
}
/**
 * Deprecated
 */
.Popover__component__1IixA {
  font-size: 1rem;
  line-height: 1.375rem;
  background-color: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0.125rem 0.4375rem 2.1875rem rgba(221, 225, 229, 0.6), -0.3125rem -0.125rem 0.875rem rgba(221, 225, 229, 0.6);
          box-shadow: 0.125rem 0.4375rem 2.1875rem rgba(221, 225, 229, 0.6), -0.3125rem -0.125rem 0.875rem rgba(221, 225, 229, 0.6);
  color: #232D38;
  max-width: 15rem;
  overflow: hidden;
  padding: 1.5rem;
  position: absolute;
  z-index: 1000;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.UserMenu__scrollable__Nw7dp {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.UserMenu__scrollable__Nw7dp > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.UserMenu__component__15_e4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.UserMenu__component__15_e4 .UserMenu__popover__1Hn7e {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  border-radius: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  max-width: none;
  padding: 0;
  position: fixed;
  right: 0;
  top: 3.5rem;
  max-height: 40rem;
}
.UserMenu__component__15_e4 .UserMenu__popover__1Hn7e > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 450px) {
  .UserMenu__component__15_e4 .UserMenu__popover__1Hn7e {
    border-radius: 1rem;
    bottom: auto;
    left: auto;
    right: 2rem;
    top: 4.97rem;
  }
}
.UserMenu__component__15_e4 .UserMenu__popover__1Hn7e .UserMenu__section__2t360 {
  border-bottom: 1px solid #DDE1E5;
  color: #47525E;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 13rem;
  margin: 0 1rem;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 450px) {
  .UserMenu__component__15_e4 .UserMenu__popover__1Hn7e .UserMenu__section__2t360 {
    margin: 0;
    padding: 1.5rem 0.5rem;
  }
}
.UserMenu__component__15_e4 .UserMenu__popover__1Hn7e .UserMenu__section__2t360:last-child {
  border-bottom: none;
}
.UserMenu__component__15_e4 .UserMenu__popover__1Hn7e .UserMenu__section__2t360 > a,
.UserMenu__component__15_e4 .UserMenu__popover__1Hn7e .UserMenu__section__2t360 > button {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  border-radius: 0.3125rem;
  color: #232D38;
  margin-bottom: 0.1rem;
  padding: 0.25rem 1.5rem;
  text-align: left;
  -webkit-transition: 0.15s background, 0.15s color;
  transition: 0.15s background, 0.15s color;
}
.UserMenu__component__15_e4 .UserMenu__popover__1Hn7e .UserMenu__section__2t360 > a:hover,
.UserMenu__component__15_e4 .UserMenu__popover__1Hn7e .UserMenu__section__2t360 > button:hover {
  background: #F4F7FA;
  color: #47525E;
  text-decoration: none;
}
.UserMenu__component__15_e4 .UserMenu__popover__1Hn7e .UserMenu__section__2t360 header {
  margin: 0 0 0.5rem 1rem;
}
@media only screen and (max-width: 450px) {
  .UserMenu__component__15_e4 .UserMenu__defaultToggle__3Akp2 {
    display: none;
  }
}
.UserMenu__component__15_e4 .UserMenu__smallToggle__1O9ov {
  background: url('/assets/images/icons//user-menu.svg') center center no-repeat;
  background-size: 1.75rem;
  height: 2rem;
  -webkit-transition: 0.15s opacity;
  transition: 0.15s opacity;
  width: 2rem;
}
.UserMenu__component__15_e4 .UserMenu__smallToggle__1O9ov:hover {
  opacity: 0.75;
}
.UserMenu__component__15_e4 .UserMenu__smallToggle__1O9ov > span {
  display: none;
}
@media only screen and (min-width: 451px) {
  .UserMenu__component__15_e4 .UserMenu__smallToggle__1O9ov {
    display: none;
  }
}
.Icon__container__7__D8 {
  width: 2.4rem;
  border-radius: 50%;
  height: 2.4rem;
  margin: 0;
  display: inline;
}
/**
 * Deprecated
 */
.NotificationRow__dateTime__2jewq {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_light', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #98A5B3;
}
.NotificationRow__row__12W6j {
  margin: 0;
  border-top: 1px solid #DDE1E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  position: relative;
  word-wrap: break-word;
  width: 100%;
  min-height: 5rem;
  background-color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.NotificationRow__row__12W6j .NotificationRow__link__3KgMj {
  width: 100%;
}
.NotificationRow__row__12W6j .NotificationRow__link__3KgMj:hover {
  text-decoration: none;
}
.NotificationRow__unread__qwDJq {
  background-color: #F4F7FA !important;
}
.NotificationRow__inline__3B6BQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.NotificationRow__iconContainer__3ivyA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 1rem;
}
.NotificationRow__messageContainer__22Rgp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.NotificationRow__textContainer__14UVx {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.NotificationRow__notificationItem__3MZnh {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #21548A;
  margin-bottom: 0.2rem;
}
.NotificationRow__message__2Kvij {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #232D38;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.NotificationsTray__scrollable__3wCwR {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.NotificationsTray__scrollable__3wCwR > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.NotificationsTray__actionBar__33ket {
  padding: 2px;
  text-align: center;
  width: 100%;
}
.NotificationsTray__markAllAsRead__3G_0q {
  color: #2F83DE;
}
.NotificationsTray__markAllAsRead__3G_0q:hover {
  text-decoration: underline;
  cursor: pointer;
}
.NotificationsTray__popover__21Ftk {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  border-radius: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  max-width: none;
  padding: 0;
  position: fixed;
  right: 0;
  top: 3.5rem;
}
.NotificationsTray__popover__21Ftk > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 450px) {
  .NotificationsTray__popover__21Ftk {
    border-radius: 1rem;
    bottom: auto;
    left: auto;
    right: 2rem;
    top: 4.97rem;
  }
}
.NotificationsTray__buttonContainer__3oaRk {
  margin: 0 1rem;
}
.NotificationsTray__button__3QpYX {
  background: url('/assets/images/icons/bell.svg') no-repeat center;
  background-color: white;
  background-size: 1.5rem;
  padding-left: 2rem;
  min-height: 2.25rem;
}
.NotificationsTray__button__3QpYX.NotificationsTray__unread__2oCOK {
  background-color: #E8B5B1;
  fill: white;
}
.NotificationsTray__notificationsContainer__2JBA9 {
  width: 33.75rem;
}
.LinkButton__component__yoxlI:hover {
  text-decoration: none;
}
.ApplicationHeader__container__2gpJ1 {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/assets/images/logo.blue.svg) center no-repeat;
  background-size: 2.625rem;
  height: 4.375rem;
  padding-right: 1.75rem;
}
.ApplicationHeader__faq__mKaUt {
  -ms-flex-item-align: auto;
      align-self: auto;
  padding: 0 0 0 1.75rem;
}
.ApplicationHeader__spacing__1BJcS {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.875rem 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.BackLink__component__3PCDf {
  display: block;
  margin-bottom: 1.5rem;
}
.BackLink__component__3PCDf img {
  display: inline-block;
  height: 0.6rem;
  margin: 0 0.5rem 0.2rem 1rem;
  vertical-align: middle;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Tooltip__target__38w-Z {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 50%;
  border: 1px solid #98A5B3;
  color: #98A5B3;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 0.7rem;
  height: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1rem;
}
/**
 *  We have to use !important if we want to override any of the base styles
 *  that react-tooltip uses.
 */
.Tooltip__tooltip__1OD5B {
  background-color: white !important;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.625rem 0.625rem 1.875rem rgba(174, 174, 192, 0.4), -0.625rem -0.625rem 1.875rem #FAFAFA !important;
          box-shadow: 0.625rem 0.625rem 1.875rem rgba(174, 174, 192, 0.4), -0.625rem -0.625rem 1.875rem #FAFAFA !important;
  color: #47525E !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem;
  margin-left: 0.25rem !important;
  max-width: 18.75rem;
  opacity: 1 !important;
  padding: 1rem !important;
  text-transform: none;
  z-index: 3000 !important;
}
.Tooltip__tooltip__1OD5B:after,
.Tooltip__tooltip__1OD5B:before {
  border: 0 !important;
  content: initial !important;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.AnalystStatistics__qualityScore__3qyO3 {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
}
.AnalystStatistics__tooltip__1YSSz {
  opacity: 0.5;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.AnalystStatistics__container__nmHSW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.AnalystStatistics__header__1XZK7 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  color: #232D38;
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
}
.AnalystStatistics__statisticsRow__qSURN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.AnalystStatistics__statisticsRowText__GeTvp {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.AnalystStatistics__forbidden__33P6v {
  color: #A83F37;
}
.RequestTaskAssignmentTimer__container__2oorl {
  -ms-flex-item-align: auto;
      align-self: auto;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@-webkit-keyframes RequestTaskAssignmentTimer__rotate360__2grHc {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes RequestTaskAssignmentTimer__rotate360__2grHc {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.RequestTaskAssignmentTimer__backgroundClassName__3OA-Z {
  -webkit-animation: RequestTaskAssignmentTimer__rotate360__2grHc 1s linear infinite;
          animation: RequestTaskAssignmentTimer__rotate360__2grHc 1s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-image: url(/assets/images/icons/open-circle.svg);
  background-size: cover;
  -webkit-transition: opacity, 0.3s ease;
  transition: opacity, 0.3s ease;
  opacity: 1;
}
.RequestTaskAssignmentTimer__hide__2U96x {
  opacity: 0;
}
.RequestTaskAssignmentTimer__text__1cqR4 {
  color: white;
}
/**
 * Deprecated
 */
.AssignedTask__container__2mHh5 {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.AssignedTask__container__2mHh5 .AssignedTask__leftSide__3yfRM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.AssignedTask__container__2mHh5 .AssignedTask__newJob__qpKdC {
  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;
}
.AssignedTask__container__2mHh5 .AssignedTask__newJobFont__phbnx {
  color: white;
}
.AssignedTask__container__2mHh5 .AssignedTask__taskLabel__3qqij {
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  padding-right: 1.5rem;
  color: white;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.AssignedTask__container__2mHh5 .AssignedTask__timeAside__fvdUB {
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  color: white;
}
.AssignedTask__container__2mHh5 .AssignedTask__acceptButton__oWFgC {
  color: white;
}
.AssignedTask__container__2mHh5 .AssignedTask__acceptButton__oWFgC:hover {
  color: white;
  background-color: #B4E9C7;
}
.AssignedTask__container__2mHh5 .AssignedTask__rightSide__1doEr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.AssignedTask__container__2mHh5 .AssignedTask__acceptButtonBox__2KGdk {
  margin: 0 0 0 1.5rem;
}
/**
 * Deprecated
 */
.UserPaymentInfo__button__1QOGI {
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  font-size: 0.7875rem;
  color: #47525E;
  font-style: normal;
  line-height: 1rem;
}
.UserPaymentInfo__buttonActive__1b1-l {
  color: #2F83DE;
}
.UserPaymentInfo__container__3kQPb {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.UserPaymentInfo__compensation__1fNog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.875rem 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.UserPaymentInfo__compensationText__rhUlC {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  color: #232D38;
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
}
.UserPaymentInfo__compensationSubText__VSua_ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
/**
 * Deprecated
 */
.ActiveTask__container__N4cz5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: #C7D1DC;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 3px;
}
.ActiveTask__container__N4cz5 > * {
  margin: 0 0.5rem 0 0;
}
.ActiveTask__container__N4cz5 > *:last-child {
  margin: 0;
}
.ActiveTask__buttonsContainer__1XohJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ActiveTask__buttonsContainer__1XohJ > * {
  margin: 0 0.5rem 0 0;
}
.ActiveTask__buttonsContainer__1XohJ > *:last-child {
  margin: 0;
}
/**
 * Deprecated
 */
.PortalModal__scrollable__189QD {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.PortalModal__scrollable__189QD > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.PortalModal__component__2zgtI {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3000;
  position: fixed;
}
.PortalModal__component__2zgtI > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.PortalModal__component__2zgtI .PortalModal__container__1jCOS {
  position: relative;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Heading__component__3VD_h {
  color: #232D38;
  letter-spacing: 0.03125rem;
  margin: 0 0 1rem;
}
.Heading__h1__2a4F3 {
  font-style: normal;
  font-weight: normal;
  font-family: 'aleobold', serif;
  font-size: 2.375rem;
  line-height: 3.125rem;
}
@media only screen and (min-width: 450px) {
  .Heading__h1__2a4F3 {
    font-size: 2.75rem;
    line-height: 3.8125rem;
  }
}
.Heading__h2__2fkG5 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 450px) {
  .Heading__h2__2fkG5 {
    font-size: 2.375rem;
    line-height: 3.125rem;
  }
}
.Heading__h3__5n-zh {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-size: 1.375rem;
  line-height: 1.8125rem;
}
@media only screen and (min-width: 450px) {
  .Heading__h3__5n-zh {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.Heading__h4__1Vlnz {
  font-style: normal;
  font-weight: normal;
  font-family: 'aleobold', serif;
  font-size: 1.375rem;
  line-height: 1.8125rem;
}
.Heading__h5__2rSkz {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1.375rem;
  letter-spacing: 0.015625rem;
  line-height: 1.875rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.Logo__component__2f7ry {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 1.241875rem;
  margin: 0;
  width: 2rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Logo__component__2f7ry {
    height: 1.74625rem;
    width: 2.8125rem;
  }
}
.Logo__component__2f7ry span {
  display: none;
}
.Logo__component__2f7ry.Logo__blue__2-95N {
  background-image: url('/assets/images/logo.blue.svg');
  color: #2F83DE;
}
.Logo__component__2f7ry.Logo__gray__1NBZj {
  background-image: url('/assets/images/logo.gray.svg');
  color: #232D38;
}
.Logo__component__2f7ry.Logo__white__1xE_O {
  background-image: url('/assets/images/logo.white.svg');
  color: white;
}
.Logo__component__2f7ry.Logo__withLabel__TsyI_ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  text-transform: uppercase;
  font-size: 1rem;
  padding-left: 2.3rem;
  line-height: 1.3rem;
  width: auto;
  background-position: left center;
}
.Logo__component__2f7ry.Logo__withLabel__TsyI_ span {
  display: inline-block;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Logo__component__2f7ry.Logo__withLabel__TsyI_ {
    height: 1.74625rem;
    width: 2.8125rem;
    padding-left: 3rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 450px) {
  .Logo__component__2f7ry.Logo__withLabel__TsyI_ span {
    display: none;
  }
  .Logo__component__2f7ry.Logo__withLabel__TsyI_.Logo__isFooter__2jkAB {
    font-size: 1.375rem;
    height: 2.5rem;
    padding-left: 4.3rem;
    line-height: 2;
  }
  .Logo__component__2f7ry.Logo__withLabel__TsyI_.Logo__isFooter__2jkAB span {
    display: inline-block;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Modal__scrollable__Hlm5t {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.Modal__scrollable__Hlm5t > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.Modal__modalPadding__1VlFu {
  padding: 0;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Modal__modalPadding__1VlFu {
    padding: 6rem 2rem 2rem 2rem;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Modal__containerSizing__1shzt {
    height: auto;
    max-width: 37.5rem;
    min-width: 25rem;
    width: auto;
  }
}
.Modal__modal__FwTdM {
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #232D38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Modal__modal__FwTdM.Modal__blurBackground__2hRi0 {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.01);
  -webkit-transition: 0.1s ease backdrop-filter, 0.2s background;
  transition: 0.1s ease backdrop-filter, 0.2s background;
}
@supports not ((-webkit-backdrop-filter: blur(4px)) or (backdrop-filter: blur(4px))) {
  .Modal__modal__FwTdM.Modal__blurBackground__2hRi0 {
    background: rgba(221, 225, 229, 0.8);
  }
}
.Modal__modal__FwTdM .Modal__children__1Gr7Q {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Modal__modal__FwTdM .Modal__children__1Gr7Q {
    display: block;
    padding-bottom: 0;
  }
}
.Modal__modal__FwTdM .Modal__container__3v2pl {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  background: white;
  height: 100%;
  padding: 1rem;
  position: relative;
  width: 100%;
}
.Modal__modal__FwTdM .Modal__container__3v2pl > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Modal__modal__FwTdM .Modal__container__3v2pl {
    -webkit-box-shadow: 0.625rem 0.625rem 1.875rem rgba(174, 174, 192, 0.4), -0.625rem -0.625rem 1.875rem #fafafa;
            box-shadow: 0.625rem 0.625rem 1.875rem rgba(174, 174, 192, 0.4), -0.625rem -0.625rem 1.875rem #fafafa;
    border-radius: 0.5rem;
    padding: 2.5rem;
  }
}
.Modal__modal__FwTdM .Modal__container__3v2pl .Modal__innerContainer__2KMbI {
  width: unset;
}
.Modal__modal__FwTdM .Modal__closeButton__3ObS_ {
  background: url('/assets/images/icons/x.sky.svg') center center no-repeat;
  background-size: 1rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 1rem;
  width: 1rem;
  z-index: 3001;
}
.Modal__modal__FwTdM .Modal__heading__Q5R84 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Modal__modal__FwTdM .Modal__heading__Q5R84 {
    padding-right: 1.5rem;
  }
}
.Modal__modal__FwTdM .Modal__logo__2lUJC {
  display: block;
  margin: 0 auto 2rem auto;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Modal__modal__FwTdM .Modal__logo__2lUJC {
    display: none;
  }
}
.Modal__modal__FwTdM .Modal__subTitle__2svSQ {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  color: #697787;
  margin-bottom: 0.5rem;
  padding-right: 1.5rem;
}
.CheckButton__container__3zstB {
  opacity: 1;
  background-image: url(/assets/images/icons/check-button-sprites.svg);
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0 -1.8375rem;
  background-size: 1.75rem;
  border: none;
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
}
.CheckButton__container__3zstB:hover {
  opacity: 0.4;
  background-position: 0 0;
}
.CheckButton__container__3zstB:focus {
  outline: none;
}
.CheckButton__disabled__3qAOM {
  opacity: 0.4;
  cursor: inherit;
}
.CheckButton__checked__3pBQl {
  opacity: 1;
  background-position: 0 0;
}
.CheckButton__checked__3pBQl:hover {
  opacity: 1;
  background-position: 0 0;
}
/**
 * Deprecated
 */
.ConnectModalTaskRow__component__xc7iJ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  border-bottom: 1px solid #DDE1E5;
  font-size: 0.875rem;
}
.ConnectModalTaskRow__box__2K97d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.7rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ConnectModalTaskRow__label__3wQJN {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.ConnectModalTaskRow__unavailable__3Ix-K {
  color: #919191;
}
.ConnectModalTaskRow__button__1wzNS {
  margin-left: auto;
}
.FormActions__component__NeBO6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0 0 0;
}
.FormActions__component__NeBO6 > * {
  margin: 0 0.25rem;
}
.FormActions__component__NeBO6 > *:first-child {
  margin-left: 0;
}
.FormActions__component__NeBO6 > *:last-child {
  margin-right: 0;
}
/**
 * Deprecated
 */
.RequestTaskAssignmentConnectModal__actions__2slza {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.RequestTaskAssignmentConnectModal__modal__1WXpr .RequestTaskAssignmentConnectModal__container__1BaTd {
  width: 34rem;
}
.RequestTaskAssignmentConnectModal__containerInModal__1xph_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.875rem 0 0;
}
.RequestTaskAssignmentConnectModal__headers__xoBc7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.4375rem 0;
  border-bottom: 1px solid #DDE1E5;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  color: #697787;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.RequestTaskAssignmentConnectModal__leftHeader__2L6Tl {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
@media only screen and (max-width: 1024px) {
  .RequestTaskAssignmentBar__analystStatistics__1myk8 {
    display: none;
  }
}
.RequestTaskAssignmentBar__container___jVek {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.RequestTaskAssignmentBar__container___jVek.RequestTaskAssignmentBar__currentlyAssignedTask__2sG3L {
  background-color: #48C975;
}
.RequestTaskAssignmentBar__jobRow__TeeU7 {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2.15rem;
}
.RequestTaskAssignmentBar__onlineButton__10z7L {
  padding: 0.75rem 1.5rem;
  background-color: #48C975;
  border-color: #48C975;
  color: white;
}
.RequestTaskAssignmentBar__onlineButton__10z7L:hover {
  background-color: #3A9F5D;
  border-color: #3A9F5D;
  color: white;
}
.RequestTaskAssignmentBar__onlineContainer__1vMPY {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.RequestTaskAssignmentBar__onlineContainer__1vMPY > * {
  margin: 0 0.5rem 0.5rem 0;
}
.RequestTaskAssignmentBar__analystInfo__X-hq3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.RequestTaskAssignmentBar__connect__3ocnz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.RequestTaskAssignmentBar__loadingIndicator__SIjhN {
  margin-left: 1rem;
}
.RequestTaskAssignmentBar__standByForJobs___2LaJ {
  margin-left: 0.5rem;
}
.RequestTaskAssignmentBar__assignerStatusTime__2TSz0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.RequestTaskAssignmentBar__assignerStatus__BeVuH {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #232D38;
}
.RequestTaskAssignmentBar__placeInLine__3Ejxd {
  margin-top: 0.25rem;
}
.RequestTaskAssignmentBar__pongAtOutdated__3MbAH {
  color: #A83F37;
}
.RequestTaskAssignmentBar__assignerStatusTooltip__tP6hn {
  margin-bottom: 0.5rem;
  width: 0.9rem;
  height: 0.9rem;
}
em {
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
}
ul {
  padding: 0 0 0 1.4rem;
}
strong {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
/**
 * Deprecated
 */
.LabeledIcon__wrapper__3u5bc {
  position: relative;
}
.LabeledIcon__editIcon__3N7ra {
  cursor: pointer;
  display: inline-block;
  margin-left: 0.3rem;
  margin-top: 0.3rem;
  padding: 0;
  position: absolute;
}
.LabeledIcon__label__2gmBg {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  font-size: 1.375rem;
  color: #292f32;
}
/**
 * Deprecated
 */
.Arrow__component__CmH-q {
  height: 10px;
  left: calc(50% - 9px);
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 18px;
}
.Arrow__inner__1SkoY {
  border-bottom: 9px solid #B6B6B6;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
  left: 1px;
  margin-left: -1px;
  position: absolute;
  top: 1px;
}
.Arrow__outer__1n-O_ {
  border-bottom: 10px solid #B6B6B6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: inline-block;
  left: 0;
  margin-left: -1px;
  position: absolute;
  top: 0;
}
.carousel .control-arrow,
.carousel.carousel-slider .control-arrow {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  z-index: 2;
  top: 20px;
  background: none;
  border: 0;
  font-size: 32px;
  cursor: pointer;
}
.carousel .control-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .control-arrow:before,
.carousel.carousel-slider .control-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: '';
}
.carousel .control-disabled.control-arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: inherit;
  display: none;
}
.carousel .control-prev.control-arrow {
  left: 0;
}
.carousel .control-prev.control-arrow:before {
  border-right: 8px solid #fff;
}
.carousel .control-next.control-arrow {
  right: 0;
}
.carousel .control-next.control-arrow:before {
  border-left: 8px solid #fff;
}
.carousel {
  position: relative;
  width: 100%;
}
.carousel * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel button {
  outline: 0;
  border: 0;
  background: none;
}
.carousel img {
  width: 100%;
  display: inline-block;
  pointer-events: none;
}
.carousel .carousel {
  position: relative;
}
.carousel .control-arrow {
  top: 50%;
  margin-top: -13px;
  font-size: 18px;
}
.carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden;
}
.carousel .thumbs {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  list-style: none;
  white-space: nowrap;
}
.carousel .thumb {
  -webkit-transition: border 0.15s ease-in;
  transition: border 0.15s ease-in;
  display: inline-block;
  width: 80px;
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid #fff;
  padding: 2px;
}
.carousel .thumb.selected,
.carousel .thumb:hover {
  border: 3px solid #333;
  padding: 2px;
}
.carousel .thumb img {
  vertical-align: top;
}
.carousel.carousel-slider {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 3rem 0;
}
.carousel.carousel-slider .control-arrow {
  top: 0;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  margin-top: 0;
  padding: 5px;
}
.carousel.carousel-slider .control-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
}
.carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  padding: 3rem 0;
  -webkit-transition: height 0.15s ease-in;
  transition: height 0.15s ease-in;
}
.carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}
.carousel .slider-wrapper.axis-horizontal .slider .slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-flow: column;
      flex-flow: column;
}
.carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}
.carousel .slider-wrapper.axis-vertical .slider {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.carousel .slider {
  position: relative;
  list-style: none;
  width: 100%;
}
.carousel .slider.animated {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.carousel .slide {
  min-width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
}
.carousel .slide img {
  width: 100%;
  vertical-align: top;
  border: 0;
}
.carousel .slide iframe {
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  border: 0;
}
.carousel .slide .legend {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  opacity: 0.25;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.carousel .control-dots {
  margin: 2.5rem 0 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 960px) {
  .carousel .control-dots {
    bottom: 0;
  }
}
.carousel .control-dots .dot {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  background: #2F83DE;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px;
}
.carousel .control-dots .dot.selected,
.carousel .control-dots .dot:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .carousel-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff;
}
.carousel:hover .slide .legend {
  opacity: 1;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Item__container__1Al90 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58rem;
  text-align: left;
  padding: 0 4rem;
}
.Item__quote__15ssT {
  font-size: 1.375rem;
  margin: 0 0 5rem 0;
  text-align: center;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Item__quote__15ssT {
    font-size: 1.875rem;
    margin: 0 0 3.5rem 0;
  }
}
.Item__logo__aW_uz {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  display: inline-block;
  height: 4.5rem;
  margin-right: 1rem;
  width: 4.5rem;
  aspect-ratio: 1;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Item__logo__aW_uz {
    width: 5.875rem;
    height: 5.875rem;
    margin-right: 2rem;
  }
}
.Item__userInfoContainer__2V7nU {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Item__userInfo__1A8V- {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  color: white;
  display: inline-block;
  font-size: 1rem;
  margin-top: 0.2rem;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
  text-transform: uppercase;
}
.Item__position__yJErx {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  display: block;
  font-size: 1rem;
  margin-top: 0.5rem;
  max-width: 12rem;
  color: #98A5B3;
  text-transform: none;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.TestimonialsCarousel__arrowButton__2p_xB {
  background-position: 15% center;
  background-repeat: no-repeat;
  background-size: 2rem;
  background-color: rgba(255, 255, 255, 0.15);
  border: 0;
  height: 8rem;
  opacity: 0.5;
  width: 8rem;
  border-radius: 50%;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .TestimonialsCarousel__arrowButton__2p_xB {
    width: 17rem;
    height: 17rem;
    background-size: 2.5rem;
  }
}
.TestimonialsCarousel__component__3ZtGm {
  margin-bottom: 2rem;
  position: relative;
}
.TestimonialsCarousel__component__3ZtGm .carousel-slider .control-arrow:hover {
  background: transparent;
}
.TestimonialsCarousel__component__3ZtGm .control-next.control-arrow:before {
  background-position: 15% center;
  background-repeat: no-repeat;
  background-size: 2rem;
  background-color: rgba(255, 255, 255, 0.15);
  border: 0;
  height: 8rem;
  opacity: 0.5;
  width: 8rem;
  border-radius: 50%;
  background-image: url('/assets/images/icons/decorator.right.svg');
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .TestimonialsCarousel__component__3ZtGm .control-next.control-arrow:before {
    width: 17rem;
    height: 17rem;
    background-size: 2.5rem;
  }
}
.TestimonialsCarousel__component__3ZtGm .control-next.control-arrow {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.TestimonialsCarousel__component__3ZtGm .control-prev.control-arrow {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.TestimonialsCarousel__component__3ZtGm .control-prev.control-arrow:before {
  background-position: 15% center;
  background-repeat: no-repeat;
  background-size: 2rem;
  background-color: rgba(255, 255, 255, 0.15);
  border: 0;
  height: 8rem;
  opacity: 0.5;
  width: 8rem;
  border-radius: 50%;
  background-image: url('/assets/images/icons/decorator.left.svg');
  background-position: 85% center;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .TestimonialsCarousel__component__3ZtGm .control-prev.control-arrow:before {
    width: 17rem;
    height: 17rem;
    background-size: 2.5rem;
  }
}
/**
 * Deprecated
 */
.ContentBox__component__XWiLu {
  background-color: white;
  border: 1px solid #DDE1E5;
  border-radius: 0.5rem;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ContentExpander__component__1AmKa {
  color: #232D38;
  position: relative;
}
.ContentExpander__component__1AmKa .ContentExpander__container__2n-YE {
  max-height: 3.9375rem;
  overflow: hidden;
  white-space: pre-wrap;
}
@media only screen and (min-width: 450px) {
  .ContentExpander__component__1AmKa .ContentExpander__container__2n-YE {
    max-height: 5.5625rem;
  }
}
.ContentExpander__component__1AmKa .ContentExpander__container__2n-YE.ContentExpander__expanded__lhTUz {
  max-height: none;
}
.ContentExpander__component__1AmKa .ContentExpander__container__2n-YE .ContentExpander__fader__sBQ5C {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  bottom: 0;
  height: 2.75rem;
  left: 0;
  position: absolute;
  right: 0;
}
.ContentExpander__component__1AmKa .ContentExpander__container__2n-YE.ContentExpander__fullCollapse__3Kf29 {
  max-height: 0;
  margin-top: 0;
}
@media only screen and (min-width: 450px) {
  .ContentExpander__component__1AmKa .ContentExpander__container__2n-YE.ContentExpander__fullCollapse__3Kf29 {
    max-height: 0;
  }
}
.ContentExpander__component__1AmKa .ContentExpander__headerContainer__3il_l.ContentExpander__headerWithToggle__1Mwph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 1rem;
}
.ContentExpander__component__1AmKa .ContentExpander__headerContainer__3il_l.ContentExpander__headerWithToggle__1Mwph > * {
  margin: 0 1rem 0 0;
}
.ContentExpander__component__1AmKa .ContentExpander__headerContainer__3il_l.ContentExpander__headerWithToggle__1Mwph > *:last-child {
  margin: 0;
}
.ContentExpander__component__1AmKa .ContentExpander__title__1hQND {
  margin-bottom: 1rem;
}
.ContentExpander__component__1AmKa .ContentExpander__toggle__2BuOZ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  border: 0;
  margin-top: 1rem;
  padding: 0;
  text-transform: none;
}
.ContentExpander__component__1AmKa .ContentExpander__toggle__2BuOZ span {
  display: none;
}
.ContentExpander__component__1AmKa .ContentExpander__toggle__2BuOZ.ContentExpander__fullCollapse__3Kf29 {
  margin-top: 0;
}
.ContentExpander__component__1AmKa .ContentExpander__toggle__2BuOZ:after {
  background-image: url('/assets/images/icons/caret.down.gold.svg');
  background-repeat: no-repeat;
  content: '';
  height: 0.4375rem;
  margin-left: 0.5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 0.75rem;
}
.ContentExpander__component__1AmKa .ContentExpander__toggle__2BuOZ.ContentExpander__expanded__lhTUz {
  margin-top: 1rem;
}
.ContentExpander__component__1AmKa .ContentExpander__toggle__2BuOZ.ContentExpander__expanded__lhTUz:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ContentExpander__component__1AmKa .ContentExpander__toggle__2BuOZ.ContentExpander__keepToggleOnTop__2ddrF {
  margin-top: 0;
  margin-bottom: 1rem;
}
.ContentExpander__component__1AmKa .ContentExpander__toggle__2BuOZ.ContentExpander__showTitle__C4bcg span {
  display: inline-block;
}
.Decorator__component__23k7R {
  display: inline-block;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Item__component__11WU5 {
  width: 19.25rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: left;
  vertical-align: top;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Item__component__11WU5 {
    border-bottom: 0;
    display: inline-block;
    margin: 1rem auto 3rem auto;
    width: 33%;
  }
}
.Item__description__BKxJJ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_light', serif;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
  opacity: 0.75;
  vertical-align: top;
}
.Item__icon__JivHP {
  display: block;
  height: 2.3rem;
}
.Item__title__22Y8G {
  font-size: 1rem;
  line-height: 1.4;
  margin: 1.5rem 0 1rem 0;
}
.Item__actionContainer__qMYUH {
  margin: 1.5rem 0 0 0;
  text-align: right;
}
.Item__actionLabel__30KgS {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.InfoColumns__component__1RWgb {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/**
 * Deprecated
 */
.FileView__fileListItem__3-FBB {
  font-size: 1rem;
  line-height: 1.375rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.25rem;
  background-color: #F9FBFD;
  margin: 0.3125rem 0 0.3125rem 0.25rem;
  padding: 0.25rem 0.5rem 0.25rem 0.75rem;
}
.FileView__iconContainer__3CgnU {
  width: 1rem;
  height: 1rem;
}
.FileView__iconContainer__3CgnU .FileView__linkIcon__2cIAG {
  background-size: contain;
  height: inherit;
  width: inherit;
}
.FileView__fileLink__1Gnt5 {
  color: #232D38;
  margin: 0 0.5rem;
}
@media only percy {
  .FileView__fileName__1_IdY {
    background: #232D38;
  }
}
.FileView__removeButton__nDenu {
  background-size: 0.625rem;
  background: url('/assets/images/icons/x.inkLighter.svg') center center no-repeat;
  height: 1.5rem;
  width: 1.5rem;
}
.FileView__removeButton__nDenu .FileView__children__3VNgK {
  display: none;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.NotificationCenter__component__1ceyS {
  margin-left: 2rem;
  position: fixed;
  right: 2rem;
  top: 5.5rem;
  z-index: 4000;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .NotificationCenter__component__1ceyS {
    right: 5.625rem;
    top: 7rem;
  }
}
.NotificationCenter__component__1ceyS .NotificationCenter__notification__1Tw_8 {
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-box-shadow: 0.125rem 0.4375rem 2.1875rem rgba(221, 225, 229, 0.6), -0.3125rem -0.125rem 0.875rem rgba(221, 225, 229, 0.6);
          box-shadow: 0.125rem 0.4375rem 2.1875rem rgba(221, 225, 229, 0.6), -0.3125rem -0.125rem 0.875rem rgba(221, 225, 229, 0.6);
  border-radius: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 1.5rem;
}
.NotificationCenter__component__1ceyS .NotificationCenter__notification__1Tw_8.NotificationCenter__error__3W2Xf {
  background-color: #FFF4F3;
}
.NotificationCenter__component__1ceyS .NotificationCenter__notification__1Tw_8.NotificationCenter__success__1xEM2 {
  background-color: #F1FFF6;
}
.NotificationCenter__component__1ceyS .NotificationCenter__notification__1Tw_8.NotificationCenter__warning__P9ecK {
  background-color: #FFF6E8;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.PageFooter__component__LMQyU {
  background-color: #011F40;
  color: #98A5B3;
  line-height: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.875rem;
  padding: 3.5rem 2rem 0;
}
.PageFooter__bottom__RhMs5 {
  clear: both;
  padding: 2rem 0;
  margin-top: 0;
  border-top: 1px solid #98A5B3;
}
@media only screen and (min-width: 450px) {
  .PageFooter__bottom__RhMs5 {
    margin-top: 8rem;
  }
}
.PageFooter__container__17QJ9 {
  margin: 0 auto;
  max-width: 74rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .PageFooter__container__17QJ9 {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
.PageFooter__column__1mmD4 {
  display: inline-block;
  margin-bottom: 2.5rem;
  margin-top: 0.5rem;
  vertical-align: top;
}
@media only screen and (min-width: 450px) {
  .PageFooter__column__1mmD4 {
    margin-bottom: 5rem;
  }
}
.PageFooter__column__1mmD4.PageFooter__left__1dPJR {
  margin: 0 auto;
}
.PageFooter__column__1mmD4.PageFooter__left__1dPJR div {
  display: none;
}
@media only screen and (min-width: 450px) {
  .PageFooter__column__1mmD4.PageFooter__left__1dPJR div {
    display: block;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .PageFooter__column__1mmD4.PageFooter__left__1dPJR {
    margin-right: 2rem;
  }
}
.PageFooter__column__1mmD4.PageFooter__right__ux2nQ {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PageFooter__column__1mmD4.PageFooter__right__ux2nQ h5 {
  display: none;
}
@media only screen and (min-width: 450px) {
  .PageFooter__column__1mmD4.PageFooter__right__ux2nQ {
    float: right;
    display: inline-block;
  }
  .PageFooter__column__1mmD4.PageFooter__right__ux2nQ h5 {
    display: block;
  }
}
.PageFooter__copyright__PVryd {
  display: inline-block;
  font-size: 0.875rem;
}
.PageFooter__a__2KbWP {
  color: #B6B6B6;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1rem;
}
.PageFooter__a__2KbWP:hover {
  color: white;
}
.PageFooter__a__2KbWP.PageFooter__block__1WBIs {
  display: block;
}
.PageFooter__menu__2gRyk {
  display: inline-block;
  padding-right: 0;
  text-align: center;
  vertical-align: top;
}
@media only screen and (min-width: 450px) {
  .PageFooter__menu__2gRyk {
    padding-right: 7rem;
    text-align: left;
  }
}
.PageFooter__wonder__1fJSb {
  display: inline-block;
  padding-right: 0;
  text-align: center;
  vertical-align: top;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 450px) {
  .PageFooter__wonder__1fJSb {
    padding-right: 7rem;
    text-align: left;
  }
}
@media only screen and (min-width: 450px) {
  .PageFooter__wonder__1fJSb {
    padding-right: 4rem;
  }
}
.PageFooter__terms__3UCnL {
  display: inline-block;
  padding-right: 0;
  text-align: center;
  vertical-align: top;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 450px) {
  .PageFooter__terms__3UCnL {
    padding-right: 7rem;
    text-align: left;
  }
}
@media only screen and (min-width: 450px) {
  .PageFooter__terms__3UCnL {
    padding-right: 4rem;
  }
}
.PageFooter__connect__13NO7 {
  padding-right: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 1.5rem;
}
.PageFooter__connect__13NO7 a:not(:last-child) {
  margin-right: 1rem;
}
.PageFooter__title__3cdz0 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  color: white;
  font-size: 0.75rem;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
}
.PageFooter__logo__yloGJ {
  margin: 0 auto 2.5rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .PageFooter__logo__yloGJ {
    margin: unset;
    margin-bottom: 1rem;
  }
}
/**
 * Deprecated
 */
.ErrorList__component__2805O {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #EE5548;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ErrorList__component__2805O .ErrorList__list__XEoXV {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ErrorList__component__2805O .ErrorList__list__XEoXV .ErrorList__item__1psOz {
  margin: 0.5rem 1rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.GetHelpModal__actions__3VNxL {
  text-align: right;
  margin: 0;
  margin-top: 2.5rem;
}
.GetHelpModal__actions__3VNxL button {
  margin: 0 0.5rem;
}
.GetHelpModal__instructions__m9nLU {
  margin-bottom: 2rem;
  color: #6F7072;
}
.GetHelpModal__textArea__2wSVY {
  min-height: 13rem;
}
@media only screen and (min-width: 1024px) {
  .GetHelpModal__textArea__2wSVY {
    max-height: 13rem;
  }
}
.GetHelpModal__submitButton__1XhLV {
  margin-left: 0.5rem;
}
.GetHelpModal__success__22VPc {
  text-align: center;
}
.GetHelpModal__successText__2BMbQ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
}
.GetHelpModal__note__mKdWX {
  margin-top: 1rem;
  color: #919191;
  font-size: 0.875rem;
}
/**
 * Deprecated
 */
.PageHeader__ellipsis__117TS {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.PageHeader__component__3BddT {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-bottom: 0.5px solid #DDE1E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  height: 3.5rem;
  max-height: 3.5rem;
  padding: 0 1rem 0;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .PageHeader__component__3BddT {
    padding: 1.625rem 2rem;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .PageHeader__component__3BddT {
    background-color: transparent;
    border-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 5rem;
    max-height: 5rem;
  }
}
.PageHeader__component__3BddT .PageHeader__logoLink__1mMu- {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 0;
}
.PageHeader__transparent__2C8MW {
  background-color: transparent;
  border-bottom: none;
}
@media only screen and (min-width: 450px) {
  .PageHeader__absolute__34_uG {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2000;
  }
}
@media only screen and (max-width: 450px) {
  .PageHeader__logo__FuWy6 {
    height: 1.5625rem;
    width: 2.4375rem;
  }
}
@media only screen and (max-width: 450px) {
  .PageHeader__avatar__3oqpi {
    height: 2.143rem;
    width: 2.143rem;
  }
}
.PageHeader__autosave__2QlF9,
.PageHeader__saved__1TpyE {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  margin-left: 1rem;
  padding: 0.25rem 0.5rem;
  color: #fff;
  border-radius: 5px;
  opacity: 0.7;
}
.PageHeader__autosave__2QlF9 {
  background-color: #98A5B3;
}
.PageHeader__saved__1TpyE {
  background-color: #48C975;
}
.PageHeader__navigation__1sSVT {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.PageHeader__container__1PwgQ {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.5rem;
  max-width: 100%;
}
@media only screen and (min-width: 450px) {
  .PageHeader__container__1PwgQ {
    overflow: hidden;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .PageHeader__container__1PwgQ {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.PageHeader__title__mSsz2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  text-align: center;
}
.PageHeader__helpButton__27H7U {
  display: none;
}
@media only screen and (min-width: 450px) {
  .PageHeader__helpButton__27H7U {
    display: inline-block;
  }
}
.PageHeader__rightSide__2-_J_ {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.PageHeader__link__1z4Dv {
  color: #697787;
}
.PageHeader__libraryLink__16Yc8 {
  color: #697787;
  display: none;
}
@media only screen and (min-width: 450px) {
  .PageHeader__libraryLink__16Yc8 {
    display: block;
  }
}
.PageHeader__signupLink__32B0F {
  color: #697787;
  padding: 0.75rem 1.5rem;
  background-color: #FFFFFF33;
  color: #fff;
  border-radius: 5px;
}
.PageHeader__signupLink__32B0F:hover {
  text-decoration: none;
  color: #fff;
}
.PageHeader__loginLink__1Buoc {
  color: #697787;
  padding: 0.75rem 1.5rem;
}
.PageHeader__loginLink__1Buoc:hover {
  text-decoration: none;
}
.PageHeader__transparent__2C8MW .PageHeader__loginLink__1Buoc {
  color: #fff;
}
@media only screen and (min-width: 450px) {
  .PageHeader__newProjectButton__1X9xy {
    width: 8.8rem;
  }
}
.PageHeader__mobile__Ww1ql {
  display: inline;
}
@media only screen and (min-width: 450px) {
  .PageHeader__mobile__Ww1ql {
    display: none;
  }
}
.PageHeader__desktop__3Dmhk {
  display: none;
}
@media only screen and (min-width: 450px) {
  .PageHeader__desktop__3Dmhk {
    display: inline;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Page__scrollable__2qyru {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.Page__scrollable__2qyru > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.Page__component__182KU {
  background: white;
  color: #232D38;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.Page__scrollablePage__2KCPa {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.Page__scrollablePage__2KCPa > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.Page__fixedChildren__3Kb8V > * {
  -webkit-transform: initial;
          transform: initial;
}
/**
 * Deprecated
 */
.Pager__ellipsis__3Smmv {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Pager__component__27DK6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem auto;
  overflow: hidden;
  width: 100%;
}
.Pager__component__27DK6 a {
  color: #EAB52E;
}
.Pager__control__1h3BA {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.Pager__control__1h3BA.Pager__left__1OAtL {
  background-image: url('/assets/images/icons/caret.left.gold.svg');
}
.Pager__control__1h3BA.Pager__right__3XQof {
  background-image: url('/assets/images/icons/caret.right.gold.svg');
}
.Pager__control__1h3BA span {
  display: none;
}
.Pager__page__1b1x6,
.Pager__control__1h3BA {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-height: 2.5rem;
  min-width: 2.5rem;
  padding: 1rem;
}
.Pager__page__1b1x6:hover,
.Pager__control__1h3BA:hover {
  text-decoration: none;
}
.Pager__page__1b1x6.Pager__selected__1QH_N,
.Pager__control__1h3BA.Pager__selected__1QH_N {
  color: #232D38;
}
.Pager__page__1b1x6.Pager__selected__1QH_N:hover,
.Pager__control__1h3BA.Pager__selected__1QH_N:hover {
  text-decoration: none;
}
.Pager__pages__77vU_ {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.Revealer__component__3QPPA {
  position: relative;
}
.Revealer__toggle__2WACJ {
  padding: 0.5rem 0;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.ScrollView__scrollable__37FL9 {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.ScrollView__scrollable__37FL9 > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ScrollView__component__2tufg {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
}
.ScrollView__component__2tufg > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ScrollView__fader__1c-2X {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.001)));
  background: linear-gradient(white, rgba(255, 255, 255, 0.001));
  display: none;
  height: 5rem;
  pointer-events: none;
  position: fixed;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  z-index: 10;
}
.ScrollView__fader__1c-2X.ScrollView__hidden__-fmXg {
  opacity: 0;
  z-index: -1;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ScrollView__fader__1c-2X {
    display: block;
  }
}
.Section__component__2p9HC {
  line-height: 1.4;
  padding: 2.5rem 2rem;
  position: relative;
  text-align: center;
}
.Section__container__2_60W {
  margin: 0 auto;
  max-width: 52rem;
}
.Section__description__128Ha {
  font-size: 0.9rem;
  line-height: 143%;
  margin: 0 auto;
  max-width: 40rem;
}
.Section__h1__1cVIV {
  font-size: 3.75rem;
}
.Section__h2__1TE7B {
  font-size: 2rem;
}
.Section__title__34mbS {
  margin: 1.75rem auto;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Stepper__stepper__1jTkY {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem auto;
}
.Stepper__stepper__1jTkY.Stepper__stepperContainer__3X0fh {
  max-width: 25rem;
}
.Stepper__stepper__1jTkY .Stepper__stepperItem__1FDoV {
  --defaultColor: #B5CEE9;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.Stepper__stepper__1jTkY .Stepper__stepperItem__1FDoV .Stepper__stepperItemStep__3PC6P {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  color: var(--defaultColor);
  z-index: 2;
  font-size: 0.94rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Stepper__stepper__1jTkY .Stepper__stepperItem__1FDoV .Stepper__stepperItemStep__3PC6P {
    font-size: 1.375rem;
  }
}
.Stepper__stepper__1jTkY .Stepper__stepperItem__1FDoV:not(:last-child):after {
  content: '';
  position: relative;
  left: 50%;
  height: 0.66px;
  background-color: var(--defaultColor);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  top: 50%;
  bottom: 50%;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Stepper__stepper__1jTkY .Stepper__stepperItem__1FDoV:not(:last-child):after {
    height: 1px;
  }
}
.Stepper__stepper__1jTkY .Stepper__stepperItem__1FDoV:before {
  --sizeStepItem: 1.875rem;
  content: '';
  position: relative;
  z-index: 1;
  font-size: 1.375rem;
  background-color: white;
  border: 0.67px solid var(--defaultColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: var(--sizeStepItem);
  height: var(--sizeStepItem);
  border-radius: 50%;
  margin: 0 auto 0;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Stepper__stepper__1jTkY .Stepper__stepperItem__1FDoV:before {
    --sizeStepItem: 2.75rem;
    border: 1px solid var(--defaultColor);
  }
}
.Stepper__stepper__1jTkY .Stepper__stepperItem__1FDoV.Stepper__stepperItemActive__drEw_:before {
  background-color: #2F83DE;
  border: 1px solid #2F83DE;
}
.Stepper__stepper__1jTkY .Stepper__stepperItem__1FDoV.Stepper__stepperItemActive__drEw_ .Stepper__stepperItemStep__3PC6P {
  color: white;
}
/**
 * Deprecated
 */
.PopoverMenu__component__RV9AU {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}
.PopoverMenu__component__RV9AU .PopoverMenu__menu__1KUJq {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -0.25rem 0 0 -11.75rem;
  overflow: hidden;
  padding: 0;
  width: 13.5rem;
}
.PopoverMenu__component__RV9AU .PopoverMenu__menu__1KUJq .PopoverMenu__menuItemWrapper__1zGEr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.PopoverMenu__component__RV9AU .PopoverMenu__menu__1KUJq .PopoverMenu__menuItemWrapper__1zGEr:hover {
  text-decoration: none;
}
.PopoverMenu__component__RV9AU .PopoverMenu__menu__1KUJq .PopoverMenu__menuItemWrapper__1zGEr .PopoverMenu__menuItem__2ePcV {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  color: #47525E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0.75rem 1.5rem;
  text-align: left;
  text-transform: none;
}
.PopoverMenu__component__RV9AU .PopoverMenu__menu__1KUJq .PopoverMenu__menuItemWrapper__1zGEr .PopoverMenu__menuItem__2ePcV:hover {
  background-color: #FFF8E8;
  color: #232D38;
}
.PopoverMenu__component__RV9AU .PopoverMenu__menu__1KUJq .PopoverMenu__menuItemWrapper__1zGEr .PopoverMenu__menuItem__2ePcV > span {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-size: 1rem;
  line-height: 1.375rem;
}
.PopoverMenu__component__RV9AU .PopoverMenu__toggle__1ZeXH {
  background: white url('/assets/images/UI/PopoverMenu/caret.svg') center 60% no-repeat;
  border: 1px solid #DDE1E5;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 1.5rem;
  padding: 0;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  width: 1.5rem;
}
.PopoverMenu__component__RV9AU .PopoverMenu__toggle__1ZeXH:hover {
  border-color: #C7D1DC;
}
.PopoverMenu__component__RV9AU .PopoverMenu__toggle__1ZeXH > span {
  display: none;
}
/**
 * Deprecated
 */
.ProgressSteps__component__18jwR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
}
.ProgressSteps__container__1M2-i {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ProgressSteps__container__1M2-i.ProgressSteps__noFlex__1SYQA {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.ProgressSteps__line__3EDB0 {
  background-color: #D1D1DF;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.1875rem;
  min-width: 0.5rem;
}
.ProgressSteps__line__3EDB0.ProgressSteps__selected__34MBP {
  background-color: #2F83DE;
}
.ProgressSteps__line__3EDB0.ProgressSteps__withStepNumber__vKes7 {
  background-color: #2F83DE;
  height: 0.125rem;
}
.ProgressSteps__step__2VITH {
  background-color: #D1D1DF;
  border: 0.1875rem solid #D1D1DF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 0.6875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 0.6875rem;
}
.ProgressSteps__step__2VITH.ProgressSteps__selectedStep__2FyM4 {
  border: 0.1875rem solid #2F83DE;
  background-color: #2F83DE;
}
.ProgressSteps__step__2VITH.ProgressSteps__withStepNumber__vKes7 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 0.125rem solid #2F83DE;
  color: #2F83DE;
  height: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
}
.ProgressSteps__step__2VITH.ProgressSteps__withStepNumber__vKes7.ProgressSteps__selectedStep__2FyM4 {
  border: 0.1875rem solid #2F83DE;
  background-color: #2F83DE;
  color: white;
}
.QuoteIcon__component__37Z0M {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  outline: none;
  position: relative;
  width: auto;
}
.QuoteIcon__shape__lnRib {
  fill: #4B9DF4;
}
/**
 * Deprecated
 */
.Spacer__spacer__1oblN {
  border-bottom: 1px solid #DDE1E5;
  margin: 1rem 0;
}
.Spacer__spacer__1oblN.Spacer__dashed__10q7G {
  border-bottom-style: dashed;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.TabBar__component__3cPn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1340px) {
  .TabBar__component__3cPn2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.TabBar__component__3cPn2 .TabBar__adjustTabBar__3KThZ {
  padding-top: 1.2rem;
  padding-bottom: 0.25rem;
}
.TabBar__component__3cPn2 .TabBar__wrapper__3YyNj {
  padding-bottom: 0.55rem;
}
@media only screen and (max-width: 450px) {
  .TabBar__component__3cPn2 .TabBar__wrapper__3YyNj.TabBar__stackWhenSmall__vcnD4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.TabBar__link__3B2Yl {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  padding-bottom: 8px;
  margin-right: 2rem;
  position: relative;
  text-transform: uppercase;
  color: #232D38;
  z-index: 1;
}
.TabBar__link__3B2Yl:last-child {
  margin-right: 0;
}
.TabBar__link__3B2Yl:hover {
  text-decoration: none;
}
@media only screen and (min-width: 450px) {
  .TabBar__link__3B2Yl {
    margin-right: 3.5rem;
  }
}
@media only screen and (max-width: 450px) {
  .TabBar__link__3B2Yl.TabBar__stackWhenSmall__vcnD4 {
    margin-bottom: 1rem;
    margin-right: 0rem;
  }
}
.TabBar__active__3b9GS {
  border-bottom: 2px solid #2F83DE;
}
.TabBar__spacer__3ODEn {
  border-bottom-width: 2px;
  margin: -1px 0 0 0;
}
/**
 * Deprecated
 */
.DetailSection__header__2VNag {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  max-width: 50rem;
  color: #697787;
  margin-bottom: 0.5rem;
}
.DetailSection__body__3p4Og {
  font-size: 1rem;
  white-space: pre-wrap;
  word-break: break-word;
}
.TitleWithButtons__component__2y3QE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.TitleWithButtons__heading__1tVZf {
  margin: 0;
}
.TitleWithButtons__buttons__byU0_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.HowItWorks__component__20O4t {
  background-image: url('/assets/images/researcher/icons/circle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 18rem;
  margin: 0 auto;
  position: relative;
  width: 18rem;
}
.HowItWorks__icon0__C8ibK {
  left: 50%;
  margin-left: -3rem;
  margin-top: -2rem;
  position: absolute;
}
.HowItWorks__icon1__2dRnY {
  position: absolute;
  right: -2rem;
  top: 6.5rem;
}
.HowItWorks__icon2__3obo1 {
  bottom: 0;
  left: 50%;
  margin-left: -3rem;
  position: absolute;
}
.HowItWorks__icon3__2A_Wt {
  left: -2rem;
  position: absolute;
  top: 6.5rem;
}
/**
 * Deprecated
 */
.Sidebar__component__nkxpN {
  background-color: #F9FBFD;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Sidebar__sizeNormal__FI45n {
  width: 14rem;
}
.Sidebar__sizeFlexibleExtended__3jS7d {
  width: 30%;
  min-width: 20rem;
  max-width: 30rem;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.SidebarItem__component__3YZ0m {
  padding: 0.3em 0;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  color: #697787;
}
.SidebarItem__component__3YZ0m.SidebarItem__open__CYI17 > .SidebarItem__sidebarContent__2kFWR {
  height: auto;
}
.SidebarItem__component__3YZ0m.SidebarItem__simple__1NhIJ {
  color: #697787;
  text-decoration: none;
}
.SidebarItem__component__3YZ0m.SidebarItem__selected__2ZA-V {
  color: #2F83DE;
  height: auto;
}
.SidebarItem__label__QQE__ {
  cursor: pointer;
  color: #697787;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
}
.SidebarItem__sidebarContent__2kFWR {
  padding-top: 0.25rem;
  height: 0;
  overflow: hidden;
  position: relative;
  left: 0.8rem;
}
.SidebarItem__sidebarContent__2kFWR:has(.SidebarItem__selected__2ZA-V) {
  height: auto;
}
.TableViewHeader__container__1yxnh {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.TableViewHeader__container__1yxnh .TableViewHeader__sorting__Do-79 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 1rem;
}
.TableViewHeader__container__1yxnh .TableViewHeader__sorting__Do-79 > * {
  margin: 0 0.5rem 0 0;
}
.TableViewHeader__container__1yxnh .TableViewHeader__sorting__Do-79 > *:last-child {
  margin: 0;
}
.TableViewHeader__container__1yxnh .TableViewHeader__sorting__Do-79 button {
  background: url('/assets/images/icons/caret.down.gold.svg') center center no-repeat;
  height: 1rem;
  width: 1rem;
}
.TableViewHeader__container__1yxnh .TableViewHeader__sorting__Do-79 button span {
  display: none;
}
.TableViewHeader__container__1yxnh .TableViewHeader__sorting__Do-79 .TableViewHeader__asc__3tjzn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.TableView__component__B96sI {
  border-collapse: collapse;
  color: #232D38;
  width: 100%;
}
.TableView__component__B96sI tr td,
.TableView__component__B96sI tr th {
  padding: 1rem;
}
@media only screen and (min-width: 450px) {
  .TableView__component__B96sI tr td,
  .TableView__component__B96sI tr th {
    padding: 1.25rem;
  }
}
.TableView__component__B96sI tr th {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #697787;
  text-align: left;
  vertical-align: top;
}
.TableView__component__B96sI tbody tr:nth-child(odd) {
  background: #F9FBFD;
}
.TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu td .TableView__tdBefore__lgxt7 {
  display: none;
}
@media only screen and (max-width: 450px) {
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu {
    /*
      Force table elements to not behave like tables anymore
      Hide table headers (but not display: none;, for accessibility)
    */
  }
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu table,
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu thead,
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu tbody,
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu th,
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu td,
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu tr {
    display: block;
  }
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu thead tr,
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu th tr {
    position: absolute;
    top: -625rem;
    left: -625rem;
  }
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu tr:nth-child(even) {
    background: initial;
  }
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu tbody tr {
    border-radius: 1rem;
    -webkit-box-shadow: 2px 7px 35px rgba(228, 228, 228, 0.6), -5px -2px 14px rgba(228, 228, 228, 0.6);
            box-shadow: 2px 7px 35px rgba(228, 228, 228, 0.6), -5px -2px 14px rgba(228, 228, 228, 0.6);
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu tr td {
    padding: 0.5rem;
  }
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu td.TableView__pivoted__2Yhx7 {
    /* Behave like a "row" */
    overflow-wrap: break-word;
    padding-left: calc(40% + 0.625rem);
    position: relative;
    text-align: left;
    white-space: pre-wrap;
  }
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu td .TableView__tdBefore__lgxt7 {
    /* Now behave like a table header */
    font-style: normal;
    font-weight: normal;
    font-family: 'Brandon_txt_reg', serif;
    display: block;
    position: absolute;
    /* Top/left values mimic padding */
    left: 1rem;
    overflow-wrap: break-word;
    text-align: left;
    white-space: pre-wrap;
    width: calc(50% - 1.25rem);
  }
}
@media only screen and (min-width: 450px) and (max-width: 786px) {
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu {
    /*
      Force table elements to not behave like tables anymore
      Hide table headers (but not display: none;, for accessibility)
    */
  }
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu table,
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu thead,
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu tbody,
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu th,
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu td,
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu tr {
    display: block;
  }
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu thead tr,
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu th tr {
    position: absolute;
    top: -625rem;
    left: -625rem;
  }
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu tr:nth-child(even) {
    background: initial;
  }
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu tbody tr {
    border-radius: 1rem;
    -webkit-box-shadow: 2px 7px 35px rgba(228, 228, 228, 0.6), -5px -2px 14px rgba(228, 228, 228, 0.6);
            box-shadow: 2px 7px 35px rgba(228, 228, 228, 0.6), -5px -2px 14px rgba(228, 228, 228, 0.6);
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu tr td {
    padding: 0.5rem;
  }
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu td.TableView__pivoted__2Yhx7 {
    /* Behave like a "row" */
    overflow-wrap: break-word;
    padding-left: calc(40% + 0.625rem);
    position: relative;
    text-align: left;
    white-space: pre-wrap;
  }
  .TableView__component__B96sI.TableView__cardsWhenSmall__zbOFu td .TableView__tdBefore__lgxt7 {
    /* Now behave like a table header */
    font-style: normal;
    font-weight: normal;
    font-family: 'Brandon_txt_reg', serif;
    display: block;
    position: absolute;
    /* Top/left values mimic padding */
    left: 1rem;
    overflow-wrap: break-word;
    text-align: left;
    white-space: pre-wrap;
    width: calc(50% - 1.25rem);
  }
}
.TableView__component__B96sI.TableView__narrow__3fI5I tr td,
.TableView__component__B96sI.TableView__narrow__3fI5I tr th {
  padding: 0.5rem 0.5rem;
}
/**
 * Deprecated
 */
.Toolbar__component__3yRqa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.25rem 0.25rem 0rem 0rem;
  background-color: #fafafa;
  border: solid 1px #DDE1E5;
  margin-bottom: -1px;
  padding: 0.5rem 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.Toolbar__component__3yRqa .Toolbar__toolbar__2Apn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Toolbar__component__3yRqa .Toolbar__toolbar__2Apn2 > div {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  background-size: 1.1rem;
  margin-right: 0.5rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.Toolbar__component__3yRqa .Toolbar__toolbar__2Apn2 > div:hover {
  background-color: #f6f7f8;
  border-color: #D1D1DF;
}
.Toolbar__component__3yRqa .Toolbar__title__ANkdO {
  background-image: url('/assets/images/icons/title.gray.svg');
}
.Toolbar__component__3yRqa .Toolbar__listBulleted__1ibuP {
  background-image: url('/assets/images/icons/list-bulleted.gray.svg');
}
.Toolbar__component__3yRqa .Toolbar__spellCheck__xOkbw {
  background-image: url('/assets/images/icons/spellcheck.gray.svg');
}
.Toolbar__component__3yRqa .Toolbar__hyperlink__3Bmm8 {
  background-image: url('/assets/images/icons/insert-link.gray.svg');
}
.Toolbar__component__3yRqa .Toolbar__citations__2Uqd0 {
  background-image: url('/assets/images/icons/insert-link.gray.svg');
}
.Toolbar__component__3yRqa div.Toolbar__image__1HtQF {
  background-image: url('/assets/images/icons/image.black.svg');
  background-size: 1.2rem;
  fill: #b6b6b6;
}
.Toolbar__component__3yRqa div.Toolbar__bold__OOHWY {
  background-image: url('/assets/images/icons/editor.toolbar.bold.svg');
  background-size: 0.75rem;
}
.Toolbar__component__3yRqa div.Toolbar__italic__12Ic3 {
  background-image: url('/assets/images/icons/editor.toolbar.italic.svg');
  background-size: 0.8rem;
}
.Toolbar__target__25QUs {
  -ms-flex-item-align: center;
      align-self: center;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Source__borderRadiusSmall__1zm8I {
  border-radius: 3px;
}
.Source__borderRadiusLarge__3DsjT {
  border-radius: 10px;
}
.Source__separate__2Lw16 {
  border-radius: 3px;
  border: 0.07rem solid #DDE1E5;
  margin: 1rem auto;
  color: #232D38;
}
.Source__separate__2Lw16:hover {
  border: 0.07rem solid #c0c7cf;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(182, 182, 182, 0.2);
          box-shadow: 0px 0px 20px 2px rgba(182, 182, 182, 0.2);
}
.Source__list__2YwVi {
  border-bottom: 1px solid #eee;
}
.Source__list__2YwVi:only-child {
  border-bottom: none;
}
.Source__component__11VUi {
  margin-bottom: 1rem;
  position: relative;
}
.Source__component__11VUi.Source__clientView__3OUfL {
  padding: 0;
  border-bottom: 1px solid #DDE1E5;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 450px) {
  .Source__component__11VUi.Source__clientView__3OUfL {
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }
}
.Source__component__11VUi.Source__clientView__3OUfL:only-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.Source__component__11VUi.Source__clientView__3OUfL:last-child {
  border-bottom: none;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.Source__component__11VUi.Source__clientView__3OUfL ul {
  list-style: none;
  padding-left: 0;
}
.Source__component__11VUi > .Source__content__2inY- .Source__headerMeta__3dVjU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.Source__component__11VUi > .Source__content__2inY- .Source__container__GBrOw {
  display: inline-block;
  padding: 0 0 0 1.5rem;
  width: 75%;
  vertical-align: middle;
}
@media only screen and (max-width: 450px) {
  .Source__component__11VUi > .Source__content__2inY- .Source__container__GBrOw {
    padding: 0 0 0 0.5rem;
  }
}
.Source__component__11VUi > .Source__content__2inY- .Source__title__SVanm {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  margin: 0;
  text-align: left;
  text-transform: initial;
  font-size: 1.313rem;
  line-height: 1.813rem;
  color: #292f32;
}
@media only screen and (max-width: 450px) {
  .Source__component__11VUi > .Source__content__2inY- .Source__title__SVanm {
    font-size: 0.875rem;
    line-height: 1.188rem;
  }
}
.Source__component__11VUi > .Source__content__2inY- .Source__sourceIndex__2V54t {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  border-radius: 3px;
  background-color: #eee;
  color: #919191;
  font-size: 1rem;
  padding: 0.2rem 0.5rem;
  margin-right: 0.5rem;
}
.Source__component__11VUi > .Source__content__2inY- .Source__domain__18l0G {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  color: #B6B6B6;
  font-size: 0.875rem;
  line-height: 1.188rem;
  vertical-align: middle;
}
@media only screen and (max-width: 450px) {
  .Source__component__11VUi > .Source__content__2inY- .Source__domain__18l0G {
    font-size: 0.75rem;
    line-height: 1.063rem;
  }
}
.Source__component__11VUi > .Source__content__2inY- .Source__sourceHeader__2rJLL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.Source__component__11VUi > .Source__content__2inY- .Source__link__2KeIG {
  color: #232D38;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Source__component__11VUi > .Source__content__2inY- .Source__link__2KeIG:hover {
  text-decoration: none;
}
.Source__component__11VUi > .Source__content__2inY- .Source__note__3v_fI {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_light', serif;
  color: #232D38;
  font-size: 1rem;
  margin: 0.5rem 0;
  white-space: pre-wrap;
  line-height: 1.4rem;
}
.Source__component__11VUi > .Source__content__2inY- .Source__description__1eivx {
  margin-top: 1.75rem;
  color: #6F7072;
  font-size: 0.875rem;
}
@media only screen and (max-width: 450px) {
  .Source__component__11VUi > .Source__content__2inY- .Source__description__1eivx {
    font-size: 0.625rem;
    line-height: 0.875rem;
    margin-bottom: 0.5rem;
  }
}
.Source__component__11VUi > .Source__content__2inY- .Source__quote__yZZ8e {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  color: #292f32;
  white-space: pre-wrap;
  font-size: 1rem;
  margin-top: 1rem;
  line-height: 1.4rem;
}
@media only screen and (max-width: 450px) {
  .Source__component__11VUi > .Source__content__2inY- .Source__quote__yZZ8e {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.Source__component__11VUi > .Source__content__2inY- .Source__quote__yZZ8e li {
  margin-bottom: 1rem;
}
.Source__component__11VUi .Source__checkmark__26lLP {
  margin-bottom: -0.35rem;
}
.Source__sourceListPlaceholder__4RPGs {
  border-radius: 3px;
  height: 15rem;
  background: #f6f7f8;
  margin-top: 1rem;
  border: 0.07rem solid #D1D1DF;
  opacity: 1;
  -webkit-animation-name: Source__fadeInOpacity__2ljyV;
          animation-name: Source__fadeInOpacity__2ljyV;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
@-webkit-keyframes Source__fadeInOpacity__2ljyV {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Source__fadeInOpacity__2ljyV {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Source__copySourceBtn__8-tmT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 100;
}
/**
 * Deprecated
 */
.Quotes__container__2xGq_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Quotes__container__2xGq_ .Quotes__listField__2oUbv {
  margin: 0rem 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.Quotes__container__2xGq_ .Quotes__quotes__3cBtj {
  max-width: calc(100% - 6rem);
}
.Quotes__container__2xGq_ .Quotes__noQuotes__3iD8_ {
  max-width: calc(100% - 4.5rem);
}
.Quotes__container__2xGq_ .Quotes__addButton__3JstB {
  padding: 0.3rem 0.45rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 0.5rem;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}
.Quotes__container__2xGq_ .Quotes__quote__2HovX {
  height: 1rem;
  width: 1rem;
}
.Quotes__container__2xGq_ .Quotes__quoteShape__27r1x {
  fill: #919191;
}
.Quotes__removeButton__2VrFP {
  margin-top: 0.5rem;
  font-size: 1rem;
}
.SourceEditor__noteField__2zWj6 {
  margin: 0rem;
}
.SourceEditor__buttons__25GLU {
  margin-top: 1rem;
}
.SourceEditor__buttonRight__3rL_g {
  margin-left: 0.5rem;
}
.SourceEditor__checkboxField__1TLeb {
  margin-bottom: 2rem;
}
.SourceEditor__heading__d0Yto {
  margin: 0;
}
.SourceEditor__credibilityWarningButtonContainer__55ft1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SourceEditor__spacer__27rIJ {
  margin: 0;
}
/**
 * Deprecated
 */
.SourceActions__wrapper__2-8fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SourceActions__wrapper__2-8fl .SourceActions__component__9uKvO {
  position: relative;
  width: 100%;
  min-width: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SourceActions__wrapper__2-8fl .SourceActions__component__9uKvO .SourceActions__button__3kC38 {
  margin-left: 0.6rem;
}
.SourceActions__wrapper__2-8fl .SourceActions__component__9uKvO .SourceActions__editButton__2Bc6g {
  margin-left: 0;
  margin-right: 0.25rem;
  padding: 0.4rem 0.5rem;
  font-size: 0.7rem;
}
.SourceActions__wrapper__2-8fl .SourceActions__component__9uKvO .SourceActions__editButton__2Bc6g .SourceActions__editLabel__wVwQT {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
}
.SourceActions__wrapper__2-8fl .SourceActions__component__9uKvO .SourceActions__iconButton__3oJvB {
  padding: 0;
  background: transparent;
  border: none;
  top: 0.2rem;
}
.SourceActions__wrapper__2-8fl .SourceActions__component__9uKvO .SourceActions__iconButton__3oJvB:hover {
  color: #4a4a4a;
}
.SourceActions__wrapper__2-8fl .SourceActions__component__9uKvO .SourceActions__actionButtonIcon__3kdn8 {
  display: inline-block;
  position: relative;
  min-width: 1rem;
  min-height: 1rem;
}
.SourceActions__wrapper__2-8fl .SourceActions__component__9uKvO .SourceActions__removeButton__13og0 img {
  height: 0.1rem;
}
.SourceActions__wrapper__2-8fl .SourceActions__component__9uKvO .SourceActions__removePopover__3iJ44 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.5rem;
  top: 0;
}
.SourceActions__wrapper__2-8fl .SourceActions__component__9uKvO .SourceActions__removeButtonOptions__1wxrQ {
  display: block;
  padding: 0.5rem 0.8rem;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.SourceImage__component__1Euva {
  background-origin: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  vertical-align: middle;
  border-radius: 0.25rem;
  border: 1px solid #DDE1E5;
  padding: 0.3rem;
}
@media only screen and (max-width: 450px) {
  .SourceImage__component__1Euva {
    width: 2rem;
    height: 2rem;
  }
}
.SourceImage__component__1Euva .SourceImage__domain-initial__17XkY {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  display: table;
  color: #15577F;
  font-size: 3.57rem;
  line-height: 1rem;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
.SourceImage__component__1Euva .SourceImage__domain-initial__17XkY .SourceImage__wrapper__2x-Sf {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 450px) {
  .SourceImage__component__1Euva .SourceImage__domain-initial__17XkY .SourceImage__wrapper__2x-Sf {
    font-size: 1rem;
  }
}
.GetSourceForm__searchUrlLabel__2OVcJ {
  margin: 2rem 0rem 0.5rem 0.5rem;
  display: block;
}
.GetSourceForm__flexContainer__1XCos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.GetSourceForm__searchUrlFieldDiv__1tGyJ {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.GetSourceForm__searchUrlField__3U_jY {
  width: 100%;
}
.GetSourceForm__searchUrlButton__xdFqC {
  margin-left: 1.5rem;
  top: -0.15rem;
}
/**
 * Deprecated
 */
.SourceCreator__component__2eGLc {
  border-radius: 0.4rem;
  border: 0.07rem solid #DDE1E5;
  color: #232D38;
}
.SourceCreator__component__2eGLc:hover {
  border: 0.07rem solid #c0c7cf;
}
.SourceCreator__component__2eGLc .SourceCreator__sourceCreatorHeader__331dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SourceCreator__component__2eGLc .SourceCreator__sourceCreatorHeader__331dt .SourceCreator__resourceList__28b2s {
  font-size: 0.875rem;
  padding: 0.5rem 0;
}
.SourceCreator__component__2eGLc .SourceCreator__sourceSearchHeader__GZdxy {
  color: #697787;
  display: inline-block;
  margin: 0rem 2rem 0rem 0.5rem;
}
.SourceCreator__component__2eGLc .SourceCreator__sourceSearchHeader__GZdxy .SourceCreator__linkIcon__3gBj7 {
  width: 1rem;
  margin-right: 0.4rem;
}
.SourceCreator__spacer__1rJWW {
  border-width: 2px;
  margin: 0 0 2rem 0;
}
.SourceCreator__sectionButtons__1-8EM {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.SourceCreator__tabBar__ldF6L .SourceCreator__tabSpacer__zh7Bv {
  display: none;
}
.SourceCreator__tabBar__ldF6L .SourceCreator__tabWrapper__PEK93 {
  padding-bottom: 0.2rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.CitationTool__container__36K-o {
  margin-top: 1rem;
  text-align: left;
}
.CitationTool__tabSelection__3JkPk {
  margin-bottom: 2rem;
}
.CitationTool__tabBar__2ee3U .CitationTool__tabSpacer__2T5y0 {
  display: none;
}
.CitationTool__tabBar__2ee3U .CitationTool__tabWrapper__2W5dH {
  padding-bottom: 0.2rem;
  width: 100%;
}
.CitationTool__selectASourceTab__2dikp {
  float: right;
}
.CitationTool__link__1mioV {
  cursor: pointer;
}
/**
 * Deprecated
 */
.PortalPopover__popover__dyGBX {
  position: fixed;
}
.PortalPopover__box__3V3dN {
  min-width: 5rem;
  background-color: white;
  border: 1px solid #DDE1E5;
  border-radius: 0.25rem;
}
/**
 * Deprecated
 */
.Spellcheck__message__2_x1c {
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
  color: #919191;
  border-bottom: 1px solid #DDE1E5;
}
/**
 * Deprecated
 */
.Replacement__component__vBUky {
  color: #232D38;
  cursor: pointer;
  padding: 0rem 0.5rem;
}
.Replacement__component__vBUky:hover {
  background-color: #f0f0f0;
}
.Replacement__finalItem__2THA6 {
  border-bottom: 1px solid #DDE1E5;
}
.Replacement__footer__3QzQo {
  padding: 0.25rem 0.5rem;
}
/**
 * Deprecated
 */
.HyperlinkModal__message__3yERV {
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
  color: #919191;
  border-bottom: 1px solid #DDE1E5;
}
/**
 * Deprecated
 */
.Label__overflowable__2b1xC {
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Label__component__2aD3D {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #292f32;
  cursor: default;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (min-width: 450px) {
  .Label__component__2aD3D {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.Label__component__2aD3D > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.Label__required__17SdF::after {
  color: #EE5548;
  content: '*';
  display: inline-block;
  font-size: 1rem;
  margin: -0.25rem 0 0 0.25rem;
}
.Label__uppercase__2BtWS {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  color: #697787;
  font-size: 0.75rem;
  text-transform: uppercase;
}
/**
 * Deprecated
 */
.Input__inputComponent__2mmgx {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232D38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
}
.Input__inputComponent__2mmgx:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.Input__inputComponent__2mmgx::-webkit-input-placeholder {
  color: #697787;
}
.Input__inputComponent__2mmgx::-ms-input-placeholder {
  color: #697787;
}
.Input__inputComponent__2mmgx::placeholder {
  color: #697787;
}
.Input__component__RnZ7x {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232D38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
}
.Input__component__RnZ7x:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.Input__component__RnZ7x::-webkit-input-placeholder {
  color: #697787;
}
.Input__component__RnZ7x::-ms-input-placeholder {
  color: #697787;
}
.Input__component__RnZ7x::placeholder {
  color: #697787;
}
.Input__checkbox__RZ6UA,
.Input__radio__2Nttd {
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5rem;
  width: 1.5rem;
}
.Input__checkbox__RZ6UA:after,
.Input__radio__2Nttd:after,
.Input__checkbox__RZ6UA:before,
.Input__radio__2Nttd:before {
  content: '';
  display: inline-block;
  position: absolute;
}
.Input__checkbox__RZ6UA:before,
.Input__radio__2Nttd:before {
  background: white;
  border: 1px solid #DDE1E5;
  height: 1.375rem;
  width: 1.375rem;
}
.Input__checkbox__RZ6UA:before {
  border-radius: 0.1875rem;
}
.Input__checkbox__RZ6UA:checked:after {
  background-image: url('/assets/images/icons/checkmark.white.svg');
  background-position: 45% 40%;
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
}
.Input__checkbox__RZ6UA:checked:before {
  background-color: #EAB52E;
  border-color: #EAB52E;
}
.Input__radio__2Nttd:after,
.Input__radio__2Nttd:before {
  border-radius: 50%;
}
.Input__radio__2Nttd:checked:after {
  background: #EAB52E;
  border: 1px solid white;
  height: 0.875rem;
  width: 0.875rem;
}
.Input__email__1eTlG,
.Input__number__2sAm-,
.Input__password__nnaku,
.Input__text__2plef,
.Input__url__2YRom {
  border: 1px solid #DDE1E5;
  border-radius: 0.5rem;
  padding: 0.75rem;
  width: 100%;
}
.Input__email__1eTlG:focus,
.Input__number__2sAm-:focus,
.Input__password__nnaku:focus,
.Input__text__2plef:focus,
.Input__url__2YRom:focus {
  border-color: #EAB52E;
}
.Input__error__IhA9r {
  border-color: #EE5548;
}
.Input__notification__2T-i9 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0.25rem 0;
}
/**
 * Deprecated
 */
.RadioButton__component__GW2tR {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  border: 1px solid #DDE1E5;
  border-radius: 0.5rem;
  color: #232D38;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 30rem;
  padding: 1rem;
  text-align: left;
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.RadioButton__component__GW2tR:hover:not(.RadioButton__disabled__PeQ12):not(.RadioButton__selected__1kFJY) {
  color: #232D38;
}
.RadioButton__component__GW2tR.RadioButton__disabled__PeQ12 {
  opacity: 0.75;
}
.RadioButton__component__GW2tR.RadioButton__selected__1kFJY {
  border-color: #EAB52E;
}
.RadioButton__component__GW2tR.RadioButton__selected__1kFJY:hover {
  color: #232D38;
}
.RadioButton__component__GW2tR .RadioButton__children__tGO38 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.RadioButton__component__GW2tR .RadioButton__radio__2mERW {
  margin: 0 1rem 0 0;
}
.RadioButton__component__GW2tR .RadioButton__radio__2mERW:disabled {
  cursor: not-allowed;
}
/**
 * Deprecated
 */
.Select__ellipsis__RTKI- {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select {
  display: inline-block;
  position: relative;
  width: 100%;
}
.Select:not(.has-value) .Select-clear-zone {
  display: none;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select-control {
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid #DDE1E5;
  color: #232D38;
  cursor: pointer;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 3rem;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          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-color: white;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: white;
}
.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #DDE1E5;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select-placeholder {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  color: #697787;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 3rem;
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 1.75rem;
  position: absolute;
  right: 0;
  top: 0;
}
.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 3rem;
}
.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 {
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 2.875rem;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232D38;
  cursor: default;
  display: inline-block;
  height: 100%;
  margin: 0;
  outline: none;
  width: 100%;
}
.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;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          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;
  animation: Select-animation-fadeIn 200ms;
  color: #98A5B3;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 1.5rem;
}
.Select-clear-zone:hover {
  color: #697787;
}
.Select-clear {
  display: inline-block;
  font-size: 2rem;
  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;
  position: relative;
}
.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;
  float: left;
}
@-webkit-keyframes Select__Select-animation-fadeIn__2izH4 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select__Select-animation-fadeIn__2izH4 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  background-color: white;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border: 1px solid #DDE1E5;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1px;
  max-height: 12.5rem;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 12.375rem;
  overflow-y: auto;
}
.Select-option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666666;
  cursor: pointer;
  display: block;
  max-width: 100%;
  padding: 0.75rem;
}
.Select-option:hover {
  background-color: #FFF8E8;
}
.Select-option:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.Select-option.is-selected {
  background-color: #FFF2D0;
  color: #47525E;
}
.Select-option.is-focused {
  color: #47525E;
}
.Select-option.is-disabled {
  color: #98A5B3;
  cursor: default;
}
.Select-noresults {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 0.75rem;
}
.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 {
  border-radius: 2px;
  border: 1px solid #DDE1E5;
  color: #47525E;
  display: inline-block;
  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: #232D38;
  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__Select-animation-spin__3JMvD {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes Select__Select-animation-spin__3JMvD {
  to {
    -webkit-transform: rotate(1turn);
  }
}
/**
 * Deprecated
 */
@-webkit-keyframes ToggleSwitch__rotateMinus45__2Yv7b {
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes ToggleSwitch__rotateMinus45__2Yv7b {
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes ToggleSwitch__rotate45__3QxSt {
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes ToggleSwitch__rotate45__3QxSt {
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.ToggleSwitch__component__3sWmU {
  background-color: #DDE1E5;
  border-radius: 1.25rem;
  border: 0.0625rem solid #DDE1E5;
  cursor: pointer;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 2rem;
  outline: none;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  width: 3rem;
}
.ToggleSwitch__component__3sWmU:active {
  outline: none;
}
.ToggleSwitch__component__3sWmU.ToggleSwitch__disabled__Ln00T {
  opacity: 0.5;
  cursor: not-allowed;
}
.ToggleSwitch__component__3sWmU.ToggleSwitch__off__3PCtS .ToggleSwitch__toggle__jouay {
  background-image: url('/assets/images/Forms/ToggleSwitch/off.svg');
  left: -0.0625rem;
}
.ToggleSwitch__component__3sWmU.ToggleSwitch__on__2cPfD {
  background-color: #EAB52E;
}
.ToggleSwitch__component__3sWmU.ToggleSwitch__on__2cPfD .ToggleSwitch__toggle__jouay {
  background-image: url('/assets/images/Forms/ToggleSwitch/on.svg');
  background-position: center 40%;
  -webkit-box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1311);
          box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1311);
  left: calc(3rem - 2rem - 0.0625rem);
}
.ToggleSwitch__component__3sWmU .ToggleSwitch__toggle__jouay {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  border: 0.0625rem solid #DDE1E5;
  cursor: pointer;
  height: 2rem;
  position: absolute;
  top: -0.0625rem;
  -webkit-transition: left 0.1s ease-in;
  transition: left 0.1s ease-in;
  width: 2rem;
}
/**
 * Deprecated
 */
.Field__component__29f_J {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 2rem 0;
}
.Field__component__29f_J label {
  margin: 0 0 1rem 0;
}
.Field__component__29f_J label.Field__clickable__37veC {
  cursor: pointer;
}
.Field__component__29f_J .Field__description__Gxa-x {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #697787;
  margin: -0.5rem 0 1rem 0;
}
.Field__checkbox__3s7PN label,
.Field__radio__1RmNO label {
  margin: 0;
  line-height: 1.375rem;
}
.Field__checkbox__3s7PN label.Field__clickable__37veC,
.Field__radio__1RmNO label.Field__clickable__37veC {
  cursor: pointer;
}
.Field__checkbox__3s7PN {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.Field__checkbox__3s7PN.Field__last__3i2kS {
  margin-bottom: 2rem;
}
.Field__radio__1RmNO {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 1rem;
  margin-right: 1rem;
}
.Field__radio__1RmNO.Field__first__YYLu4 {
  margin-left: 0;
}
.Field__radio__1RmNO.Field__last__3i2kS {
  margin-right: 0;
}
.Field__disabled__13Cj3 {
  opacity: 0.5;
  pointer-events: none;
}
.Field__toggleSwitch__1BjwV {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Field__toggleSwitch__1BjwV button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}
.Field__toggleSwitch__1BjwV label {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  color: #232D38;
  margin: 0 0 0 1rem;
}
.Field__toggleSwitch__1BjwV label.Field__labelFirst__16sqJ {
  margin: 0 1rem 0 0;
}
/**
 * Deprecated
 */
.ImageModal__modal__3yGnw {
  width: 20rem;
}
.ImageModal__formDescription__2HolL {
  margin-bottom: 1rem;
}
.ImageModal__fileUpload__2Tz8j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.ImageModal__helper__3xFN6 {
  font-size: 0.8rem;
  color: #919191;
}
/**
 * Deprecated
 */
.FileLoader__component__SA8O_ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F9FBFD;
  border-color: transparent;
  border-radius: 0.3125rem;
  color: #697787;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.FileLoader__component__SA8O_:before {
  background-image: url('/assets/images/icons//attachment.ink.svg');
  background-size: cover;
  content: '';
  display: inline-block;
  height: 1rem;
  margin-right: 0.5rem;
  width: 1rem;
}
.FileLoader__component__SA8O_:hover {
  background-color: #F4F7FA;
}
.FileLoader__component__SA8O_:disabled {
  cursor: not-allowed;
}
.FileLoader__component__SA8O_.FileLoader__isLoading__2vFPa {
  cursor: wait;
}
.FileLoader__component__SA8O_ .FileLoader__loading__2OHQU {
  stroke: #697787;
  width: 1rem;
  height: 1rem;
}
/**
 * Deprecated
 */
.MultiFileUploader__component__bkD5U {
  position: relative;
}
.MultiFileUploader__component__bkD5U pre {
  overflow: scroll;
  max-width: 31.25rem;
}
.MultiFileUploader__component__bkD5U .MultiFileUploader__buttonContainer__29M7y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.MultiFileUploader__fileList__358fj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.components__heading__1nNM6 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  margin: 1rem 0rem;
  font-size: 1.1rem;
  color: #919191;
}
.components__citation__1N-WP {
  text-decoration: none;
  color: #232D38;
  border-bottom: 2px solid #CFD9E3;
}
.components__citation__1N-WP:hover {
  text-decoration: none;
}
strong {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
}
.components__italic__m6gGp {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.375rem;
}
.components__hyperlink__38_V- {
  text-decoration: none;
  color: #232D38;
  border-bottom: 1px solid #2F83DE;
  -webkit-box-shadow: inset 0px -1px #2F83DE;
          box-shadow: inset 0px -1px #2F83DE;
}
.components__hyperlink__38_V-:hover {
  text-decoration: none;
}
.components__spellingError__3bcmh {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  background-color: rgba(238, 85, 72, 0.05);
  color: #A83F37;
}
.components__textContent__1XT16 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.components__placeholder__2pM3T {
  font-size: 1rem;
  line-height: 1.5rem;
  opacity: 70%;
}
.components__paragraph__3P5B0 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.components__bulletedList__3ZDFy {
  font-size: 1rem;
  line-height: 1.5rem;
  list-style: none;
  margin-left: 0.45rem;
}
.components__listItem__1K5jE {
  margin-bottom: 1rem;
}
.components__listItem__1K5jE:before {
  content: '\2022';
  color: #6F7072;
  font-weight: bold;
  display: inline-block;
  width: 0.9em;
  margin-left: -1em;
}
.components__imageContainer__1dmDq {
  text-align: center;
}
.components__imageContainer__1dmDq .components__imageComponent__CSUvJ {
  width: auto;
  max-width: 100%;
  clear: both;
}
.components__imageContainer__1dmDq .components__imageSource__j8W9g {
  display: block;
  color: #6F7072;
  font-size: 0.8rem;
  font-style: italic;
}
/**
 * Deprecated
 */
.MarketingBanner__spacerTop__3lCT8 {
  margin-top: 3rem;
}
.MarketingBanner__spacerBottom__kX9Ju {
  margin-bottom: 3rem;
}
.MarketingBanner__marketingContainer__Az6B5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MarketingBanner__marketingContainer__Az6B5 .MarketingBanner__marketingCopy__1Tbv7 {
  font-style: normal;
  font-weight: normal;
  font-family: 'aleobold', serif;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #232D38;
  text-align: center;
  margin-bottom: 1rem;
}
.MarketingBanner__marketingContainer__Az6B5 .MarketingBanner__marketingCopy__1Tbv7 .MarketingBanner__emphasized__1_qeZ {
  color: #697787;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Editor__editorContent__3yHVr {
  overflow-y: scroll;
}
.Editor__withToolbar__10kCd {
  border-radius: 0rem 0rem 0.25rem 0.25rem;
}
.Editor__standAlone__ItjbK {
  border-radius: 0.25rem;
}
.Editor__richEditor__1i_PG {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  min-height: 36rem;
  color: #292f32;
  font-size: 1rem;
  padding: 0 1.4rem 1.4rem 1.4rem;
  margin: 1rem -1.4rem 0rem -1.4rem;
  line-height: 1.5rem;
}
.Editor__richEditor__1i_PG.Editor__small__Ptf_g {
  min-height: 16rem;
}
.Editor__richEditor__1i_PG.Editor__tiny__23Sx0 {
  min-height: 8rem;
}
@media only screen and (min-width: 1024px) {
  .Editor__richEditor__1i_PG {
    font-size: 1.3125rem;
    line-height: 1.8125rem;
  }
}
.Editor__readOnly__2d-_7 {
  opacity: 0.5;
}
.Editor__richEditorErrorText__1Iw8N {
  color: red;
}
.ConfirmModal__component__1Orvm .ConfirmModal__options__2o7iL {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ConfirmModal__component__1Orvm .ConfirmModal__options__2o7iL .ConfirmModal__firstOption__ct-rD {
  margin-right: 1rem;
}
.ContentPlaceholder__placeholder__2m1OD {
  background: #e6e6e6;
  width: 300px;
  height: 100px;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
@-webkit-keyframes Slider__stretch-animation__3JqA- {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  30% {
    -webkit-transform: scale(1, 1.1);
            transform: scale(1, 1.1);
  }
  50% {
    -webkit-transform: scale(1.01, 1);
            transform: scale(1.01, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes Slider__stretch-animation__3JqA- {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  30% {
    -webkit-transform: scale(1, 1.1);
            transform: scale(1, 1.1);
  }
  50% {
    -webkit-transform: scale(1.01, 1);
            transform: scale(1.01, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.Slider__component__2LyTR {
  padding: 2rem 0;
  width: 90%;
  max-width: 42rem;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .Slider__component__2LyTR {
    width: 100%;
  }
}
.Slider__component__2LyTR .rc-slider {
  position: relative;
  width: 100%;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.Slider__component__2LyTR .rc-slider * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.Slider__component__2LyTR .rc-slider-rail {
  position: absolute;
  width: 100%;
  height: 0.375rem;
  background-color: #B5CEE9;
  opacity: 0.9;
}
.Slider__component__2LyTR .rc-slider-track {
  position: absolute;
  height: 0.375rem;
  background: #b5cee9;
  background: -webkit-gradient(linear, left top, right top, from(#b5cee9), color-stop(70%, #2f83de), to(#011f40));
  background: linear-gradient(90deg, #b5cee9 0%, #2f83de 70%, #011f40 100%);
}
.Slider__component__2LyTR .rc-slider-handle {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 3;
  margin-top: -0.59rem;
  border-radius: 50%;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  background: url('/assets/images/icons/x.wonder.icon.small.svg') #2F83DE center no-repeat;
}
.Slider__component__2LyTR .rc-slider-handle-dragging.component .rc-slider-handle-dragging.component .rc-slider-handle-dragging {
  border-color: #79d1f9;
  -webkit-box-shadow: 0 0 0 5px #abe2fb;
          box-shadow: 0 0 0 5px #abe2fb;
}
.Slider__component__2LyTR .rc-slider-handle:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.Slider__component__2LyTR .rc-slider-handle:focus-visible {
  border-color: #57c5f7;
  -webkit-box-shadow: 0 0 0 3px #abe2fb;
          box-shadow: 0 0 0 3px #abe2fb;
}
.Slider__component__2LyTR .rc-slider-handle-click-focused:focus {
  border-color: #abe2fb;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.Slider__component__2LyTR .rc-slider-handle:hover {
  border-color: #79d1f9;
}
.Slider__component__2LyTR .rc-slider-handle:active {
  border-color: #79d1f9;
  -webkit-box-shadow: 0 0 5px #79d1f9;
          box-shadow: 0 0 5px #79d1f9;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.Slider__component__2LyTR .rc-slider-mark {
  position: absolute;
  top: 1.125rem;
  left: 0;
  width: 100%;
  font-size: 0.75rem;
}
.Slider__component__2LyTR .rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: #98A5B3;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: inherit;
  font-size: 0.5rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Slider__component__2LyTR .rc-slider-mark-text {
    font-size: 0.75rem;
  }
}
.Slider__component__2LyTR .rc-slider-mark-text-active {
  color: #697787;
}
.Slider__component__2LyTR .rc-slider-step {
  position: absolute;
  width: 100%;
  height: 0.375rem;
  background: transparent;
  pointer-events: none;
}
.Slider__component__2LyTR .rc-slider-dot {
  position: absolute;
  width: 1.5px;
  height: 100%;
  vertical-align: middle;
  background-color: #fff;
  cursor: pointer;
}
.Slider__component__2LyTR .rc-slider-dot-active {
  border-color: #abe2fb;
}
.Slider__component__2LyTR .rc-slider-disabled {
  background-color: #e9e9e9;
}
.Slider__component__2LyTR .rc-slider-disabled .rc-slider-track {
  background-color: #98A5B3;
}
.Slider__component__2LyTR .rc-slider-disabled .rc-slider-handle,
.Slider__component__2LyTR .rc-slider-disabled .rc-slider-dot {
  background-color: #98A5B3;
  border-color: #98A5B3;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}
.Slider__component__2LyTR .rc-slider-disabled .rc-slider-mark-text,
.Slider__component__2LyTR .rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.Slider__component__2LyTR .Slider__tooltip__3De9b {
  top: -1.625rem;
  width: 5.25rem;
  height: auto;
  position: relative;
  padding: 0.5rem 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #B5CEE9;
  color: #011F40;
  text-align: center;
  background-color: #ECF7FD;
  border-radius: 0.625rem;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  margin-left: -2.625rem;
  -webkit-transition: opacity 0.15s ease-in, top 0.15s ease-in, width 0.15s ease-in;
  transition: opacity 0.15s ease-in, top 0.15s ease-in, width 0.15s ease-in;
  opacity: 0;
}
.Slider__component__2LyTR .Slider__tooltip__3De9b::after {
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  background: #ECF7FD;
  border-bottom: 1px solid #B5CEE9;
  border-right: 1px solid #B5CEE9;
  position: absolute;
  bottom: -0.34rem;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -2;
}
.Slider__component__2LyTR .Slider__tooltip__3De9b.Slider__visible__24EqE {
  -webkit-animation: Slider__stretch-animation__3JqA- 1s ease-out forwards 0.1s;
          animation: Slider__stretch-animation__3JqA- 1s ease-out forwards 0.1s;
  top: -3.75rem;
  opacity: 1;
  z-index: 3;
}
.Slider__component__2LyTR.Slider__large__3aU01 .rc-slider-rail {
  height: 0.625rem;
}
.Slider__component__2LyTR.Slider__large__3aU01 .rc-slider-track {
  height: 0.625rem;
}
.Slider__component__2LyTR.Slider__large__3aU01 .rc-slider-step {
  height: 0.625rem;
}
.Slider__component__2LyTR.Slider__large__3aU01 .rc-slider-dot {
  height: 100%;
}
.Slider__component__2LyTR.Slider__large__3aU01 .rc-slider-handle {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: url('/assets/images/icons/x.wonder.icon.large.svg') #2F83DE center no-repeat;
  margin-top: -0.9375rem;
}
.Slider__component__2LyTR.Slider__large__3aU01 .rc-slider-mark-text {
  margin-top: 0.65rem;
}
.Slider__component__2LyTR.Slider__large__3aU01 .Slider__tooltip__3De9b.Slider__visible__24EqE {
  top: -4.06rem;
}
/**
 * Deprecated
 */
.Autocomplete__container__3OZbt {
  color: #232D38;
  position: relative;
  width: 100%;
}
.Autocomplete__container__3OZbt.Autocomplete__containerOpen__3dlnN {
  position: relative;
}
.Autocomplete__container__3OZbt .Autocomplete__input__OfsfI {
  padding-right: 3rem;
}
.Autocomplete__container__3OZbt .Autocomplete__loading__1LZYs {
  position: absolute;
  right: 0.75rem;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
}
.Autocomplete__container__3OZbt .Autocomplete__loadingSpinner__ym5Rb {
  width: 1rem;
  height: 1rem;
}
.Autocomplete__container__3OZbt .Autocomplete__suggestionsContainerOpen__zZc28 {
  -webkit-box-shadow: 0.625rem 0.625rem 1.875rem rgba(174, 174, 192, 0.4), -0.625rem -0.625rem 1.875rem #FAFAFA;
          box-shadow: 0.625rem 0.625rem 1.875rem rgba(174, 174, 192, 0.4), -0.625rem -0.625rem 1.875rem #FAFAFA;
  background-color: white;
  border-radius: 0.5rem;
  border-top: none;
  margin-top: 0.125rem;
  margin-top: 0.5rem;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.Autocomplete__container__3OZbt .Autocomplete__suggestionsList__1tXXX {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.Autocomplete__container__3OZbt .Autocomplete__suggestion__HHJOt {
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.75rem;
  position: relative;
}
.Autocomplete__container__3OZbt .Autocomplete__suggestionHighlighted__1jp_K {
  background-color: #FFF8E8;
  cursor: pointer;
}
.Captcha__component__pzoYT {
  display: inline-block;
  position: relative;
}
.Captcha__component__pzoYT > div {
  display: inline-block;
}
/**
 * Deprecated
 */
.DateTime__component__TnTk- {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 15.68rem;
}
.DateTime__dayButton__2sH6b {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  background: url('/assets/images/icons/calendar.ink.svg') no-repeat;
  background-position: calc(100% - 0.5rem) center;
  background-size: 1.125rem;
  border: 1px solid #DDE1E5;
  border-right-width: 0;
  border-radius: 0.25rem 0 0 0.25rem;
  color: #232D38;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  margin: 0;
  padding: 0.858rem;
  text-align: left;
  text-transform: none;
  vertical-align: top;
  cursor: pointer;
}
.DateTime__dayButton__2sH6b:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  color: #232D38;
}
.DateTime__dayButton__2sH6b:focus {
  outline: 0;
}
.DateTime__dayButtonEnd__2ua1D {
  border-right-width: 1px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.DateTime__hourSelect__3YFT4 {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  vertical-align: top;
}
.DateTime__hourSelect__3YFT4 .DateTime__Select-control__21277 {
  border: 0;
}
.DateTime__inputError__1HnEC {
  color: #EE5548;
  font-size: 0.75rem;
}
 {
  /*!
  * https://github.com/YouCanBookMe/react-datetime
  */
}
.rdt {
  margin-top: 3rem;
  position: absolute;
  z-index: 100;
}
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #DDE1E5;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
}
.rdtPicker .rdtTimeToggle {
  text-align: center;
}
.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #DDE1E5;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}
.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.rdtPicker tfoot {
  border-top: 1px solid #DDE1E5;
}
.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}
.rdtPicker thead button {
  width: 100%;
  height: 100%;
}
td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}
.rdtCounters {
  display: inline-block;
}
.rdtCounters > div {
  float: left;
}
.rdtCounter {
  height: 100px;
}
.rdtCounter {
  width: 40px;
}
.rdtCounterSeparator {
  line-height: 100px;
}
.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}
.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}
.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
.DateTime__dayLabel__fXuhw {
  display: inline-block;
  color: #B6B6B6;
  width: 100%;
  text-align: left;
}
/**
 * Deprecated
 */
.FieldConstraints__component__3wOdf {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #232D38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.FieldConstraints__list__1Pwzj {
  margin: 1rem 0 0 0;
  position: relative;
}
.FieldConstraints__item__1Gf4k.FieldConstraints__valid__1FVxB {
  color: #48C975;
}
.FieldConstraints__item__1Gf4k.FieldConstraints__invalid__D6fB4 {
  color: #EE5548;
}
/**
 * Deprecated
 */
.Fieldset__component__19zXG {
  border: 0;
  margin: 0 0 2rem 0;
  padding: 0;
  position: relative;
}
.Fieldset__component__19zXG .Fieldset__children__1DCZq.Fieldset__collapsed__1phjK {
  display: none;
}
.Fieldset__component__19zXG:last-child {
  margin-bottom: 0;
}
.Fieldset__component__19zXG.Fieldset__collapsed__1phjK {
  margin: 0;
}
.Fieldset__component__19zXG legend {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #232D38;
  display: inline-block;
  font-size: 1.375rem;
  letter-spacing: 0.015625rem;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
.Fieldset__component__19zXG legend.Fieldset__collapsible__26C4c {
  color: #EAB52E;
  cursor: pointer;
}
.Fieldset__component__19zXG legend.Fieldset__collapsible__26C4c:hover {
  color: #DDAA2A;
}
/**
 * Deprecated
 */
.SearchInput__ellipsis__zm-Jj {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SearchInput__component__p3gJd {
  position: relative;
}
.SearchInput__component__p3gJd .SearchInput__clearButton__2W-YM {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #98A5B3;
  background-image: url('/assets/images/icons/x.white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.8125rem;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.75rem);
  width: 1.5rem;
}
.SearchInput__component__p3gJd .SearchInput__clearButton__2W-YM:hover {
  background-color: #697787;
}
.SearchInput__component__p3gJd .SearchInput__clearButton__2W-YM span {
  display: none;
}
.SearchInput__component__p3gJd .SearchInput__input__1Oonq {
  background-image: url('/assets/images/icons/search.ink.svg');
  background-position: 1rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  padding-left: 3.5rem;
}
.SearchInput__component__p3gJd .SearchInput__input__1Oonq:focus {
  background-image: url('/assets/images/icons/search.gold.svg');
}
.SearchInput__component__p3gJd .SearchInput__input__1Oonq.SearchInput__withClearButton__6-z4X {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: calc(0.8125rem + 2.25rem);
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.SearchBar__component__B0HlD {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SearchBar__component__B0HlD .SearchBar__searchBar__2F-Aw {
  position: relative;
  height: 2.8rem;
  width: 100%;
  border-radius: 6.25rem;
  border-color: #B5CEE9;
  padding: 0.625rem 5.7rem 0.625rem 2.5rem;
  max-width: 100%;
  background-image: url('/assets/images/icons/search.blueLight.svg');
  background-position: 1rem center;
  background-repeat: no-repeat;
  background-size: 0.8rem;
}
@media only screen and (min-width: 450px) {
  .SearchBar__component__B0HlD .SearchBar__searchBar__2F-Aw {
    width: 22.57rem;
  }
}
.SearchBar__component__B0HlD .SearchBar__searchBar__2F-Aw::-webkit-input-placeholder {
  color: #B5CEE9;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
}
.SearchBar__component__B0HlD .SearchBar__searchBar__2F-Aw::-ms-input-placeholder {
  color: #B5CEE9;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
}
.SearchBar__component__B0HlD .SearchBar__searchBar__2F-Aw::placeholder {
  color: #B5CEE9;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
}
.SearchBar__component__B0HlD .SearchBar__searchBar__2F-Aw:focus {
  -webkit-box-shadow: 0 0 5px #b5cee9;
          box-shadow: 0 0 5px #b5cee9;
  border: 1px solid #b5cee9;
}
.SearchBar__component__B0HlD .SearchBar__button__QFRhC {
  min-width: 4.687rem;
  height: 1.56rem;
  padding: 0.625rem;
  text-transform: uppercase;
  background-color: #ECF7FD;
  color: #2F83DE;
  border-radius: 6.25rem;
  font-size: 12px;
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0.625rem;
}
/**
 * Deprecated
 */
.Selectables__component__2SWaV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Selectables__blueSelected__cF_ej {
  border-color: #2F83DE;
  color: black;
  background-color: #ECF7FD;
}
.Selectables__option__1RN_4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.25rem;
}
.Selectables__option__1RN_4 .Selectables__iconContainer__91yH6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Selectables__option__1RN_4.Selectables__optionBlue__2uhpA {
  border: 1px solid #B5CEE9;
  color: black;
}
.Selectables__option__1RN_4.Selectables__optionBlue__2uhpA:hover {
  border-color: #2F83DE;
  color: black;
  background-color: #ECF7FD;
}
.Selectables__option__1RN_4.Selectables__selected__B4hp2,
.Selectables__option__1RN_4.Selectables__selected__B4hp2:hover {
  background-color: #EAB52E;
  color: white;
}
.Selectables__option__1RN_4.Selectables__selected__B4hp2.Selectables__optionBlue__2uhpA,
.Selectables__option__1RN_4.Selectables__selected__B4hp2:hover.Selectables__optionBlue__2uhpA {
  border-color: #2F83DE;
  color: black;
  background-color: #ECF7FD;
  color: #2F83DE;
}
.Selectables__option__1RN_4.Selectables__deselect__1Q4Ke {
  padding-right: 2.25rem;
}
.Selectables__option__1RN_4.Selectables__deselect__1Q4Ke:after {
  background: url('/assets/images/icons/x.white.svg') center no-repeat;
  background-size: 0.5rem;
  border-radius: 50%;
  border: 1px solid white;
  content: '';
  height: 0.875rem;
  right: 0.5rem;
  position: absolute;
  width: 0.875rem;
}
/**
 * Deprecated
 */
.Telephone__inputComponent__1Jfqa {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232D38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
}
.Telephone__inputComponent__1Jfqa:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.Telephone__inputComponent__1Jfqa::-webkit-input-placeholder {
  color: #697787;
}
.Telephone__inputComponent__1Jfqa::-ms-input-placeholder {
  color: #697787;
}
.Telephone__inputComponent__1Jfqa::placeholder {
  color: #697787;
}
.Telephone__component__edyPW {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232D38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
}
.Telephone__component__edyPW:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.Telephone__component__edyPW::-webkit-input-placeholder {
  color: #697787;
}
.Telephone__component__edyPW::-ms-input-placeholder {
  color: #697787;
}
.Telephone__component__edyPW::placeholder {
  color: #697787;
}
.Telephone__checkbox__2JmU-,
.Telephone__radio__30M_8 {
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5rem;
  width: 1.5rem;
}
.Telephone__checkbox__2JmU-:after,
.Telephone__radio__30M_8:after,
.Telephone__checkbox__2JmU-:before,
.Telephone__radio__30M_8:before {
  content: '';
  display: inline-block;
  position: absolute;
}
.Telephone__checkbox__2JmU-:before,
.Telephone__radio__30M_8:before {
  background: white;
  border: 1px solid #DDE1E5;
  height: 1.375rem;
  width: 1.375rem;
}
.Telephone__checkbox__2JmU-:before {
  border-radius: 0.1875rem;
}
.Telephone__checkbox__2JmU-:checked:after {
  background-image: url('/assets/images/icons/checkmark.white.svg');
  background-position: 45% 40%;
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
}
.Telephone__checkbox__2JmU-:checked:before {
  background-color: #EAB52E;
  border-color: #EAB52E;
}
.Telephone__radio__30M_8:after,
.Telephone__radio__30M_8:before {
  border-radius: 50%;
}
.Telephone__radio__30M_8:checked:after {
  background: #EAB52E;
  border: 1px solid white;
  height: 0.875rem;
  width: 0.875rem;
}
.Telephone__email__3layx,
.Telephone__number__1r6IF,
.Telephone__password__2ZoVB,
.Telephone__text__2MMOX,
.Telephone__url__2ZB2o {
  border: 1px solid #DDE1E5;
  border-radius: 0.5rem;
  padding: 0.75rem;
  width: 100%;
}
.Telephone__email__3layx:focus,
.Telephone__number__1r6IF:focus,
.Telephone__password__2ZoVB:focus,
.Telephone__text__2MMOX:focus,
.Telephone__url__2ZB2o:focus {
  border-color: #EAB52E;
}
.Telephone__error__Z0E-f {
  border-color: #EE5548;
}
.Telephone__notification__1qZrD {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0.25rem 0;
}
 {
  /* Removes `<input type="number"/>` up/down arrows in Webkit browsers. */
  /* Styling native country `<select/>`. */
  /* Something from stackoverflow. */
  /* Styling phone number input */
  /* Overrides Chrome autofill yellow background color */
  /* A small fix for `react-responsive-ui` */
}
.react-phone-number-input__row {
  /* This is done to stretch the contents of this component */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.react-phone-number-input__phone {
  /* The phone number input stretches to fill all empty space */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* The phone number input should shrink
  to make room for the extension input */
  min-width: 9.2rem;
}
.react-phone-number-input__icon {
  /* The flag icon size is 4x3 hence the exact `width` and `height` values */
  width: 1.24em;
  height: 0.93em;
  /* `1px` is still too much for a "retina" screen but there's no way in CSS to specify "hairline" border width. */
  border: 1px solid rgba(0, 0, 0, 0.5);
  /* Makes sure `width`x`height` is exactly `4x3` and `border` width is not included in it */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 1;
}
.react-phone-number-input__icon--international {
  /* The international icon size is square */
  /* and also has no border hence the `2 * 1px` `width` and `height` compensation */
  width: calc(0.93em + 2px);
  height: calc(0.93em + 2px);
  /* The international icon size is square hence the exact `padding` value */
  /* for precise alignment with `4x3` sized country flags. */
  padding-left: 0.155em;
  padding-right: 0.155em;
  border: none;
}
.react-phone-number-input__error {
  margin-left: calc(1.24em + 2px + 0.3em + 0.35em + 0.5em);
  margin-top: calc(0.3rem);
  color: #EE5548;
}
.react-phone-number-input__icon-image {
  max-width: 100%;
  max-height: 100%;
}
.react-phone-number-input__ext-input::-webkit-inner-spin-button,
.react-phone-number-input__ext-input::-webkit-outer-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}
.react-phone-number-input__ext-input {
  width: 3em;
}
.react-phone-number-input__ext {
  white-space: nowrap;
}
.react-phone-number-input__ext,
.react-phone-number-input__ext-input {
  margin-left: 0.5em;
}
.react-phone-number-input__country--native {
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5em;
}
.react-phone-number-input__country-select {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.react-phone-number-input__country-select-arrow {
  display: block;
  content: '';
  width: 0;
  height: 0;
  margin-bottom: 0.1em;
  margin-top: 0.3em;
  margin-left: 0.3em;
  border-width: 0.35em 0.2em 0 0.2em;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  color: #B8BDC4;
  opacity: 0.7;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.react-phone-number-input__country-select-divider {
  font-size: 1px;
  background: black;
}
.react-phone-number-input__country-select:focus + .react-phone-number-input__country-select-arrow {
  color: #03B2CB;
}
.react-phone-number-input__input {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232D38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  border: 1px solid #DDE1E5;
  border-radius: 0.5rem;
  padding: 0.75rem;
  width: 100%;
}
.react-phone-number-input__input:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.react-phone-number-input__input::-webkit-input-placeholder {
  color: #697787;
}
.react-phone-number-input__input::-ms-input-placeholder {
  color: #697787;
}
.react-phone-number-input__input::placeholder {
  color: #697787;
}
.react-phone-number-input__input:focus {
  border-color: #EAB52E;
}
.react-phone-number-input__input--disabled {
  cursor: default;
}
.react-phone-number-input__input--invalid,
.react-phone-number-input__input--invalid:focus {
  border-color: #EE5548;
}
.react-phone-number-input__input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}
.react-phone-number-input__country .rrui__select__button {
  border-bottom: none;
}
/**
 * Deprecated
 */
.TextArea__component__3ipRq {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  border: 1px solid #DDE1E5;
  color: #232D38;
  display: inline-block;
  min-height: 7rem;
  outline: none;
  padding: 0.75rem;
  resize: none;
  width: 100%;
}
.TextArea__component__3ipRq:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.TextArea__component__3ipRq:focus {
  border-color: #EAB52E;
}
.TextArea__component__3ipRq::-webkit-input-placeholder {
  color: #697787;
}
.TextArea__component__3ipRq::-ms-input-placeholder {
  color: #697787;
}
.TextArea__component__3ipRq::placeholder {
  color: #697787;
}
.TextArea__component__3ipRq.TextArea__small__2HYgh {
  min-height: 10rem;
}
.TextArea__error__nB3CC {
  border-color: #EE5548;
}
.TextArea__textAreaError__2e6KH {
  color: #EE5548;
  font-size: 12px;
}
.TextArea__textAreaWarning__k_wpE {
  color: #EAB52E;
}
/**
 * Deprecated
 */
.ReduxFormFieldHOC__errorMessage__1RYMy {
  color: #EE5548;
}
.DoubleRadioQuestion__questionContainer__1mizQ {
  margin-bottom: 2rem;
}
.DoubleRadioQuestion__question__3-EOd {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.DoubleRadioQuestion__optionContainer__1qhhH {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.DoubleRadioQuestion__radioField__3Ozny {
  margin: 0 1rem 0 0;
}
.DoubleRadioQuestion__radioLabel__3kDw_ {
  cursor: pointer;
}
/**
 * Deprecated
 */
.InputList__component__2MtgZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.InputList__component__2MtgZ .InputList__fieldContainer__RcMCM {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0.5rem;
}
.InputList__component__2MtgZ .InputList__fieldContainer__RcMCM button.InputList__removeButton__2cesM {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #98A5B3;
  height: 1.5rem;
  margin-left: 1rem;
  padding: 0;
}
.InputList__component__2MtgZ .InputList__fieldContainer__RcMCM button.InputList__removeButton__2cesM:hover {
  color: #697787;
}
.InputList__component__2MtgZ .InputList__fieldContainer__RcMCM input {
  max-width: calc(100% - 3rem);
}
.InputList__component__2MtgZ .InputList__addAnotherButton__3sr_l {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #47525E;
  margin: 0.5rem 3rem 1rem 0;
  padding: 0;
}
.InputList__component__2MtgZ .InputList__addAnotherButton__3sr_l:hover {
  color: #232D38;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.LoginForm__component__38bv5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 2rem;
}
.LoginForm__component__38bv5 > * {
  margin: 0 0 1.5rem 0;
}
.LoginForm__component__38bv5 > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 450px) {
  .LoginForm__component__38bv5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .LoginForm__component__38bv5 > * {
    margin: 0 0 2rem 0;
  }
  .LoginForm__component__38bv5 > *:last-child {
    margin: 0;
  }
}
.LoginForm__component__38bv5 label:after {
  content: '';
}
@media only screen and (max-width: 450px) {
  .LoginForm__component__38bv5 label {
    margin-bottom: 0.5rem;
  }
}
.LoginForm__actions__38YeS {
  text-align: center;
}
.LoginForm__errors__4xnIa {
  text-align: center;
}
.LoginForm__helpContainer__OcP1h {
  text-align: center;
}
.LoginForm__smallLink__pRyOe {
  font-size: 0.75rem;
}
.LoginForm__passwordField__204M9 {
  position: relative;
}
.LoginForm__passwordField__204M9 .LoginForm__resetPasswordLink__BWav5 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: -2.5rem;
  position: absolute;
  right: 1rem;
}
.LoginForm__passwordField__204M9 .LoginForm__passwordInput__U-46p {
  margin-bottom: 0;
}
.LoginForm__passwordField__204M9 .LoginForm__passwordInput__U-46p input {
  padding-right: 4.5rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .LoginMessageModal__containerSizing__3zGFc {
    height: unset !important;
    padding: 2.5rem !important;
  }
}
.LoginMessageModal__container__1Q3DQ {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.LoginMessageModal__container__1Q3DQ .LoginMessageModal__content__33lCs {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-size: 18px;
  line-height: 40px;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.ContentLayout__component__iS2AZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ContentLayout__content__pGOMo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto;
  max-width: 81.5rem;
  padding: 2.5rem 1rem;
  width: 100%;
}
@media only screen and (min-width: 450px) {
  .ContentLayout__content__pGOMo {
    padding: 3.5rem 1.5rem;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ContentLayout__content__pGOMo {
    padding: 3.5rem 2rem;
  }
}
.ContentLayout__content__pGOMo .ContentLayout__contentHeader__RxqpJ {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.ContentLayout__content__pGOMo .ContentLayout__contentHeader__RxqpJ .ContentLayout__title__3q4HW {
  font-size: 2rem;
  line-height: 2.375rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 450px) {
  .ContentLayout__content__pGOMo .ContentLayout__contentHeader__RxqpJ {
    margin-bottom: 2rem;
  }
  .ContentLayout__content__pGOMo .ContentLayout__contentHeader__RxqpJ .ContentLayout__title__3q4HW {
    font-size: 2.375rem;
    line-height: 2.8125rem;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ContentLayout__content__pGOMo .ContentLayout__contentHeader__RxqpJ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 2.5rem;
  }
}
.ContentLayout__header__1lUIh.ContentLayout__header__1lUIh {
  border-bottom: 0.03125rem solid #DDE1E5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  z-index: 2000;
}
@media only screen and (min-width: 450px) {
  .ContentLayout__contentHeaderRight__1lNTe {
    margin-bottom: 1rem;
  }
}
.PageLayout__component__6jTTH {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/**
 * Deprecated
 */
.LoginPage__component__3YBQv {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border-radius: 0.3125rem;
  border: 1px solid transparent;
  color: #EAB52E;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: relative;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
}
.LoginPage__component__3YBQv:hover {
  color: #DDAA2A;
}
.LoginPage__component__3YBQv:focus {
  outline: none;
}
.LoginPage__component__3YBQv.LoginPage__back__2XBqc {
  padding: 0.5rem 1rem;
  background: white url('/assets/images/icons/caret.right.ink.svg') 1rem 50% no-repeat;
  border: 1px solid #DDE1E5;
  color: #697787;
  padding-left: 1.8125rem;
}
.LoginPage__component__3YBQv.LoginPage__back__2XBqc:disabled:not(.LoginPage__loading__OpIf5) {
  background-image: url('/assets/images/icons/caret.right.skyDark.svg');
}
.LoginPage__component__3YBQv.LoginPage__back__2XBqc:hover {
  background-color: #F4F7FA;
}
.LoginPage__component__3YBQv.LoginPage__destructive__3jF3c {
  padding: 0.75rem 1.5rem;
  background-color: #EE5548;
  border-color: #EE5548;
  color: white;
}
.LoginPage__component__3YBQv.LoginPage__destructive__3jF3c:hover {
  background-color: #E14335;
  border-color: #E14335;
}
.LoginPage__component__3YBQv.LoginPage__important__37onD {
  padding: 0.75rem 1.5rem;
  background-color: #EAB52E;
  border-color: #EAB52E;
  color: white;
}
.LoginPage__component__3YBQv.LoginPage__important__37onD:hover {
  background-color: #DDAA2A;
  border-color: #DDAA2A;
}
.LoginPage__component__3YBQv.LoginPage__link__2wHte {
  color: #697787;
  padding: 0.25rem 0.5rem;
}
.LoginPage__component__3YBQv.LoginPage__link__2wHte:disabled:not(.LoginPage__loading__OpIf5) {
  border-color: transparent;
}
.LoginPage__component__3YBQv.LoginPage__link__2wHte:hover {
  background-color: #F4F7FA;
  border-color: #F4F7FA;
  color: #47525E;
}
.LoginPage__component__3YBQv.LoginPage__loading__OpIf5 {
  cursor: wait;
}
.LoginPage__component__3YBQv.LoginPage__loading__OpIf5 .LoginPage__children__1F3Kp {
  visibility: hidden;
}
.LoginPage__component__3YBQv.LoginPage__primary__2MysK {
  padding: 0.75rem 1.5rem;
  background-color: #2F83DE;
  border-color: #2F83DE;
  color: white;
}
.LoginPage__component__3YBQv.LoginPage__primary__2MysK:hover {
  background-color: #2E7CD0;
  border-color: #2E7CD0;
}
.LoginPage__component__3YBQv.LoginPage__secondary__2-clr {
  padding: 0.75rem 1.5rem;
  background-color: white;
  border: 1px solid #EAB52E;
  color: #EAB52E;
}
.LoginPage__component__3YBQv.LoginPage__secondary__2-clr:hover {
  background-color: #FFF8E8;
  border-color: #DDAA2A;
  color: #DDAA2A;
}
.LoginPage__component__3YBQv.LoginPage__small__3P_K3 {
  padding: 0.5rem 1rem;
}
.LoginPage__component__3YBQv.LoginPage__back__2XBqc.LoginPage__loading__OpIf5,
.LoginPage__component__3YBQv.LoginPage__link__2wHte.LoginPage__loading__OpIf5 {
  background-image: none;
}
.LoginPage__component__3YBQv.LoginPage__back__2XBqc.LoginPage__loading__OpIf5 .LoginPage__loadingIndicator__OaePB,
.LoginPage__component__3YBQv.LoginPage__link__2wHte.LoginPage__loading__OpIf5 .LoginPage__loadingIndicator__OaePB {
  stroke: #C7D1DC;
}
.LoginPage__component__3YBQv.LoginPage__destructive__3jF3c.LoginPage__loading__OpIf5 .LoginPage__loadingIndicator__OaePB,
.LoginPage__component__3YBQv.LoginPage__important__37onD.LoginPage__loading__OpIf5 .LoginPage__loadingIndicator__OaePB,
.LoginPage__component__3YBQv.LoginPage__primary__2MysK.LoginPage__loading__OpIf5 .LoginPage__loadingIndicator__OaePB {
  stroke: rgba(255, 255, 255, 0.35);
}
.LoginPage__component__3YBQv:disabled {
  cursor: not-allowed;
}
.LoginPage__component__3YBQv:disabled:not(.LoginPage__loading__OpIf5) {
  background-color: white;
  color: #C7D1DC;
}
.LoginPage__component__3YBQv:disabled:not(.LoginPage__loading__OpIf5).LoginPage__primary__2MysK,
.LoginPage__component__3YBQv:disabled:not(.LoginPage__loading__OpIf5).LoginPage__secondary__2-clr,
.LoginPage__component__3YBQv:disabled:not(.LoginPage__loading__OpIf5).LoginPage__important__37onD,
.LoginPage__component__3YBQv:disabled:not(.LoginPage__loading__OpIf5).LoginPage__back__2XBqc,
.LoginPage__component__3YBQv:disabled:not(.LoginPage__loading__OpIf5).LoginPage__destructive__3jF3c {
  border-color: #C7D1DC;
}
.LoginPage__component__3YBQv .LoginPage__children__1F3Kp {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.LoginPage__component__3YBQv .LoginPage__loadingIndicatorContainer__3DmIq {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.LoginPage__component__3YBQv .LoginPage__loadingIndicator__OaePB {
  height: 1.25rem;
  width: 1.25rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.LoginPage__container__2k7Sv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.LoginPage__container__2k7Sv > * {
  margin: 0 0 1.5rem 0;
}
.LoginPage__container__2k7Sv > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 450px) {
  .LoginPage__container__2k7Sv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .LoginPage__container__2k7Sv > * {
    margin: 0 0 2rem 0;
  }
  .LoginPage__container__2k7Sv > *:last-child {
    margin: 0;
  }
}
.LoginPage__ssoContainer__3ZZf7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #DDE1E5;
  padding-top: 1.5rem;
  color: #232D38;
}
.LoginPage__ssoContainer__3ZZf7 > * {
  margin: 0 0 1rem 0;
}
.LoginPage__ssoContainer__3ZZf7 > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 450px) {
  .LoginPage__ssoContainer__3ZZf7 {
    padding-top: 2rem;
  }
}
.LoginPage__googleButton__1tk-X:hover {
  text-decoration: none;
}
.LoginPage__googleButton__1tk-X button {
  padding: 0.75rem 1.5rem;
  border: solid 1px #EE5548;
  color: #EE5548;
}
.LoginPage__googleButton__1tk-X button svg {
  width: 1.4375rem;
  height: 1.4375rem;
  fill: #EE5548;
}
.LoginPage__googleButton__1tk-X button:hover {
  background-color: #EE5548;
  color: white;
}
.LoginPage__googleButton__1tk-X button:hover svg {
  fill: white;
}
.LoginPage__googleButton__1tk-X button .LoginPage__googleButtonContent__1KTE9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.LoginPage__googleButton__1tk-X button .LoginPage__googleButtonContent__1KTE9 > * {
  margin: 0 1rem 0 0;
}
.LoginPage__googleButton__1tk-X button .LoginPage__googleButtonContent__1KTE9 > *:last-child {
  margin: 0;
}
.ResetPasswordConfirmForm__component__nfXYp {
  padding: 0 2rem;
  position: relative;
}
.ResetPasswordConfirmForm__actions__QWlgV {
  margin-top: 2rem;
  text-align: center;
}
.ResetPasswordConfirmForm__errors__2nqa_ {
  text-align: center;
}
.ResetPasswordConfirmForm__helpContainer__URtiJ {
  margin-bottom: 2rem;
  text-align: center;
}
.ResetPasswordConfirmForm__smallLink__3cKT3 {
  font-size: 0.75rem;
}
.ResetPasswordForm__component__3Tb5s {
  padding: 0 2rem;
  position: relative;
}
.ResetPasswordForm__actions__3fzCQ {
  margin-top: 2rem;
  text-align: center;
}
.ResetPasswordForm__errors__1VD1k {
  text-align: center;
}
.ResetPasswordForm__helpContainer__3qwQR {
  margin-bottom: 2rem;
  text-align: center;
}
.ResetPasswordForm__smallLink__qCifX {
  font-size: 0.75rem;
}
.ResetPasswordForm__sent__NW1HR {
  text-align: center;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
@media only screen and (min-width: 1024px) {
  .TwoColumns__component__1Tvh8 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.TwoColumns__component__1Tvh8 .TwoColumns__contentColumn__1ZGK5 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .TwoColumns__component__1Tvh8 .TwoColumns__left__3zH7O {
    margin-right: 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .TwoColumns__component__1Tvh8 .TwoColumns__left__3zH7O.TwoColumns__smallSizeBetween__bVV8d {
    margin-right: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .TwoColumns__component__1Tvh8 .TwoColumns__left__3zH7O.TwoColumns__xSmallSizeBetween__Nm0uu {
    max-width: 21.875rem;
    margin-right: 0;
  }
}
.TwoColumns__component__1Tvh8 .TwoColumns__secondaryColumn__36hia {
  width: 100%;
}
.TwoColumns__component__1Tvh8 .TwoColumns__secondaryColumn__36hia.TwoColumns__fixedBottom__1LRX8 {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .TwoColumns__component__1Tvh8 .TwoColumns__secondaryColumn__36hia.TwoColumns__fixedBottom__1LRX8 {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    width: auto;
  }
}
.TwoColumns__component__1Tvh8 .TwoColumns__secondaryColumn__36hia.TwoColumns__fixedTop__3BX4S {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .TwoColumns__component__1Tvh8 .TwoColumns__secondaryColumn__36hia.TwoColumns__fixedTop__3BX4S {
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .TwoColumns__component__1Tvh8 .TwoColumns__secondaryColumn__36hia.TwoColumns__large__3kp-E {
    max-width: 25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .TwoColumns__component__1Tvh8 .TwoColumns__secondaryColumn__36hia.TwoColumns__small__1oKwI {
    max-width: 17.5rem;
  }
}
/**
 * Deprecated
 */
.UnsupportedBrowserPage__component__FUWnm {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #232D38;
}
.UnsupportedBrowserPage__component__FUWnm a {
  color: #697787;
}
.UnsupportedBrowserPage__component__FUWnm a:hover {
  color: #47525E;
  text-decoration: none;
}
.UnsupportedBrowserPage__component__FUWnm p {
  margin: 0;
}
.PrivacyPolicyPage__menu__2P9Ws {
  margin: 2rem 0;
}
.PrivacyPolicyPage__section__CwZBC {
  margin-bottom: 3rem;
}
.PrivacyPolicyPage__smallHeading__1bjiZ {
  margin: 2rem 0 1rem 0;
}
.PrivacyPolicyPage__no-dots__1xyqD {
  list-style-type: none;
}
.TOSPage__section__kNSrA {
  margin-bottom: 3rem;
}
.TOSPage__section__kNSrA:last-child {
  margin-bottom: 0;
}
.TOSPage__letter__3ajjU {
  list-style-type: lower-alpha;
}
.Main__component__IFYD- {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.CreditCardForm__scrollable__2sVTo {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.CreditCardForm__scrollable__2sVTo > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.CreditCardForm__component__KN8Qq {
  color: #4a4a4a;
  max-width: 25.25rem;
}
.CreditCardForm__heading__8wX6X {
  text-align: center;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .CreditCardForm__heading__8wX6X {
    text-align: left;
  }
}
.CreditCardForm__noHourlyRate__3X2NM {
  margin-bottom: 3rem;
}
.CreditCardForm__field__3D_hy {
  text-align: left;
  margin-bottom: 2rem;
}
.CreditCardForm__nameField__2CK8w {
  text-align: left;
  margin-bottom: 2rem;
}
.CreditCardForm__cardDetailsField__3VdyG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 450px) {
  .CreditCardForm__cardDetailsField__3VdyG {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.CreditCardForm__cardDetailsLabel__3K0XO {
  float: left;
}
.CreditCardForm__cvc__1A7tk {
  text-align: left;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 450px) {
  .CreditCardForm__cvc__1A7tk {
    width: 23%;
  }
}
.CreditCardForm__expiry__2kVv1 {
  text-align: left;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 450px) {
  .CreditCardForm__expiry__2kVv1 {
    width: 23%;
    margin-right: 4%;
  }
}
.CreditCardForm__cardNumber__19fvH {
  text-align: left;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 450px) {
  .CreditCardForm__cardNumber__19fvH {
    width: 46%;
    margin-right: 4%;
  }
}
.CreditCardForm__actions__2WdQU {
  margin: 0.5rem 0 0 0;
}
.CreditCardForm__close__9t8Gi {
  margin-top: 1rem;
}
.CreditCardForm__submit__32RMz {
  padding-left: 2.625rem;
}
.CreditCardForm__submit__32RMz.CreditCardForm__lock__1h1B0 {
  background-image: url('/assets/images/icons/lock.svg');
  fill: white;
  background-position: 1.4rem 48%;
  background-repeat: no-repeat;
  background-size: 0.625rem 0.75rem;
}
.CreditCardForm__submit__32RMz.CreditCardForm__lock__1h1B0:not(:disabled) {
  padding-left: 2.625rem;
}
.CreditCardForm__teamNote__2A8E7 {
  margin-top: 2rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.InviteForm__form__3qxmm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.InviteForm__actions__3K9_x {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .InviteForm__actions__3K9_x {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/**
 * Deprecated
 */
.AccountReady__component__TzX1k {
  position: relative;
  text-align: center;
}
.AccountReady__actions__1tXS2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AccountReady__heading__2gauA {
  margin-top: 1rem;
}
.AccountReady__bottomHeading__154Zq {
  margin-bottom: 2rem;
}
.AccountReady__link__3Zoty {
  display: inline-block;
  margin: 0.25rem 0;
}
.AccountReady__link__3Zoty:hover {
  text-decoration: none;
}
.AccountReady__inviteTeammates__1nAK9 {
  margin-top: 3rem;
}
.ConfirmAccount__component__2ZKhw {
  text-align: center;
}
/**
 * Deprecated
 */
.CellphoneValidateModal__container__10mWo {
  text-align: center;
  padding-top: 2rem;
}
.CellphoneValidateModal__field__1tS-V {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  font-size: 2rem;
  letter-spacing: 1rem;
  padding-left: 1rem;
  display: block;
  margin: 0 auto;
  width: 15rem;
  text-align: left;
  color: #232D38;
}
.CellphoneValidateModal__field__1tS-V::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  color: #98A5B3;
}
.CellphoneValidateModal__field__1tS-V::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  color: #98A5B3;
}
.CellphoneValidateModal__field__1tS-V::placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  color: #98A5B3;
}
.CellphoneValidateModal__field__1tS-V:focus {
  border-color: #2E7CD0;
}
.CellphoneValidateModal__phoneNumber__3lLX7 {
  color: #47525E;
}
label.CellphoneValidateModal__confirmationCodeLabel__a6vBT {
  display: inline-block;
  margin: 1rem 0;
}
.CellphoneValidateModal__buttonsContainer__17zf6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CellphoneValidateModal__editButtonSection__1zUXu {
  display: inline;
  font-size: 1.125rem;
  font-family: 'Brandon_txt_med', serif;
  color: #47525E;
}
.CellphoneValidateModal__editButton__JeUUs {
  padding: 0.25rem 0 !important;
}
.CellphoneValidateModal__editButton__JeUUs:hover {
  background-color: unset !important;
  border-color: transparent !important;
}
.CellphoneValidateModal__resendButton__2gijf {
  margin-top: 0.5rem;
  color: #697787;
}
.CellphoneValidateModal__resendButton__2gijf:hover {
  color: #47525E;
  text-decoration: underline;
}
.CellphoneValidateModal__errorList__2NFz4 {
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.NotificationsSettings__form__3TJD_ {
  padding: 2.5rem 0;
}
@media only screen and (min-width: 450px) {
  .NotificationsSettings__form__3TJD_ {
    padding: 2rem 0;
  }
}
.NotificationsSettings__form__3TJD_ .NotificationsSettings__component__3MO2H {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.NotificationsSettings__form__3TJD_ .NotificationsSettings__component__3MO2H > * {
  margin: 0 0 3rem 0;
}
.NotificationsSettings__form__3TJD_ .NotificationsSettings__component__3MO2H > *:last-child {
  margin: 0;
}
.NotificationsSettings__fields__1n-Jn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.NotificationsSettings__fields__1n-Jn > * {
  margin: 0 0 0.5rem 0;
}
.NotificationsSettings__fields__1n-Jn > *:last-child {
  margin: 0;
}
.NotificationsSettings__field__2voz4 {
  margin-left: 0;
  margin-bottom: 1rem;
}
.NotificationsSettings__heading__2qe0X {
  margin-bottom: 2rem;
}
.NotificationsSettings__spacer__16Fcu {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  .NotificationsSettings__spacer__16Fcu {
    display: none;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.TeamMemberSetGroupModal__component__2_a4u {
  color: #232D38;
  min-height: 27rem;
  position: relative;
  text-align: center;
}
.TeamMemberSetGroupModal__actions__22nxm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4rem 0 0 0;
}
.TeamMemberSetGroupModal__checkboxField__CvY_o {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.TeamMemberSetGroupModal__help__2nIBC {
  margin-top: 1.5rem;
  text-align: center;
}
.TeamMemberSetGroupModal__newFields__1lvOl {
  margin: 1rem;
  max-width: 36rem;
  text-align: left;
}
@media only screen and (min-width: 450px) {
  .TeamMemberSetGroupModal__newFields__1lvOl {
    margin: 2rem auto;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .TeamMemberSetGroupModal__newFields__1lvOl {
    max-width: none;
  }
}
.TeamMemberSetGroupModal__select__3lEoa {
  margin-top: 2rem;
  text-align: left;
}
.TeamMemberSetGroupModal__close__eQj2r {
  margin-top: 1rem;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  width: 41.875rem;
  max-width: 100%;
  padding: 2rem;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__title__gtrhM,
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__subtitle__3Vjz9 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__subtitle__3Vjz9 {
  color: #47525E;
  font-size: 0.875rem;
  margin-bottom: 1.75rem;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__title__gtrhM {
  font-size: 1.25rem;
  color: #151515;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__optionsContainer__3716d {
  padding: 0;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__optionsContainer__3716d > div {
  margin: 0 0 1.1rem 0;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__optionsContainer__3716d > div label {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  color: #232D38;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__optionsContainer__3716d .NonConvertReasonModal__option__2Evgd {
  margin-left: 0;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__optionsContainer__3716d .NonConvertReasonModal__commentTextAreaField__NPKAx {
  margin: 0.5rem 0 1.5rem;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__optionsContainer__3716d .NonConvertReasonModal__commentTextAreaField__NPKAx .NonConvertReasonModal__commentTextArea__2L3qP {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  color: #232D38;
  border-radius: 0.625rem;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__optionsContainer__3716d .NonConvertReasonModal__commentTextAreaField__NPKAx .NonConvertReasonModal__commentTextArea__2L3qP::-webkit-input-placeholder {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  color: #697787;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__optionsContainer__3716d .NonConvertReasonModal__commentTextAreaField__NPKAx .NonConvertReasonModal__commentTextArea__2L3qP::-ms-input-placeholder {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  color: #697787;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__optionsContainer__3716d .NonConvertReasonModal__commentTextAreaField__NPKAx .NonConvertReasonModal__commentTextArea__2L3qP::placeholder {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  color: #697787;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__actionsContainer__1Jn_f {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__actionsContainer__1Jn_f .NonConvertReasonModal__cancelButton__1IGZ3,
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__actionsContainer__1Jn_f .NonConvertReasonModal__closeButton__2QLAo {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__actionsContainer__1Jn_f .NonConvertReasonModal__cancelButton__1IGZ3 {
  color: #2F83DE;
  font-size: 1rem;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__actionsContainer__1Jn_f .NonConvertReasonModal__closeButton__2QLAo {
  color: white;
  width: 11.27rem;
  max-width: 100%;
  padding: 1rem;
  height: 3rem;
  margin-left: 0.875rem;
  background-color: #2F83DE;
}
.NonConvertReasonModal__component__11f-s .NonConvertReasonModal__container__vo63_ .NonConvertReasonModal__actionsContainer__1Jn_f .NonConvertReasonModal__closeButton__2QLAo svg {
  stroke: white;
}
.NonConvertReasonModal__component__11f-s.NonConvertReasonModal__blurBackground__2nIMZ {
  -webkit-backdrop-filter: initial;
          backdrop-filter: initial;
  background: rgba(1, 31, 64, 0.9);
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.CreditCardFormV2__component__otFRi {
  color: #4a4a4a;
  max-width: 42.18rem;
}
.CreditCardFormV2__loadingIndicator__3Xj4B {
  min-height: 60vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .CreditCardFormV2__loadingIndicator__3Xj4B {
    min-height: 33.07rem;
  }
}
.CreditCardFormV2__heading__Szje2 {
  text-align: center;
  color: #151515;
  font-size: 1.25rem;
  font-family: 'Brandon_txt_med', serif;
  font-weight: 420;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .CreditCardFormV2__heading__Szje2 {
    text-align: left;
  }
}
.CreditCardFormV2__a___aWi9,
.CreditCardFormV2__subtitle__19EEK {
  font-family: 'Brandon_txt_med', serif;
  text-align: center;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .CreditCardFormV2__a___aWi9,
  .CreditCardFormV2__subtitle__19EEK {
    text-align: left;
  }
}
.CreditCardFormV2__subtitle__19EEK {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #697787;
}
.CreditCardFormV2__a___aWi9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 420;
  font-size: 0.75rem;
  text-decoration: underline;
  margin-bottom: 2.2rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .CreditCardFormV2__a___aWi9 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.CreditCardFormV2__noHourlyRate__1dMJ2 {
  margin-bottom: 3rem;
}
.CreditCardFormV2__field__2NmDW {
  text-align: left;
  margin-bottom: 1.2rem;
}
.CreditCardFormV2__labelUpgrade__2q1Dj {
  text-transform: initial;
  font-size: 0.8125rem;
  color: #011F40;
  margin-bottom: 0.5rem;
}
.CreditCardFormV2__nameField__11pQ2 {
  text-align: left;
  margin-bottom: 1.2rem;
}
.CreditCardFormV2__nameField__11pQ2 label {
  text-transform: initial;
  font-size: 0.8125rem;
  color: #011F40;
  margin-bottom: 0.5rem;
}
.CreditCardFormV2__nameField__11pQ2 input {
  border-radius: 3px;
}
.CreditCardFormV2__cardDetailsField__1SWja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 450px) {
  .CreditCardFormV2__cardDetailsField__1SWja {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.CreditCardFormV2__cardDetailsLabel__3EUl9 {
  float: left;
}
.CreditCardFormV2__cvc__2b4k0 {
  text-align: left;
  margin-bottom: 1.2rem;
  width: 49%;
  margin-right: 0;
  margin-left: 1%;
}
.CreditCardFormV2__cvc__2b4k0 label {
  text-transform: initial;
  font-size: 0.8125rem;
  color: #011F40;
  margin-bottom: 0.5rem;
}
.CreditCardFormV2__cvc__2b4k0 input {
  border-radius: 3px;
}
.CreditCardFormV2__expiry__sGOu4 {
  text-align: left;
  margin-bottom: 1.2rem;
  width: 49%;
  margin-right: 1%;
}
.CreditCardFormV2__expiry__sGOu4 label {
  text-transform: initial;
  font-size: 0.8125rem;
  color: #011F40;
  margin-bottom: 0.5rem;
}
.CreditCardFormV2__expiry__sGOu4 input {
  border-radius: 3px;
}
.CreditCardFormV2__cardNumber__r8etr {
  text-align: left;
  margin-bottom: 1.2rem;
  width: 100%;
  margin-right: 0;
}
.CreditCardFormV2__cardNumber__r8etr label {
  text-transform: initial;
  font-size: 0.8125rem;
  color: #011F40;
  margin-bottom: 0.5rem;
}
.CreditCardFormV2__cardNumber__r8etr input {
  border-radius: 3px;
}
.CreditCardFormV2__actions__1KhZM {
  margin: 0.5rem 0 0 0;
}
.CreditCardFormV2__close__1-uyw {
  margin-top: 1rem;
}
.CreditCardFormV2__submit__3_46p {
  padding-left: 2.625rem;
}
.CreditCardFormV2__submit__3_46p.CreditCardFormV2__lock__2An2A {
  background-image: url('/assets/images/icons/lock.svg');
  fill: white;
  background-position: 1.2rem 48%;
  background-repeat: no-repeat;
  background-size: 0.625rem 0.75rem;
}
.CreditCardFormV2__submit__3_46p.CreditCardFormV2__lock__2An2A:not(:disabled) {
  padding-left: 2.625rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .CreditCardFormV2__submit__3_46p {
    min-width: 11.25rem;
  }
  .CreditCardFormV2__submit__3_46p.CreditCardFormV2__lock__2An2A {
    background-position: 3.4rem 48%;
  }
}
.CreditCardFormV2__teamNote__2Amsq {
  margin-top: 2rem;
}
/**
 * Deprecated
 */
.CreditCardFormModalV2__modal__3hcW_ .CreditCardFormModalV2__container__L5wCB {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  width: 46.6rem;
  max-width: 100%;
}
.CreditCardFormModalV2__modal__3hcW_.CreditCardFormModalV2__blurBackground__j3f_w {
  background: #ECF7FD;
}
/**
 * Deprecated
 */
.TeamMemberList__ellipsis__3D6NP {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
@media only screen and (min-width: 1024px) {
  .TeamMemberList__component__3r_aQ {
    margin-left: 1rem;
  }
}
.TeamMemberList__component__3r_aQ .TeamMemberList__loadingContainer__AvtYN {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH {
  position: relative;
  table-layout: fixed;
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tbody tr:nth-child(odd) {
  background: #ECF7FD;
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tbody tr td.TeamMemberList__action__2ZvmB > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tbody tr td.TeamMemberList__action__2ZvmB > div > button {
  width: 1.0625rem;
  height: 1.0625rem;
  border: #2F83DE;
  background: url('/assets/images/icons/x.dropdown-blue.svg') center no-repeat;
}
@media only screen and (max-width: 1024px) {
  .TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH {
    -webkit-box-shadow: 0px 4px 6px 4px rgba(192, 192, 192, 0.25);
            box-shadow: 0px 4px 6px 4px rgba(192, 192, 192, 0.25);
    border-radius: 14px;
  }
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr,
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH th {
  padding: 0.7rem 1.6vw;
  font-size: 0.875rem;
  color: #697787;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
}
@media only screen and (min-width: 450px) {
  .TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr,
  .TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH th {
    padding: 0.8rem 1rem;
  }
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr td {
  padding: 0.7rem 1.6vw;
  font-size: 0.75rem;
  color: black;
}
@media only screen and (min-width: 450px) {
  .TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr td {
    padding: 0.8rem 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr td {
    font-size: 1.125rem;
  }
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr td:first-of-type {
  padding-left: 1rem;
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr td:first-of-type > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr td.TeamMemberList__email__3x-1j,
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr td.TeamMemberList__status__1Cd7E {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr td.TeamMemberList__status__1Cd7E {
  color: #8b8b8b;
}
@media only screen and (min-width: 1024px) {
  .TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr td.TeamMemberList__status__1Cd7E {
    font-size: 0.875rem;
  }
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr td.TeamMemberList__action__2ZvmB {
  padding-right: 1.75rem;
}
@media only screen and (max-width: 1024px) {
  .TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr td.TeamMemberList__action__2ZvmB {
    padding: 0.7rem 1rem 0.7rem 0;
  }
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr th.TeamMemberList__name__3uhe8 {
  width: 32%;
}
@media only screen and (max-width: 1024px) {
  .TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr th.TeamMemberList__name__3uhe8 {
    width: 32%;
    padding-left: 1rem;
  }
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr th.TeamMemberList__email__3x-1j {
  width: 41%;
}
@media only screen and (max-width: 1024px) {
  .TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr th.TeamMemberList__email__3x-1j {
    width: 37%;
  }
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr th.TeamMemberList__status__1Cd7E {
  width: 18%;
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr th.TeamMemberList__action__2ZvmB {
  width: 9%;
}
@media only screen and (max-width: 1024px) {
  .TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH tr th.TeamMemberList__action__2ZvmB {
    width: 13%;
  }
}
.TeamMemberList__component__3r_aQ .TeamMemberList__table__FWRQH .TeamMemberList__name__3uhe8 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CreditCardDetails__component__1qk_4 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.CreditCardDetails__component__1qk_4 .CreditCardDetails__icon__2rmxM {
  height: 1.25rem;
  margin-right: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 2.125rem;
}
.CreditCardDetails__component__1qk_4 .CreditCardDetails__expiration__1xrtl {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-left: 1rem;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.PaymentSection__subtitle__3FrCZ {
  color: #232D38;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-size: 0.875rem;
}
.PaymentSection__heading__2CK4L {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .PaymentSection__container__3FIyp {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.PaymentSection__component__3AIsu {
  padding: 0 0 1.5rem 0;
  display: grid;
  grid-template-columns: 2.6rem calc(50% - 2.6rem) 50%;
}
.PaymentSection__component__3AIsu div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .PaymentSection__component__3AIsu {
    padding: 0;
    grid-gap: 0.625rem;
    width: calc(50% - 0.625rem);
    grid-template-columns: 2.6rem auto 1fr;
  }
}
.PaymentSection__componentAddCreditCard__3gIJv {
  max-width: none;
}
.PaymentSection__button__hRSQX {
  float: right;
}
.PaymentSection__button__hRSQX,
.PaymentSection__button__hRSQX:hover {
  color: #2F83DE;
}
.PaymentSection__modalCreditCard__3iDc- .PaymentSection__modalCreditCardContainer__3d-Xr {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  width: 46.6rem;
  max-width: 100%;
}
.PaymentSection__modalCreditCard__3iDc-.PaymentSection__blurBackground__3fJ3x {
  background: #ECF7FD;
}
.PaymentSection__actions__CCJXx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
.PaymentSection__actions__CCJXx .PaymentSection__closeButton__t5_dl {
  color: #2F83DE;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.TeamPlanAndBillingSettings__component__LcJzm {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 6px 4px rgba(192, 192, 192, 0.25);
          box-shadow: 0px 4px 6px 4px rgba(192, 192, 192, 0.25);
  border-radius: 14px;
  padding: 1.2rem;
}
@media only screen and (min-width: 1024px) {
  .TeamPlanAndBillingSettings__component__LcJzm {
    padding: 2rem 1.75rem;
  }
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__headingCreditCard__2ItFi {
  display: none;
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__containerCreditCard__2Jki6,
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__subtitleCreditCard__29_ZR {
  color: #818181;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1024px) {
  .TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__containerCreditCard__2Jki6,
  .TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__subtitleCreditCard__29_ZR {
    margin-bottom: 0.2rem;
  }
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__planContainer__zyItw {
  font-weight: 390;
  font-size: 14px;
  color: #818181;
}
@media only screen and (min-width: 1024px) {
  .TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__planContainer__zyItw {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__planContainer__zyItw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__planContainer__zyItw > div {
    max-width: 16.35rem;
  }
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__planContainer__zyItw .TeamPlanAndBillingSettings__plan__1h-D8 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__planContainer__zyItw .TeamPlanAndBillingSettings__plan__1h-D8 .TeamPlanAndBillingSettings__currentPlan__3ClML {
  margin: 0 0 0 0.2rem;
  font-size: 1.125rem;
  color: black;
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__planContainer__zyItw .TeamPlanAndBillingSettings__plan__1h-D8 .TeamPlanAndBillingSettings__currentPlan__3ClML.TeamPlanAndBillingSettings__enterprise__3YjYP {
  color: #8C2EEA;
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__planContainer__zyItw .TeamPlanAndBillingSettings__upgradeButton__CWlxw {
  font-size: 0.75rem;
  margin-bottom: 1rem;
  color: #48C975;
  cursor: pointer;
  max-width: 12.875rem;
  text-align: left;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__planContainer__zyItw .TeamPlanAndBillingSettings__upgradeButton__CWlxw {
    margin-bottom: 0.5rem;
  }
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__settingsField__2UwrV {
  margin-bottom: 0rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__settingsField__2UwrV span.TeamPlanAndBillingSettings__label__280VV {
  font-size: 1.125rem;
  color: #000000;
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__toggleField__3x5V1 {
  margin-bottom: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__toggleField__3x5V1 button {
  width: 1.875rem;
  height: 1.25rem;
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__toggleField__3x5V1 button div {
  width: 1.25rem;
  height: 1.25rem;
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__toggleField__3x5V1 button[data-value='false'] div,
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__toggleField__3x5V1 button[data-value=''] div {
  background-image: url('/assets/images/icons/x.close.svg');
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__toggleField__3x5V1 button[data-value='true'] {
  background-color: #2F83DE;
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__toggleField__3x5V1 button[data-value='true'] div {
  left: calc(3rem - 2.4rem - 0.0625rem);
  background-image: url('/assets/images/icons/x.checkmark-blue.svg');
}
.TeamPlanAndBillingSettings__component__LcJzm .TeamPlanAndBillingSettings__tooltip__iXhHB {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  border: 1.5px solid #B5CEE9;
  color: #B5CEE9;
  margin: auto 0 auto 0.6rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
form.TeamSettingsForm__component__3kXJG {
  height: auto;
  padding: 1.2rem 1rem 0;
}
@media only screen and (min-width: 1024px) {
  form.TeamSettingsForm__component__3kXJG {
    padding: 2rem 1.75rem;
  }
}
.TeamSettingsForm__component__3kXJG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .TeamSettingsForm__component__3kXJG {
    -webkit-box-shadow: 0px 4px 6px 4px rgba(192, 192, 192, 0.25);
            box-shadow: 0px 4px 6px 4px rgba(192, 192, 192, 0.25);
    border-radius: 0.875rem;
  }
}
.TeamSettingsForm__component__3kXJG .TeamSettingsForm__settingsField__ZvGDD {
  margin-bottom: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TeamSettingsForm__component__3kXJG .TeamSettingsForm__settingsField__ZvGDD span.TeamSettingsForm__label__34ENm {
  font-size: 1.125rem;
  color: #000000;
}
.TeamSettingsForm__component__3kXJG > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.TeamSettingsForm__component__3kXJG .TeamSettingsForm__actions__aCTgM {
  margin-top: 1rem;
}
.TeamSettingsForm__component__3kXJG .TeamSettingsForm__inputField__35D5a input {
  display: block;
  max-width: 25rem;
}
.TeamSettingsForm__component__3kXJG .TeamSettingsForm__toggleField__3uncA {
  margin-bottom: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.TeamSettingsForm__component__3kXJG .TeamSettingsForm__toggleField__3uncA button {
  width: 1.875rem;
  height: 1.25rem;
}
.TeamSettingsForm__component__3kXJG .TeamSettingsForm__toggleField__3uncA button div {
  width: 1.25rem;
  height: 1.25rem;
}
.TeamSettingsForm__component__3kXJG .TeamSettingsForm__toggleField__3uncA button[data-value='false'] div {
  background-image: url('/assets/images/icons/x.close.svg');
}
.TeamSettingsForm__component__3kXJG .TeamSettingsForm__toggleField__3uncA button[data-value='true'] {
  background-color: #2F83DE;
}
.TeamSettingsForm__component__3kXJG .TeamSettingsForm__toggleField__3uncA button[data-value='true'] div {
  left: calc(3rem - 2.4rem - 0.0625rem);
  background-image: url('/assets/images/icons/x.checkmark-blue.svg');
}
.TeamSettingsForm__component__3kXJG .TeamSettingsForm__tooltip__35HTy {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  border: 1.5px solid #B5CEE9;
  color: #B5CEE9;
  margin: auto 0 auto 0.6rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.PackageItems__component__n-0F6 {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .PackageItems__component__n-0F6 {
    display: none;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Item__container__1Z4k3 {
  width: 100%;
}
.Item__component__2oM6N {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 19rem;
  height: auto;
  padding: 0rem 1.5rem 1rem;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 20px 70px -18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 70px -18px rgba(0, 0, 0, 0.1);
  list-style: none;
}
.Item__component__2oM6N ul li::marker {
  content: url('/assets/images/icons/package.checkmark.svg');
}
@media only screen and (max-width: 1024px) {
  .Item__component__2oM6N {
    margin: 0 auto;
  }
}
.Item__component__2oM6N.Item__isUpgradeView__ywF4P {
  border-radius: 5px;
  min-height: 45.68rem;
  border: 1px solid #B5CEE9;
}
.Item__upgradeSection__VoDjo {
  display: none;
}
.Item__upgradeSection__VoDjo.Item__isUpgradeView__ywF4P {
  display: block;
  min-height: 3.125rem;
}
.Item__upgradeSection__VoDjo .Item__upgradeTitle__3KgWu {
  font-weight: 390;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  color: #47525E;
}
.Item__upgradeSection__VoDjo .Item__upgradeTitle__3KgWu.Item__recommendedTitle__1QpA5 {
  font-weight: 450;
  font-size: 1.5rem;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-family: 'aleobold', serif;
}
.Item__upgradeSection__VoDjo .Item__upgradeTitle__3KgWu.Item__blue__3yn3Q {
  color: #2F83DE;
}
.Item__upgradeSection__VoDjo .Item__upgradeTitle__3KgWu.Item__green__1yehh {
  color: #48C975;
}
.Item__upgradeSection__VoDjo .Item__upgradeTitle__3KgWu.Item__purple__3n2S5 {
  color: #8C2EEA;
}
.Item__upgradeSection__VoDjo {
  display: none;
}
.Item__upgradeSection__VoDjo.Item__isUpgradeView__ywF4P {
  display: block;
  min-height: 3.125rem;
}
.Item__upgradeSection__VoDjo .Item__upgradeTitle__3KgWu {
  font-weight: 390;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  color: #47525E;
}
.Item__upgradeSection__VoDjo .Item__upgradeTitle__3KgWu.Item__recommendedTitle__1QpA5 {
  font-weight: 450;
  font-size: 1.5rem;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-family: 'aleobold', serif;
}
.Item__upgradeSection__VoDjo .Item__upgradeTitle__3KgWu.Item__blue__3yn3Q {
  color: #2F83DE;
}
.Item__upgradeSection__VoDjo .Item__upgradeTitle__3KgWu.Item__green__1yehh {
  color: #48C975;
}
.Item__upgradeSection__VoDjo .Item__upgradeTitle__3KgWu.Item__purple__3n2S5 {
  color: #8C2EEA;
}
.Item__ribbon__uXIqD {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  z-index: 2;
  width: 3.68rem;
  height: 3.62rem;
  position: absolute;
  right: -5px;
  top: -32px;
  font-weight: 450;
  line-height: 15px;
  font-size: 13.7064px;
  text-align: center;
  padding-top: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #EAB52E;
  background: url('/assets/images/icons/ribbon.svg') bottom center no-repeat;
}
.Item__titleBox__37ske {
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 12.8125rem;
  width: 90%;
  height: 7.81rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #011f40;
  border-radius: 0px 0px 30px 30px;
  padding: 1rem 1rem 2rem;
}
.Item__titleBox__37ske.Item__centered__NdkHF {
  padding: 0 1rem;
}
.Item__titleBox__37ske.Item__centered__NdkHF h3 {
  margin-bottom: 0;
}
.Item__pricingBox__3QG6G,
.Item__box__3E4XW {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Item__pricingBox__3QG6G {
  height: 7.1875rem;
}
.Item__box__3E4XW {
  height: 6.125rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.8px solid #a8a8a8;
}
.Item__title__1kKGd {
  color: white;
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-weight: 700;
  margin: 0 0 0.75rem;
  font-size: 1.625rem;
  line-height: 1.15;
}
.Item__header__2Tko2 {
  min-height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #011F40;
  border-bottom: 1px solid #a8a8a8;
}
.Item__price__1DKjz {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  font-weight: 450;
  font-size: 1.625rem;
  line-height: 1;
  margin: 0;
}
.Item__price__1DKjz .Item__quantity__3xJhj {
  position: relative;
}
.Item__subtitle__2h2fY {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  color: #011f40;
  text-align: center;
  margin: 0.625rem 0;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.Item__subtitle__2h2fY.Item__large__1P6au {
  font-weight: 450;
  font-size: 1.625rem;
  text-transform: initial;
}
.Item__icon__3Znus {
  margin: 1.1rem 0 1.2rem;
  max-width: 1.86rem;
  height: auto;
}
.Item__features__2QTCv {
  min-height: 27rem;
  font-size: 0.875rem;
  padding-bottom: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .Item__features__2QTCv {
    height: 32rem;
  }
}
@media screen and (min-width: 68.75rem) {
  .Item__features__2QTCv {
    height: 27rem;
  }
}
.Item__features__2QTCv ul {
  margin: 1.25rem 0 0;
}
.Item__features__2QTCv li {
  line-height: 1.1;
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
  color: #697787;
}
.Item__actionContainer__1jOnH * {
  width: 100%;
}
.Item__actionContainer__1jOnH button {
  padding: 0.75rem;
  background-color: #011F40;
  color: #fff;
}
.Item__actionContainer__1jOnH button:hover {
  color: #fff;
}
.Item__recommended__25WeY {
  margin-top: -4px;
}
.Item__blue__3yn3Q .Item__titleBox__37ske {
  background-color: #2F83DE;
}
.Item__blue__3yn3Q .Item__price__1DKjz {
  color: #2F83DE;
}
.Item__blue__3yn3Q ul li::marker {
  content: url('/assets/images/icons/package.checkmark.blue.svg');
}
.Item__blue__3yn3Q .Item__actionContainer__1jOnH button {
  background-color: #2F83DE;
}
.Item__blue__3yn3Q.Item__highlightedItem__30U0v {
  border: 2px solid #2F83DE;
}
.Item__green__1yehh .Item__titleBox__37ske {
  background-color: #48C975;
}
.Item__green__1yehh .Item__price__1DKjz {
  color: #48C975;
}
.Item__green__1yehh ul li::marker {
  content: url('/assets/images/icons/package.checkmark.green.svg');
}
.Item__green__1yehh .Item__actionContainer__1jOnH button {
  background-color: #48C975;
}
.Item__green__1yehh.Item__highlightedItem__30U0v {
  border: 2px solid #48C975;
}
.Item__purple__3n2S5 .Item__titleBox__37ske {
  background-color: #8C2EEA;
}
.Item__purple__3n2S5 .Item__price__1DKjz {
  color: #8C2EEA;
}
.Item__purple__3n2S5 ul li::marker {
  content: url('/assets/images/icons/package.checkmark.purple.svg');
}
.Item__purple__3n2S5 .Item__actionContainer__1jOnH button {
  background-color: #8C2EEA;
}
.Item__purple__3n2S5.Item__highlightedItem__30U0v {
  border: 2px solid #8C2EEA;
}
.Item__a__1m6Wm {
  text-align: center;
  font-size: 0.625rem;
  margin: 0.875rem auto 0;
  display: inline-block;
  color: #697787;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ItemsCarousel__component__H5-4T {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .ItemsCarousel__component__H5-4T {
    display: block;
  }
}
.ItemsCarousel__carouselItem__6a0cj {
  text-align: left !important;
}
.ItemsCarousel__carouselItem__6a0cj img {
  width: 3rem !important;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .DownloadInvoiceModal__modal__3nbsi {
    overflow: visible;
    width: 43rem;
  }
}
.DownloadInvoiceModal__container__3Rc0g {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}
.DownloadInvoiceModal__dayButton__1eXO9 {
  width: 11rem;
}
.DownloadInvoiceModal__downloadButtonContainer__3zCt7 {
  margin-top: 2rem;
}
/**
 * Deprecated
 */
.RatingButtons__ratingButton__37aAp {
  color: white;
  font-size: 0.75rem;
  letter-spacing: 0.02rem;
  line-height: 1.0625rem;
  padding: 0.625rem 1.5rem;
  text-transform: uppercase;
}
.RatingButtons__ratingButton__37aAp:hover {
  color: white;
}
.RatingButtons__ratingButton__37aAp.RatingButtons__rating5__zse3p {
  background-color: #48C975;
}
.RatingButtons__ratingButton__37aAp.RatingButtons__rating5__zse3p:hover {
  background-color: #5ccf84;
}
.RatingButtons__ratingButton__37aAp.RatingButtons__rating3__16HOs {
  background-color: #5A87B7;
}
.RatingButtons__ratingButton__37aAp.RatingButtons__rating3__16HOs:hover {
  background-color: #6c94bf;
}
.RatingButtons__ratingButton__37aAp.RatingButtons__rating1__3dpRC {
  background-color: #6F7072;
}
.RatingButtons__ratingButton__37aAp.RatingButtons__rating1__3dpRC:hover {
  background-color: #7c7d7f;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.EditRating__container__eXLvU {
  margin-bottom: 2rem;
}
.EditRating__ratingHeading__13uMf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.EditRating__selectedButtonText__ReACT {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.EditRating__editButton__3UXek {
  padding: 0.875rem 0 0 0.5rem;
  color: #6F7072;
}
.EditRating__ratingButtons__2yiDu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.EditRating__ratingButton__2hSTI {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  padding: 0.5625rem 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 6rem;
  margin: 0 0.5rem;
}
.EditRating__ratingButton__2hSTI:first-child,
.EditRating__ratingButton__2hSTI:last-child {
  margin: 0;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.FeedbackForm__form__2Fi0L {
  width: 95%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 450px) {
  .FeedbackForm__form__2Fi0L {
    width: 26rem;
  }
}
.FeedbackForm__feedbackTypesCheckboxes__3snYf {
  text-align: left;
  margin-bottom: 1rem;
}
.FeedbackForm__textArea__ueGL_ {
  margin-bottom: 2.5rem;
  min-height: 6rem;
}
.FeedbackForm__submitButton__pJ2v2 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  margin: auto;
}
.FeedbackForm__success__15pq5 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_light', serif;
  font-size: 1.2rem;
  text-align: center;
}
.FeedbackForm__checkbox__2-ni_ {
  font-size: 1.2rem;
  line-height: 1.4rem;
  cursor: pointer;
}
.FeedbackForm__checkmark__3B01n {
  height: 2rem;
  margin: 0.5rem auto;
  display: inline-block;
}
/**
 * Deprecated
 */
.RatingModal__modalContainer__lIPTA {
  display: block;
  width: 100%;
}
.RatingModal__closeButtonContainer__wcTw2 {
  text-align: center;
  margin-top: 1rem;
}
.RatingModal__closeButton__2Zh4a {
  color: #6F7072;
  font-size: 0.6875rem;
  text-transform: uppercase;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ClientHomePageLayout__sidebarContents__1SlRb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3rem 0 2rem 4rem;
}
@media only screen and (min-width: 450px) {
  .ClientHomePageLayout__sidebarContents__1SlRb {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ClientHomePageLayout__sidebarContents__1SlRb {
    padding-left: 1.5rem;
    padding-top: 0;
  }
}
.ClientHomePageLayout__contentContainer__1_AO0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 450px) {
  .ClientHomePageLayout__contentChildren__omSbu {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
.ScheduleCallForLargeProjectModal__copy__3IZ9U {
  margin-bottom: 1rem;
}
.ToolsMenu__component__jXHvx {
  position: relative;
}
.ToolsMenu__heading__1x36i {
  color: white;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  opacity: 0.5;
  text-transform: uppercase;
}
.ToolsMenu__link__3jtM4 {
  color: white;
  display: block;
  border-radius: 0.25rem;
  margin-bottom: 0.1rem;
  margin-left: -0.5rem;
  padding: 0.25rem 0.5rem;
}
.ToolsMenu__link__3jtM4.ToolsMenu__active__11FKO {
  background-color: rgba(255, 255, 255, 0.2);
}
.ToolsMenu__linkButton__20I59 {
  display: block;
  color: white;
}
.ToolsMenu__linkButton__20I59:hover {
  color: white;
  text-decoration: underline;
}
.ToolsMenu__linkButtonChildren__2yB_I {
  font-size: 1rem;
  padding: 0.25rem 0;
  line-height: 1.4rem;
  padding-right: 4rem;
}
.ToolsMenu__linkButtonChildren__2yB_I:hover {
  color: white;
  text-decoration: underline;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.SettingsPageLayout__contentLayout__4cNQU {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SettingsPageLayout__contentLayout__4cNQU {
    max-width: none;
  }
}
.SettingsPageLayout__container__6jTOO {
  height: 100%;
}
.SettingsPageLayout__childrenContainer__3dldU {
  margin: 0 auto;
  width: 100%;
  background-color: white;
  max-width: 81.5rem;
  min-height: 100vh;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .SettingsPageLayout__component__16zbH > div:first-child {
    max-height: 5.5rem;
    min-height: 5.5rem;
    background-color: #ECF7FD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.SettingsPageLayout__component__16zbH .SettingsPageLayout__menuDesktop__1YlS8 {
  background-color: #ECF7FD;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .SettingsPageLayout__component__16zbH .SettingsPageLayout__menuDesktop__1YlS8 {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .SettingsPageLayout__component__16zbH .SettingsPageLayout__menuDesktop__1YlS8 {
    padding: 5.375rem 0 0 0rem;
    background-color: #ECF7FD;
  }
}
.SettingsPageLayout__component__16zbH .SettingsPageLayout__menuDesktop__1YlS8 .SettingsPageLayout__container__6jTOO {
  background-color: #ECF7FD;
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .SettingsPageLayout__component__16zbH .SettingsPageLayout__menuDesktop__1YlS8 .SettingsPageLayout__container__6jTOO {
    display: block;
  }
}
.SettingsPageLayout__component__16zbH .SettingsPageLayout__menuDesktop__1YlS8 .SettingsPageLayout__container__6jTOO .SettingsPageLayout__title__56A1x {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-size: 1.875rem;
  color: #232D38;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 450px) {
  .SettingsPageLayout__component__16zbH .SettingsPageLayout__menuDesktop__1YlS8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.SettingsPageLayout__menuMobile__ib3fO {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .SettingsPageLayout__menuMobile__ib3fO {
    display: none;
  }
}
.SettingsPageLayout__select__3Z80X {
  margin: 0 auto;
  width: 100%;
  max-width: 19.1rem;
  border: none;
  border-radius: 0.375rem;
}
.SettingsPageLayout__select__3Z80X > div {
  border: none;
  border-radius: 0.375rem;
}
.SettingsPageLayout__select__3Z80X > div span {
  font-size: 1.125rem;
  color: #2F83DE !important;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.TeamSettingsPage__component__3r9Rr {
  min-height: 100vh;
}
.TeamSettingsPage__component__3r9Rr .TeamSettingsPage__teamSettings__kfUzb {
  background-color: white;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 1024px) {
  .TeamSettingsPage__component__3r9Rr .TeamSettingsPage__teamSettings__kfUzb {
    padding: 2.5rem 2rem;
  }
}
@media only screen and (min-width: 450px) {
  .TeamSettingsPage__component__3r9Rr .TeamSettingsPage__teamSettings__kfUzb {
    padding: 6rem 4rem;
  }
}
.TeamSettingsPage__component__3r9Rr .TeamSettingsPage__heading__EUuMk {
  margin-bottom: 2rem;
}
.TeamSettingsPage__component__3r9Rr .TeamSettingsPage__subtitle__s3mYa {
  margin-left: 1rem;
}
.TeamSettingsPage__component__3r9Rr .TeamSettingsPage__inviteToggle__14ysW {
  margin-top: 1rem;
}
.TeamSettingsPage__component__3r9Rr .TeamSettingsPage__spacerOnlyDesktop__3dwF5 {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .TeamSettingsPage__component__3r9Rr .TeamSettingsPage__spacerOnlyDesktop__3dwF5 {
    margin-top: 0;
    display: block;
  }
}
.TeamSettingsPage__loadingContainer__2nwN8 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90vh;
}
.TeamSettingsPage__modal__395OU .TeamSettingsPage__modalContainer__cGM6b {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  width: 74rem;
  max-width: 100%;
  min-height: 90vh;
  padding: 2rem;
}
.TeamSettingsPage__modal__395OU.TeamSettingsPage__blurBackground__3B5x2 {
  background: rgba(1, 31, 64, 0.9);
}
.TeamSettingsPage__modal__395OU .TeamSettingsPage__packagesContainer__2utHF {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  padding: 2rem 0 0;
}
@media only screen and (max-width: 1024px) {
  .TeamSettingsPage__modal__395OU .TeamSettingsPage__packagesContainer__2utHF {
    display: none;
  }
}
.TeamSettingsPage__actions__2YVTP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
.TeamSettingsPage__actions__2YVTP .TeamSettingsPage__closeButton__13iFh {
  color: #2F83DE;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
}
.TeamSettingsPage__modal__395OU .TeamSettingsPage__modalContainer__cGM6b {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  width: 74rem;
  max-width: 100%;
  padding: 2rem;
}
.TeamSettingsPage__modal__395OU.TeamSettingsPage__blurBackground__3B5x2 {
  background: rgba(1, 31, 64, 0.9);
}
.TeamSettingsPage__modal__395OU .TeamSettingsPage__packagesContainer__2utHF {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  padding: 2rem 0 0;
}
@media only screen and (max-width: 1024px) {
  .TeamSettingsPage__modal__395OU .TeamSettingsPage__packagesContainer__2utHF {
    display: none;
  }
}
.TeamSettingsPage__actions__2YVTP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
.TeamSettingsPage__actions__2YVTP .TeamSettingsPage__closeButton__13iFh {
  color: #2F83DE;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
}
.VerifyEmail__component__2Cz7S {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Usage__component__MCH4b {
  max-width: none;
  background-color: white;
  padding: 2.5rem 2rem;
}
@media only screen and (min-width: 450px) {
  .Usage__component__MCH4b .Usage__container__hblk9 {
    padding: 1.5rem 1rem;
  }
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.AnalystSettings__component__201Rb {
  padding: 2rem 0 2.5rem;
}
@media only screen and (min-width: 450px) {
  .AnalystSettings__component__201Rb {
    padding: 2rem 0 2rem;
  }
}
.AnalystSettings__missingPaypal__3TFQg {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.AnalystSettings__actions__2ANiA {
  margin-top: 0rem;
}
.AnalystSettings__field__2s8JX {
  text-align: left;
}
.AnalystSettings__nameField__1nxkF {
  text-align: left;
}
.AnalystSettings__heading__3lsjG {
  margin-bottom: 2rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.CreditCardFormPageContent__component__1zvQc {
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (min-width: 450px) {
  .CreditCardFormPageContent__component__1zvQc {
    padding: 2rem 0;
  }
}
.CreditCardFormPageContent__component__1zvQc > * {
  margin: 0 0 3rem 0;
}
.CreditCardFormPageContent__component__1zvQc > *:last-child {
  margin: 0;
}
.CreditCardFormPageContent__component__1zvQc .CreditCardFormPageContent__heading__6ztKp {
  margin-bottom: 2rem;
}
.CreditCardFormPageContent__component__1zvQc .CreditCardFormPageContent__formComponent__2kNOq {
  max-width: none;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Settings__component__3ho60 {
  padding: 0 0 2.5rem;
}
@media only screen and (min-width: 450px) {
  .Settings__component__3ho60 {
    padding: 0 0 2rem;
  }
}
.Settings__field__1ixko {
  text-align: left;
}
.Settings__nameField__2m-wm {
  text-align: left;
}
.Settings__actions__I5iPP {
  margin-top: 0rem;
}
.Settings__heading__1ugfY {
  margin-top: 0;
  margin-bottom: 2rem;
}
.Settings__spacer__2izGQ {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  .Settings__spacer__2izGQ {
    display: none;
  }
}
.Settings__emailField__2Gip- {
  color: rgba(0, 0, 0, 0.7) !important;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ChangePassword__component__Ae9pQ {
  padding: 2.5rem 0;
}
@media only screen and (min-width: 450px) {
  .ChangePassword__component__Ae9pQ {
    padding: 2rem 0;
  }
}
.ChangePassword__field__1g0dJ {
  text-align: left;
}
.ChangePassword__nameField__239ax {
  text-align: left;
}
.ChangePassword__actions__3gn7q {
  margin-top: 0rem;
}
.ChangePassword__heading__1RqUF {
  margin-bottom: 2rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.PersonalSettingsPage__component__1Uyfl {
  max-width: none;
  background-color: white;
  padding: 2.5rem 2rem;
}
@media only screen and (min-width: 450px) {
  .PersonalSettingsPage__component__1Uyfl {
    padding: 6rem 4rem;
  }
}
.PersonalSettingsPage__component__1Uyfl .PersonalSettingsPage__heading__3XtdO {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  .PersonalSettingsPage__component__1Uyfl .PersonalSettingsPage__spacer__2eeLZ {
    display: none;
  }
}
/**
 * Deprecated
 */
.AdminDashboardMenu__scrollable__1uwSb {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.AdminDashboardMenu__scrollable__1uwSb > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.AdminDashboardMenu__menu__2VmSs {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  background-color: #F4F7FA;
  color: #232D38;
  max-width: 20rem;
  min-width: 14rem;
  padding: 1rem 2rem;
  width: 15%;
}
.AdminDashboardMenu__menu__2VmSs > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.AdminDashboardMenu__menu__2VmSs.AdminDashboardMenu__collapsed__2p_-c {
  width: auto;
  min-width: auto;
  max-width: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.AdminDashboardMenu__collapseButton__14Zyh {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #47525E;
  background: url('/assets/images/icons/icon.collapse.svg') no-repeat;
  background-position: left center;
  background-size: 20px;
  padding: 5px 0 5px 28px;
  border: none;
  font-size: 14px;
  margin-bottom: 1rem;
  cursor: pointer;
}
.AdminDashboardMenu__collapseButton__14Zyh.AdminDashboardMenu__collapsed__2p_-c {
  font-size: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position-x: right;
}
.AdminDashboardMenu__menuCategory__1_tDy {
  margin-top: 1rem;
}
.AdminDashboardMenu__menuCategoryName__3cy3Q {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  margin-bottom: 0.25rem;
}
.AdminDashboardMenu__oldDashboardLink__2Zbi_ {
  color: #98A5B3;
}
.AdminDashboardMenu__menuItem__3VKy1 {
  border-radius: 0.3125rem;
  display: block;
  margin-bottom: 0.1rem;
  padding: 0.25rem 0.5rem;
}
.AdminDashboardMenu__menuItem__3VKy1:hover {
  background: #DDE1E5;
  color: #47525E;
  text-decoration: none;
}
.AdminDashboardMenu__menuItem__3VKy1.AdminDashboardMenu__selected__2W0-i {
  background: #C7D1DC;
  color: #232D38;
}
/**
 * Deprecated
 */
.AdminDashboardPage__scrollable__3STV5 {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.AdminDashboardPage__scrollable__3STV5 > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.AdminDashboardPage__page__2v5JG {
  background-color: #232D38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.AdminDashboardPage__title__1PbMQ,
.AdminDashboardPage__subtitle__9ppHJ {
  text-align: left;
}
.AdminDashboardPage__title__1PbMQ {
  margin-bottom: 2rem;
}
.AdminDashboardPage__titleWithSubtitle__3i9ro {
  margin-bottom: 0.25rem;
}
.AdminDashboardPage__subtitle__9ppHJ {
  color: #697787;
  margin-bottom: 2rem;
}
.AdminDashboardPage__pageContainer__j0Bgv {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 100%;
}
.AdminDashboardPage__heading__dRkRH {
  text-align: left;
  margin-left: 1rem;
  color: white;
}
.AdminDashboardPage__scrollView__1gLol {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow-x: auto;
}
.AdminDashboardPage__scrollView__1gLol > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.AdminDashboardPage__content__760KR {
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
  width: 80%;
  max-width: 500px;
  padding: 2rem 0 2rem 2rem;
}
.AdminDashboardPage__fullscreen__13-cs {
  max-width: none;
  width: auto;
  padding-right: 2rem;
}
.AdminDashboardPage__header__2QJZ- {
  overflow: auto;
}
.AdminDashboardPage__avatar__1fzSa {
  float: left;
}
.AdminDashboardPage__headerWithAvatar__371Ux {
  float: left;
}
/**
 * Deprecated
 */
.AdminDashboardCreateConfirmation__successContainer__1zgPK {
  background: url('/assets/images/icons/success.svg') top center no-repeat;
  color: #48C975;
  margin-bottom: 2rem;
  padding-top: 5rem;
  text-align: center;
}
.AdminDashboardCreateConfirmation__successTitle__3j55L {
  margin-bottom: 2rem;
}
.AdminDashboardCreateConfirmation__successButton__3SJbq {
  margin: 0 auto;
}
/**
 * Deprecated
 */
.AdminDashboardTableView__tableContainer__1V7pD {
  min-height: 30rem;
  position: relative;
}
.AdminDashboardTableView__loadingContainer__3uiWW {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: auto;
}
.AdminDashboardTableView__loadingTextContainer__1VOh5 {
  margin-top: 8rem;
  font-style: italic;
  color: #98A5B3;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.AdminDashboardTableView__loadingIndicator__5xvot {
  stroke: #98A5B3;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
/**
 * Deprecated
 */
.AdminDashboardDetailView__container__2r1kf {
  margin: 2rem 0;
}
.AdminDashboardDetailView__dataField__3VoiS {
  margin: 1rem 0;
}
.AdminDashboardDetailView__dataValue__2kRw1 ul {
  margin-top: 0;
  margin-left: 0.5rem;
}
.AdminDashboardDetailView__label__ToxAD {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #292f32;
}
/**
 * Deprecated
 */
.AccountDeletionForm__form__7hjnh {
  margin-top: 3rem;
}
.AccountDeletionForm__field__2Q9WF {
  margin-top: 1.3rem;
}
.AccountDeletionForm__buttonsContainer__17mgD {
  text-align: center;
  margin: 1rem 0;
}
.AccountDeletionForm__errorList__1N64W {
  text-align: left;
  border-left: solid 4px red;
  padding: 0.3rem 0.5rem;
}
.AccountDeletionForm__warning__1BdM0 {
  font-weight: bold;
  color: red;
}
.PaymentsChangeNote__component__29xGj {
  font-size: 0.875rem;
  margin: 1rem 0;
}
.PaymentsListRow__amountDetails__COWqL {
  font-size: 0.875rem;
}
.PaymentsListRow__refunded__1aSE4 {
  margin-right: 1rem;
}
.PaymentsListRow__refunded__1aSE4 span {
  text-decoration: line-through;
}
.PaymentsList__component__2uhgE {
  margin: 2rem 0;
}
/**
 * Deprecated
 */
.PaymentsActionForm__component__YDctZ {
  max-width: 35rem;
}
.PaymentsActionForm__action__2AwWF {
  margin-top: 0;
  vertical-align: bottom;
}
.PaymentsActionForm__actionContainer__31tJR {
  margin-left: 1rem;
}
.PaymentsActionForm__dollar__2cJWw {
  color: #697787;
  margin-right: 0.5rem;
}
.PaymentsActionForm__row__NUKsg {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.PaymentsSearchForm__component__6lUC9 {
  max-width: 20rem;
}
/**
 * Deprecated
 */
.Dashboard__loading__2gcIo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Dashboard__accountBalance__3tDhu {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  margin-bottom: 2rem;
}
.Dashboard__accountBalance__3tDhu span {
  color: #EAB52E;
}
.Dashboard__note__wMBS7 {
  font-size: 0.875rem;
  margin: 2rem 0;
}
.Dashboard__pagination__3Sc2p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Dashboard__pagination__3Sc2p a {
  margin: 0 1rem;
}
.Dashboard__pagination__3Sc2p .Dashboard__next__34jp0 {
  background-image: url(/assets/images/icons/decorator.right.blue.svg);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 1rem;
}
.Dashboard__pagination__3Sc2p .Dashboard__previous___LDcw {
  background-image: url(/assets/images/icons/decorator.left.blue.svg);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 1rem;
}
.Dashboard__saved-payment__A6waC {
  border-top: 1px solid;
}
.Dashboard__saved-payment-title__25p4O {
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.CreditCardForm__cc-form__11XMC .CreditCardForm__cc-form-details__1Qfhu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.CreditCardForm__cc-form__11XMC .CreditCardForm__cc-form-actions__1fmBy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0 1rem;
}
.rccs {
  margin: 0 auto;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 290px;
}
.rccs__card {
  height: calc(290px / 1.5858);
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 290px;
}
.rccs__card--front,
.rccs__card--back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: linear-gradient(25deg, #939393, #717171);
  border-radius: calc(290px / 20);
  color: #fff;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.rccs__card--front {
  z-index: 20;
}
.rccs__card--back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.rccs__card--back .rccs__issuer {
  background-position: bottom center;
  bottom: 5%;
  left: 50%;
  opacity: 0.6;
  right: auto;
  top: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rccs__card__background {
  height: 200%;
  position: absolute;
  top: -60%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 150%;
  left: -170%;
}
.rccs__card--flipped {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.rccs__card--flipped .rccs__card--front {
  z-index: 10;
}
.rccs__card--flipped .rccs__card--back {
  z-index: 20;
}
.rccs__card--unknown > div {
  background: linear-gradient(25deg, #999, #999);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rccs__card--unknown .rccs__issuer {
  visibility: hidden;
}
.CreditCardForm__rccs__card__3-f2h self:not(:global--unknown) .CreditCardForm__rccs__card__background__ZmQI- {
  left: -22%;
}
.rccs__card--american-express .rccs__card__background {
  background: linear-gradient(25deg, #308c67, #a3f2cf);
}
.rccs__card--american-express .rccs__issuer {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxkZWZzPjxyYWRpYWxHcmFkaWVudCBjeD0iMTcuNTQxJSIgY3k9IjE3LjQ2NiUiIGZ4PSIxNy41NDElIiBmeT0iMTcuNDY2JSIgcj0iOTEuMjM3JSIgaWQ9ImEiPjxzdG9wIHN0b3AtY29sb3I9IiM2NUJDRjEiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjNBREUzIiBvZmZzZXQ9IjQ1LjQ2JSIvPjxzdG9wIHN0b3AtY29sb3I9IiMwREE2RTAiIG9mZnNldD0iNTAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzA1NTFDMyIgb2Zmc2V0PSIxMDAlIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTAgMGg1MTJ2NTEyaC01MTJ6Ii8+PHBhdGggZD0iTTQ1Ljc5MSAyMjAuOTM1bC05Ljc3My0yMy44MTMtOS43MTcgMjMuODEzaDE5LjQ4OXptMjE1LjI4OS05LjQ4M2MtMS45NjIgMS4xOTEtNC4yODMgMS4yMzEtNy4wNjMgMS4yMzFoLTE3LjM0NXYtMTMuMjY4aDE3LjU4MWMyLjQ4OCAwIDUuMDg0LjExMiA2Ljc3MSAxLjA3NyAxLjg1Mi44NyAyLjk5OCAyLjcyMiAyLjk5OCA1LjI4MSAwIDIuNjExLTEuMDkgNC43MTItMi45NDIgNS42Nzl6bTEyMy43MzkgOS40ODNsLTkuODgxLTIzLjgxMy05LjgyNyAyMy44MTNoMTkuNzA3em0tMjMwLjY1OCAyNS43NzZoLTE0LjYzN2wtLjA1NC00Ni43ODQtMjAuNzA0IDQ2Ljc4NGgtMTIuNTM2bC0yMC43NTgtNDYuODI1djQ2LjgyNWgtMjkuMDRsLTUuNDg2LTEzLjMyNGgtMjkuNzI5bC01LjU0MiAxMy4zMjRoLTE1LjUwN2wyNS41NjgtNTkuNzM1aDIxLjIxNGwyNC4yODQgNTYuNTU2di01Ni41NTZoMjMuMzA0bDE4LjY4NiA0MC41MjMgMTcuMTY1LTQwLjUyM2gyMy43NzJ2NTkuNzM1aC4wMDJ6bTU4LjMzOCAwaC00Ny42OTd2LTU5LjczNWg0Ny42OTd2MTIuNDM5aC0zMy40MTl2MTAuNzY3aDMyLjYxN3YxMi4yNDVoLTMyLjYxN3YxMS45MjloMzMuNDE5djEyLjM1NHptNjcuMjUxLTQzLjY0N2MwIDkuNTI0LTYuMzU3IDE0LjQ0NC0xMC4wNjEgMTUuOTIyIDMuMTI0IDEuMTg5IDUuNzkzIDMuMjkgNy4wNjMgNS4wMyAyLjAxNiAyLjk3MSAyLjM2NCA1LjYyNSAyLjM2NCAxMC45NnYxMS43MzVoLTE0LjQwMWwtLjA1NC03LjUzM2MwLTMuNTk0LjM0NC04Ljc2NC0yLjI1NC0xMS42MzctMi4wODYtMi4xMDEtNS4yNjYtMi41NTctMTAuNDA3LTIuNTU3aC0xNS4zMjd2MjEuNzI3aC0xNC4yNzd2LTU5LjczNWgzMi44NGM3LjI5NyAwIDEyLjY3My4xOTMgMTcuMjg5IDIuODYxIDQuNTE3IDIuNjY4IDcuMjI1IDYuNTY0IDcuMjI1IDEzLjIyN3ptMjIuODUgNDMuNjQ3aC0xNC41Njl2LTU5LjczNWgxNC41Njl2NTkuNzM1em0xNjkuMDE3IDBoLTIwLjIzM2wtMjcuMDY0LTQ0LjgzNHY0NC44MzRoLTI5LjA3OGwtNS41NTctMTMuMzI0aC0yOS42NmwtNS4zOTEgMTMuMzI0aC0xNi43MDdjLTYuOTQgMC0xNS43MjctMS41MzUtMjAuNzA0LTYuNjA3LTUuMDE4LTUuMDcyLTcuNjI5LTExLjk0Mi03LjYyOS0yMi44MDUgMC04Ljg1OSAxLjU2LTE2Ljk1OCA3LjY5Ny0yMy4zNTggNC42MTYtNC43NjcgMTEuODQ1LTYuOTY1IDIxLjY4NC02Ljk2NWgxMy44MjN2MTIuNzk5aC0xMy41MzNjLTUuMjExIDAtOC4xNTMuNzc1LTEwLjk4NyAzLjUzOS0yLjQzNCAyLjUxNS00LjEwNCA3LjI3LTQuMTA0IDEzLjUzMSAwIDYuNCAxLjI3MiAxMS4wMTQgMy45MjYgMTQuMDI4IDIuMTk4IDIuMzY0IDYuMTkzIDMuMDgxIDkuOTUxIDMuMDgxaDYuNDEybDIwLjEyNC00Ni45NzdoMjEuMzk0bDI0LjE3NCA1Ni41di01Ni41aDIxLjc0bDI1LjA5OCA0MS42MDJ2LTQxLjYwMmgxNC42MjV2NTkuNzMzem0tNDcxLjYxNiAxMS43MzNoMjQuMzk1bDUuNTAxLTEzLjI2OGgxMi4zMTVsNS40ODYgMTMuMjY4aDQ4di0xMC4xNDRsNC4yODUgMTAuMTg3aDI0LjkxOGw0LjI4NS0xMC4zMzh2MTAuMjk1aDExOS4yODlsLS4wNTYtMjEuNzc5aDIuMzA4YzEuNjE2LjA1NiAyLjA4OC4yMDUgMi4wODggMi44NzR2MTguOTA2aDYxLjY5N3YtNS4wN2M0Ljk3NiAyLjY2NyAxMi43MTcgNS4wNyAyMi45MDIgNS4wN2gyNS45NTZsNS41NTUtMTMuMjY4aDEyLjMxNWw1LjQzMiAxMy4yNjhoNTAuMDE4di0xMi42MDNsNy41NzQgMTIuNjAzaDQwLjA4MXYtODMuMzEyaC0zOS42Njd2OS44MzlsLTUuNTU1LTkuODM5aC00MC43MDN2OS44MzlsLTUuMTAxLTkuODM5aC01NC45OGMtOS4yMDMgMC0xNy4yOTMgMS4yODUtMjMuODI4IDQuODY1di00Ljg2NWgtMzcuOTQxdjQuODY1Yy00LjE1OC0zLjY5LTkuODI1LTQuODY1LTE2LjEyNS00Ljg2NWgtMTM4LjYxM2wtOS4zMDEgMjEuNTE4LTkuNTUxLTIxLjUxOGgtNDMuNjZ2OS44MzlsLTQuNzk2LTkuODM5aC0zNy4yMzVsLTE3LjI5MSAzOS42MTF2NDMuNzAxaC4wMDJ6TTUxMiAzMDIuMDE0aC0yNi4wMzljLTIuNiAwLTQuMzI3LjA5Ny01Ljc4MiAxLjA4LTEuNTA3Ljk2OC0yLjA4OCAyLjQwNS0yLjA4OCA0LjMwMiAwIDIuMjU1IDEuMjczIDMuNzkgMy4xMjQgNC40NTMgMS41MDcuNTI1IDMuMTI2LjY3OCA1LjUwNi42NzhsNy43NDMuMjA3YzcuODE0LjE5MyAxMy4wMjkgMS41MzYgMTYuMjA5IDQuODEyLjU3OS40NTYuOTI3Ljk2OCAxLjMyNSAxLjQ4di0xNy4wMTJ6bTAgMzkuNDE2Yy0zLjQ3IDUuMDc1LTEwLjIzMyA3LjY0OC0xOS4zODggNy42NDhoLTI3LjU5MXYtMTIuODJoMjcuNDc5YzIuNzI2IDAgNC42MzMtLjM1OSA1Ljc4Mi0xLjQ4Ljk5NS0uOTI1IDEuNjg5LTIuMjY4IDEuNjg5LTMuOSAwLTEuNzQyLS42OTQtMy4xMjQtMS43NDUtMy45NTQtMS4wMzctLjkxMi0yLjU0Ni0xLjMyNy01LjAzNC0xLjMyNy0xMy40MTUtLjQ1Ni0zMC4xNTEuNDE1LTMwLjE1MS0xOC41MDQgMC04LjY3MiA1LjUwNi0xNy44IDIwLjQ5OC0xNy44aDI4LjQ1OHYtMTEuODk1aC0yNi40NDFjLTcuOTc5IDAtMTMuNzc2IDEuOTExLTE3Ljg4MSA0Ljg4MnYtNC44ODJoLTM5LjEwOWMtNi4yNTQgMC0xMy41OTUgMS41NS0xNy4wNjggNC44ODJ2LTQuODgyaC02OS44Mzl2NC44ODJjLTUuNTU4LTQuMDEtMTQuOTM3LTQuODgyLTE5LjI2NS00Ljg4MmgtNDYuMDY2djQuODgyYy00LjM5Ny00LjI1OC0xNC4xNzYtNC44ODItMjAuMTM2LTQuODgyaC01MS41NTZsLTExLjc5OCAxMi43NjgtMTEuMDUtMTIuNzY4aC03Ny4wMTR2ODMuNDIxaDc1LjU2NWwxMi4xNTctMTIuOTcgMTEuNDUyIDEyLjk3IDQ2LjU3OC4wNDF2LTE5LjYyNGg0LjU3OWM2LjE4LjA5NiAxMy40NjktLjE1MyAxOS45LTIuOTMzdjIyLjUxNGgzOC40MTl2LTIxLjc0MmgxLjg1M2MyLjM2NSAwIDIuNTk4LjA5NyAyLjU5OCAyLjQ2MXYxOS4yOGgxMTYuNzA5YzcuNDEgMCAxNS4xNTUtMS44OTcgMTkuNDQ0LTUuMzM4djUuMzM4aDM3LjAyYzcuNzA0IDAgMTUuMjI3LTEuMDggMjAuOTUxLTMuODQ1di0xNS41NDF6bS01Ni45OS0yMy44ODRjMi43ODIgMi44NzkgNC4yNzMgNi41MTQgNC4yNzMgMTIuNjY3IDAgMTIuODYyLTguMDM1IDE4Ljg2NS0yMi40NDQgMTguODY1aC0yNy44Mjd2LTEyLjgyaDI3LjcxNWMyLjcxIDAgNC42MzItLjM1OSA1LjgzNi0xLjQ4Ljk4My0uOTI1IDEuNjg3LTIuMjY4IDEuNjg3LTMuOSAwLTEuNzQyLS43NjMtMy4xMjQtMS43NDMtMy45NTQtMS4wOTMtLjkxMi0yLjYtMS4zMjctNS4wODgtMS4zMjctMTMuMzYxLS40NTYtMzAuMDkzLjQxNS0zMC4wOTMtMTguNTA0IDAtOC42NzIgNS40NDgtMTcuOCAyMC40MjYtMTcuOGgyOC42NDJ2MTIuNzI1aC0yNi4yMDhjLTIuNTk4IDAtNC4yODcuMDk3LTUuNzI0IDEuMDgtMS41NjUuOTY4LTIuMTQ1IDIuNDA1LTIuMTQ1IDQuMzAyIDAgMi4yNTUgMS4zMjkgMy43OSAzLjEyNiA0LjQ1MyAxLjUwNy41MjUgMy4xMjYuNjc4IDUuNTYuNjc4bDcuNjkxLjIwN2M3Ljc1Ni4xODkgMTMuMDggMS41MzEgMTYuMzE2IDQuODA4em0tMTI4LjkxOC0zLjY5MmMtMS45MTEgMS4xMzQtNC4yNzUgMS4yMzEtNy4wNTUgMS4yMzFoLTE3LjM1NnYtMTMuNDI4aDE3LjU5MmMyLjU0NCAwIDUuMDg5LjA1NCA2LjgxOCAxLjA4IDEuODUyLjk2OCAyLjk1OCAyLjgyIDIuOTU4IDUuMzc4IDAgMi41NTgtMS4xMDcgNC42MTktMi45NTggNS43Mzh6bTguNjI4IDcuNDRjMy4xOCAxLjE3NCA1Ljc4IDMuMjc4IDYuOTk5IDUuMDE5IDIuMDE3IDIuOTE5IDIuMzA5IDUuNjQzIDIuMzY3IDEwLjkxM3YxMS44NTJoLTE0LjM0M3YtNy40OGMwLTMuNTk3LjM0Ni04LjkyMi0yLjMwOS0xMS43MDItMi4wODgtMi4xNDItNS4yNy0yLjY1NC0xMC40ODItMi42NTRoLTE1LjI2OHYyMS44MzZoLTE0LjM1NnYtNTkuNzg2aDMyLjk4NWM3LjIzMyAwIDEyLjUwMS4zMTkgMTcuMTkgMi44MjEgNC41MDkgMi43MjQgNy4zNDUgNi40NTYgNy4zNDUgMTMuMjc2LS4wMDIgOS41NDItNi4zNjYgMTQuNDEyLTEwLjEyNyAxNS45MDV6bTE4LjA0OC0zMi4wMDJoNDcuNjg0djEyLjM2NGgtMzMuNDU1djEwLjg2OWgzMi42Mzl2MTIuMTk4aC0zMi42Mzl2MTEuODk1bDMzLjQ1NS4wNTR2MTIuNDA1aC00Ny42ODR2LTU5Ljc4NnptLTk2LjM5MyAyNy41OTFoLTE4LjQ2M3YtMTUuMjI1aDE4LjYyOWM1LjE1OCAwIDguNzM4IDIuMTAyIDguNzM4IDcuMzMgMCA1LjE3MS0zLjQxNSA3Ljg5NS04LjkwNCA3Ljg5NXptLTMyLjY5MyAyNi43NThsLTIxLjkzNS0yNC4zNTMgMjEuOTM1LTIzLjU3OXY0Ny45MzJ6bS01Ni42NDctNy4wMjJoLTM1LjEyN3YtMTEuODk1aDMxLjM2NnYtMTIuMTk4aC0zMS4zNjZ2LTEwLjg2OWgzNS44MTlsMTUuNjI3IDE3LjQyMy0xNi4zMTkgMTcuNTR6bTExMy41ODMtMjcuNjNjMCAxNi42MDgtMTIuMzkxIDIwLjAzNy0yNC44NzkgMjAuMDM3aC0xNy44Mjd2MjAuMDUzaC0yNy43NjlsLTE3LjU5Mi0xOS43OTItMTguMjgzIDE5Ljc5MmgtNTYuNTkxdi01OS43ODZoNTcuNDYybDE3LjU3OCAxOS41OTcgMTguMTczLTE5LjU5N2g0NS42NTJjMTEuMzM4IDAgMjQuMDc3IDMuMTM5IDI0LjA3NyAxOS42OTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+');
}
.rccs__card--american-express .rccs__cvc__front {
  opacity: 0.5;
  visibility: visible;
}
.rccs__card--dankort .rccs__card__background {
  background: linear-gradient(25deg, #ccc, #999);
}
.rccs__card--dankort .rccs__issuer {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjMwOCIgdmlld0JveD0iMCAwIDUxMiAzMDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iNTAlIiB5MT0iMCUiIHgyPSI1MCUiIHkyPSIxMDAlIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iI0Y1MDkxQSIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiM5RTBDMTciIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGQ9Ik0zNTguNDA3IDBoLTIwNC43OTVjLTg0Ljg0MiAwLTE1My42MTIgNjguNzcxLTE1My42MTIgMTUzLjU5MyAwIDg0Ljg1MSA2OC43NyAxNTMuNjA2IDE1My42MTIgMTUzLjYwNmgyMDQuNzk1Yzg0LjgyMiAwIDE1My41OTMtNjguNzU1IDE1My41OTMtMTUzLjYwNiAwLTg0LjgyMS02OC43Ny0xNTMuNTkzLTE1My41OTMtMTUzLjU5MyIgZmlsbD0iI0ZFRkVGRSIvPjxwYXRoIGQ9Ik0zOTUuNTkxIDE0NC40ODZsNjguMzI4IDgxLjI2MWMxNC4xNTEtMjAuNDUxIDIyLjQ2Mi00NS4yNDIgMjIuNDYyLTcxLjk0NSAwLTI4LjE4My05LjI1OS01NC4yNDgtMjQuODg0LTc1LjMxNWwtNjUuOTA2IDY1Ljk5OXptLTI0MS4zOTctMTE3LjM4NmMtMzguNTQ3IDAtNzMuMTIxIDE3LjI5My05Ni4zODMgNDQuNTI4aDE0NC4xNTljNTEuMDI3IDAgODkuNDc0IDEyLjk4MyA5My40MzEgNTUuOTc0bDUzLjcwMi01NS45ODFoMTA2LjkzMWMtMjMuMjYzLTI3LjIyNy01Ny44MzEtNDQuNTItOTYuMzYxLTQ0LjUyaC0yMDUuNDc5em0yOS4yMzYgMjA1LjQ3OWgtMTI4LjQyOWMyMy4yMzMgMjkuMTkzIDU5LjA2MiA0Ny45NDYgOTkuMTk0IDQ3Ljk0NmgyMDUuNDc5YzQwLjExNyAwIDc1LjkzNy0xOC43NDUgOTkuMTcxLTQ3LjkzOWgtMTA5LjI5NWwtNTYuNzk2LTcxLjc3NmMtMTAuNTA2IDQ4LjkzOS00NC44ODEgNzEuNzY5LTEwOS4zMjMgNzEuNzY5ek0xMTguNDQgMTI1Ljk5N2wtMTguMjIyIDUwLjFoNzMuNTE3YzIxLjczMyAwIDI4LjMxLTguOTk4IDMzLjE3My0yNi4zMTkgNC44MTUtMTcuMTMxLTcuMjc3LTIzLjc4LTIyLjEyOS0yMy43OGgtNjYuMzM5eiIgZmlsbD0idXJsKCNhKSIvPjwvc3ZnPg==');
}
.rccs__card--diners-club > div {
  color: #555;
}
.rccs__card--diners-club .rccs__card__background {
  background: linear-gradient(25deg, #fff, #eee);
}
.rccs__card--diners-club .rccs__issuer {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjEzNCIgdmlld0JveD0iMCAwIDUxMiAxMzQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGQ9Ik05OS4yODUgMTMzLjg2YzM2LjQ0Ni4xNzcgNjkuNzE1LTI5LjY1OSA2OS43MTUtNjUuOTU1IDAtMzkuNjg5LTMzLjI2OS02Ny4xMjItNjkuNzE1LTY3LjExMWgtMzEuMzY1Yy0zNi44ODItLjAxMS02Ny4yNDEgMjcuNDI5LTY3LjI0MSA2Ny4xMTEgMCAzNi4zMDUgMzAuMzU4IDY2LjEzMyA2Ny4yNDEgNjUuOTU1aDMxLjM2NSIgZmlsbD0iIzAwNjA5NSIvPjxwYXRoIGQ9Ik04MS45MDkgMTAzLjI0N3YtNzIuMDcyYzE0LjUxNyA1LjU1NyAyNC44MjMgMTkuNTgzIDI0Ljg0NyAzNi4wMzMtLjAyNCAxNi40NTQtMTAuMzMgMzAuNDcxLTI0Ljg0NyAzNi4wMzhtLTUyLjUyMi0zNi4wMzhjLjAzMy0xNi40NDEgMTAuMzIyLTMwLjQ1OCAyNC44MzEtMzYuMDMydjcyLjA1NWMtMTQuNTA5LTUuNTY5LTI0Ljc5OC0xOS41NzgtMjQuODMxLTM2LjAyNG0zOC42NzktNjAuOTE1Yy0zMy43MDIuMDExLTYxLjAxMSAyNy4yNzMtNjEuMDIgNjAuOTE1LjAwOCAzMy42MzkgMjcuMzE4IDYwLjg5NSA2MS4wMiA2MC45MDUgMzMuNzEzLS4wMSA2MS4wMjgtMjcuMjY2IDYxLjAzMy02MC45MDUtLjAwNS0zMy42NDItMjcuMzE5LTYwLjkwNC02MS4wMzMtNjAuOTE1IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTE5MC4zNzMgMjkuNDIxYzAtNi4yOTQtMy4yOTEtNS44ODEtNi40NDQtNS45NDd2LTEuODE5YzIuNzMzLjEzMyA1LjUzNi4xMzMgOC4yNzUuMTMzIDIuOTQzIDAgNi45NDEtLjEzMyAxMi4xMzMtLjEzMyAxOC4xNTcgMCAyOC4wNDIgMTIuMTAzIDI4LjA0MiAyNC40OTYgMCA2LjkyOS00LjA2MyAyNC4zNTMtMjguODg4IDI0LjM1My0zLjU3MyAwLTYuODc0LS4xMzgtMTAuMTY3LS4xMzgtMy4xNTMgMC02LjI0Mi4wNjctOS4zOTUuMTM4di0xLjgyYzQuMjAzLS40MjEgNi4yNDItLjU2MSA2LjQ0NC01LjMydi0zMy45NDN6bTYuODczIDMyLjgyNWMwIDUuMzg4IDMuODYxIDYuMDE3IDcuMjk0IDYuMDE3IDE1LjE0OSAwIDIwLjEyNC0xMS40MDcgMjAuMTI0LTIxLjgzNiAwLTEzLjA4My04LjQxNS0yMi41My0yMS45NDctMjIuNTMtMi44NzkgMC00LjIwMy4yMDUtNS40NzIuMjh2MzguMDY4em0zNy41OTIgNi40NGgxLjMzMWMxLjk2MSAwIDMuMzY1IDAgMy4zNjUtMi4zMTV2LTE4Ljk2MmMwLTMuMDc3LTEuMDUtMy41MDQtMy42NDgtNC44OTZ2LTEuMTIyYzMuMjk2LS45ODUgNy4yMjYtMi4zMDggNy41MDMtMi41MTguNDkzLS4yOC45MTItLjM1NCAxLjI2NC0uMzU0LjM0NyAwIC40OTIuNDIxLjQ5Mi45ODV2MjYuODY2YzAgMi4zMTUgMS41NDIgMi4zMTUgMy41MDggMi4zMTVoMS4xODl2MS44MmMtMi4zODYgMC00Ljg0Mi0uMTQtNy4zNi0uMTQtMi41MjYgMC01LjA1Mi4wNjgtNy42NDMuMTR2LTEuODJ6bTcuNTAzLTQwLjk0Yy0xLjgyNyAwLTMuNDM2LTEuNjc5LTMuNDM2LTMuNDk5IDAtMS43NTIgMS42ODYtMy4zNjYgMy40MzYtMy4zNjYgMS44MTcgMCAzLjQzNSAxLjQ3NiAzLjQzNSAzLjM2NiAwIDEuODkyLTEuNTQ2IDMuNDk5LTMuNDM1IDMuNDk5em0xNC4xNjIgMjAuMDgyYzAtMi41ODgtLjc3NS0zLjI4NS00LjA2My00LjYxNXYtMS4zM2MzLjAxMS0uOTc4IDUuODg0LTEuODkyIDkuMjU0LTMuMzYzLjIwOCAwIC40MTQuMTQzLjQxNC42OTl2NC41NTFjNC4wMDMtMi44NjYgNy40NDEtNS4yNSAxMi4xNDQtNS4yNSA1Ljk1NiAwIDguMDU4IDQuMzQgOC4wNTggOS44djE4LjA1MmMwIDIuMzE1IDEuNTQxIDIuMzE1IDMuNTA2IDIuMzE1aDEuMjYydjEuODJjLTIuNDU5IDAtNC45MTMtLjE0LTcuNDMxLS4xNC0yLjUyOCAwLTUuMDUzLjA2OC03LjU3Ni4xNHYtMS44MmgxLjI2MWMxLjk2NyAwIDMuMzYzIDAgMy4zNjMtMi4zMTV2LTE4LjEyYzAtMy45OTQtMi40NDMtNS45NDktNi40NDYtNS45NDktMi4yNDMgMC01LjgxOSAxLjgxNy04LjE0MSAzLjM1OHYyMC43MTFjMCAyLjMxNSAxLjU1MiAyLjMxNSAzLjUxNiAyLjMxNWgxLjI2MXYxLjgyYy0yLjQ1NCAwLTQuOTEyLS4xNC03LjQzNi0uMTQtMi41MjEgMC01LjA1LjA2OC03LjU3MS4xNHYtMS44MmgxLjI2NWMxLjk2MiAwIDMuMzYxIDAgMy4zNjEtMi4zMTV2LTE4LjU0NHptMzUuOTA3IDMuMzY1Yy0uMTQ1LjYzMS0uMTQ1IDEuNjc3IDAgNC4wNTkuNDEyIDYuNjQ2IDQuNzAyIDEyLjEwMyAxMC4zMDIgMTIuMTAzIDMuODYzIDAgNi44ODItMi4xIDkuNDctNC42ODZsLjk4Ljk4Yy0zLjIyNiA0LjI3LTcuMjI0IDcuOTA4LTEyLjk2OCA3LjkwOC0xMS4xNTQgMC0xMy4zOTUtMTAuNzgtMTMuMzk1LTE1LjI1NiAwLTEzLjcxOCA5LjI1Mi0xNy43NzkgMTQuMTU3LTE3Ljc3OSA1LjY4NSAwIDExLjc5MSAzLjU2OCAxMS44NTMgMTAuOTg2IDAgLjQyNiAwIC44NC0uMDYyIDEuMjY1bC0uNjM3LjQyMWgtMTkuNzAxem0xMi40MTMtMi4yNDFjMS43NTIgMCAxLjk1Ni0uOTEyIDEuOTU2LTEuNzUxIDAtMy41NjgtMi4xNzEtNi40MzctNi4xMDEtNi40MzctNC4yNzUgMC03LjIxOSAzLjE0Mi04LjA2IDguMTg3aDEyLjIwNXptOS42MDQgMTkuNzM2aDEuODk0YzEuOTU2IDAgMy4zNiAwIDMuMzYtMi4zMTV2LTE5LjY2MWMwLTIuMTY4LTIuNTkxLTIuNTkxLTMuNjQ1LTMuMTV2LTEuMDQ3YzUuMTE5LTIuMTcyIDcuOTI1LTMuOTk0IDguNTY1LTMuOTk0LjQxMiAwIC42Mi4yMS42Mi45MTN2Ni4yOTdoLjE1YzEuNzQ2LTIuNzI5IDQuNjk3LTcuMjEgOC45NzItNy4yMSAxLjc1NCAwIDMuOTk1IDEuMTg4IDMuOTk1IDMuNzA5IDAgMS44OS0xLjMyOSAzLjU3NC0zLjI5MSAzLjU3NC0yLjE4MiAwLTIuMTgyLTEuNjg0LTQuNjMzLTEuNjg0LTEuMTk0IDAtNS4xMTkgMS42MTEtNS4xMTkgNS44MTJ2MTYuNDM5YzAgMi4zMTUgMS4zOTkgMi4zMTUgMy4zNjUgMi4zMTVoMy45MjV2MS44MmMtMy44NTgtLjA3Mi02Ljc5My0uMTQtOS44MTItLjE0LTIuODc0IDAtNS44MjEuMDY4LTguMzQ1LjE0di0xLjgyem0yNi45OTUtNy45MTFjLjkxNCA0LjYxOCAzLjcxNiA4LjU0IDguODM4IDguNTQgNC4xMyAwIDUuNjcyLTIuNTE5IDUuNjcyLTQuOTY3IDAtOC4yNi0xNS4yODEtNS42MDMtMTUuMjgxLTE2Ljg2NyAwLTMuOTIyIDMuMTU5LTguOTYxIDEwLjg2OS04Ljk2MSAyLjI0MSAwIDUuMjU1LjYzMiA3Ljk4OCAyLjAzM2wuNDk1IDcuMTMyaC0xLjYxNGMtLjctNC40MDUtMy4xNTMtNi45MjQtNy42NDMtNi45MjQtMi44MDggMC01LjQ2OSAxLjYwOS01LjQ2OSA0LjYxOCAwIDguMTk0IDE2LjI2OCA1LjY2OSAxNi4yNjggMTYuNjU1IDAgNC42MTgtMy43MTYgOS41MjItMTIuMDYzIDkuNTIyLTIuODA0IDAtNi4xMDEtLjk4Mi04LjU1Mi0yLjM4bC0uNzc0LTguMDQ5IDEuMjY0LS4zNTN6bTgzLjQ0Mi0yNi40NTVoLTEuNzQ5Yy0xLjMzNS04LjE4Mi03LjE1Ni0xMS40NzUtMTUuMDA2LTExLjQ3NS04LjA2OCAwLTE5Ljc4MSA1LjM4Ny0xOS43ODEgMjIuMTgyIDAgMTQuMTQ0IDEwLjEwNSAyNC4yODggMjAuOSAyNC4yODggNi45MzkgMCAxMi42OTUtNC43NTggMTQuMDk5LTEyLjEwOWwxLjYwOS40MTktMS42MDkgMTAuMjE3Yy0yLjk0NiAxLjgyNS0xMC44NzEgMy43MTItMTUuNTAyIDMuNzEyLTE2LjQwMyAwLTI2Ljc3OS0xMC41NjgtMjYuNzc5LTI2LjMxNSAwLTE0LjM0NyAxMi44MjgtMjQuNjM4IDI2LjU3Mi0yNC42MzggNS42NzcgMCAxMS4xNDkgMS44MjUgMTYuNTQ2IDMuNzE2bC43IDEwLjAwM3ptMi41MjkgMzQuMzY2aDEuMzI2YzEuOTY5IDAgMy4zNzMgMCAzLjM3My0yLjMxNXYtMzguOTc0YzAtNC41NTMtMS4wNTItNC42OTMtMy43MTYtNS40NjF2LTEuMTJjMi44MDMtLjkwOSA1Ljc0OS0yLjE2OCA3LjIyMS0zLjAxMi43NjUtLjQxNiAxLjMzMS0uNzcyIDEuNTM3LS43NzIuNDI3IDAgLjU2OC40MjQuNTY4Ljk4NXY0OC4zNTRjMCAyLjMxNSAxLjU0MSAyLjMxNSAzLjUwNiAyLjMxNWgxLjE4NHYxLjgyYy0yLjM3NiAwLTQuODMyLS4xNC03LjM1Ni0uMTQtMi41MjMgMC01LjA0Ny4wNjgtNy42NDMuMTR2LTEuODJ6bTQ1LjAyMi0yLjAzM2MwIDEuMjY1Ljc2OSAxLjMzMSAxLjk1OSAxLjMzMWwyLjgwNi0uMDY3djEuNDczYy0zLjAxOS4yNzgtOC43NjcgMS43NDctMTAuMSAyLjE2N2wtLjM1My0uMjExdi01LjY2NmMtNC4yIDMuNDI4LTcuNDMxIDUuODc3LTEyLjQxNSA1Ljg3Ny0zLjc4MyAwLTcuNzEtMi40NDktNy43MS04LjMyNXYtMTcuOTJjMC0xLjgyLS4yNzgtMy41NzEtNC4yMDItMy45MTl2LTEuMzMxYzIuNTI4LS4wNjggOC4xMjgtLjQ4OCA5LjA0My0uNDg4Ljc3NyAwIC43NzcuNDg4Ljc3NyAyLjAyOHYxOC4wNTJjMCAyLjEwMyAwIDguMTIgNi4wOTYgOC4xMiAyLjM4NCAwIDUuNTM5LTEuODE5IDguNDgtNC4yNjN2LTE4LjgzM2MwLTEuMzk2LTMuMzYzLTIuMTYzLTUuODgyLTIuODY0di0xLjI2YzYuMzA0LS40MjMgMTAuMjM3LS45OCAxMC45MzQtLjk4LjU2NyAwIC41NjcuNDg4LjU2NyAxLjI2MXYyNS44MTh6bTEzLjk1Mi0yMy4wOTJjMi44MDEtMi4zOCA2LjU4OS01LjA0IDEwLjQ0OS01LjA0IDguMTM1IDAgMTMuMDM3IDcuMDc0IDEzLjAzNyAxNC42OTggMCA5LjE2Ny02LjcyOCAxOC4zMzgtMTYuNzYxIDE4LjMzOC01LjE4NCAwLTcuOTE4LTEuNjgyLTkuNzQ0LTIuNDQ5bC0yLjEwMSAxLjYwNi0xLjQ2Ny0uNzY3Yy42Mi00LjEyOS45NzktOC4xODkuOTc5LTEyLjQ1N3YtMzAuMDkxYzAtNC41NTMtMS4wNTctNC42OTMtMy43Mi01LjQ2MXYtMS4xMmMyLjgxMS0uOTA5IDUuNzQ5LTIuMTY4IDcuMjI0LTMuMDEyLjc3LS40MTYgMS4zMjctLjc3MiAxLjU0Ni0uNzcyLjQyIDAgLjU1OS40MjQuNTU5Ljk4NXYyNS41NDN6bTAgMTkuMDMzYzAgMi42NTkgMi41MjMgNy4xNDQgNy4yMjEgNy4xNDQgNy41MDQgMCAxMC42NTctNy4zNTIgMTAuNjU3LTEzLjU4MyAwLTcuNTU2LTUuNzQ0LTEzLjg1Mi0xMS4yMTYtMTMuODUyLTIuNjAxIDAtNC43NyAxLjY4MS02LjY2MyAzLjI5MXYxN3ptLTMwMi41MTggNDguNjAxaC41MzdjMS4zNzEgMCAyLjgyMS0uMTg1IDIuODIxLTIuMTY4di0xOS45NDhjMC0xLjk4Ni0xLjQ0OS0yLjE3NS0yLjgyMS0yLjE3NWgtLjUzN3YtMS4xNDNjMS40ODkgMCAzLjc3OC4xNSA1LjY1My4xNSAxLjkwNSAwIDQuMTkyLS4xNSA1Ljk4NS0uMTV2MS4xNDNoLS41MzZjLTEuMzY4IDAtMi44MjEuMTg5LTIuODIxIDIuMTc1djE5Ljk0OGMwIDEuOTgzIDEuNDUzIDIuMTY4IDIuODIxIDIuMTY4aC41MzZ2MS4xNDhjLTEuODMxIDAtNC4xMjUtLjE1LTYuMDI2LS4xNS0xLjg3MSAwLTQuMTI0LjE1LTUuNjEyLjE1di0xLjE0OHptMzcuODUxLTYuMzU5bC4wNzctLjA3NXYtMTQuMjc3YzAtMy4xMjQtMi4xNzctMy41ODEtMy4zMjEtMy41ODFoLS44NHYtMS4xNDNsNS4zNDIuMTUxIDQuNjk0LS4xNTF2MS4xNDNoLS41NjhjLTEuNjA3IDAtMy40LjMwNi0zLjQgNC44MzZ2MTcuMzNjMCAxLjMzMS4wMzkgMi42NjIuMjI2IDMuODQyaC0xLjQ0OWwtMTkuNjQ3LTIxLjg2djE1LjY5MmMwIDMuMzEzLjY0MyA0LjQ1MiAzLjU4NSA0LjQ1MmguNjQ3djEuMTQ4bC00LjkyLS4xNS01LjE4Ny4xNXYtMS4xNDhoLjUzNGMyLjYzMiAwIDMuNDMxLTEuNzg2IDMuNDMxLTQuODI5di0xNi4wMzljMC0yLjEyOS0xLjc1OS0zLjQyMy0zLjQ2OS0zLjQyM2gtLjQ5N3YtMS4xNDNsNC4zODMuMTUxIDMuMzk5LS4xNTEgMTYuOTgzIDE5LjA3NnptMTEuNjY2LTE3LjE3MmMtMi44NjYgMC0yLjk3NC42ODYtMy41NDcgMy40NjJoLTEuMTQzYy4xNDgtMS4wNjUuMzQyLTIuMTI5LjQ1OC0zLjIzNi4xNTUtMS4wNjguMjI4LTIuMTI5LjIyOC0zLjIzM2guOTE1Yy4zMDggMS4xNDQgMS4yNjEgMS4xMDQgMi4yOTYgMS4xMDRoMTkuNjgxYzEuMDMzIDAgMS45ODQtLjAzNyAyLjA2My0xLjE4MmwuOTEuMTUzYy0uMTQ4IDEuMDI5LS4zMDMgMi4wNTUtLjQxOSAzLjA4NS0uMDcgMS4wMjktLjA3IDIuMDU4LS4wNyAzLjA4M2wtMS4xNDcuNDIzYy0uMDc4LTEuNDA4LS4yNy0zLjY1OS0yLjgyNC0zLjY1OWgtNi4yNTd2MjAuMjU5YzAgMi45MzcgMS4zMzcgMy4yNzIgMy4xNjQgMy4yNzJoLjcyNXYxLjE0OGMtMS40ODcgMC00LjE1OS0uMTUtNi4yMTYtLjE1LTIuMjkgMC00Ljk2Mi4xNS02LjQ1Mi4xNXYtMS4xNDhoLjcyNWMyLjEwNiAwIDMuMTY4LS4xODcgMy4xNjgtMy4xOTJ2LTIwLjMzOWgtNi4yNTl6bTIzLjA4MiAyMy41MzFoLjUzNmMxLjM3MyAwIDIuODI0LS4xODUgMi44MjQtMi4xNjh2LTE5Ljk0OGMwLTEuOTg2LTEuNDUxLTIuMTc1LTIuODI0LTIuMTc1aC0uNTM2di0xLjE0M2MyLjMyMiAwIDYuMjk5LjE1IDkuNDk4LjE1IDMuMjEgMCA3LjE3Mi0uMTUgOS43NjUtLjE1LS4wNjUgMS42MzUtLjAyOCA0LjE1My4wODMgNS44MjdsLTEuMTUuMzA2Yy0uMTg0LTIuNDc0LS42NC00LjQ1NC00LjY1LTQuNDU0aC01LjI5OHY5Ljk3M2g0LjUzNGMyLjI4OCAwIDIuNzg4LTEuMjkxIDMuMDE0LTMuMzUyaDEuMTQyYy0uMDc1IDEuNDg5LS4xMTQgMi45NzMtLjExNCA0LjQ1NSAwIDEuNDUxLjAzOSAyLjg5Ni4xMTQgNC4zNDNsLTEuMTQyLjIyNmMtLjIyNi0yLjI4Mi0uMzQyLTMuNzY4LTIuOTc5LTMuNzY4aC00LjU3djguODcxYzAgMi40NzUgMi4yMDMgMi40NzUgNC42NDYgMi40NzUgNC41ODEgMCA2LjYwMS0uMzA3IDcuNzQ3LTQuNjQybDEuMDY3LjI2MmMtLjQ5OCAyLjAyNC0uOTU0IDQuMDM2LTEuMjkzIDYuMDU4LTIuNDQ2IDAtNi44MzQtLjE1LTEwLjI2My0uMTUtMy40MzggMC03Ljk3OC4xNS0xMC4xNTMuMTV2LTEuMTQ4em0yNi44NTktMjEuNGMwLTIuNzc4LTEuNTI2LTIuODkyLTIuNzEyLTIuODkyaC0uNjg3di0xLjE0NGMxLjIyMSAwIDMuNTg2LjE1MyA1LjkxNS4xNTMgMi4yODcgMCA0LjEyLS4xNTMgNi4xNDEtLjE1MyA0LjgwNCAwIDkuMDgzIDEuMjk0IDkuMDgzIDYuNzA2IDAgMy40MjEtMi4yODggNS41MTctNS4zMDMgNi43MDNsNi41MjIgOS43NDFjMS4wNyAxLjYxMSAxLjgyOSAyLjA2MyAzLjcwMiAyLjI4NHYxLjE0OWwtMy43MzktLjE1LTMuNTg0LjE1Yy0yLjkzOC0zLjg0Ni01LjQ2Mi03Ljk1OC03LjkzOS0xMi4zNDNoLTIuNTEzdjguMTUzYzAgMi45MzUgMS4zNyAzLjA0MSAzLjEyMiAzLjA0MWguNjg5djEuMTQ5bC02LjU2Mi0uMTVjLTEuODM0IDAtMy42MjcuMTUtNS41MzQuMTV2LTEuMTQ5aC42ODdjMS40MTcgMCAyLjcxMi0uNjM5IDIuNzEyLTIuMDV2LTE5LjM0OXptNC44ODYgOC44MzJoMS44NjNjMy44MTkgMCA1Ljg3NC0xLjQ0MyA1Ljg3NC01LjkzOSAwLTMuMzg0LTIuMTczLTUuNTU2LTUuNTcxLTUuNTU2LTEuMTQ3IDAtMS42MzUuMTE3LTIuMTY2LjE1MXYxMS4zNDR6bTQzLjY4IDYuMjA5bC4wNjgtLjA3NXYtMTQuMjc3YzAtMy4xMjQtMi4xNzEtMy41ODEtMy4zMTQtMy41ODFoLS44Mzd2LTEuMTQzbDUuMzQuMTUxIDQuNy0uMTUxdjEuMTQzaC0uNTc3Yy0xLjYwMSAwLTMuMzk2LjMwNi0zLjM5NiA0LjgzNnYxNy4zM2MwIDEuMzMxLjAzNiAyLjY2Mi4yMjUgMy44NDJoLTEuNDQ2bC0xOS42NDktMjEuODZ2MTUuNjkyYzAgMy4zMTMuNjQ3IDQuNDUyIDMuNTg0IDQuNDUyaC42NDh2MS4xNDhsLTQuOTE4LS4xNS01LjE5Mi4xNXYtMS4xNDhoLjUyOWMyLjYzNyAwIDMuNDM4LTEuNzg2IDMuNDM4LTQuODI5di0xNi4wMzljMC0yLjEyOS0xLjc1Ni0zLjQyMy0zLjQ3LTMuNDIzaC0uNDk3di0xLjE0M2w0LjM4OS4xNTEgMy4zOTQtLjE1MSAxNi45OCAxOS4wNzZ6bTEyLjA5MiAyLjA2MWMtLjM4OCAxLjI5Mi0uODQ3IDIuMjg5LS44NDcgMi45NjggMCAxLjE0NCAxLjYwNCAxLjMzIDIuODYgMS4zM2guNDI3djEuMTQ4Yy0xLjUyOS0uMDgzLTMuMDg4LS4xNDgtNC42MjUtLjE0OC0xLjM3MSAwLTIuNzM2LjA2NS00LjExNS4xNDh2LTEuMTQ4aC4yMzFjMS40ODcgMCAyLjc0OS0uODc0IDMuMzEzLTIuNDc3bDYuMTEyLTE3LjQ3MWMuNDktMS40MDkgMS4xODQtMy4zMTQgMS40MTQtNC43MjggMS4yMTUtLjQxMyAyLjc0NC0xLjE3NCAzLjQ2OS0xLjYzMi4xMTctLjA0MS4xODQtLjA4LjMwNS0uMDguMTE0IDAgLjE4NCAwIC4yNy4xMTcuMTE0LjMwNC4yMjEuNjQ3LjM0NS45NTFsNy4wMTkgMTkuOTE4Yy40NTYgMS4zMzEuOTEgMi43MzkgMS40MDQgMy44ODYuNDYzIDEuMDY2IDEuMjY0IDEuNTE2IDIuNTI0IDEuNTE2aC4yMjh2MS4xNDhjLTEuNzE3LS4wODMtMy40MzYtLjE0OC01LjI2NC0uMTQ4LTEuODY4IDAtMy43ODIuMDY1LTUuNzI4LjE0OHYtMS4xNDhoLjQyM2MuODczIDAgMi4zNjYtLjE0OCAyLjM2Ni0xLjEwMiAwLS40OTItLjM0NC0xLjUyLS43Ny0yLjc0MmwtMS40ODQtNC40MTZoLTguNjYxbC0xLjIxNyAzLjk2M3ptNS41NjgtMTYuODcyaC0uMDc4bC0zLjU0OSAxMC43NzhoNy4xM2wtMy41MDMtMTAuNzc4em0xNi40NDQtMi4zNjJjLTIuODYzIDAtMi45NzcuNjg2LTMuNTUgMy40NjJoLTEuMTQ3Yy4xNS0xLjA2NS4zNDQtMi4xMjkuNDYzLTMuMjM2LjE1MS0xLjA2OC4yMjMtMi4xMjkuMjIzLTMuMjMzaC45MmMuMzAzIDEuMTQ0IDEuMjYxIDEuMTA0IDIuMjg3IDEuMTA0aDE5LjY5MWMxLjAyNiAwIDEuOTc5LS4wMzcgMi4wNTctMS4xODJsLjkxNC4xNTNjLS4xNDcgMS4wMjktLjMgMi4wNTUtLjQxNCAzLjA4NS0uMDg1IDEuMDI5LS4wODUgMi4wNTgtLjA4NSAzLjA4M2wtMS4xNDIuNDIzYy0uMDctMS40MDgtLjI2Mi0zLjY1OS0yLjgxOS0zLjY1OWgtNi4yNTl2MjAuMjU5YzAgMi45MzcgMS4zMzkgMy4yNzIgMy4xNjYgMy4yNzJoLjcyNnYxLjE0OGMtMS40ODkgMC00LjE1OC0uMTUtNi4yMi0uMTUtMi4yODUgMC00Ljk2Mi4xNS02LjQ0OS4xNXYtMS4xNDhoLjcyNWMyLjEwMiAwIDMuMTY5LS4xODcgMy4xNjktMy4xOTJ2LTIwLjMzOWgtNi4yNTd6bTIzLjI2NCAyMy41MzFoLjUzNGMxLjM3OCAwIDIuODIxLS4xODUgMi44MjEtMi4xNjh2LTE5Ljk0OGMwLTEuOTg2LTEuNDQzLTIuMTc1LTIuODIxLTIuMTc1aC0uNTM0di0xLjE0M2MxLjQ5MiAwIDMuNzc3LjE1IDUuNjQzLjE1IDEuOTE0IDAgNC4yMDItLjE1IDUuOTk4LS4xNXYxLjE0M2gtLjUzNGMtMS4zNzYgMC0yLjgyOS4xODktMi44MjkgMi4xNzV2MTkuOTQ4YzAgMS45ODMgMS40NTMgMi4xNjggMi44MjkgMi4xNjhoLjUzNHYxLjE0OGMtMS44MzQgMC00LjEyNC0uMTUtNi4wMjktLjE1LTEuODczIDAtNC4xMi4xNS01LjYxMi4xNXYtMS4xNDh6bTI2Ljg1Ny0yNi4wMDNjOC4xMzUgMCAxNC42MTYgNS4wMjkgMTQuNjE2IDEzLjE0IDAgOC43NTktNi4yOTYgMTQuNTgxLTE0LjQxOSAxNC41ODEtOC4wOTYgMC0xNC4yNzMtNS40ODItMTQuMjczLTEzLjY3IDAtNy45MTkgNi4xNDEtMTQuMDUyIDE0LjA3Ni0xNC4wNTJ6bS41NzcgMjYuMDQ1YzcuNDA0IDAgOC42OTItNi41MTYgOC42OTItMTIuMDY3IDAtNS41NjktMy4wMDUtMTIuMzA2LTkuMzQyLTEyLjMwNi02LjY3OSAwLTguNjYxIDUuOTQyLTguNjYxIDExLjA0IDAgNi44MTcgMy4xMjggMTMuMzMzIDkuMzExIDEzLjMzM3ptMzkuNzUtNi40MDFsLjA3OC0uMDc1di0xNC4yNzdjMC0zLjEyNC0yLjE4MS0zLjU4MS0zLjMyNi0zLjU4MWgtLjgyN3YtMS4xNDNsNS4zMy4xNTEgNC43MDItLjE1MXYxLjE0M2gtLjU3N2MtMS41OTkgMC0zLjM5Ni4zMDYtMy4zOTYgNC44MzZ2MTcuMzNjMCAxLjMzMS4wMzYgMi42NjIuMjMgMy44NDJoLTEuNDQ4bC0xOS42NTQtMjEuODZ2MTUuNjkyYzAgMy4zMTMuNjUgNC40NTIgMy41ODQgNC40NTJoLjY1MXYxLjE0OGwtNC45Mi0uMTUtNS4xOTUuMTV2LTEuMTQ4aC41MzljMi42MzcgMCAzLjQzLTEuNzg2IDMuNDMtNC44Mjl2LTE2LjAzOWMwLTIuMTI5LTEuNzQ2LTMuNDIzLTMuNDctMy40MjNoLS40OTh2LTEuMTQzbDQuMzg5LjE1MSAzLjM5Ni0uMTUxIDE2Ljk4MSAxOS4wNzZ6bTEyLjA4NyAyLjA2MWMtLjM3NSAxLjI5Mi0uODM3IDIuMjg5LS44MzcgMi45NjggMCAxLjE0NCAxLjYwNyAxLjMzIDIuODU4IDEuMzNoLjQyN3YxLjE0OGMtMS41MjgtLjA4My0zLjA5NC0uMTQ4LTQuNjItLjE0OC0xLjM3OCAwLTIuNzQ2LjA2NS00LjExNC4xNDh2LTEuMTQ4aC4yMTdjMS40OTMgMCAyLjc1Ny0uODc0IDMuMzIxLTIuNDc3bDYuMTE0LTE3LjQ3MWMuNDkzLTEuNDA5IDEuMTg0LTMuMzE0IDEuNDA1LTQuNzI4IDEuMjIzLS40MTMgMi43NDctMS4xNzQgMy40NzktMS42MzIuMTA5LS4wNDEuMTg2LS4wOC4zMDEtLjA4LjExNCAwIC4xODcgMCAuMjY0LjExN2wuMzQ5Ljk1MSA3LjAxNiAxOS45MThjLjQ1OCAxLjMzMS45MTQgMi43MzkgMS40MTUgMy44ODYuNDU4IDEuMDY2IDEuMjYyIDEuNTE2IDIuNTE4IDEuNTE2aC4yMzN2MS4xNDhjLTEuNzItLjA4My0zLjQzOC0uMTQ4LTUuMjcyLS4xNDgtMS44NjUgMC0zLjc3Ny4wNjUtNS43MjMuMTQ4di0xLjE0OGguNDIyYy44NzEgMCAyLjM3LS4xNDggMi4zNy0xLjEwMiAwLS40OTItLjM0Ny0xLjUyLS43NzItMi43NDJsLTEuNDgyLTQuNDE2aC04LjY2MmwtMS4yMjUgMy45NjN6bTUuNTc2LTE2Ljg3MmgtLjA3N2wtMy41NTQgMTAuNzc4aDcuMTQxbC0zLjUxMS0xMC43Nzh6bTI0LjM4MSAxOC41ODNjMCAxLjUyNiAxLjA2IDEuOTggMi4yODIgMi4xMzYgMS41NjUuMTE1IDMuMjgyLjExNSA1LjA0Mi0uMDc4IDEuNTk5LS4xOTIgMi45NzItMS4xMDQgMy42NTgtMi4wNTguNjA5LS44MzkuOTUxLTEuOTAzIDEuMTg0LTIuNzQyaDEuMTA2Yy0uNDE5IDIuMTctLjk1NCA0LjMwNy0xLjQxNSA2LjQ3NmwtMTAuMDY2LS4xNDgtMTAuMDc0LjE0OHYtMS4xNDhoLjUyNmMxLjM3OSAwIDIuODcxLS4xODUgMi44NzEtMi41NDl2LTE5LjU3YzAtMS45ODUtMS40OTItMi4xNzMtMi44NzEtMi4xNzNoLS41MjZ2LTEuMTQzbDYuMDI0LjE1MSA1LjgwNC0uMTUxdjEuMTQzaC0uOTU5Yy0xLjQ0NiAwLTIuNTg1LjA0Mi0yLjU4NSAyLjA1NnYxOS42NDl6IiBmaWxsPSIjMUExOTE4Ii8+PC9zdmc+');
}
.rccs__card--discover > div {
  color: #555;
}
.rccs__card--discover .rccs__card__background {
  background: linear-gradient(25deg, #fff, #eee);
}
.rccs__card--discover .rccs__issuer {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9Ijg2IiB2aWV3Qm94PSIwIDAgNTEyIDg2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSIyMC40NDIlIiB5MT0iMTAuNTk5JSIgeDI9Ijg5LjI0NSUiIHkyPSI4My41MyUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjRTI1NDI5IiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0Y5OUQzRSIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMjcwLjM1Ni4zNjVjLTIzLjk4MiAwLTQzLjQ0IDE4LjczNS00My40NCA0MS44NTggMCAyNC41ODMgMTguNjEyIDQyLjk2IDQzLjQ0IDQyLjk2IDI0LjIwOCAwIDQzLjMyMS0xOC42MiA0My4zMjEtNDIuNDc4IDAtMjMuNzE2LTE4Ljk4Ni00Mi4zNC00My4zMjEtNDIuMzR6IiBpZD0iYiIvPjxmaWx0ZXIgeD0iLTUwJSIgeT0iLTUwJSIgd2lkdGg9IjIwMCUiIGhlaWdodD0iMjAwJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYyI+PGZlTW9ycGhvbG9neSByYWRpdXM9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dTcHJlYWRJbm5lcjEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyLjUiIGluPSJzaGFkb3dTcHJlYWRJbm5lcjEiIHJlc3VsdD0ic2hhZG93Qmx1cklubmVyMSIvPjxmZU9mZnNldCBkeD0iMiIgZHk9IjIiIGluPSJzaGFkb3dCbHVySW5uZXIxIiByZXN1bHQ9InNoYWRvd09mZnNldElubmVyMSIvPjxmZUNvbXBvc2l0ZSBpbj0ic2hhZG93T2Zmc2V0SW5uZXIxIiBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iYXJpdGhtZXRpYyIgazI9Ii0xIiBrMz0iMSIgcmVzdWx0PSJzaGFkb3dJbm5lcklubmVyMSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4zMDE2NTg3NDEgMCIgaW49InNoYWRvd0lubmVySW5uZXIxIi8+PC9maWx0ZXI+PC9kZWZzPjx1c2UgZmlsbD0idXJsKCNhKSIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsdGVyPSJ1cmwoI2MpIiB4bGluazpocmVmPSIjYiIvPjxwYXRoIGQ9Ik0yMy43NDYgMS44OTFoLTIzLjM1M3Y4MS40NTRoMjMuMjMyYzEyLjMyNSAwIDIxLjI0LTIuOTIxIDI5LjA1OS05LjM5OCA5LjI3OC03LjY5NSAxNC43ODEtMTkuMjk4IDE0Ljc4MS0zMS4yODkgMC0yNC4wNDgtMTcuOTY1LTQwLjc2Ni00My43MTktNDAuNzY2em0xOC41NzMgNjEuMTc2Yy01LjAyMiA0LjUzMS0xMS40ODYgNi40ODgtMjEuNzYgNi40ODhoLTQuMjY4di01My44NzNoNC4yNjhjMTAuMjc0IDAgMTYuNDkxIDEuODM0IDIxLjc2IDYuNTkzIDUuNDk1IDQuODg2IDguNzcyIDEyLjQ1MiA4Ljc3MiAyMC4yNjUgMCA3LjgyOS0zLjI3NyAxNS42Ni04Ljc3MiAyMC41Mjd6bTMyLjQ4IDIwLjI3OGgxNS44NzF2LTgxLjQ1NGgtMTUuODcxdjgxLjQ1NHptNTQuNzI3LTUwLjIwOWMtOS41MzktMy41MzQtMTIuMzQ2LTUuODY1LTEyLjM0Ni0xMC4yNDcgMC01LjEzNCA0Ljk5OC05LjAzOSAxMS44NDktOS4wMzkgNC43NjMgMCA4LjY3MSAxLjk1MyAxMi44MzYgNi41OGw4LjI5NC0xMC44NTJjLTYuODM5LTUuOTk4LTE1LjAyMS05LjA0Ny0yMy45NDYtOS4wNDctMTQuMzk4IDAtMjUuMzk5IDEwLjAyLTI1LjM5OSAyMy4zMiAwIDExLjI0NyA1LjEyNiAxNi45ODEgMjAuMDMxIDIyLjM2OSA2LjIzMyAyLjE4OCA5LjQwMSAzLjY0NiAxMC45OTMgNC42NDMgMy4xNzUgMi4wNzcgNC43NjkgNC45OTggNC43NjkgOC40MTYgMCA2LjYwNS01LjI1NyAxMS40ODMtMTIuMzUxIDExLjQ4My03LjU3NCAwLTEzLjY3NC0zLjc4Mi0xNy4zNDEtMTAuODY1bC0xMC4yNDcgOS45MDVjNy4zMTMgMTAuNzMzIDE2LjEwOSAxNS41MTEgMjguMjE0IDE1LjUxMSAxNi40ODggMCAyOC4wODQtMTEuMDA3IDI4LjA4NC0yNi43NTggMC0xMi45NDgtNS4zNjEtMTguODE1LTIzLjQ0My0yNS40MTl6bTI4LjQ0OSA5LjUyMWMwIDIzLjk2NSAxOC44MTUgNDIuNTI1IDQzLjAwNiA0Mi41MjUgNi44MzkgMCAxMi43MDEtMS4zNTIgMTkuOTE1LTQuNzU4di0xOC42OTdjLTYuMzYxIDYuMzU4LTExLjk4IDguOTE2LTE5LjE4OSA4LjkxNi0xNS45OTcgMC0yNy4zNjQtMTEuNjA2LTI3LjM2NC0yOC4xMDIgMC0xNS42MjYgMTEuNzIxLTI3Ljk2NSAyNi42MzgtMjcuOTY1IDcuNTYxIDAgMTMuMzExIDIuNjg2IDE5LjkxNSA5LjE1OXYtMTguNjk2Yy02Ljk2Mi0zLjUzMS0xMi43MTItNC45ODUtMTkuNTUyLTQuOTg1LTI0LjA2NyAwLTQzLjM2OSAxOC45MzUtNDMuMzY5IDQyLjYwNHptMTkxLjY1MSAxMy45NDhsLTIxLjc0My01NC43MTVoLTE3LjM0NmwzNC41NzkgODMuNTM0aDguNTQzbDM1LjE4My04My41MzRoLTE3LjIxOGwtMjIgNTQuNzE1em00Ni40MzkgMjYuNzM5aDQ1LjA2NnYtMTMuNzg5aC0yOS4xODh2LTIyLjAwMWgyOC4wNzJ2LTEzLjc5MmgtMjguMDcydi0xOC4wNzloMjkuMTg4di0xMy43OTJoLTQ1LjA2NnY4MS40NTR6bTEwNy45NTUtNTcuNDE1YzAtMTUuMjU5LTEwLjQ5LTI0LjAzOS0yOC44MjMtMjQuMDM5aC0yMy41Nzd2ODEuNDU0aDE1Ljg5NXYtMzIuNzM3aDIuMDhsMjEuOTc1IDMyLjczN2gxOS41NDRsLTI1LjY2Ny0zNC4zMTFjMTEuOTg4LTIuNDUxIDE4LjU3My0xMC42MzggMTguNTczLTIzLjEwNHptLTMxLjg4MiAxMy40NTJoLTQuNjIzdi0yNC42ODNoNC44NzdjOS45MTYgMCAxNS4yODcgNC4xNjUgMTUuMjg3IDEyLjA5MiAwIDguMTc4LTUuMzcyIDEyLjU5LTE1LjU0MSAxMi41OXoiIGZpbGw9IiMwQjEwMTUiLz48L3N2Zz4=');
}
.rccs__card--elo .rccs__card__background {
  background: linear-gradient(25deg, #211c18, #aaa7a2);
}
.rccs__card--elo .rccs__issuer {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMjU2IDBjMTQxLjM4NSAwIDI1NiAxMTQuNjE1IDI1NiAyNTYgMCAxNDEuMzg2LTExNC42MTUgMjU2LTI1NiAyNTZzLTI1Ni0xMTQuNjE0LTI1Ni0yNTZjMC0xNDEuMzg1IDExNC42MTUtMjU2IDI1Ni0yNTYiIGZpbGw9IiMwRTBFMTEiLz48cGF0aCBkPSJNMTgwLjA0MiAyMzcuNTgzbC03OC41MjQgMzMuODM3Yy0uMTIyLTEuMzUzLS4xODktMi43MjEtLjE4OS00LjEwNiAwLTI0LjgzOSAyMC4xMzUtNDQuOTc0IDQ0Ljk3NC00NC45NzQgMTMuNDM4IDAgMjUuNDk5IDUuODk4IDMzLjczOSAxNS4yNDN6bS0zMy43MzktNDguODc2YzM3LjA1MyAwIDY4LjExMiAyNS42MzggNzYuNDIgNjAuMTQzbC0zMS42ODIgMTMuODUzLS4wMDctLjA2Ni0zMi40MTMgMTQuMjQxLTc3Ljc1NSAzMy45OTdjLTguMzE4LTEyLjQ3LTEzLjE3LTI3LjQ0OC0xMy4xNy00My41NjEgMC00My40MTQgMzUuMTkzLTc4LjYwNyA3OC42MDctNzguNjA3em01NC45MjggMTM0LjgzOGMtMjguMTQ1IDI2LjcxMy02NS4zNzkgMjkuMzM1LTk4LjA5NiA5LjQ3M2wxOC40ODUtMjguMTA0YzE4LjYxNyAxMS4xMjggMzcuMzE5IDkuMzIzIDU2LjEwNy01LjQyOGwyMy41MDQgMjQuMDZ6bTMyLjAwNy0xOS40NTdsLS4xOTgtMTQ4LjY1MmgyOC4xNjN2MTQ0LjYzOGMwIDEuMzg4LjE3MiAyLjYxIDEuOTkyIDMuMzE3bDI0LjUgOS41MjgtMTEuMDM4IDI4LjctMjguNy0xMi4xNDNjLTEwLjg4My00LjYwNS0xNC43LTExLjI3Ny0xNC43MTktMjUuMzg5eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0zMzkuMjggMzAxLjU4N2MtMTAuNTU3LTguMjA4LTE3LjM1NC0yMS4wMTgtMTcuMzU0LTM1LjQyNiAwLTEyLjgwOSA1LjM3Ny0yNC4zNTQgMTMuOTg1LTMyLjUyOWwtMTguMTktMjkuNDhjLTE4LjI4NSAxNC40ODctMzAuMDI4IDM2Ljg3LTMwLjAyOCA2Mi4wMDkgMCAyNy4wOTYgMTMuNjMyIDUxLjAwMiAzNC40MDcgNjUuMjU0bDE3LjE3OS0yOS44MjgiIGZpbGw9IiMyMDkxQzMiLz48cGF0aCBkPSJNMzUxLjYxIDIyMy45MzhjNC43NC0xLjcwNSA5Ljg1LTIuNjM5IDE1LjE3OC0yLjYzOSAxOS4yMDggMCAzNS41ODggMTIuMDc3IDQxLjk4NSAyOS4wNDhsMzQuODU2LTIuOTEyYy04LjQxNC0zNC42NC0zOS42MTMtNjAuMzY2LTc2Ljg0MS02MC4zNjYtMTAuNTE5IDAtMjAuNTQ5IDIuMDcxLTI5LjczIDUuNzk5bDE0LjU1MiAzMS4wNzEiIGZpbGw9IiNGQUVDMzIiLz48cGF0aCBkPSJNNDExLjU5NSAyNjguMzM1Yy0xLjEzNSAyMy43NjYtMjAuNzYgNDIuNjg4LTQ0LjgwNyA0Mi42ODgtMy43NyAwLTcuNDI4LS40NzItMTAuOTI1LTEuMzQ3bC0xMy42NzMgMzEuNjU3YzcuNzQ1IDIuNTMxIDE2LjAwNyAzLjkyIDI0LjU5OCAzLjkyIDQyLjU5MSAwIDc3LjMwMi0zMy42NyA3OS4wMDktNzUuODQybC0zNC4yMDMtMS4wNzciIGZpbGw9IiNEMDM1MkEiLz48L2c+PC9zdmc+');
}
.rccs__card--hipercard .rccs__card__background {
  background: linear-gradient(25deg, #8b181b, #de1f27);
}
.rccs__card--hipercard .rccs__issuer {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjEyMyIgdmlld0JveD0iMCAwIDUxMiAxMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGQ9Ik0zNzQuMTE4IDgwLjg0MmMtNi45NDMgNi43OTctMjYuNDM0IDguNzI4LTI0LjQ0LTcuNTIgMS42NTYtMTMuNDk1IDE2LjM0OC0xNi4zNjMgMzIuMjczLTE0LjQxNC0xLjE4NCA3LjM4MS0yLjU0MiAxNi43NTUtNy44MzMgMjEuOTM0em0tMjEuOTM0LTUyLjY0MWMtLjY2MyAzLjcyMy0xLjY4MSA3LjA5Mi0yLjUwNiAxMC42NTMgNy45NTEtMS45OTMgMzIuNzA5LTguMTA1IDM1LjA5NSAyLjUwNi43OTIgMy41MjYtLjU3NCA3LjI3Mi0xLjU2NyAxMC4wMjgtMjIuMzg5LTIuMTIxLTQwLjYzNiAxLjU5OS00NS40MzUgMTcuNTQ3LTMuMjE0IDEwLjY4Mi4zNiAyMS4xOTQgNy4yMDcgMjQuMTI5IDEzLjE4NyA1LjY0OSAyOS4yMjgtLjgyMiAzNC43ODEtOS43MTQtLjU3NyAzLjA3OC0xLjEyMyA2LjE4Ny0uOTQgMTAuMDI2aDExLjU5NGMuMTIzLTExLjEwMyAxLjczOS0yMC4wOTEgMy40NDctMzAuMDgyIDEuNDU2LTguNTA4IDQuMTk1LTE2LjkzMSAzLjc1OS0yNC40NC0uOTk1LTE3LjE5Ny0yOS40ODYtMTEuMTE0LTQ1LjQzNC0xMC42NTN6bTExNi4yNDkgNTcuOTY4Yy05LjA3LjE5NS0xMy41OC01LjQxOS0xMy43ODctMTQuNzI2LS4zNjEtMTYuMzAxIDYuNzg5LTM0LjQxMSAyMS4zMDctMzYuMDM1IDYuNzYtLjc1NiAxMS42NTQuODE2IDE2LjYwNyAyLjUwOC00LjU0NyAxOC4zMS0yLjkwNSA0Ny43OTktMjQuMTI4IDQ4LjI1NHptMzAuMDgxLTg2LjE2OWMtMS4xNTUgMTAuMTI1LTIuNjk5IDE5Ljg2Mi00LjY5OSAyOS4xNC0zMy4wNTEtMTAuNDYxLTUzLjMyIDEzLjg1NS01Mi45NTYgNDMuODY4LjA3MiA1LjgwNSAxLjA3MSAxMS41NjEgNC43MDEgMTUuNjY3IDYuMjU2IDcuMDc2IDI0LjE3IDguNzY4IDMzLjIxNCAyLjgyMSAxLjc1Mi0xLjE1MSAzLjU0LTMuMjQ2IDQuNzAxLTQuNy44NzEtMS4wOTUgMi4yNTYtMy45NTkgMi41MDUtMy4xMzUtLjQ3NCAzLjE4Mi0xLjE4NSA2LjEyNy0xLjI1MiA5LjcxNWgxMi4yMmMyLjM1NC0zMy43ODQgOS42MzctNjIuNjQxIDE1LjA0LTkzLjM3NmgtMTMuNDc1em0tMzQ0Ljk4OSA4MS4xNTZjLTcuMjA5IDcuNjM1LTI0LjkzMSA3LjUxOC0yNi4zMi01LjMyOC0uNjA2LTUuNTg5IDEuNDc3LTExLjQ1IDIuNTA2LTE3LjIzMyAxLjA0MS01Ljg1MyAxLjc5MS0xMS40NjkgMi44MTktMTYuNjA5IDcuMS04LjY3IDI3Ljk2NS05LjcxNiAzMC4wODIgNC43MDEgMS44MzcgMTIuNTE3LTMuMTE3IDI4LjE0NS05LjA4NyAzNC40Njh6bTEwLjY1NC01Mi45NTVjLTExLjQwNC00LjI4NC0yNS4zMDMuODMtMzEuMzI4IDUuNjk0LjAyMS4yMTQtLjE0NC4yNDMtLjMyMS4yNTlsLjMyMS0uMjU5LS4wMDctLjA1NC45NC01LjY0aC0xMS41OTRjLTQuODMxIDMyLjE0My0xMC41NjEgNjMuMzg3LTE2LjYwNyA5NC4zMTZoMTMuNDczYzEuOTUtMTIuMDQ2IDMuMjM5LTI0Ljc1MyA1Ljk1NC0zNi4wMzQgMy4wNzcgMTEuODY1IDIzLjE2OSA5LjU5NyAzMS42NDcgNS4wMTQgMTcuNDk0LTkuNDYgMzAuOTg3LTU0LjQ4MSA3LjUyMS02My4yOTZ6bTYzLjkyMSAyMi41NjFoLTMxLjY0N2MxLjAwMS03LjI3NiA3LjU0Ny0xNS4yNzMgMTcuODU5LTE1LjY2NyA5LjcwNy0uMzcxIDE2LjY1NiAzLjU2NCAxMy43ODcgMTUuNjY3em0tMTIuODQ3LTIzLjgxNGMtOS43MzYuNzQ5LTE3Ljk2NSAzLjU1MS0yMy44MTQgOS43MTMtNy4xNzMgNy41NTgtMTIuOTgzIDI0LjI2Ni0xMS4yODEgMzkuNDgyIDIuNDI4IDIxLjcwOCAyOS40NTcgMjAuOTI5IDUxLjA3NSAxNS42NjcuMzY3LTMuODA5IDEuMjktNy4wNjYgMS44OC0xMC42NTMtOC45MDYgMy4zMzItMjQuMzY4IDcuOTg0LTMzLjUyOCAyLjE5NC02LjkxNS00LjM3My02Ljk1Ni0xNS40NDYtNC43LTI1LjA2OCAxNC41MjktLjQ2MiAyOS42MzEtLjM3NCA0NC4xODEgMCAuOTIzLTYuODIxIDMuNTY1LTE0LjI1NyAxLjI1My0yMC45OTMtMy4wNDktOC44OTQtMTMuOTYxLTExLjE5Ni0yNS4wNjctMTAuMzR6bS0xMTguNDQzIDEuMjUzYy0uMzY1LjA1Mi0uMzQxLjQ5NS0uMzE0LjkzOS0yLjk2OSAyMi4yMDMtNi45ODYgNDMuMzU4LTExLjI4IDY0LjIzNmgxMy40NzNjMy4yMzgtMjIuMzUyIDYuOTQ2LTQ0LjIzMyAxMS41OTQtNjUuMTc1aC0xMy40NzN6bTM1MS41Ny4zMTNjLTExLjkwOS01Ljk1My0yMS44MjIgNC4wMzctMjUuNjkzIDEwLjAyNyAxLjEwMi0zLjA3MyAxLjE2Ni03LjE4OCAyLjE5Mi0xMC4zMzloLTExLjkwN2MtMy4yMSAyMi4zNzktNy4wODEgNDQuMDk4LTExLjU5NCA2NS4xNzVoMTMuNzg3Yy4wODgtOC42MzggMS43ODQtMTUuMDI4IDMuMTMzLTIzLjUwMSAyLjg4Mi0xOC4wODggNy4xMTEtMzcuOTI2IDI4LjIwMi0zMS45Ni43LTMuMDYuOTktNi41MyAxLjg4LTkuNDAxem0tMTUxLjM0NSA0OS41MDhjLTEuMjQxLTMuMjA4LTEuNTYzLTguNTA3LTEuMjUzLTEyLjUzNC42OTctOS4wNTQgMy45OTYtMjAuMDc3IDkuMDg3LTI1LjA2NyA3LjAyNi02Ljg4OCAyMC44OTctNS43NDggMzEuOTYtMS44ODEuMzQzLTMuNzI5IDEuMDkzLTcuMDU0IDEuNTY3LTEwLjY1Mi0xOC4xNDUtMi45NjQtMzUuMzY1LTEuMTIxLTQ0LjQ5NCA4LjQ1OS04LjkzNiA5LjM3OC0xNC43OTYgMzAuOTMyLTEwLjY1NCA0NC40OTQgNC44NDggMTUuODcgMjYuNTgzIDE2LjczMyA0NC4xODMgMTAuNjU0Ljc3Ny0zLjE5IDEuMTktNi43NDYgMS44OC0xMC4wMjgtOS42MTYgNC45OTctMjguMDAxIDcuNTkzLTMyLjI3Ni0zLjQ0N3ptLTcuNTE5LTQ5LjgyMWMtMTEuOTQ4LTQuODI1LTIxLjMzOSAzLjMyOS0yNS42OTMgMTAuOTY3Ljk4Ny0zLjM5OCAxLjM5NC03LjM3OCAyLjE5Mi0xMC45NjdoLTExLjkwN2MtMi45MSAyMi41NzUtNy4yMDEgNDMuNzY5LTExLjI4IDY1LjE3NWgxMy40NzVjMS44ODgtMTIuNzA3IDIuNzAzLTI5LjgzNCA2Ljg5Mi00MS45ODggMy4zNDgtOS43MTMgMTIuMTExLTE3Ljk4NyAyNC43NTQtMTMuNDczLjE3OC0zLjU4MyAxLjIwMy02LjMxOCAxLjU2Ny05LjcxNHptLTIxNy4xNDYtMjYuMzIxYy0xLjkyNSAxMi40ODktNC4wOTMgMjQuNzM1LTYuMjY3IDM2Ljk3NC0xMy45NTkuMTQ3LTI4LjIxMS42OS00MS42NzQtLjMxNCAyLjU0My0xMS45NzMgNC4zNjctMjQuNjY4IDYuODkyLTM2LjY2aC0xNS4wMzljLTUuMzg1IDMwLjU0Ny0xMC4yODIgNjEuNTc5LTE2LjI5NCA5MS40OTdoMTUuMzUzYzIuNDA5LTE1LjM0OCA0LjY2MS0zMC44NTIgNy44MzMtNDUuNDM1IDEzLjA5MS0uMzIyIDI4Ljc4MS0uODg1IDQxLjM2Mi4zMTQtMi41OTQgMTUuMTYyLTUuNzI4IDI5Ljc4My04LjE0NyA0NS4xMjFoMTUuMzU0YzQuOTMyLTMwLjk5NyAxMC4xMzEtNjEuNzI4IDE2LjI5NC05MS40OTdoLTE1LjY2N3ptMzguMjI3IDEzLjc4N2MyLjY4Ni0xLjg0OSA2LjE0NS0xMC4yNzggMi4xOTQtMTMuNzg3LTEuMjUyLTEuMTExLTMuMzQ3LTEuNDMzLTYuMjY3LS45MzktMi43MS40NTctNC4yNjggMS4zNzctNS4zMjcgMi44MTktMS43MDMgMi4zMTktMy4yNjMgOS4zMS0uNjI4IDExLjkwNyAyLjU2NyAyLjUyOSA4LjMxOCAxLjE3NyAxMC4wMjggMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
}
.rccs__card--jcb .rccs__issuer {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM5NSIgdmlld0JveD0iMCAwIDUxMiAzOTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iLTU3LjUyNyUiIHkxPSI1MC4xMjQlIiB4Mj0iMjMyLjM5MSUiIHkyPSI1MC4xMjQlIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iIzAwNzk0MCIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDg3M0YiIG9mZnNldD0iMjIuODUlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzQwQTczNyIgb2Zmc2V0PSI3NC4zMyUiLz48c3RvcCBzdG9wLWNvbG9yPSIjNUNCNTMxIiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCB4MT0iLjE4MyUiIHkxPSI0OS45NiUiIHgyPSIxMDAuMjczJSIgeTI9IjQ5Ljk2JSIgaWQ9ImIiPjxzdG9wIHN0b3AtY29sb3I9IiMwMDc5NDAiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA4NzNGIiBvZmZzZXQ9IjIyLjg1JSIvPjxzdG9wIHN0b3AtY29sb3I9IiM0MEE3MzciIG9mZnNldD0iNzQuMzMlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzVDQjUzMSIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9Ii02Mi44MDIlIiB5MT0iNDkuODU4JSIgeDI9IjI1My42NzElIiB5Mj0iNDkuODU4JSIgaWQ9ImMiPjxzdG9wIHN0b3AtY29sb3I9IiMwMDc5NDAiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA4NzNGIiBvZmZzZXQ9IjIyLjg1JSIvPjxzdG9wIHN0b3AtY29sb3I9IiM0MEE3MzciIG9mZnNldD0iNzQuMzMlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzVDQjUzMSIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9Ii4xNzYlIiB5MT0iNTAuMDA2JSIgeDI9IjEwMS44MDglIiB5Mj0iNTAuMDA2JSIgaWQ9ImQiPjxzdG9wIHN0b3AtY29sb3I9IiMxRjI4NkYiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA0RTk0IiBvZmZzZXQ9IjQ3LjUxJSIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDY2QjEiIG9mZnNldD0iODIuNjElIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwNkZCQyIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9Ii0uNTc2JSIgeTE9IjQ5LjkxNCUiIHgyPSI5OC4xMzMlIiB5Mj0iNDkuOTE0JSIgaWQ9ImUiPjxzdG9wIHN0b3AtY29sb3I9IiM2QzJDMkYiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjODgyNzMwIiBvZmZzZXQ9IjE3LjM1JSIvPjxzdG9wIHN0b3AtY29sb3I9IiNCRTE4MzMiIG9mZnNldD0iNTcuMzElIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0RDMDQzNiIgb2Zmc2V0PSI4NS44NSUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRTYwMDM5IiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNNTEyIDMxNC44MzZjMCA0My44MTQtMzUuNjc3IDc5LjQ5MS03OS40OTEgNzkuNDkxaC00MzIuNTA5di0zMTQuODM2YzAtNDMuODE0IDM1LjY3Ny03OS40OTEgNzkuNDkxLTc5LjQ5MWg0MzIuNTA5djMxNC44MzZ6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTM3MS4xNjkgMjM0LjA5M2gzMi44NjFsNC4wNjgtLjMxM2M2LjI1OS0xLjI1MiAxMS41NzktNi44ODUgMTEuNTc5LTE0LjcwOSAwLTcuNTExLTUuMzItMTMuMTQ0LTExLjU3OS0xNC43MDktLjkzOS0uMzEzLTIuODE3LS4zMTMtNC4wNjgtLjMxM2gtMzIuODYxdjMwLjA0NHoiIGZpbGw9InVybCgjYSkiLz48cGF0aCBkPSJNNDAwLjI3NCAyNi42MDFjLTMxLjI5NiAwLTU2Ljk1OCAyNS4zNS01Ni45NTggNTYuOTU4djU5LjE0OWg4MC40M2MxLjg3OCAwIDQuMDY4IDAgNS42MzMuMzEzIDE4LjE1Mi45MzkgMzEuNjA5IDEwLjMyOCAzMS42MDkgMjYuNjAxIDAgMTIuODMxLTkuMDc2IDIzLjc4NS0yNS45NzYgMjUuOTc2di42MjZjMTguNDY1IDEuMjUyIDMyLjU0OCAxMS41NzkgMzIuNTQ4IDI3LjU0IDAgMTcuMjEzLTE1LjY0OCAyOC40NzktMzYuMzAzIDI4LjQ3OWgtODguMjU0djExNS43OTVoODMuNTZjMzEuMjk2IDAgNTYuOTU4LTI1LjM1IDU2Ljk1OC01Ni45NTh2LTI4NC40NzloLTgzLjI0N3oiIGZpbGw9InVybCgjYikiLz48cGF0aCBkPSJNNDE1LjYwOSAxNzMuMzc5YzAtNy41MTEtNS4zMi0xMi41MTgtMTEuNTc5LTEzLjQ1Ny0uNjI2IDAtMi4xOTEtLjMxMy0zLjEzLS4zMTNoLTI5LjczMXYyNy41NGgyOS43MzFjLjkzOSAwIDIuODE3IDAgMy4xMy0uMzEzIDYuMjU5LS45MzkgMTEuNTc5LTUuOTQ2IDExLjU3OS0xMy40NTd6IiBmaWxsPSJ1cmwoI2MpIi8+PHBhdGggZD0iTTg1LjQzOCAyNi42MDFjLTMxLjI5NiAwLTU2Ljk1OCAyNS4zNS01Ni45NTggNTYuOTU4djE0MC41MThjMTUuOTYxIDcuODI0IDMyLjU0OCAxMi44MzEgNDkuMTM0IDEyLjgzMSAxOS43MTYgMCAzMC4zNTctMTEuODkyIDMwLjM1Ny0yOC4xNjZ2LTY2LjM0N2g0OC44MjJ2NjYuMDM0YzAgMjUuNjYzLTE1Ljk2MSA0Ni42MzEtNzAuMTAzIDQ2LjYzMS0zMi44NjEgMC01OC41MjMtNy4xOTgtNTguNTIzLTcuMTk4djExOS44NjNoODMuNTZjMzEuMjk2IDAgNTYuOTU4LTI1LjM1IDU2Ljk1OC01Ni45NTh2LTI4NC4xNjZoLTgzLjI0N3oiIGZpbGw9InVybCgjZCkiLz48cGF0aCBkPSJNMjQyLjg1NiAyNi42MDFjLTMxLjI5NiAwLTU2Ljk1OCAyNS4zNS01Ni45NTggNTYuOTU4djc0LjQ4NGMxNC4zOTYtMTIuMjA1IDM5LjQzMy0yMC4wMjkgNzkuODA0LTE4LjE1MiAyMS41OTQuOTM5IDQ0Ljc1MyA2Ljg4NSA0NC43NTMgNi44ODV2MjQuMDk4Yy0xMS41NzktNS45NDYtMjUuMzUtMTEuMjY3LTQzLjE4OC0xMi41MTgtMzAuNjctMi4xOTEtNDkuMTM0IDEyLjgzMS00OS4xMzQgMzkuMTIgMCAyNi42MDEgMTguNDY1IDQxLjYyMyA0OS4xMzQgMzkuMTIgMTcuODM5LTEuMjUyIDMxLjYwOS02Ljg4NSA0My4xODgtMTIuNTE4djI0LjA5OHMtMjIuODQ2IDUuOTQ2LTQ0Ljc1MyA2Ljg4NWMtNDAuMzcyIDEuODc4LTY1LjQwOC01Ljk0Ni03OS44MDQtMTguMTUydjEzMS40NDNoODMuNTZjMzEuMjk2IDAgNTYuOTU4LTI1LjM1IDU2Ljk1OC01Ni45NTh2LTI4NC43OTJoLTgzLjU2eiIgZmlsbD0idXJsKCNlKSIvPjwvc3ZnPg==');
}
.rccs__card--laser .rccs__issuer {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM2OCIgdmlld0JveD0iMCAwIDUxMiAzNjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGZpbGw9IiMyODM0N0QiIGQ9Ik0wIDM2Ny4yMTJoNTEydi0zNjcuMjExaC01MTJ6Ii8+PHBhdGggZD0iTTI1My45MSAyOTEuMDQzaC0yNTMuOTF2Mi4wOTZoMjUyLjY5bC4xMTYgNy42MjIgNC43NjQtNy42MjJoMjU0LjQzdi0yLjA5NmgtMjUzLjI3MWwzLjY2My02LjExMi04LjQ4MiA2LjExMnptMi41NTYtMjAuMDg0aC0yNTYuNDY2djIuMDk2aDI1NS40Mmw5LjE0NyA4LjM5OCA1LjExMi04LjM5OGgyNDIuMzIxdi0yLjA5NmgtMjQxLjA0NWw0LjY3Ny03LjY4NC0xOS4xNjYgNy42ODR6bTIuMTUtMjAuMDgzaC0yNTguNjE2djIuMDk2aDI1NS45OTlsMjAuODgyIDguMjUyIDUuMDIyLTguMjUyaDIzMC4wOTd2LTIuMDk2aC0yMjguODJsNC4xMS02Ljc1Mi0yOC42NzQgNi43NTJ6bS02Ljk3Mi0yMC4wODNoLTI1MS42NDR2Mi4wOTZoMjUwLjAxN2wzOS4zNDIgNy44MzYgNC43Ny03LjgzNmgyMTcuODcxdi0yLjA5NmgtMjE2LjU5NGw0LjEzNC03LjI1Mi00Ny44OTYgNy4yNTJ6bS0yMi43NzUtMTcuMDU3aC0yMjguODY4djIuMDk2aDIzNy43bDYzLjEgNS45OTYgMy43MTEtNS45OTZoMjA3LjQ4OXYtMi4wOTZoLTIwNi4yMTRsNS4xMy04LjMyNC04Mi4wNDggOC4zMjR6bS0zLjMxLTIwLjA4M2gtMjI1LjU1OHYyLjA5NmgyMjYuMDgxbDg2Ljg4OSA2LjExMiAzLjc2Ni02LjExMmgxOTUuMjY0di0yLjA5NmgtMTkzLjk4OGw0LjUzNS03LjQ1MS05Ni45ODkgNy40NTF6bS0zLjEzOC0yMC4wODNoLTIyMi40MnYyLjA5NmgyMjEuOTU1bDEwMy4xMjEgNi4zNDQgMy44ODYtNi4zNDRoMTgzLjAzOHYtMi4wOTZoLTE4MS43NjNsNC40MzQtNy4yMTgtMTEyLjI1MSA3LjIxOHptLTguNzcyLTIwLjA4M2gtMjEzLjY0N3YyLjA5NWgyMTMuMjk4bDEyMy40ODIgNy42NjcgNC42MDUtNy42NjdoMTcwLjYxNXYtMi4wOTVoLTE2OS4zNTZsNC4wNzgtNi43ODgtMTMzLjA3NSA2Ljc4OHptLTE5LjA1Ny0xNy4yODloLTE5NC41OTF2Mi4wOTZoMTk0LjQxNmwxNTMuNjY3IDYuMTM4IDMuNjg5LTYuMTM4aDE2MC4yMjh2LTIuMDk2aC0xNTguOTdsNC42MzEtNy43MDktMTYzLjA3IDcuNzA5em00Ljc2NS0yMC4wODRoLTE5OS4zNTV2Mi4wOTZoMTk4LjMwOGwxNjEuNDQzIDYuODEgNC4wODQtNi44MWgxNDguMTY1di0yLjA5NmgtMTQ2LjkwNmw0LjAxNS02LjY4NC0xNjkuNzU0IDYuNjg0em0tMTEuMzMtMjAuMDgzaC0xODguMDI1djIuMDk2aDE4Ni45NzlsMTg0LjY3NiA3LjEwMiA0LjI0NC03LjEwMmgxMzYuMTAxdi0yLjA5NmgtMTM0Ljg0MmwzLjY3Ny02LjE3MS0xOTIuODEgNi4xNzF6bS04Ljg4OS0yMC4wODNoLTE3OS4xMzZ2Mi4wOTZoMTY0Ljg0NGwyMTkuMDg2IDYuNzEzIDQuMDMzLTYuNzEzaDEyNC4wMzd2LTIuMDk2aC0xMjIuNzc4bDMuNjc4LTYuMTIxLTIxMy43NjQgNi4xMjF6bS0xLjIyLTIwLjA4M2gtMTc3LjkxNnYyLjA5NmgxNzUuNjVsMjE5Ljc0OCA3LjcwNiA0LjYzLTcuNzA2aDExMS45NzJ2LTIuMDk2aC0xMTAuNzE0bDMuOTIyLTYuNTItMjI3LjI5MiA2LjUyem0tMTIuMzc1LTIwLjA4M2gtMTY1LjU0MXYyLjA5NWgxMzIuNTQybDI3NS4yOTkgNy4wNzggNC4yNTEtNy4wNzhoOTkuOTA4di0yLjA5NWgtOTguNjQ5bDMuODE3LTYuMzU2LTI1MS42MjcgNi4zNTZ6bS04Mi4yMjctMTYuNjQ5aC04My4zMTR2Mi4wOTZoMjAwLjA1MmwyMTkuNTU0IDQuMTM4IDIuNDg3LTQuMTM4aDg5LjkwN3YtMi4wOTZoLTg4LjY0OGw1LjU4OC05LjMwMy0zNDUuNjI1IDkuMzAzeiIgZmlsbD0iI0VCMEQ3RiIvPjxwYXRoIGQ9Ik0xMzQuNzEgMzQ5LjE0MXYtMzcuNjE4aDcuNjQzdjMxLjIyN2gxOS4wMDV2Ni4zOTFoLTI2LjY0OHptODMuMTU1IDBoLTguMzE0bC0zLjMwNi04LjYxNWgtMTUuMTMybC0zLjEyNCA4LjYxNWgtOC4xMDhsMTQuNzQ0LTM3LjkyOWg4LjA4MmwxNS4xNTcgMzcuOTI5em0tMTQuMDczLTE1LjAwNmwtNS4yMTYtMTQuMDc1LTUuMTEzIDE0LjA3NWgxMC4zMjl6bTMzLjExMiAyLjY2NWw3LjQzNi0uNzI1Yy40NDcgMi41MDIgMS4zNTYgNC4zMzkgMi43MjUgNS41MTEgMS4zNjggMS4xNzQgMy4yMTUgMS43NTkgNS41MzkgMS43NTkgMi40NiAwIDQuMzE3LS41MjEgNS41NjQtMS41NjYgMS4yNDgtMS4wNDIgMS44NzItMi4yNjMgMS44NzItMy42NiAwLS44OTYtLjI2My0xLjY2LS43ODctMi4yOS0uNTI1LS42MjktMS40NDQtMS4xNzYtMi43NTItMS42NDItLjg5NC0uMzExLTIuOTM1LS44NjItNi4xMTktMS42NTYtNC4wOTctMS4wMTctNi45NzEtMi4yNjctOC42MjQtMy43NTItMi4zMjMtMi4wODYtMy40ODUtNC42MzEtMy40ODUtNy42MzIgMC0xLjkzMS41NDYtMy43MzkgMS42MzktNS40MTkgMS4wOTMtMS42ODMgMi42NjgtMi45NjQgNC43MjYtMy44NDMgMi4wNTctLjg4IDQuNTM5LTEuMzE5IDcuNDUtMS4zMTkgNC43NTEgMCA4LjMyOCAxLjA0NCAxMC43MjggMy4xMyAyLjQwMyAyLjA4NyAzLjY2MSA0Ljg3NCAzLjc4NCA4LjM1NmwtNy42NDMuMzM3Yy0uMzI5LTEuOTQ4LTEuMDMxLTMuMzUtMi4xMDQtNC4yMDUtMS4wNzctLjg1Mi0yLjY5MS0xLjI4LTQuODQ0LTEuMjgtMi4yMjEgMC0zLjk1OS40NTgtNS4yMTYgMS4zNzEtLjgwOS41ODctMS4yMTQgMS4zNzItMS4yMTQgMi4zNTUgMCAuODk3LjM3OCAxLjY2NSAxLjEzNyAyLjMwMi45NjMuODEyIDMuMzA1IDEuNjU2IDcuMDI0IDIuNTM2IDMuNzE4Ljg3OSA2LjQ2OCAxLjc4OSA4LjI0OSAyLjczIDEuNzgzLjkzOSAzLjE3OCAyLjIyNSA0LjE4MyAzLjg1MyAxLjAwOCAxLjYzMiAxLjUxMSAzLjY0NiAxLjUxMSA2LjA0MiAwIDIuMTc0LS42MDMgNC4yMDktMS44MDcgNi4xMDYtMS4yMDcgMS44OTgtMi45MSAzLjMwOC01LjExMiA0LjIzMS0yLjIwNS45MjItNC45NSAxLjM4NC04LjIzOSAxLjM4NC00Ljc4NiAwLTguNDYtMS4xMDktMTEuMDI1LTMuMzI2LTIuNTY1LTIuMjE1LTQuMDk3LTUuNDQ1LTQuNTk2LTkuNjg4em01NC4xMzIgMTIuMzQxdi0zNy45MjloMjguMDY5djYuNDE3aC0yMC40MjZ2OC40MDhoMTkuMDA1djYuMzkxaC0xOS4wMDV2MTAuMzIyaDIxLjE0OXY2LjM5MWgtMjguNzkyem01Mi4yMiAwdi0zNy45MjloMTYuMDg3YzQuMDQ1IDAgNi45ODQuMzQgOC44MTkgMS4wMjEgMS44MzIuNjgzIDMuMzAxIDEuODk1IDQuNDAyIDMuNjM2IDEuMTAxIDEuNzQzIDEuNjUzIDMuNzM1IDEuNjUzIDUuOTc3IDAgMi44NDUtLjgzNiA1LjE5Ni0yLjUwNSA3LjA0OS0xLjY3IDEuODU1LTQuMTY3IDMuMDI1LTcuNDg4IDMuNTA2IDEuNjUzLjk2NyAzLjAxNyAyLjAyOCA0LjA5NCAzLjE4MyAxLjA3NSAxLjE1NiAyLjUyNCAzLjIwOCA0LjM1MSA2LjE1N2w0LjYyMSA3LjRoLTkuMTRsLTUuNTI2LTguMjU0Yy0xLjk2Mi0yLjk0OS0zLjMwNS00LjgwOC00LjAyOC01LjU3Ni0uNzIzLS43NjYtMS40ODktMS4yOTMtMi4yOTktMS41NzctLjgwOS0uMjg2LTIuMDkxLS40MjctMy44NDYtLjQyN2gtMS41NXYxNS44MzRoLTcuNjQzem03LjY0My0yMS44ODhoNS42NTVjMy42NjcgMCA1Ljk1NS0uMTU1IDYuODY5LS40NjYuOTEyLS4zMSAxLjYyNy0uODQ0IDIuMTQ0LTEuNjA0LjUxNi0uNzU5Ljc3NC0xLjcwNy43NzQtMi44NDYgMC0xLjI3Ni0uMzQtMi4zMDctMS4wMTktMy4wOTEtLjY4Mi0uNzg1LTEuNjQxLTEuMjgxLTIuODgtMS40ODgtLjYyLS4wODYtMi40NzgtLjEzLTUuNTc3LS4xM2gtNS45NjV2OS42MjV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+');
}
.rccs__card--maestro > div,
.rccs__card--mastercard > div {
  color: #555;
}
.rccs__card--maestro .rccs__card__background,
.rccs__card--mastercard .rccs__card__background {
  background: linear-gradient(25deg, #fbfbfb, #e8e9e5);
}
.rccs__card--maestro .rccs__issuer {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM5OCIgdmlld0JveD0iMCAwIDUxMiAzOTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGZpbGw9IiM2QzZCQkQiIGQ9Ik0zMjUuMjIzIDI4Mi42MjloLTEzOC40NDV2LTI0OC44MDNoMTM4LjQ0NXoiLz48cGF0aCBkPSJNMTk1LjU2NSAxNTguMjMzYzAtNTAuNDcxIDIzLjYzMS05NS40MjkgNjAuNDMtMTI0LjQwMS0yNi45MS0yMS4xODYtNjAuODczLTMzLjgzMi05Ny43ODMtMzMuODMyLTg3LjM4MSAwLTE1OC4yMTMgNzAuODQyLTE1OC4yMTMgMTU4LjIzM3M3MC44MzIgMTU4LjIzMyAxNTguMjEzIDE1OC4yMzNjMzYuOTEgMCA3MC44NzItMTIuNjQ1IDk3Ljc4My0zMy44MzItMzYuNzk5LTI4Ljk3My02MC40My03My45MzEtNjAuNDMtMTI0LjQwMSIgZmlsbD0iI0QzMjAxMSIvPjxwYXRoIGQ9Ik01MTIgMTU4LjIzM2MwIDg3LjM5MS03MC44MzIgMTU4LjIzMy0xNTguMjEzIDE1OC4yMzMtMzYuOTEgMC03MC44NzItMTIuNjQ1LTk3Ljc5My0zMy44MzIgMzYuODA5LTI4Ljk3MyA2MC40NC03My45MzEgNjAuNDQtMTI0LjQwMSAwLTUwLjQ3MS0yMy42MzEtOTUuNDI5LTYwLjQ0LTEyNC40MDEgMjYuOTItMjEuMTg2IDYwLjg4My0zMy44MzIgOTcuNzkzLTMzLjgzMiA4Ny4zODEgMCAxNTguMjEzIDcwLjg0MiAxNTguMjEzIDE1OC4yMzMiIGZpbGw9IiMwMDk5REYiLz48cGF0aCBkPSJNMzcyLjA2NSAzNTIuOTM0YzEuODQxIDAgNC40ODcuMzUyIDYuNTA5IDEuMTQ3bC0yLjgxNyA4LjYxMWMtMS45MzItLjc5NS0zLjg2My0xLjA1Ni01LjcxNC0xLjA1Ni01Ljk3NiAwLTguOTYzIDMuODYzLTguOTYzIDEwLjgwNHYyMy41NmgtOS4xNDR2LTQyLjAxaDkuMDU0djUuMWMyLjM3NC0zLjY5MiA1LjgwNS02LjE1NyAxMS4wNzYtNi4xNTd6bS0zMy43ODEgOS40MDZoLTE0LjkzOXYxOC45ODNjMCA0LjIxNSAxLjQ4OSA3LjAzMiA2LjA2NiA3LjAzMiAyLjM3NCAwIDUuMzYyLS43OTUgOC4wNzgtMi4zNzRsMi42MzYgNy44MTdjLTIuODk3IDIuMDIyLTcuNDY0IDMuMjU5LTExLjQxOCAzLjI1OS0xMC44MTQgMC0xNC41ODctNS44MDUtMTQuNTg3LTE1LjU2M3YtMTkuMTU0aC04LjUzMXYtOC4zNWg4LjUzMXYtMTIuNzQ2aDkuMjI1djEyLjc0NmgxNC45Mzl2OC4zNXptLTExNi45ODcgOC45NjNjLjk3Ni02LjA2NiA0LjY1OC0xMC4yMDEgMTEuMTY3LTEwLjIwMSA1Ljg4NSAwIDkuNjY4IDMuNjkyIDEwLjYzMyAxMC4yMDFoLTIxLjh6bTMxLjI5NyAzLjY5MmMtLjA5MS0xMy4wOTgtOC4xNzktMjIuMDYxLTE5Ljk1OS0yMi4wNjEtMTIuMzAzIDAtMjAuOTE1IDguOTYzLTIwLjkxNSAyMi4wNjEgMCAxMy4zNSA4Ljk2MyAyMi4wNTEgMjEuNTM4IDIyLjA1MSA2LjMyOCAwIDEyLjEyMi0xLjU3OSAxNy4yMjMtNS44ODVsLTQuNDg3LTYuNzdjLTMuNTExIDIuODE3LTcuOTk4IDQuMzk2LTEyLjIxMyA0LjM5Ni01Ljg4NSAwLTExLjI0Ny0yLjcyNi0xMi41NjUtMTAuMjgxaDMxLjE5NmMuMDkxLTEuMTQ3LjE4MS0yLjI4NC4xODEtMy41MTF6bTQwLjE1OS0xMC4yODFjLTIuNTQ1LTEuNTg5LTcuNzI2LTMuNjEyLTEzLjA4OC0zLjYxMi01LjAxIDAtNy45OTggMS44NTEtNy45OTggNC45MjkgMCAyLjgwNyAzLjE1OSAzLjYwMSA3LjExMiA0LjEyNWw0LjMwNi42MTRjOS4xNDQgMS4zMjggMTQuNjc3IDUuMTkxIDE0LjY3NyAxMi41NzUgMCA3Ljk5OC03LjAzMiAxMy43MTItMTkuMTU0IDEzLjcxMi02Ljg2MSAwLTEzLjE4OS0xLjc2LTE4LjE5OC01LjQ1Mmw0LjMwNi03LjEyMmMzLjA3OCAyLjM3NCA3LjY1NiA0LjM5NiAxMy45ODMgNC4zOTYgNi4yMzcgMCA5LjU3Ny0xLjg0MSA5LjU3Ny01LjEgMC0yLjM2NC0yLjM3NC0zLjY5Mi03LjM4NC00LjM4NmwtNC4zMDYtLjYxNGMtOS40MDYtMS4zMjgtMTQuNTA2LTUuNTQzLTE0LjUwNi0xMi4zOTQgMC04LjM1IDYuODYxLTEzLjQ1IDE3LjQ5NC0xMy40NSA2LjY4IDAgMTIuNzQ2IDEuNDk5IDE3LjEzMiA0LjM5NmwtMy45NTQgNy4zODR6bTExMi43MjItMy4wOThjLTEuODgxIDAtMy42MjIuMzMyLTUuMjQxLjk4Ni0xLjYxLjY2NC0zLjAwOCAxLjU4OS00LjE4NSAyLjc3Ny0xLjE3NyAxLjE4Ny0yLjEwMyAyLjYxNi0yLjc3NyA0LjI3NS0uNjc0IDEuNjYtMS4wMDYgMy40OTEtMS4wMDYgNS40ODMgMCAyLjAwMi4zMzIgMy44MjMgMS4wMDYgNS40ODMuNjc0IDEuNjYgMS42IDMuMDg4IDIuNzc3IDQuMjc1IDEuMTc3IDEuMTg3IDIuNTc1IDIuMTEzIDQuMTg1IDIuNzc3IDEuNjIuNjY0IDMuMzYuOTg2IDUuMjQxLjk4NiAxLjg4MSAwIDMuNjMyLS4zMjIgNS4yNDEtLjk4NiAxLjYyLS42NjQgMy4wMjgtMS41ODkgNC4yMDUtMi43NzcgMS4xOTctMS4xODcgMi4xMjMtMi42MTYgMi44MDctNC4yNzUuNjc0LTEuNjYgMS4wMDYtMy40ODEgMS4wMDYtNS40ODMgMC0xLjk5Mi0uMzMyLTMuODIzLTEuMDA2LTUuNDgzLS42ODQtMS42Ni0xLjYxLTMuMDg4LTIuODA3LTQuMjc1LTEuMTc3LTEuMTg3LTIuNTg1LTIuMTEzLTQuMjA1LTIuNzc3LTEuNjEtLjY1NC0zLjM2LS45ODYtNS4yNDEtLjk4NnptMC04LjY4MmMzLjI1OSAwIDYuMjc3LjU2MyA5LjA1NCAxLjcgMi43NzcgMS4xMjcgNS4xODEgMi42ODYgNy4yMDMgNC42NjggMi4wMzIgMS45ODIgMy42MTIgNC4zMjYgNC43NTggNy4wMjIgMS4xNDcgMi43MDYgMS43MiA1LjY0NCAxLjcyIDguODEzIDAgMy4xNjktLjU3MyA2LjEwNi0xLjcyIDguODEzLTEuMTQ3IDIuNjk2LTIuNzI2IDUuMDUtNC43NTggNy4wMzItMi4wMjIgMS45ODItNC40MjYgMy41MzEtNy4yMDMgNC42NjgtMi43NzcgMS4xMjctNS43OTUgMS42OS05LjA1NCAxLjY5LTMuMjU5IDAtNi4yNzctLjU2My05LjA1NC0xLjY5LTIuNzc3LTEuMTM3LTUuMTYxLTIuNjg2LTcuMTczLTQuNjY4LTIuMDEyLTEuOTgyLTMuNTkxLTQuMzM2LTQuNzM4LTcuMDMyLTEuMTQ3LTIuNzA2LTEuNzItNS42NDQtMS43Mi04LjgxMyAwLTMuMTY5LjU3My02LjEwNiAxLjcyLTguODEzIDEuMTQ3LTIuNjk2IDIuNzI2LTUuMDQgNC43MzgtNy4wMjIgMi4wMTItMS45ODIgNC4zOTYtMy41NDEgNy4xNzMtNC42NjggMi43NzctMS4xMzcgNS43OTUtMS43IDkuMDU0LTEuN3ptLTIzNy41NzYgMjIuMDYxYzAtNy4zODQgNC44MzktMTMuNDUgMTIuNzQ2LTEzLjQ1IDcuNTU1IDAgMTIuNjU1IDUuODA1IDEyLjY1NSAxMy40NSAwIDcuNjQ2LTUuMSAxMy40NC0xMi42NTUgMTMuNDQtNy45MDcgMC0xMi43NDYtNi4wNTYtMTIuNzQ2LTEzLjQ0em0zNC4wMTMgMHYtMjEuMDA1aC05LjEzNHY1LjFjLTIuOTA3LTMuNzgzLTcuMjkzLTYuMTU3LTEzLjI2OS02LjE1Ny0xMS43OCAwLTIxLjAwNSA5LjIyNS0yMS4wMDUgMjIuMDYxIDAgMTIuODI2IDkuMjI1IDIyLjA2MSAyMS4wMDUgMjIuMDYxIDUuOTc2IDAgMTAuMzYyLTIuMzc0IDEzLjI2OS02LjE1N3Y1LjFoOS4xMzR2LTIxLjAwNXptLTUxLjQ5NyAyMS4wMDV2LTI2LjM2N2MwLTkuOTI5LTYuMzI4LTE2LjYwOS0xNi41MTgtMTYuNy01LjM2Mi0uMDkxLTEwLjkwNSAxLjU3OS0xNC43NjggNy40NzUtMi44OTctNC42NTgtNy40NzUtNy40NzUtMTMuODkzLTcuNDc1LTQuNDc3IDAtOC44NzMgMS4zMTgtMTIuMzAzIDYuMjM3di01LjE4MWgtOS4xMzR2NDIuMDFoOS4yMjV2LTIzLjI4OWMwLTcuMjkzIDQuMDQ0LTExLjE2NyAxMC4yODEtMTEuMTY3IDYuMDY2IDAgOS4xNDQgMy45NTQgOS4xNDQgMTEuMDc2djIzLjM3OWg5LjIyNXYtMjMuMjg5YzAtNy4yOTMgNC4yMjUtMTEuMTY3IDEwLjI4MS0xMS4xNjcgNi4yNDcgMCA5LjIzNSAzLjk1NCA5LjIzNSAxMS4wNzZ2MjMuMzc5aDkuMjI1eiIgZmlsbD0iIzExMEYwRCIvPjwvc3ZnPg==');
}
.rccs__card--mastercard .rccs__issuer {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM5NyIgdmlld0JveD0iMCAwIDUxMiAzOTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGQ9Ik05My4wNzkgMzk2LjAyM3YtMjYuMzQzYzAtMTAuMDk4LTYuMTQ3LTE2LjY4NC0xNi42ODQtMTYuNjg0LTUuMjY5IDAtMTAuOTc2IDEuNzU2LTE0LjkyOCA3LjQ2NC0zLjA3My00LjgzLTcuNDY0LTcuNDY0LTE0LjA1LTcuNDY0LTQuMzkgMC04Ljc4MSAxLjMxNy0xMi4yOTMgNi4xNDd2LTUuMjY5aC05LjIydjQyLjE0OWg5LjIydi0yMy4yN2MwLTcuNDY0IDMuOTUxLTEwLjk3NiAxMC4wOTgtMTAuOTc2czkuMjIgMy45NTEgOS4yMiAxMC45NzZ2MjMuMjdoOS4yMnYtMjMuMjdjMC03LjQ2NCA0LjM5LTEwLjk3NiAxMC4wOTgtMTAuOTc2IDYuMTQ3IDAgOS4yMiAzLjk1MSA5LjIyIDEwLjk3NnYyMy4yN2gxMC4wOTh6bTEzNi41NDQtNDIuMTQ5aC0xNC45Mjh2LTEyLjczMmgtOS4yMnYxMi43MzJoLTguMzQydjguMzQyaDguMzQydjE5LjMxOGMwIDkuNjU5IDMuOTUxIDE1LjM2NyAxNC40ODkgMTUuMzY3IDMuOTUxIDAgOC4zNDItMS4zMTcgMTEuNDE1LTMuMDczbC0yLjYzNC03LjkwM2MtMi42MzQgMS43NTYtNS43MDggMi4xOTUtNy45MDMgMi4xOTUtNC4zOSAwLTYuMTQ3LTIuNjM0LTYuMTQ3LTcuMDI1di0xOC44NzloMTQuOTI4di04LjM0MnptNzguMTUxLS44NzhjLTUuMjY5IDAtOC43ODEgMi42MzQtMTAuOTc2IDYuMTQ3di01LjI2OWgtOS4yMnY0Mi4xNDloOS4yMnYtMjMuNzA5YzAtNy4wMjUgMy4wNzMtMTAuOTc2IDguNzgxLTEwLjk3NiAxLjc1NiAwIDMuOTUxLjQzOSA1LjcwOC44NzhsMi42MzQtOC43ODFjLTEuNzU2LS40MzktNC4zOS0uNDM5LTYuMTQ3LS40Mzl6bS0xMTguMTA0IDQuMzljLTQuMzktMy4wNzMtMTAuNTM3LTQuMzktMTcuMTIzLTQuMzktMTAuNTM3IDAtMTcuNTYyIDUuMjY5LTE3LjU2MiAxMy42MTEgMCA3LjAyNSA1LjI2OSAxMC45NzYgMTQuNDg5IDEyLjI5M2w0LjM5LjQzOWM0LjgzLjg3OCA3LjQ2NCAyLjE5NSA3LjQ2NCA0LjM5IDAgMy4wNzMtMy41MTIgNS4yNjktOS42NTkgNS4yNjlzLTEwLjk3Ni0yLjE5NS0xNC4wNS00LjM5bC00LjM5IDcuMDI1YzQuODMgMy41MTIgMTEuNDE1IDUuMjY5IDE4LjAwMSA1LjI2OSAxMi4yOTMgMCAxOS4zMTgtNS43MDggMTkuMzE4LTEzLjYxMSAwLTcuNDY0LTUuNzA4LTExLjQxNS0xNC40ODktMTIuNzMybC00LjM5LS40MzljLTMuOTUxLS40MzktNy4wMjUtMS4zMTctNy4wMjUtMy45NTEgMC0zLjA3MyAzLjA3My00LjgzIDcuOTAzLTQuODMgNS4yNjkgMCAxMC41MzcgMi4xOTUgMTMuMTcxIDMuNTEybDMuOTUxLTcuNDY0em0yNDQuOTktNC4zOWMtNS4yNjkgMC04Ljc4MSAyLjYzNC0xMC45NzYgNi4xNDd2LTUuMjY5aC05LjIydjQyLjE0OWg5LjIydi0yMy43MDljMC03LjAyNSAzLjA3My0xMC45NzYgOC43ODEtMTAuOTc2IDEuNzU2IDAgMy45NTEuNDM5IDUuNzA4Ljg3OGwyLjYzNC04Ljc4MWMtMS43NTYtLjQzOS00LjM5LS40MzktNi4xNDctLjQzOXptLTExNy42NjUgMjEuOTUyYzAgMTIuNzMyIDguNzgxIDIxLjk1MiAyMi4zOTIgMjEuOTUyIDYuMTQ3IDAgMTAuNTM3LTEuMzE3IDE0LjkyOC00LjgzbC00LjM5LTcuNDY0Yy0zLjUxMiAyLjYzNC03LjAyNSAzLjk1MS0xMC45NzYgMy45NTEtNy40NjQgMC0xMi43MzItNS4yNjktMTIuNzMyLTEzLjYxMSAwLTcuOTAzIDUuMjY5LTEzLjE3MSAxMi43MzItMTMuNjExIDMuOTUxIDAgNy40NjQgMS4zMTcgMTAuOTc2IDMuOTUxbDQuMzktNy40NjRjLTQuMzktMy41MTItOC43ODEtNC44My0xNC45MjgtNC44My0xMy42MTEgMC0yMi4zOTIgOS4yMi0yMi4zOTIgMjEuOTUyem04NS4xNzYgMHYtMjEuMDc0aC05LjIydjUuMjY5Yy0zLjA3My0zLjk1MS03LjQ2NC02LjE0Ny0xMy4xNzEtNi4xNDctMTEuODU0IDAtMjEuMDc0IDkuMjItMjEuMDc0IDIxLjk1MiAwIDEyLjczMiA5LjIyIDIxLjk1MiAyMS4wNzQgMjEuOTUyIDYuMTQ3IDAgMTAuNTM3LTIuMTk1IDEzLjE3MS02LjE0N3Y1LjI2OWg5LjIydi0yMS4wNzR6bS0zMy44MDcgMGMwLTcuNDY0IDQuODMtMTMuNjExIDEyLjczMi0xMy42MTEgNy40NjQgMCAxMi43MzIgNS43MDggMTIuNzMyIDEzLjYxMSAwIDcuNDY0LTUuMjY5IDEzLjYxMS0xMi43MzIgMTMuNjExLTcuOTAzLS40MzktMTIuNzMyLTYuMTQ3LTEyLjczMi0xMy42MTF6bS0xMTAuMjAxLTIxLjk1MmMtMTIuMjkzIDAtMjEuMDc0IDguNzgxLTIxLjA3NCAyMS45NTIgMCAxMy4xNzEgOC43ODEgMjEuOTUyIDIxLjUxMyAyMS45NTIgNi4xNDcgMCAxMi4yOTMtMS43NTYgMTcuMTIzLTUuNzA4bC00LjM5LTYuNTg2Yy0zLjUxMiAyLjYzNC03LjkwMyA0LjM5LTEyLjI5MyA0LjM5LTUuNzA4IDAtMTEuNDE1LTIuNjM0LTEyLjczMi0xMC4wOThoMzEuMTczdi0zLjUxMmMuNDM5LTEzLjYxMS03LjQ2NC0yMi4zOTItMTkuMzE4LTIyLjM5MnptMCA3LjkwM2M1LjcwOCAwIDkuNjU5IDMuNTEyIDEwLjUzNyAxMC4wOThoLTIxLjk1MmMuODc4LTUuNzA4IDQuODMtMTAuMDk4IDExLjQxNS0xMC4wOTh6bTIyOC43NDUgMTQuMDV2LTM3Ljc1OGgtOS4yMnYyMS45NTJjLTMuMDczLTMuOTUxLTcuNDY0LTYuMTQ3LTEzLjE3MS02LjE0Ny0xMS44NTQgMC0yMS4wNzQgOS4yMi0yMS4wNzQgMjEuOTUyIDAgMTIuNzMyIDkuMjIgMjEuOTUyIDIxLjA3NCAyMS45NTIgNi4xNDcgMCAxMC41MzctMi4xOTUgMTMuMTcxLTYuMTQ3djUuMjY5aDkuMjJ2LTIxLjA3NHptLTMzLjgwNyAwYzAtNy40NjQgNC44My0xMy42MTEgMTIuNzMyLTEzLjYxMSA3LjQ2NCAwIDEyLjczMiA1LjcwOCAxMi43MzIgMTMuNjExIDAgNy40NjQtNS4yNjkgMTMuNjExLTEyLjczMiAxMy42MTEtNy45MDMtLjQzOS0xMi43MzItNi4xNDctMTIuNzMyLTEzLjYxMXptLTMwOC4yMTMgMHYtMjEuMDc0aC05LjIydjUuMjY5Yy0zLjA3My0zLjk1MS03LjQ2NC02LjE0Ny0xMy4xNzEtNi4xNDctMTEuODU0IDAtMjEuMDc0IDkuMjItMjEuMDc0IDIxLjk1MiAwIDEyLjczMiA5LjIyIDIxLjk1MiAyMS4wNzQgMjEuOTUyIDYuMTQ3IDAgMTAuNTM3LTIuMTk1IDEzLjE3MS02LjE0N3Y1LjI2OWg5LjIydi0yMS4wNzR6bS0zNC4yNDYgMGMwLTcuNDY0IDQuODMtMTMuNjExIDEyLjczMi0xMy42MTEgNy40NjQgMCAxMi43MzIgNS43MDggMTIuNzMyIDEzLjYxMSAwIDcuNDY0LTUuMjY5IDEzLjYxMS0xMi43MzIgMTMuNjExLTcuOTAzLS40MzktMTIuNzMyLTYuMTQ3LTEyLjczMi0xMy42MTF6Ii8+PHBhdGggZmlsbD0iI0ZGNUYwMCIgZD0iTTE4Ni41OTYgMzMuODA3aDEzOC4zMDF2MjQ4LjUwMmgtMTM4LjMwMXoiLz48cGF0aCBkPSJNMTk1LjM3NyAxNTguMDU4YzAtNTAuNDkxIDIzLjcwOS05NS4yNzQgNjAuMTUtMTI0LjI1MS0yNi43ODItMjEuMDc0LTYwLjU4OS0zMy44MDctOTcuNDY5LTMzLjgwNy04Ny4zNzEgMC0xNTguMDU4IDcwLjY4Ny0xNTguMDU4IDE1OC4wNThzNzAuNjg3IDE1OC4wNTggMTU4LjA1OCAxNTguMDU4YzM2Ljg4IDAgNzAuNjg3LTEyLjczMiA5Ny40NjktMzMuODA3LTM2LjQ0MS0yOC41MzgtNjAuMTUtNzMuNzYtNjAuMTUtMTI0LjI1MXoiIGZpbGw9IiNFQjAwMUIiLz48cGF0aCBkPSJNNTExLjQ5MyAxNTguMDU4YzAgODcuMzcxLTcwLjY4NyAxNTguMDU4LTE1OC4wNTggMTU4LjA1OC0zNi44OCAwLTcwLjY4Ny0xMi43MzItOTcuNDY5LTMzLjgwNyAzNi44OC0yOC45NzcgNjAuMTUtNzMuNzYgNjAuMTUtMTI0LjI1MXMtMjMuNzA5LTk1LjI3NC02MC4xNS0xMjQuMjUxYzI2Ljc4Mi0yMS4wNzQgNjAuNTg5LTMzLjgwNyA5Ny40NjktMzMuODA3IDg3LjM3MSAwIDE1OC4wNTggNzEuMTI2IDE1OC4wNTggMTU4LjA1OHoiIGZpbGw9IiNGNzlFMUIiLz48L3N2Zz4=');
}
.rccs__card--unionpay .rccs__issuer {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjMyMCIgdmlld0JveD0iMCAwIDUxMiAzMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPjxwYXRoIGQ9Ik0xMDAuMDgzLjAwMWgxMjcuNTU3YzE3LjgwNiAwIDI4Ljg4IDE0LjUxMyAyNC43MjcgMzIuMzc4bC01OS4zODcgMjU0Ljk3MWMtNC4xOTEgMTcuODAzLTIyLjAxOSAzMi4zMjgtMzkuODM3IDMyLjMyOGgtMTI3LjU0NWMtMTcuNzgxIDAtMjguODgtMTQuNTI2LTI0LjcyNy0zMi4zMjhsNTkuNDEyLTI1NC45NzFjNC4xNTQtMTcuODY1IDIxLjk3Mi0zMi4zNzggMzkuOC0zMi4zNzgiIGZpbGw9IiNFMjE4MzYiLz48cGF0aCBkPSJNMjE3LjAyNy4wMDFoMTQ2LjY4N2MxNy44MDMgMCA5Ljc3NSAxNC41MTMgNS41ODcgMzIuMzc4bC01OS4zNzggMjU0Ljk3MWMtNC4xNjYgMTcuODAzLTIuODY3IDMyLjMyOC0yMC43MDcgMzIuMzI4aC0xNDYuNjg3Yy0xNy44NCAwLTI4Ljg4LTE0LjUyNi0yNC42ODktMzIuMzI4bDU5LjM3NS0yNTQuOTcxYzQuMjE2LTE3Ljg2NSAyMS45OTctMzIuMzc4IDM5LjgxMi0zMi4zNzgiIGZpbGw9IiMwMDQ0N0MiLz48cGF0aCBkPSJNMzU3Ljg5Ni4wMDFoMTI3LjU1N2MxNy44MzEgMCAyOC45MDUgMTQuNTEzIDI0LjcxNyAzMi4zNzhsLTU5LjM3OCAyNTQuOTcxYy00LjE5MSAxNy44MDMtMjIuMDMxIDMyLjMyOC0zOS44NTkgMzIuMzI4aC0xMjcuNDk4Yy0xNy44NCAwLTI4LjkwNS0xNC41MjYtMjQuNzI3LTMyLjMyOGw1OS4zODctMjU0Ljk3MWM0LjE1NC0xNy44NjUgMjEuOTYtMzIuMzc4IDM5LjgtMzIuMzc4IiBmaWxsPSIjMDA3Qjg0Ii8+PHBhdGggZD0iTTEzMy4zOTcgODEuNzEyYy0xMy4xMTcuMTM0LTE2Ljk5MSAwLTE4LjIyOS0uMjkyLS40NzYgMi4yNi05LjMyNyA0My4wOTItOS4zNTIgNDMuMTI2LTEuOTA2IDguMjYxLTMuMjkzIDE0LjE1LTguMDAzIDE3Ljk1Mi0yLjY3NCAyLjIxMS01Ljc5NSAzLjI3Ny05LjQxNCAzLjI3Ny01LjgxNyAwLTkuMjA2LTIuODg4LTkuNzc1LTguMzY3bC0uMTA5LTEuODgxczEuNzcyLTExLjA2NSAxLjc3Mi0xMS4xMjdjMCAwIDkuMjktMzcuMjEgMTAuOTUzLTQyLjEyOC4wODctLjI4LjExMi0uNDI2LjEzNC0uNTYtMTguMDgzLjE1OS0yMS4yODggMC0yMS41MDktLjI5Mi0uMTIxLjQwMS0uNTY5IDIuNzA4LS41NjkgMi43MDhsLTkuNDg2IDQxLjkzOS0uODE1IDMuNTU3LTEuNTc2IDExLjYzNGMwIDMuNDUxLjY3OCA2LjI2OCAyLjAyNyA4LjY1IDQuMzIyIDcuNTUyIDE2LjY0OSA4LjY4NCAyMy42MjMgOC42ODQgOC45ODUgMCAxNy40MTQtMS45MDkgMjMuMTEtNS4zOTQgOS44ODctNS44NDIgMTIuNDc0LTE0Ljk3MyAxNC43ODEtMjMuMDg4bDEuMDctNC4xNjNzOS41Ny0zOC42NDYgMTEuMTk2LTQzLjY3NGMuMDYyLS4yOC4wODctLjQyNi4xNzEtLjU2em0zMi41NjEgMzEuMTc2Yy0yLjMwNyAwLTYuNTIzLjU2LTEwLjMxIDIuNDE2LTEuMzc0LjcwNi0yLjY3NCAxLjUyLTQuMDQ1IDIuMzMybDEuMjM3LTQuNDY4LS42NzgtLjc1MmMtOC4wMzEgMS42MjYtOS44MjggMS44NDQtMTcuMjQ2IDIuODg4bC0uNjIyLjQxNGMtLjg2MSA3LjE0Mi0xLjYyNiAxMi41MTEtNC44MTkgMjYuNTQ5LTEuMjE2IDUuMTc0LTIuNDc4IDEwLjM5Ny0zLjc0MyAxNS41NThsLjM0Mi42NTZjNy42MDItLjQwMSA5LjkwOS0uNDAxIDE2LjUxNi0uMjkybC41MzUtLjU4MWMuODM5LTQuMy45NDgtNS4zMDcgMi44MDgtMTQuMDE2Ljg3NC00LjEyOSAyLjY5Ni0xMy4yMDEgMy41OTQtMTYuNDMyIDEuNjUxLS43NjUgMy4yOC0xLjUxNyA0LjgzNS0xLjUxNyAzLjcwMyAwIDMuMjUyIDMuMjMgMy4xMDkgNC41MTgtLjE1OSAyLjE2MS0xLjUwOCA5LjIxOC0yLjg5MSAxNS4yNzhsLS45MjMgMy45MTFjLS42NDQgMi44ODgtMS4zNDkgNS42OTYtMS45OTMgOC41NTlsLjI4LjU3MmM3LjQ5My0uNDAxIDkuNzc4LS40MDEgMTYuMTc3LS4yOTJsLjc1Mi0uNTgxYzEuMTU3LTYuNzE2IDEuNDk1LTguNTEzIDMuNTQ3LTE4LjI5MWwxLjAzMi00LjQ5M2MyLjAwNS04Ljc5MyAzLjAxMy0xMy4yNTEgMS40OTUtMTYuODgyLTEuNjA0LTQuMDctNS40NTMtNS4wNTItOC45ODgtNS4wNTJ6bTM2LjM3NCA5LjIwNmMtMy45ODMuNzY1LTYuNTIzIDEuMjc1LTkuMDQ3IDEuNjA0LTIuNTAzLjQwMS00Ljk0My43NjUtOC43OTMgMS4zbC0uMzA1LjI3Ny0uMjguMjIxYy0uNDAxIDIuODY3LS42ODEgNS4zNDUtMS4yMTMgOC4yNTgtLjQ1MSAzLjAxMy0xLjE0NCA2LjQzNi0yLjI3MyAxMS4zNTQtLjg3NCAzLjc2NS0xLjMyNCA1LjA3Ny0xLjgyMiA2LjQwMi0uNDg1IDEuMzI0LTEuMDIgMi42MTItMi4wMDIgNi4zMTVsLjIzLjM0Mi4xOTMuMzE0YzMuNTk3LS4xNzEgNS45NTEtLjI5MiA4LjM3LS4zMTQgMi40MTYtLjA4NyA0LjkxOSAwIDguNzkzLjAyMmwuMzM5LS4yNzcuMzY0LS4zMDVjLjU2LTMuMzM5LjY0NC00LjIzOC45ODYtNS44NjcuMzM5LTEuNzQ3LjkyMy00LjE2NiAyLjM1Ny0xMC42MjcuNjc4LTMuMDM0IDEuNDMzLTYuMDYgMi4xMzYtOS4xNTYuNzMxLTMuMDg0IDEuNDk1LTYuMTIyIDIuMjIzLTkuMTU2bC0uMTA5LS4zNjctLjE0Ni0uMzM5em0uMDg1LTEyLjQxMmMtMy42MTktMi4xMzYtOS45NzEtMS40NTgtMTQuMjQ2IDEuNDkyLTQuMjYzIDIuODkxLTQuNzQ4IDYuOTk1LTEuMTQxIDkuMTU5IDMuNTU3IDIuMDc3IDkuOTM0IDEuNDU4IDE0LjE3MS0xLjUxNyA0LjI1My0yLjk1NCA0Ljc4NS03LjAyIDEuMjE2LTkuMTM1em0yMS44ODcgNDkuNDY3YzcuMzIyIDAgMTQuODI3LTIuMDE4IDIwLjQ3Ny04LjAwNiA0LjM0Ny00Ljg1NiA2LjMzOS0xMi4wODIgNy4wMy0xNS4wNTcgMi4yNDgtOS44NjIuNDk3LTE0LjQ2Ny0xLjcwMS0xNy4yNzEtMy4zMzktNC4yNzUtOS4yNC01LjY0Ni0xNS4zNjItNS42NDYtMy42ODEgMC0xMi40NDkuMzY0LTE5LjI5OCA2LjY3OC00LjkxOSA0LjU1NS03LjE5MSAxMC43MzYtOC41NjIgMTYuNjYyLTEuMzg0IDYuMDM4LTIuOTc1IDE2LjkwNyA3LjAyIDIwLjk1MiAzLjA4NCAxLjMyNCA3LjUzIDEuNjg4IDEwLjM5NyAxLjY4OHptLS41NzItMjIuMTljMS42ODgtNy40NjggMy42ODEtMTMuNzM2IDguNzY4LTEzLjczNiAzLjk4NiAwIDQuMjc1IDQuNjY0IDIuNTAzIDEyLjE1Ny0uMzE3IDEuNjYzLTEuNzcyIDcuODQ3LTMuNzQgMTAuNDgxLTEuMzc0IDEuOTQzLTMgMy4xMjItNC43OTcgMy4xMjItLjUzNSAwLTMuNzE1IDAtMy43NjUtNC43MjMtLjAyNS0yLjMzMi40NTEtNC43MTMgMS4wMzItNy4zem00Ni4zODIgMjEuMjI5bC41NzItLjU4MWMuODExLTQuMy45NDUtNS4zMSAyLjc0Mi0xNC4wMTYuODk5LTQuMTI5IDIuNzU4LTEzLjIwMSAzLjYzMS0xNi40MzIgMS42NTQtLjc2OCAzLjI1NS0xLjUyIDQuODYtMS41MiAzLjY3OCAwIDMuMjMgMy4yMyAzLjA4NCA0LjUxOC0uMTM0IDIuMTY0LTEuNDgzIDkuMjE4LTIuODkxIDE1LjI3OGwtLjg3NCAzLjkxMWMtLjY2OCAyLjg5MS0xLjM5NiA1LjY5Ni0yLjA0IDguNTYybC4yOC41NzJjNy41MTgtLjQwMSA5LjcxNi0uNDAxIDE2LjE1Mi0uMjkybC43NzctLjU4MWMxLjEyOS02LjcxOSAxLjQzMy04LjUxNiAzLjU0Ny0xOC4yOTFsMS4wMDctNC40OTZjMi4wMTUtOC43OTMgMy4wMzQtMTMuMjQ4IDEuNTQyLTE2Ljg3OS0xLjY1MS00LjA3LTUuNTI1LTUuMDUyLTkuMDEtNS4wNTItMi4zMSAwLTYuNTQ4LjU1Ny0xMC4zMTMgMi40MTYtMS4zNDYuNzA2LTIuNjk2IDEuNTE3LTQuMDIgMi4zMzJsMS4xNTMtNC40NjgtLjYxOS0uNzU2Yy04LjAyOCAxLjYyOS05Ljg2MiAxLjg0Ny0xNy4yNzEgMi44OTFsLS41NjkuNDE0Yy0uODk5IDcuMTQyLTEuNjI5IDEyLjUwOC00LjgyMiAyNi41NDktMS4yMTYgNS4xNzQtMi40NzggMTAuMzk3LTMuNzQgMTUuNTU4bC4zMzkuNjU2YzcuNjE0LS40MDEgOS44ODctLjQwMSAxNi40ODEtLjI5MnptNTUuMjM1LjI5MWMuNDczLTIuMzA3IDMuMjgtMTUuOTgxIDMuMzA1LTE1Ljk4MSAwIDAgMi4zOTEtMTAuMDMzIDIuNTM3LTEwLjM5NyAwIDAgLjc1Mi0xLjA0NSAxLjUwNS0xLjQ1OGgxLjEwN2MxMC40NDMgMCAyMi4yMzYgMCAzMS40OC02LjggNi4yOS00LjY2NCAxMC41OS0xMS41NSAxMi41MDgtMTkuOTIuNDk3LTIuMDUyLjg2NC00LjQ5My44NjQtNi45MzMgMC0zLjIwNS0uNjQ0LTYuMzc3LTIuNTAzLTguODU1LTQuNzEzLTYuNTk0LTE0LjEtNi43MTYtMjQuOTM1LTYuNzY1bC01LjM0MS4wNWMtMTMuODcuMTcxLTE5LjQzMi4xMjEtMjEuNzE3LS4xNTktLjE5MyAxLjAxLS41NTcgMi44MDgtLjU1NyAyLjgwOHMtNC45NjggMjMuMDI2LTQuOTY4IDIzLjA2M2MwIDAtMTEuODg5IDQ4Ljk1Ni0xMi40NDkgNTEuMjYzIDEyLjExLS4xNDYgMTcuMDc1LS4xNDYgMTkuMTY1LjA4NHptOS4yMDYtNDAuOTAzczUuMjgyLTIyLjk3OSA1LjI1Ny0yMi44OTJsLjE3MS0xLjE3OC4wNzUtLjg5OSAyLjExMS4yMThzMTAuODk0LjkzNiAxMS4xNDkuOTYxYzQuMyAxLjY2MyA2LjA3MiA1Ljk1MSA0LjgzNSAxMS41NDctMS4xMjkgNS4xMTQtNC40NDYgOS40MTQtOC43MDkgMTEuNDkxLTMuNTEgMS43Ni03LjgxIDEuOTA2LTEyLjI0MSAxLjkwNmgtMi44NjdsLjIxOC0xLjE1M3ptMzIuODg5IDE5LjgwOWMtMS4zOTYgNS45NTEtMyAxNi44MiA2Ljk0NiAyMC42OTQgMy4xNzEgMS4zNDkgNi4wMTMgMS43NSA4LjkwMSAxLjYwNCAzLjA1LS4xNjUgNS44NzYtMS42OTQgOC40OTQtMy44OTZsLS43MDkgMi43MTcuNDUxLjU4MWM3LjE1NC0uMzAyIDkuMzc0LS4zMDIgMTcuMTI1LS4yNDNsLjcwMy0uNTM1YzEuMTMyLTYuNjUzIDIuMTk4LTEzLjExNCA1LjEzOS0yNS44NDMgMS40MzMtNi4wOTcgMi44NjMtMTIuMTM1IDQuMzM0LTE4LjIwN2wtLjIzLS42NjhjLTguMDAzIDEuNDgzLTEwLjE0MiAxLjgtMTcuODQgMi44OTFsLS41ODUuNDc2LS4yMzMgMS44MDZjLTEuMTk3LTEuOTM0LTIuOTMyLTMuNTg1LTUuNjA5LTQuNjE0LTMuNDIzLTEuMzQ2LTExLjQ2My4zODktMTguMzc1IDYuNjgxLTQuODU2IDQuNDkzLTcuMTg4IDEwLjY0OS04LjUxMyAxNi41NTN6bTE2LjgwOC4zNjRjMS43MTMtNy4zMzQgMy42ODEtMTMuNTQgOC43OC0xMy41NCAzLjIyNCAwIDQuOTIyIDIuOTc1IDQuNTc3IDguMDQ5LS4yNzQgMS4yNjUtLjU2OSAyLjU5OS0uOTIgNC4xMDctLjUxIDIuMTc5LTEuMDYzIDQuMzQtMS42MDEgNi41MDQtLjU0NyAxLjQ4LTEuMTg1IDIuODc2LTEuODg0IDMuODA2LTEuMzEyIDEuODU5LTQuNDM0IDMuMDEzLTYuMjMxIDMuMDEzLS41MSAwLTMuNjU2IDAtMy43NjUtNC42MzktLjAyNS0yLjMxLjQ1MS00LjY4OSAxLjA0NS03LjN6bTg3Ljc3Mi0yNC4yMTdsLS42MTktLjcwNmMtNy45MTkgMS42MDQtOS4zNTIgMS44NTktMTYuNjI3IDIuODQybC0uNTM1LjUzNS0uMDg0LjM0Mi0uMDI1LS4xMjFjLTUuNDE2IDEyLjQ5NS01LjI1NyA5LjgtOS42NjYgMTkuNjM3bC0uMDUtMS4yMDMtMS4xMDQtMjEuMzI1LS42OTMtLjcwNmMtOC4yOTUgMS42MDQtOC40OTEgMS44NTktMTYuMTUyIDIuODQybC0uNTk3LjUzNWMtLjA4NC4yNTUtLjA4NC41MzUtLjEzNC44MzlsLjA1LjEwOWMuOTU4IDQuODk0LjcyOCAzLjgwMiAxLjY4OCAxMS41MjUuNDQ4IDMuNzkgMS4wNDUgNy42MDIgMS40OTIgMTEuMzQ1Ljc1NiA2LjI2NSAxLjE3OCA5LjM0OSAyLjEwMiAxOC45MS01LjE3NCA4LjUzOC02LjM5OSAxMS43NjgtMTEuMzc5IDE5LjI2MWwuMDM0LjA3NS0zLjUwNyA1LjU0N2MtLjQwMS41ODUtLjc2NS45ODYtMS4yNzUgMS4xNTctLjU2LjI3Ny0xLjI4Ny4zMjYtMi4yOTguMzI2aC0xLjk0M2wtMi44ODggOS42MDcgOS45MDkuMTcxYzUuODE3LS4wMjUgOS40NzMtMi43NDUgMTEuNDQxLTYuNDAybDYuMjMxLTEwLjY3N2gtLjA5OWwuNjU2LS43NTJjNC4xOTEtOS4wMjMgMzYuMDcyLTYzLjcxMiAzNi4wNzItNjMuNzEyem0tMTA0LjU4IDEyNi4xNzVoLTQuMjA0bDE1LjU1OC01MS40NTloNS4xNjFsMS42MzgtNS4zMDEuMTU5IDUuODk1Yy0uMTkzIDMuNjQ0IDIuNjc0IDYuODc0IDEwLjIwNCA2LjMzOWg4LjcwOWwyLjk5Ny05LjkwOWgtMy4yNzdjLTEuODg0IDAtMi43NTgtLjQ3Ni0yLjY0OS0xLjQ5NWwtLjE1OS01Ljk5N2gtMTYuMTI3di4wMzFjLTUuMjE0LjEwOS0yMC43ODQuNTAxLTIzLjkzNyAxLjM0LTMuODE1Ljk4Mi03LjgzNSAzLjg3NC03LjgzNSAzLjg3NGwxLjU3OS01LjMwN2gtMTUuMDg1bC0zLjE0MyAxMC41MzEtMTUuNzY2IDUyLjI0NWgtMy4wNTlsLTMgOS44MzdoMzAuMDQ2bC0xLjAwNyAzLjI4aDE0LjgwNmwuOTgyLTMuMjhoNC4xNTRsMy4yNTUtMTAuNjI0em0tMTIuMzI4LTQxLjAwM2MtMi40MTYuNjY4LTYuOTEyIDIuNjk2LTYuOTEyIDIuNjk2bDMuOTk4LTEzLjE1MmgxMS45ODZsLTIuODkxIDkuNTgycy0zLjcwMy4yMTgtNi4xODEuODc0em0uMjMgMTguNzg4cy0zLjc2NS40NzMtNi4yNDMgMS4wMzJjLTIuNDQxLjc0LTcuMDE3IDMuMDcyLTcuMDE3IDMuMDcybDQuMTI5LTEzLjY4NmgxMi4wNDhsLTIuOTE2IDkuNTgyem0tNi43MTYgMjIuMzM2aC0xMi4wMjNsMy40ODUtMTEuNTVoMTEuOTg2bC0zLjQ0OCAxMS41NXptMjguOTU0LTMxLjkxOGgxNy4zM2wtMi40OSA4LjA2NWgtMTcuNTZsLTIuNjM3IDguODE3aDE1LjM2NWwtMTEuNjM0IDE2LjM4MmMtLjgxNSAxLjIwMy0xLjU0NSAxLjYyOS0yLjM1NyAxLjk2OC0uODE1LjQxNC0xLjg4NC44OTktMy4xMjIuODk5aC00LjI2M2wtMi45MjkgOS42NTdoMTEuMTQ5YzUuNzk1IDAgOS4yMTgtMi42MzcgMTEuNzQ2LTYuMDk3bDcuOTc4LTEwLjkxOSAxLjcxMyAxMS4wODdjLjM2NCAyLjA3NyAxLjg1NiAzLjI5MyAyLjg2NyAzLjc2NSAxLjExNi41NiAyLjI3IDEuNTIgMy44OTkgMS42NjMgMS43NDcuMDc1IDMuMDEuMTM0IDMuODQ5LjEzNGg1LjQ3OGwzLjI4OS0xMC44MDdoLTIuMTYxYy0xLjI0MSAwLTMuMzc2LS4yMDgtMy43NC0uNTk3LS4zNjQtLjQ3My0uMzY0LTEuMi0uNTYtMi4zMDdsLTEuNzM4LTExLjExMmgtNy4xMTdsMy4xMjItMy43MTVoMTcuNTI2bDIuNjk2LTguODE3aC0xNi4yMjZsMi41MjgtOC4wNjVoMTYuMTc3bDMtOS45NDZoLTQ4LjIyOGwtMi45NTEgOS45NDZ6bS0xNDYuMzcxIDM0LjE2NGw0LjA0NS0xMy40NTZoMTYuNjI0bDMuMDM4LTEwLjAwOGgtMTYuNjRsMi41NC04LjI4M2gxNi4yNjFsMy4wMTMtOS42OTFoLTQwLjY4NmwtMi45NTEgOS42OTFoOS4yNDNsLTIuNDY2IDguMjgzaC05LjI2OGwtMy4wNzIgMTAuMTc5aDkuMjRsLTUuMzkxIDE3LjgwM2MtLjcyOCAyLjM1Ny4zNDIgMy4yNTUgMS4wMiA0LjM1LjY5MyAxLjA2NiAxLjM5NiAxLjc3MiAyLjk3NSAyLjE3MyAxLjYyOS4zNjQgMi43NDUuNTgxIDQuMjYzLjU4MWgxOC43NDJsMy4zMzktMTEuMDg3LTguMzA4IDEuMTQxYy0xLjYwNCAwLTYuMDQ3LS4xOTMtNS41NjItMS42NzZ6bTEuOTA3LTY0LjQxN2wtNC4yMTMgNy42MTRjLS45MDIgMS42NjMtMS43MTMgMi42OTYtMi40NDQgMy4xNzEtLjY0NC40MDEtMS45MTguNTY5LTMuNzY1LjU2OWgtMi4xOThsLTIuOTM4IDkuNzQxaDcuM2MzLjUxIDAgNi4yMDYtMS4yODcgNy40OTMtMS45MzEgMS4zODQtLjc0IDEuNzQ3LS4zMTcgMi44MTctMS4zNDlsMi40NjYtMi4xMzZoMjIuNzk2bDMuMDI1LTEwLjE0MmgtMTYuNjg3bDIuOTEzLTUuNTM3aC0xNi41NjV6bTMzLjY1NCA2NC42MTJjLS4zODktLjU2LS4xMDktMS41NDUuNDg1LTMuNTk3bDYuMjMxLTIwLjYyM2gyMi4xNjVjMy4yMy0uMDQ3IDUuNTYyLS4wODQgNy4wNzktLjE5MyAxLjYyOS0uMTcxIDMuNDAxLS43NTIgNS4zMzItMS43OTcgMS45OTMtMS4wOTQgMy4wMTMtMi4yNDggMy44NzQtMy41NzIuOTYxLTEuMzIxIDIuNTAzLTQuMjEzIDMuODI3LTguNjcxbDcuODMyLTI2LjA5OC0yMy4wMDEuMTM0cy03LjA4MyAxLjA0NS0xMC4yMDEgMi4xOThjLTMuMTQ2IDEuMjg3LTcuNjQyIDQuODgxLTcuNjQyIDQuODgxbDIuMDc3LTcuMTU0aC0xNC4yMDlsLTE5Ljg5MiA2NS45NzJjLS43MDYgMi41NjItMS4xNzggNC40MjEtMS4yODcgNS41MzctLjAzNyAxLjIwMyAxLjUxNyAyLjM5NCAyLjUyNSAzLjI5MyAxLjE5MS44OTkgMi45NTEuNzUyIDQuNjM5Ljg5OSAxLjc3NS4xMzQgNC4zLjIxOCA3Ljc4NS4yMThoMTAuOTE5bDMuMzUyLTExLjMxNy05Ljc3NS45MjNjLTEuMDQ1IDAtMS44LS41Ni0yLjExNC0xLjAzMnptMTAuNzM2LTM4LjE0OWgyMy4yODFsLTEuNDggNC42MzljLS4yMDguMTA5LS43MDYtLjIzLTMuMDc1LjA1aC0yMC4xNTlsMS40MzMtNC42ODl6bTQuNjY0LTE1LjU1OGgyMy40NzdsLTEuNjg4IDUuNTg3cy0xMS4wNjUtLjEwOS0xMi44MzcuMjE4Yy03Ljc5OCAxLjM0OS0xMi4zNTIgNS41MTYtMTIuMzUyIDUuNTE2bDMuNDAxLTExLjMyem0xNy42NTggMzUuNzMxYy0uMTkzLjY5My0uNDk3IDEuMTE2LS45MjMgMS40MzMtLjQ3My4zMDUtMS4yMzcuNDE0LTIuMzc4LjQxNGgtMy4zMTdsLjE5Ni01LjY0OWgtMTMuNzk4bC0uNTYgMjcuNjE4Yy0uMDIyIDEuOTkzLjE3MSAzLjE0NiAxLjYyOSA0LjA3IDEuNDU4IDEuMTUzIDUuOTUxIDEuMyAxMS45OTggMS4zaDguNjQ2bDMuMTIyLTEwLjMzOC03LjUyNy40MTQtMi41MDMuMTQ2Yy0uMzQyLS4xNDYtLjY2OC0uMjgtMS4wMzItLjY0NC0uMzE3LS4zMTQtLjg1Mi0uMTIxLS43NjUtMi4xMTRsLjA1OS03LjA3OSA3Ljg5NC0uMzI2YzQuMjYzIDAgNi4wODUtMS4zODcgNy42MzktMi43MDggMS40ODMtMS4yNjUgMS45NjgtMi43MiAyLjUyOC00LjY4OWwxLjMyNC02LjI2OGgtMTAuODQ4bC0xLjM4NCA0LjQyMXoiIGZpbGw9IiNGRUZFRkUiLz48L3N2Zz4=');
}
.rccs__card--visa .rccs__card__background,
.rccs__card--visa-electron .rccs__card__background {
  background: linear-gradient(25deg, #0f509e, #1399cd);
}
.rccs__card--visa .rccs__issuer,
.rccs__card--visa-electron .rccs__issuer {
  background-size: 75%;
}
.rccs__card--visa .rccs__issuer {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSIxNjZweCIgdmlld0JveD0iMCAwIDUxMiAxNjYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiAgICA8Zz4gICAgICAgIDxwYXRoIGQ9Ik0yNjQuNzk0MTg3LDExMi40Nzk0OTEgQzI2NC41MDIwNzIsODkuNDQ4NTYxNiAyODUuMzE5MDgsNzYuNTk1NTE5OCAzMDEuMDAxMDIxLDY4Ljk1NDQxNzIgQzMxNy4xMTM0NDcsNjEuMTEzNDQ2NiAzMjIuNTI1MjU0LDU2LjA4NjAwMDggMzIyLjQ2Mzc1Niw0OS4wNzUyNTA3IEMzMjIuMzQwNzYsMzguMzQzODgzMyAzMDkuNjEwNzE0LDMzLjYwODU1MiAyOTcuNjk1NTE0LDMzLjQyNDA1ODYgQzI3Ni45MDkyNTUsMzMuMTAxMTk1MSAyNjQuODI0OTM1LDM5LjAzNTczMzYgMjU1LjIxNTkwMyw0My41MjUwNzM2IEwyNDcuNzI4NTQ1LDguNDg2Njk3NSBDMjU3LjM2ODMyNiw0LjA0MzQ4MDg3IDI3NS4yMTgwNjUsMC4xNjkxMTg5NzIgMjkzLjcyODkwNSwtMS40MjEwODU0N2UtMTQgQzMzNy4xNzcxMDYsLTEuNDIxMDg1NDdlLTE0IDM2NS42MDQ0NjgsMjEuNDQ3MzYwNSAzNjUuNzU4MjEzLDU0LjcwMjMwMDIgQzM2NS45MjczMzIsOTYuOTA1MTcwOSAzMDcuMzgxNDE5LDk5LjI0MjA4NzYgMzA3Ljc4MTE1NCwxMTguMTA2NTQgQzMwNy45MTk1MjQsMTIzLjgyNTgzNiAzMTMuMzc3NDU1LDEyOS45Mjk0OTQgMzI1LjMzODc3OCwxMzEuNDgyMzEzIEMzMzEuMjU3OTQyLDEzMi4yNjY0MSAzNDcuNjAwOTg1LDEzMi44NjYwMTQgMzY2LjEyNzIsMTI0LjMzMzE5MyBMMzczLjM5OTMxNSwxNTguMjMzODYgQzM2My40MzY2NywxNjEuODYyMjMgMzUwLjYyOTc1MiwxNjUuMzM2ODU3IDMzNC42ODY0NDUsMTY1LjMzNjg1NyBDMjkzLjc5MDQwMywxNjUuMzM2ODU3IDI2NS4wMjQ4MDMsMTQzLjU5NzM4MiAyNjQuNzk0MTg3LDExMi40Nzk0OTEgTTQ0My4yNzYyLDE2Mi40MTU3MTEgQzQzNS4zNDI5ODIsMTYyLjQxNTcxMSA0MjguNjU1MDk2LDE1Ny43ODgwMDEgNDI1LjY3MjQ1MiwxNTAuNjg1MDA0IEwzNjMuNjA1Nzg5LDIuNDkwNjYxMjIgTDQwNy4wMjMyNDIsMi40OTA2NjEyMiBMNDE1LjY2MzY4NCwyNi4zNjcxODUyIEw0NjguNzIwOTE4LDI2LjM2NzE4NTIgTDQ3My43MzI5ODksMi40OTA2NjEyMiBMNTEyLDIuNDkwNjYxMjIgTDQ3OC42MDY2OSwxNjIuNDE1NzExIEw0NDMuMjc2MiwxNjIuNDE1NzExIE00NDkuMzQ5MTA4LDExOS4yMTM1MDEgTDQ2MS44NzkyODcsNTkuMTYwODkxMiBMNDI3LjU2MzUxLDU5LjE2MDg5MTIgTDQ0OS4zNDkxMDgsMTE5LjIxMzUwMSBNMjEyLjE1MjA2MywxNjIuNDE1NzExIEwxNzcuOTI4NTMzLDIuNDkwNjYxMjIgTDIxOS4zMDExODMsMi40OTA2NjEyMiBMMjUzLjUwOTMzOSwxNjIuNDE1NzExIEwyMTIuMTUyMDYzLDE2Mi40MTU3MTEgTTE1MC45NDYzNywxNjIuNDE1NzExIEwxMDcuODgyNTMsNTMuNTY0NTkwNyBMOTAuNDYzMjc1NSwxNDYuMTE4NzkyIEM4OC40MTg0NzM0LDE1Ni40NTA0MjMgODAuMzQ2ODg2MSwxNjIuNDE1NzExIDcxLjM4MzU4MDYsMTYyLjQxNTcxMSBMMC45ODM5NjQ5MjcsMTYyLjQxNTcxMSBMMCwxNTcuNzcyNjI2IEMxNC40NTE5ODQ5LDE1NC42MzYyMzggMzAuODcxODk5NiwxNDkuNTc4MDQzIDQwLjgxOTE3LDE0NC4xNjYyMzYgQzQ2LjkwNzQ1MywxNDAuODYwNzI5IDQ4LjY0NDc2NjEsMTM3Ljk3MDMzMiA1MC42NDM0NDQ4LDEzMC4xMTM5ODcgTDgzLjYzNzAxODgsMi40OTA2NjEyMiBMMTI3LjM2MTk2LDIuNDkwNjYxMjIgTDE5NC4zOTQ1NzEsMTYyLjQxNTcxMSBMMTUwLjk0NjM3LDE2Mi40MTU3MTEiIGZpbGw9IiNGRkZGRkYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1Ni4wMDAwMDAsIDgyLjY2ODQyOCkgc2NhbGUoMSwgLTEpIHRyYW5zbGF0ZSgtMjU2LjAwMDAwMCwgLTgyLjY2ODQyOCkgIj48L3BhdGg+ICAgIDwvZz48L3N2Zz4=');
}
.rccs__card--visa-electron .rccs__issuer {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSIyMjhweCIgdmlld0JveD0iMCAwIDUxMiAyMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiAgICA8Zz4gICAgICAgIDxwYXRoIGQ9Ik0xOTQuMzkzMDEyLDIuOTE5MzQ0MTMgTDEyNy4zNjI1MTcsMTYyLjgzNTk4MSBMODMuNjI3OTMwNywxNjIuODM1OTgxIEw1MC42MzkwMTUyLDM1LjIwODY2MzIgQzQ4LjY0MTU2OTIsMjcuMzY1OTkwNyA0Ni45MDIzODU1LDI0LjQ3OTMzOCA0MC44MTUyNDI0LDIxLjE2NDQyNzYgQzMwLjg2NzI0MjIsMTUuNzYwNTM1MyAxNC40Mzk4MDE4LDEwLjcwNjQ0MTIgMCw3LjU2MTUyNjI4IEwwLjk3NDIwNDQyNCwyLjkxOTM0NDEzIEw3MS4zODE3MjM1LDIuOTE5MzQ0MTMgQzgwLjM0MjQ0MjcsMi45MTkzNDQxMyA4OC40MTA2ODYsOC44ODU1Mjg5NCA5MC40NjA0MzgzLDE5LjIxNjAxODggTDEwNy44OTE1MDUsMTExLjc2MjE3IEwxNTAuOTIzMjI2LDIuOTE5MzQ0MTMgTDE5NC4zOTMwMTIsMi45MTkzNDQxMyBaIE0yNTMuNTE1NDUyLDIuOTE5MzQ0MTMgTDIxOS4zMDcxNDYsMTYyLjgzNTk4MSBMMTc3LjkzMjg4LDE2Mi44MzU5ODEgTDIxMi4xNDExODYsMi45MTkzNDQxMyBMMjUzLjUxNTQ1MiwyLjkxOTM0NDEzIFogTTMwNy43Nzk5NDYsNDcuMjI5Mjk5NyBDMzA3LjkyMDUxOSw0MS40OTg0OTMxIDMxMy4zNzk5ODcsMzUuMzk1MDA0MyAzMjUuMzMxOTcxLDMzLjgzNTYyMzQgQzMzMS4yNTIzODgsMzMuMDcwNjQ0MSAzNDcuNjA3OTA3LDMyLjQ1OTMxNDUgMzY2LjEzNDEzNyw0MC45OTUwNDUyIEwzNzMuMzgxODI2LDcuMDY0NjE2NjQgQzM2My40MjcyODcsMy40NjUyOTA5IDM1MC42MTg3ODcsMCAzMzQuNjg0OTg3LDAgQzI5My43ODQ3NDcsMCAyNjUuMDEzMDI1LDIxLjcyMzQ1MSAyNjQuNzg0MTg2LDUyLjg1NTQ5MzcgQzI2NC41MTYxMTYsNzUuODgzMzMyNSAyODUuMzM0MDE0LDg4LjcxNzk4NTQgMzAwLjk4OTkzNyw5Ni4zODczOTM0IEMzMTcuMTE2NjE2LDEwNC4yMjAyNTggMzIyLjUyMzc3OCwxMDkuMjU0NzM4IDMyMi40NDg1ODgsMTE2LjI1Mzk3MSBDMzIyLjMzNDE2OCwxMjYuOTgzMjk3IDMwOS41NzE0MzYsMTMxLjczMzM2MSAyOTcuNzA0NDQ5LDEzMS45MDk4OTQgQzI3Ni44OTYzNTgsMTMyLjI0MDA3OCAyNjQuODMzMjIzLDEyNi4yODY5NjkgMjU1LjIxMjEzNywxMjEuODA0OTc1IEwyNDcuNzAyOTE3LDE1Ni44NTk5ODkgQzI1Ny4zODI4NDcsMTYxLjI5NjIxNSAyNzUuMjIyNTU3LDE2NS4xNTA1MzQgMjkzLjY5OTc1LDE2NS4zNDY2ODIgQzMzNy4xNzkzNDMsMTY1LjM0NjY4MiAzNjUuNjE3NjEzLDE0My44NzE2ODYgMzY1Ljc0NTEwOSwxMTAuNjI0NTA4IEMzNjUuOTE4Mzc0LDY4LjQyNjQxODggMzA3LjM5NzQ1Niw2Ni4wODU3MTI4IDMwNy43Nzk5NDYsNDcuMjI5Mjk5NyBaIE00NzMuNzQ3NzY1LDE2Mi44MzU5ODEgTDUxMiwxNjIuODM1OTgxIEw0NzguNTc5NTU4LDIuOTE5MzQ0MTMgTDQ0My4yODU4OTcsMi45MTkzNDQxMyBDNDM1LjMyNTUzNSwyLjkxOTM0NDEzIDQyOC42MzY4Nyw3LjUzODY0MjI4IDQyNS42Njg0ODksMTQuNjQyNDg4NiBMMzYzLjU4NzQ3NSwxNjIuODM1OTgxIEw0MDcuMDM0Mzc3LDE2Mi44MzU5ODEgTDQxNS42NTE4MzYsMTM4Ljk0ODM1OCBMNDY4LjczMjkwMSwxMzguOTQ4MzU4IEw0NzMuNzQ3NzY1LDE2Mi44MzU5ODEgWiBNNDI3LjU2NDU5MSwxMDYuMTc4NDc1IEw0NDkuMzUwMTU2LDQ2LjEyNDMyOTYgTDQ2MS44NjQ0MzMsMTA2LjE3ODQ3NSBMNDI3LjU2NDU5MSwxMDYuMTc4NDc1IFogTTMwNi40NjQ3NywyMDYuODU0MzI5IEwyODkuNjU0ODQsMjA2Ljg1NDMyOSBMMjg5LjY1NDg0LDIyMi41MDA0NDQgTDMwOC40NTg5NDcsMjIyLjUwMDQ0NCBMMzA4LjQ1ODk0NywyMjcuMjA0NzQgTDI4My45ODk0MTYsMjI3LjIwNDc0IEwyODMuOTg5NDE2LDE4My43OTcwNjggTDMwNy40OTQ1NSwxODMuNzk3MDY4IEwzMDcuNDk0NTUsMTg4LjUwMTM2NCBMMjg5LjY1NDg0LDE4OC41MDEzNjQgTDI4OS42NTQ4NCwyMDIuMjE1NDE2IEwzMDYuNDY0NzcsMjAyLjIxNTQxNiBMMzA2LjQ2NDc3LDIwNi44NTQzMjkgWiBNMzE3LjE0MzQyMywxODEuNDgxMjA4IEwzMjIuODA4ODQ3LDE4MS40ODEyMDggTDMyMi44MDg4NDcsMjI3LjIwMzQzMyBMMzE3LjE0MzQyMywyMjcuMjAzNDMzIEwzMTcuMTQzNDIzLDE4MS40ODEyMDggWiBNMzQ3Ljc4NzM4MywyMjMuNDY5MDkxIEMzNTEuODQ3NjU4LDIyMy40NjkwOTEgMzU0LjM1ODM1OSwyMjIuNzU5Njg3IDM1Ni40MjExODgsMjIxLjg2MDY3MyBMMzU3LjQ1MDk2OCwyMjUuOTE3Njc5IEMzNTUuNDUzNTIyLDIyNi44MTY2OTMgMzUxLjk3ODQyNCwyMjcuOTExODU2IDM0Ny4wMTU4NjYsMjI3LjkxMTg1NiBDMzM3LjQyNDIwMiwyMjcuOTExODU2IDMzMS42OTMzOTUsMjIxLjUzNzAyOCAzMzEuNjkzMzk1LDIxMi4xMzQ5NzUgQzMzMS42OTMzOTUsMjAyLjczMjkyMSAzMzcuMjI4MDUzLDE5NS4zOTA0MjggMzQ2LjMwOTczMSwxOTUuMzkwNDI4IEMzNTYuNTQ4Njg1LDE5NS4zOTA0MjggMzU5LjE5MDE1MiwyMDQuMjc5MjI2IDM1OS4xOTAxNTIsMjEwLjAxMDAzMiBDMzU5LjE5MDE1MiwyMTEuMTY3MzA5IDM1OS4xMjQ3NjksMjEyLjAwNDIwOSAzNTguOTk0MDAzLDIxMi42NDgyMyBMMzM3LjEwMDU1NywyMTIuNjQ4MjMgQzMzNy4yMjgwNTMsMjIwLjMxNDM2OSAzNDIuMDU5ODQ2LDIyMy40NjkwOTEgMzQ3Ljc4NzM4MywyMjMuNDY5MDkxIFogTTM1My43MTQzMzgsMjA4LjU5MTIyNCBDMzUzLjc3OTcyMSwyMDUuMDUwNzQzIDM1Mi4yMzM0MTcsMTk5LjQ0NzQzMyAzNDUuODU4NTg5LDE5OS40NDc0MzMgQzM0MC4wNjI0LDE5OS40NDc0MzMgMzM3LjYxMzgxMiwyMDQuNjY0OTg0IDMzNy4xNjI2NywyMDguNTkxMjI0IEwzNTMuNzE0MzM4LDIwOC41OTEyMjQgWiBNMzkwLjAyMjc0MSwyMjYuMTA4NTk3IEMzODguNTQxODE5LDIyNi44MTgwMDEgMzg1LjI1NjMzMSwyMjcuOTEzMTYzIDM4MS4wNzE4MjksMjI3LjkxMzE2MyBDMzcxLjY2OTc3NiwyMjcuOTEzMTYzIDM2NS41NTMyMSwyMjEuNTM4MzM2IDM2NS41NTMyMSwyMTIuMDA1NTE3IEMzNjUuNTUzMjEsMjAyLjQxMDU4NCAzNzIuMTE3NjQ4LDE5NS4zOTE3MzUgMzgyLjI5NDQ4OCwxOTUuMzkxNzM1IEMzODUuNjQyMDksMTk1LjM5MTczNSAzODguNjAzOTMzLDE5Ni4yMjUzNjcgMzkwLjE1MDIzOCwxOTcuMDY1NTM2IEwzODguODY1NDY1LDIwMS4zODA4MDQgQzM4Ny41MDg3NywyMDAuNjcxNCAzODUuMzgzODI4LDE5OS44OTY2MTMgMzgyLjI5NDQ4OCwxOTkuODk2NjEzIEMzNzUuMTQ0ODc0LDE5OS44OTY2MTMgMzcxLjI4NDAxNywyMDUuMjQxNjYxIDM3MS4yODQwMTcsMjExLjY4NTE0MSBDMzcxLjI4NDAxNywyMTguODk2ODY5IDM3NS45MTk2NjEsMjIzLjMzOTYzMyAzODIuMTAxNjA5LDIyMy4zMzk2MzMgQzM4NS4zMjE3MTQsMjIzLjMzOTYzMyAzODcuNDQ2NjU3LDIyMi41NjgxMTYgMzg5LjA1NTA3NSwyMjEuODU4NzEyIEwzOTAuMDIyNzQxLDIyNi4xMDg1OTcgWiBNNDA1LjkxODI5MiwxODguNTY0NDU4IEw0MDUuOTE4MjkyLDE5Ni4wMzQ0NDkgTDQxNC4wMjkwMzQsMTk2LjAzNDQ0OSBMNDE0LjAyOTAzNCwyMDAuMzQ2NDQ3IEw0MDUuOTE4MjkyLDIwMC4zNDY0NDcgTDQwNS45MTgyOTIsMjE3LjE1NjM3NyBDNDA1LjkxODI5MiwyMjEuMDIzNzczIDQwNy4wMTM0NTUsMjIzLjIxMDgyOSA0MTAuMTY4MTc3LDIyMy4yMTA4MjkgQzQxMS43MTEyMTIsMjIzLjIxMDgyOSA0MTIuNjE2NzY1LDIyMy4wODMzMzIgNDEzLjQ1MzY2NSwyMjIuODIxODAxIEw0MTMuNzExOTI3LDIyNy4xNDAzMzggQzQxMi42MTY3NjUsMjI3LjUyNjA5NyA0MTAuODc3NTgxLDIyNy45MTE4NTYgNDA4LjY4NzI1NSwyMjcuOTExODU2IEM0MDYuMDQ1Nzg4LDIyNy45MTE4NTYgNDAzLjkyMDg0NiwyMjcuMDA5NTcyIDQwMi41NzA2OSwyMjUuNTMxOTIgQzQwMS4wMjQzODYsMjIzLjc4OTQ2NyA0MDAuMzgwMzY1LDIyMS4wMjM3NzMgNDAwLjM4MDM2NSwyMTcuMzUyNTI2IEw0MDAuMzgwMzY1LDIwMC4zNDY0NDcgTDM5NS41NDg1NzIsMjAwLjM0NjQ0NyBMMzk1LjU0ODU3MiwxOTYuMDM0NDQ5IEw0MDAuMzgwMzY1LDE5Ni4wMzQ0NDkgTDQwMC4zODAzNjUsMTkwLjIzODI1OSBMNDA1LjkxODI5MiwxODguNTY0NDU4IFogTTQyMS45NDQ5MzUsMjA1Ljc1OTQ5MyBDNDIxLjk0NDkzNSwyMDIuMDg4MjQ2IDQyMS44NzYyODMsMTk4LjkzMzUyNCA0MjEuNjg2NjczLDE5Ni4wMzM3OTUgTDQyNi42NDU5NjIsMTk2LjAzMzc5NSBMNDI2LjkwNDIyNCwyMDIuMjE1NzQzIEw0MjcuMDkzODM1LDIwMi4yMTU3NDMgQzQyOC41MTI2NDIsMTk4LjAzMTI0MSA0MzEuOTg3NzQxLDE5NS4zODk3NzQgNDM1Ljc4NjQ4NCwxOTUuMzg5Nzc0IEM0MzYuMzY4MzkxLDE5NS4zODk3NzQgNDM2LjgxOTUzMywxOTUuNDU1MTU3IDQzNy4zMzYwNTgsMTk1LjUxNzI3IEw0MzcuMzM2MDU4LDIwMC44NjU1ODcgQzQzNi43NTQxNSwyMDAuNzM0ODIxIDQzNi4xNzg3ODEsMjAwLjczNDgyMSA0MzUuNDAwNzI1LDIwMC43MzQ4MjEgQzQzMS40MTIzNzIsMjAwLjczNDgyMSA0MjguNTc0NzU2LDIwMy42OTY2NjQgNDI3LjgwMzIzOCwyMDcuOTQ5ODE5IEM0MjcuNjc1NzQyLDIwOC43MjEzMzYgNDI3LjYxMDM1OSwyMDkuNjg1NzMzIDQyNy42MTAzNTksMjEwLjU5MTI4NiBMNDI3LjYxMDM1OSwyMjcuMjA1MDY3IEw0MjEuOTQ0OTM1LDIyNy4yMDUwNjcgTDQyMS45NDQ5MzUsMjA1Ljc1OTQ5MyBaIE00NzIuMTY2NDgxLDIxMS4zNjExNjkgQzQ3Mi4xNjY0ODEsMjIyLjg4ODE2NSA0NjQuMTE0NTgzLDIyNy45MTI4MzYgNDU2LjY0NDU5MywyMjcuOTEyODM2IEM0NDguMjcyMzIsMjI3LjkxMjgzNiA0NDEuNzA3ODgyLDIyMS43Mjc2MTkgNDQxLjcwNzg4MiwyMTEuODc3NjkzIEM0NDEuNzA3ODgyLDIwMS41MDc5NzQgNDQ4LjU5NTk2NSwxOTUuMzkxNDA4IDQ1Ny4xNjExMTgsMTk1LjM5MTQwOCBDNDY2LjExMjAyOSwxOTUuMzkxNDA4IDQ3Mi4xNjY0ODEsMjAxLjg5MzczMiA0NzIuMTY2NDgxLDIxMS4zNjExNjkgWiBNNDQ3LjUwMDgwMiwyMTEuNjg0ODE0IEM0NDcuNTAwODAyLDIxOC41MTA3ODMgNDUxLjM2NDkyOCwyMjMuNjYyOTUxIDQ1Ni45MDI4NTUsMjIzLjY2Mjk1MSBDNDYyLjMxMzI4NiwyMjMuNjYyOTUxIDQ2Ni4zNjcwMjMsMjE4LjU3Mjg5NyA0NjYuMzY3MDIzLDIxMS41NTQwNDggQzQ2Ni4zNjcwMjMsMjA2LjI3NDM4MyA0NjMuNzI4ODI1LDE5OS42MzgwMjQgNDU3LjAzMDM1MiwxOTkuNjM4MDI0IEM0NTAuNDAwNTMxLDE5OS42MzgwMjQgNDQ3LjUwMDgwMiwyMDUuODIzMjQyIDQ0Ny41MDA4MDIsMjExLjY4NDgxNCBaIE00ODAuODQ5OTc3LDIwNC40Njk0OSBDNDgwLjg0OTk3NywyMDEuMTg3MjcxIDQ4MC43ODEzMjUsMTk4LjYxMTE4NyA0ODAuNTkxNzE1LDE5Ni4wMzUxMDIgTDQ4NS42MTMxMTcsMTk2LjAzNTEwMiBMNDg1LjkzNjc2MywyMDEuMTg3MjcxIEw0ODYuMDY0MjU5LDIwMS4xODcyNzEgQzQ4Ny42MTA1NjMsMTk4LjI4NzU0MiA0OTEuMjE2NDI3LDE5NS4zOTEwODEgNDk2LjM2ODU5NiwxOTUuMzkxMDgxIEM1MDAuNjgwNTk1LDE5NS4zOTEwODEgNTA3LjM3OTA2NywxOTcuOTY3MTY2IDUwNy4zNzkwNjcsMjA4LjY1Mzk5MiBMNTA3LjM3OTA2NywyMjcuMjAzMTA2IEw1MDEuNzEzNjQ0LDIyNy4yMDMxMDYgTDUwMS43MTM2NDQsMjA5LjIzNTg5OSBDNTAxLjcxMzY0NCwyMDQuMjE0NDk3IDQ5OS44NDY5NjMsMjAwLjAyNjcyNSA0OTQuNTAxOTE2LDIwMC4wMjY3MjUgQzQ5MC44MzA2NjksMjAwLjAyNjcyNSA0ODcuOTMwOTM5LDIwMi42NjgxOTIgNDg2LjkwNDQyOSwyMDUuODIyOTE1IEM0ODYuNjQyODk3LDIwNi41MzIzMTkgNDg2LjUxNTQwMSwyMDcuNDk2NzE2IDQ4Ni41MTU0MDEsMjA4LjQ2NDM4MiBMNDg2LjUxNTQwMSwyMjcuMjAzMTA2IEw0ODAuODQ5OTc3LDIyNy4yMDMxMDYgTDQ4MC44NDk5NzcsMjA0LjQ2OTQ5IFoiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4gICAgPC9nPjwvc3ZnPg==');
}
.rccs__number {
  clear: both;
  font-family: 'Consolas', 'Courier', monospace;
  font-size: 20px;
  left: 10%;
  position: absolute;
  top: 45%;
}
.rccs__number.rccs__number--large {
  font-size: 17px;
}
.rccs__name {
  bottom: 15%;
  font-family: 'Consolas', 'Courier', monospace;
  font-size: 17px;
  left: 10%;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  width: 60%;
}
.rccs__expiry {
  bottom: 15%;
  font-size: 0;
  line-height: 1;
  position: absolute;
  right: 10%;
}
.rccs__expiry > * {
  vertical-align: middle;
}
.rccs__expiry__valid {
  font-size: 10px;
  margin-bottom: 5px;
}
.rccs__expiry__value {
  font-family: 'Consolas', 'Courier', monospace;
  font-size: 16px;
}
.rccs__number,
.rccs__name,
.rccs__expiry,
.rccs__cvc {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.rccs__chip {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9Ijc2IiB2aWV3Qm94PSIwIDAgMTAwIDc2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgaWQ9ImEiPjxzdG9wIHN0b3AtY29sb3I9IiNGM0QwOEYiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkFENzY2IiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNOTIuNzI3IDc1LjQ1NWgtODUuNDU1Yy00IDAtNy4yNzMtMy4yNzMtNy4yNzMtNy4yNzN2LTYwLjkwOWMwLTQgMy4yNzMtNy4yNzMgNy4yNzMtNy4yNzNoODUuNDU1YzQgMCA3LjI3MyAzLjI3MyA3LjI3MyA3LjI3M3Y2MC45MDljMCA0LTMuMjczIDcuMjczLTcuMjczIDcuMjczIiBmaWxsPSJ1cmwoI2EpIi8+PHBhdGggZD0iTTcyLjEyMyAyOC40ODVoMjcuODc4di0xLjgxOGgtMjkuNjQ4Yy0uOTY1IDAtMS44MzIuNjAxLTIuMTcyIDEuNTA0LTIuMjg3IDYuMDcyLTIuNDMzIDEyLjU5NC0uNDM4IDE5Ljg0Mi40NTUgMS42NTQuNDM1IDMuNC0uMSA1LjAzLTIuMDM2IDYuMTk1LTcuNzc5IDE5Ljk4OC0xOC41NTEgMTkuOTg4LTExLjAwOCAwLTE2LjA5Ni0xNS42OTktMTcuMzM0LTIxLjk1Mi0uMTU1LS43ODQtLjEyMi0xLjU5Mi4xMDctMi4zNTcgMS42OTUtNS42NDggMi4wOTQtMTAuNjQtLjAxNi0xOS41OS0uMjA1LS44Ny0uMTgyLTEuNzgzLjA0OC0yLjY0NiA0LjQ4LTE2Ljc1NSAxMi44ODItMjAuMTQ3IDEyLjk2NS0yMC4xNzkuMzU2LS4xMzIuNTkzLS40NzIuNTkzLS44NTJ2LTUuNDU1aC0xLjgxOHYzLjc3NmMwIC42NS0uMzMyIDEuMjUyLS44ODQgMS41OTYtMi44MDMgMS43NDItOC45MDQgNi45MzYtMTIuNTU3IDIwLjQ1Ni0uMTguNjY4LS43ODEgMS4xMzYtMS40NzMgMS4xMzNsLTI4LjcyMi0uMTM5djEuODE4bDI3LjQxNi4xMzNjMS40NjguMDA3IDIuNzM1IDEuMDQxIDMuMDM3IDIuNDc4IDEuNDE2IDYuNzQxIDEuMjE5IDExLjAzOS4wODIgMTUuNDU4LS4zMTYgMS4yMy0xLjQyIDIuMDk2LTIuNjkgMi4xMDlsLTI3Ljg0NC4yN3YxLjgxOWwyOC42MDUtLjI3OGMuNjkzLS4wMDcgMS4yOTYuNDczIDEuNDM1IDEuMTUyIDEuNDQyIDcuMDQxIDYuODg3IDIzLjA3IDE5LjA1IDIzLjA3IDYuMzY4IDAgMTIuMDYyLTQuMjUgMTYuNDY3LTEyLjI5IDIuNjQ0LTQuODI4IDQuMDY3LTkuNTkxIDQuNTQxLTExLjM0NmgyOS45MDF2LTEuODE4aC0yOC4wMTZjLTEuMTU4IDAtMi4xODMtLjc3Mi0yLjQ4OS0xLjg4OS0xLjY5Mi02LjE2NC0xLjc2MS0xMS43NTUtLjItMTYuOTU5LjM3MS0xLjIzNSAxLjUzOC0yLjA2MSAyLjgyNy0yLjA2MXptLTE3LjE1LTIxLjkxNGMuMDQ1LjAyMiA0LjUxOSAyLjMyMiA5LjI1MyAxMC4wNDEuMTcyLjI4LjQ3LjQzNC43NzYuNDM0LjE5OCAwIC4zOTktLjA2NC41NzEtLjIwMi4zNjUtLjI5Mi40MTYtLjgzNy4xNzItMS4yMzUtMy41Ny01LjgwNS03LjAyNC04LjcxLTguNzc1LTkuOTMxLS40My0uMjk5LS42OC0uNzkyLS42OC0xLjMxNXYtNC4zNjNoLTEuODE4djUuNzU4YzAgLjM0NS4xOTUuNjU5LjUwMi44MTN6IiBmaWxsPSIjMEMwMjAwIi8+PC9zdmc+');
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(290px / 11);
  left: 10%;
  position: absolute;
  top: 10%;
  width: calc(290px / 7);
}
.rccs__issuer {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 23%;
  position: absolute;
  right: 10%;
  top: 10%;
  width: 40%;
}
.rccs__stripe {
  background-color: #2a1d16;
  height: 22%;
  left: 0;
  position: absolute;
  top: 9%;
  width: 100%;
}
.rccs__signature {
  background: repeating-linear-gradient(0.1deg, #fff 20%, #fff 40%, #fea 40%, #fea 44%, #fff 44%);
  height: 18%;
  left: 5%;
  position: absolute;
  top: 35%;
  width: 75%;
}
.rccs__cvc {
  color: #222;
  font-family: 'Consolas', 'Courier', monospace;
  font-size: 14px;
  left: 67%;
  line-height: 1;
  position: absolute;
  top: 42%;
}
.rccs__cvc__front {
  font-family: 'Consolas', 'Courier', monospace;
  font-size: 11.9px;
  opacity: 0;
  position: absolute;
  right: 10%;
  top: 38%;
  visibility: hidden;
}
.rccs--filled {
  opacity: 0.8 !important;
}
.rccs--focused {
  font-weight: 700;
  opacity: 1 !important;
}
/**
 * Deprecated
 */
.NetRefundsRow__component__3OvIZ {
  cursor: pointer;
}
.NetRefundsRow__red__2CZMd {
  color: #A83F37;
}
.NetRefundsRow__refundInfo__88BEh {
  font-size: 0.875rem;
}
/**
 * Deprecated
 */
.SummaryRow__reachageButton__AthLa {
  border: inherit;
  outline: inherit;
  background-color: inherit;
  color: #697787;
  text-decoration: none;
  cursor: pointer;
}
.SummaryRow__reachageButton__AthLa:hover {
  color: #47525E;
  text-decoration: underline;
}
/**
 * Deprecated
 */
.GrossRefundsRow__component__2rK7- {
  cursor: pointer;
}
.GrossRefundsRow__red__1jEJV {
  color: #A83F37;
}
.GrossRefundsRow__refundInfo__13qgH {
  font-size: 0.875rem;
}
/**
 * Deprecated
 */
.TotalAmountBreakdown__usePointer__3RPE2 {
  cursor: pointer;
}
.TotalAmountBreakdown__totalAmount__3c6QN {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.TotalAmountBreakdown__breakdownInfo__1T3NC {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.TotalAmountBreakdown__amountDue__3gA6r {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  padding-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.TotalAmountBreakdown__amountDueLine__3yU4q {
  border-top: 1px double #DDE1E5;
  padding-right: 3rem;
}
.AsyncLoader__component__1O1ko {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/**
 * Deprecated
 */
.InvoicePayments__component__2wW20 {
  margin-bottom: 6rem;
}
.InvoicePayments__loading__Do7u7 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.InvoicePayments__section__UeXsc {
  border: 1px solid #DDE1E5;
  padding: 0.5rem;
  margin: 1.5rem 0rem;
}
/**
 * Deprecated
 */
.RefundForm__smallInput__KvbUi {
  display: block;
  margin-right: 1rem;
  width: 12rem;
}
.RefundForm__remaining__3YjR6 {
  color: #47525E;
  -ms-flex-item-align: center;
      align-self: center;
}
.RefundForm__amountRow__251Ko {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.RefundForm__reasonRow__2NTZb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.RefundForm__fieldRow__QyvHe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 2rem 2rem 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.RefundForm__fieldRow__QyvHe > * {
  margin: 0 0 2rem 0;
}
.RefundForm__fieldRow__QyvHe > *:last-child {
  margin: 0;
}
.RefundForm__enterTotal__15-Ms {
  color: #697787;
}
.RefundForm__enterTotal__15-Ms:hover {
  color: #47525E;
}
.RefundForm__enterTotalButton__2ssGY {
  height: 2.75rem;
  -ms-flex-item-align: center;
      align-self: center;
}
/**
 * Deprecated
 */
.AdminChatConversationPage__message__7nmqU {
  border-left: solid 5px #DDE1E5;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1rem;
}
.AdminChatConversationPage__specialistOutcome__3kzNW {
  font-size: 1rem;
}
.AdminChatConversationPage__approvalAmountNote__2TWLY {
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
  color: #697787;
}
.AdminChatConversationPage__newProject__1enao {
  margin-right: 2rem;
}
.AdminChatConversationPage__submitResearchHeader__ICzMz {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #232D38;
}
.AdminChatConversationPage__submitResearchSubheader__24_by {
  color: #697787;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0.25rem 0 1.25rem 0;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ScopeItemDetailsView__container__3ZLL4 {
  padding: 1.5rem 1rem;
  width: 100%;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0rem 0.5rem 1.5625rem rgba(0, 0, 0, 0.1311);
          box-shadow: 0rem 0.5rem 1.5625rem rgba(0, 0, 0, 0.1311);
}
@media only screen and (min-width: 1024px) {
  .ScopeItemDetailsView__container__3ZLL4 {
    padding: 2rem 1.5rem;
  }
}
.ScopeItemDetailsView__scopeItem__Ok-7_ {
  margin-top: 1.5rem;
}
.ScopeItemDetailsView__scopeNotSelected__iXsEj {
  opacity: 0.5;
}
.ScopeItemDetailsView__selectedAt__3cDOU {
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ScopeItemDetailsView__outcomeSelected__10L-z {
  color: #195F31;
}
.ScopeItemDetailsView__clientComment__3GARP {
  margin-left: 2.5rem;
  max-width: 30rem;
  margin-top: 0.5rem;
}
.ScopeItemDetailsView__clientComment__3GARP .ScopeItemDetailsView__clientCommentToggle__37hDx {
  color: #697787;
  width: 100%;
  text-align: left;
}
.ScopeItemDetailsView__clientComment__3GARP .ScopeItemDetailsView__clientCommentToggle__37hDx:after {
  background-image: url('/assets/images/icons/caret.down.inkLighter.svg');
}
.ScopeItemDetailsView__clientComment__3GARP .ScopeItemDetailsView__clientCommentContent__1slSZ {
  color: #697787;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.StrategyAdminDetailView__noStrategy__2fPmo {
  margin: 1.5rem 0 2rem 0;
}
.StrategyAdminDetailView__scopes__2T5oF {
  margin-bottom: 2rem;
}
.AdminDashboardQueryFilterForm__form__3dGU3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 400px;
  margin: 1rem 0;
}
.AdminDashboardQueryFilterForm__form__3dGU3 > * {
  margin: 0 0 0.5rem 0;
}
.AdminDashboardQueryFilterForm__form__3dGU3 > *:last-child {
  margin: 0;
}
.AdminDashboardQueryFilterForm__form__3dGU3 .AdminDashboardQueryFilterForm__fieldContainer__3Oq2P {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.AdminDashboardQueryFilterForm__form__3dGU3 .AdminDashboardQueryFilterForm__fieldContainer__3Oq2P > * {
  margin: 0 1.5rem 0 0;
}
.AdminDashboardQueryFilterForm__form__3dGU3 .AdminDashboardQueryFilterForm__fieldContainer__3Oq2P > *:last-child {
  margin: 0;
}
.AddToAuthGroup__component__BU_Yp {
  max-width: 20rem;
}
.AddToAuthGroup__container__3-RYH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AddToAuthGroup__container__3-RYH button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 0.5rem;
}
.AddToAuthGroup__container__3-RYH .AddToAuthGroup__username__sYjtz {
  margin: 0;
}
/**
 * Deprecated
 */
.AuthGroupUserList__component__3ovhD {
  position: relative;
}
.AuthGroupUserList__container__mF2-Z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
  max-width: 60rem;
}
.AuthGroupUserList__loadingContainer__2llGH {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10rem;
}
.AuthGroupUserList__user__429ZA {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AuthGroupUserList__user__429ZA .AuthGroupUserList__userName__2Ij7k {
  margin-right: 0.5rem;
}
.AuthGroupUserList__users__1vqkj {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 5rem;
}
.AuthGroupUserList__removeButton__2yHhX {
  color: #EE5548;
}
.AuthGroupUserList__removeButton__2yHhX:hover {
  color: #E14335;
}
.Page__component__1NP90 {
  max-width: none;
  padding-right: 2rem;
  width: auto;
}
.Page__tabBar__2L-Of .Page__tabWrapper__2gV28 {
  padding-bottom: 0.1rem;
}
/**
 * Deprecated
 */
.ProjectAdminPage__container__2FY-t .ProjectAdminPage__form__34fp6 {
  margin-right: 2rem;
  min-width: 27rem;
  width: 30%;
}
.ProjectAdminPage__container__2FY-t .ProjectAdminPage__requests__1Gqbf {
  width: 70%;
}
.ProjectAdminPage__container__2FY-t .ProjectAdminPage__requests__1Gqbf .ProjectAdminPage__requestItem__3Chsd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ProjectAdminPage__container__2FY-t .ProjectAdminPage__requests__1Gqbf .ProjectAdminPage__requestItem__3Chsd .ProjectAdminPage__requestLink__2057Y {
  margin-right: 1rem;
}
.ProjectAdminPage__errorMessage__3nnlY,
.ProjectAdminPage__successMessage__2Msr0 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  border-left: solid 4px;
  font-size: 1rem;
  padding-left: 0.5rem;
}
.ProjectAdminPage__errorMessage__3nnlY {
  border-color: #EE5548;
}
.ProjectAdminPage__successMessage__2Msr0 {
  border-color: #48C975;
}
.ProjectAdminPage__dueAt__2MKfS {
  max-width: 20rem;
}
.ProjectAdminPage__projectCode__1KogW {
  display: block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  max-width: 12rem;
}
.ProjectAdminPage__projectTitle__1BRLX {
  display: block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  max-width: 20rem;
}
.ProjectAdminPage__invoicePaymentsComponent__27FLq {
  margin-top: 3rem;
}
.ProjectAdminPage__newProject__2wxVj {
  margin-right: 2rem;
}
.ProjectAdminPage__label__271aP {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #232D38;
  margin-top: 1.5rem;
}
.ProjectAdminPage__submitResearchLabel__6UIDa {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #232D38;
  margin-top: 1.5rem;
}
.ProjectAdminPage__submitResearchSubheader__2QQvP {
  color: #697787;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0.25rem 0 0.75rem 0;
}
.ProjectAdminPage__submitResearchRow__3f-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ProjectAdminPage__dashboardViewContainer__2RSTi {
  margin: 0;
}
.ProjectAdminPage__sendCompleteResearchEmailSubheader__LYw4a {
  color: #697787;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0.25rem 0 0.75rem 0;
}
.ProjectAdminPage__sendCompleteResearchEmailRow__3Guwc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ProjectAdminPage__sendCompleteResearchEmailButton__ADK6T {
  margin-right: 2rem;
}
.ProjectAdminPage__updateIndexContainer__QHcKn {
  margin: 1rem 0 1rem 0;
}
.ProjectAdminPage__updateIndexContainer__QHcKn .ProjectAdminPage__updateIndexLabel__3cckd {
  color: #697787;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ProjectAdminPage__updateIndexContainer__QHcKn .ProjectAdminPage__updateIndexButtonsContainer__1IUjo {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ProjectAdminPage__updateIndexContainer__QHcKn .ProjectAdminPage__updateIndexButtonsContainer__1IUjo button {
  margin-right: 10px;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ResearchOutlineDetails__container__3bDBz {
  padding: 1.5rem 1rem;
  width: 100%;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0rem 0.5rem 1.5625rem rgba(0, 0, 0, 0.1311);
          box-shadow: 0rem 0.5rem 1.5625rem rgba(0, 0, 0, 0.1311);
}
@media only screen and (min-width: 1024px) {
  .ResearchOutlineDetails__container__3bDBz {
    padding: 2rem 1.5rem;
  }
}
.ResearchOutlineDetails__scopeItem__2HFhf {
  margin-top: 1.5rem;
}
.ResearchOutlineDetails__scopeNotSelected__2TPSc {
  opacity: 0.5;
}
.ResearchOutlineDetails__selectedAt___zAdI {
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.ResearchOutlineDetails__outcomeSelected__1PWGq {
  color: #195F31;
}
.ResearchOutlineDetails__clientComment__3oKdf {
  margin-left: 2.5rem;
  max-width: 30rem;
  margin-top: 0.5rem;
}
.ResearchOutlineDetails__clientComment__3oKdf .ResearchOutlineDetails__clientCommentToggle__cQyHp {
  color: #697787;
  width: 100%;
  text-align: left;
}
.ResearchOutlineDetails__clientComment__3oKdf .ResearchOutlineDetails__clientCommentToggle__cQyHp:after {
  background-image: url('/assets/images/icons/caret.down.inkLighter.svg');
}
.ResearchOutlineDetails__clientComment__3oKdf .ResearchOutlineDetails__clientCommentContent__2xm9S {
  color: #697787;
}
.ResearchOutlineDetails__contentExpander__3toit {
  margin-bottom: 0.5rem;
}
/**
 * Deprecated
 */
.ConfirmationModal__modalTitleClassName__GajO9 {
  margin: 0 1rem 1rem 1rem;
}
.ConfirmationModal__buttonsContainer__4ItyM button {
  width: 100%;
}
.ConfirmationModal__buttonsContainer__4ItyM button.ConfirmationModal__confirmButton__2DMAn {
  background-color: transparent;
  color: #E14335;
}
.ConfirmationModal__buttonsContainer__4ItyM button.ConfirmationModal__confirmButton__2DMAn:hover {
  background-color: #EE5548;
  color: white;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.AddNewRequestsForm__addRequestModal__1ymEB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  width: 100%;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .AddNewRequestsForm__modalSizing__35Eom {
    height: unset !important;
  }
}
.AddNewRequestsForm__divider__2TA6T {
  height: 1px;
  width: 100%;
  background-color: #98A5B3;
  opacity: 0.2;
  margin-bottom: 8px;
}
.ProjectListPage__submittedCell__1gon7 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
/**
 * Deprecated
 */
.SpecialistPricingFields__component__3uMDu .SpecialistPricingFields__specialty__3bSCw {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.SpecialistPricingFields__component__3uMDu .SpecialistPricingFields__specialty__3bSCw input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 4rem;
}
.SpecialistPricingFields__component__3uMDu .SpecialistPricingFields__specialty__3bSCw .SpecialistPricingFields__dollar__1KdY6 {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #697787;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 1rem 0.2rem 0.2rem 0;
}
/**
 * Deprecated
 */
.CreateTeamForm__component__2HeIu {
  max-width: 35rem;
}
.CreateTeamForm__component__2HeIu .CreateTeamForm__cvc__3R0pb {
  max-width: 5rem;
}
.CreateTeamForm__component__2HeIu .CreateTeamForm__month__2liAa {
  display: block;
  max-width: 8rem;
}
.CreateTeamForm__component__2HeIu .CreateTeamForm__row__Iu_qA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CreateTeamForm__component__2HeIu .CreateTeamForm__row__Iu_qA > * {
  margin: 0 1rem 0 0;
}
.CreateTeamForm__component__2HeIu .CreateTeamForm__row__Iu_qA > *:last-child {
  margin: 0;
}
.CreateTeamForm__component__2HeIu .CreateTeamForm__basePriceRow__2wkQe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.CreateTeamForm__component__2HeIu .CreateTeamForm__basePriceRow__2wkQe > * {
  margin: 0 1rem 0 0;
}
.CreateTeamForm__component__2HeIu .CreateTeamForm__basePriceRow__2wkQe > *:last-child {
  margin: 0;
}
.CreateTeamForm__component__2HeIu .CreateTeamForm__basePriceRow__2wkQe .CreateTeamForm__basePrice__3GJue {
  display: block;
  max-width: 6rem;
}
.CreateTeamForm__component__2HeIu .CreateTeamForm__basePriceRow__2wkQe .CreateTeamForm__dollar__32gyh {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #697787;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 3rem 0.2rem 0.2rem 0;
}
/**
 * Deprecated
 */
.TrialAccountFields__component__EBhwo .TrialAccountFields__fieldContainer__2m0CX {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.TrialAccountFields__component__EBhwo .TrialAccountFields__fieldContainer__2m0CX input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 4rem;
}
/**
 * Deprecated
 */
.EditTeamPage__container__1G47a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.EditTeamPage__container__1G47a > * {
  margin: 0 0 1rem 0;
}
.EditTeamPage__container__1G47a > *:last-child {
  margin: 0;
}
.EditTeamPage__teamLogo__1Oa0B {
  width: 100%;
  height: 200px;
}
.EditTeamPage__teamLogo__1Oa0B .EditTeamPage__image__otm5o {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: inherit;
  height: inherit;
}
.EditTeamPage__specialty__-cu10 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.EditTeamPage__specialty__-cu10 input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 4rem;
}
.EditTeamPage__specialty__-cu10 .EditTeamPage__dollar__dce1u {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #697787;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 1rem 0.2rem 0.2rem 0;
}
.EditTeamPage__accountBalance__1TEqy {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  margin-bottom: 2rem;
}
.EditTeamPage__accountBalance__1TEqy span {
  color: #EAB52E;
}
.EditTeamPage__threshold__EnV4B {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 2rem;
}
.EditTeamPage__threshold__EnV4B > * {
  margin: 0 0 1rem 0;
}
.EditTeamPage__threshold__EnV4B > *:last-child {
  margin: 0;
}
.EditTeamPage__threshold__EnV4B .EditTeamPage__fieldContainer__RjBqR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.EditTeamPage__threshold__EnV4B .EditTeamPage__fieldContainer__RjBqR > * {
  margin: 0 1rem 0 0;
}
.EditTeamPage__threshold__EnV4B .EditTeamPage__fieldContainer__RjBqR > *:last-child {
  margin: 0;
}
.EditTeamPage__threshold__EnV4B .EditTeamPage__fieldContainer__RjBqR .EditTeamPage__field__31VLM {
  margin-bottom: 0.5rem;
  width: 4rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.EditTeamPage__uploadLogoButtonComponent__24pTt {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.EditTeamPage__uploadLogoButtonFileList__1s0zx {
  justify-self: flex-start;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.EditSearchRequestForm__component__2DUTx {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #292f32;
}
.EditSearchRequestForm__component__2DUTx input {
  padding: 0;
  width: auto;
}
.EditSearchRequestForm__component__2DUTx .EditSearchRequestForm__fieldInput__fcdSE {
  margin: 0;
}
.EditSearchRequestForm__component__2DUTx .EditSearchRequestForm__loading__OKjhC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.EditSearchRequestForm__component__2DUTx .EditSearchRequestForm__label__1SfHJ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  margin-right: 1.5rem;
}
.EditSearchRequestForm__col__3Z6yI {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.EditSearchRequestForm__freeLabel__1yEEs {
  padding-left: 10px;
}
/**
 * Deprecated
 */
.ProjectDeadlineField__label__1f9rc {
  margin-bottom: 0.5rem;
}
.ProjectDeadlineField__error__1Yxzf {
  color: #EAB52E;
  padding-top: 0.5rem;
}
/**
 * Deprecated
 */
.SelectAccountField__component__2eKHb {
  max-width: 20rem;
}
.SelectAccountField__label__11aHa {
  margin-bottom: 0.5rem;
}
.SelectAccountField__accountViewOnly__1rwjd {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  text-transform: uppercase;
}
.SelectAccountField__payWith__1QgdT {
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3.5rem;
}
.SelectAccountField__payWith__1QgdT .SelectAccountField__payWithActionButton__1InZu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
}
.SelectAccountField__payWith__1QgdT .SelectAccountField__payWithActionButton__1InZu:hover {
  text-decoration: underline;
  background-color: none;
}
.SelectAccountField__payWith__1QgdT label {
  margin-bottom: 1.5rem;
}
.SelectAccountField__payWith__1QgdT .SelectAccountField__creditCardDetails__2LuK7 {
  margin-bottom: 1rem;
}
.SelectAccountField__payWith__1QgdT .SelectAccountField__noCard__17xnc {
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
  color: #697787;
  margin-bottom: 1rem;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.TagInput__errorStyle__N9hXq {
  border-color: #EE5548;
  background-color: #FFF4F3;
}
.TagInput__errorStyle__N9hXq button {
  background-image: url('/assets/images/icons/x.red.svg');
}
.TagInput__component__F3XlE {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #98A5B3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.TagInput__component__F3XlE .TagInput__input__3Ery0 {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.TagInput__component__F3XlE .TagInput__inputLarge__1DHsF {
  background-color: transparent;
  height: 2.5rem;
  margin: 0 auto;
  max-width: 100%;
  border: 1px solid #B5CEE9;
  border-radius: 3px;
  padding-left: 0.8rem;
}
.TagInput__component__F3XlE .TagInput__inputRounded__DtvLC {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #697787;
  border: 1px solid #B5CEE9;
  border-radius: 6.25rem;
  position: relative;
  font-size: 0.875rem;
  padding: 7px 10px 7px 20px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .TagInput__component__F3XlE .TagInput__inputRounded__DtvLC {
    padding: 10px 10px 10px 20px;
  }
}
.TagInput__component__F3XlE .TagInput__inputRounded__DtvLC::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #98A5B3;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
}
.TagInput__component__F3XlE .TagInput__inputRounded__DtvLC::-ms-input-placeholder {
  font-size: 0.875rem;
  color: #98A5B3;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
}
.TagInput__component__F3XlE .TagInput__inputRounded__DtvLC::placeholder {
  font-size: 0.875rem;
  color: #98A5B3;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
}
.TagInput__component__F3XlE .TagInput__inputEdit__3oiuv {
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.TagInput__component__F3XlE .TagInput__tag__3V_o9,
.TagInput__component__F3XlE .TagInput__tagEditable__REJF2 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF8E8;
  border: 1px solid #EAB52E;
  border-radius: 1.25rem;
  color: #232D38;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.75rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.TagInput__component__F3XlE .TagInput__tag__3V_o9 button,
.TagInput__component__F3XlE .TagInput__tagEditable__REJF2 button {
  background: url('/assets/images/icons/x.gold.svg') center center no-repeat;
  height: 1.875rem;
  margin: -0.25rem -0.625rem -0.25rem 0.125rem;
  padding: 0;
  width: 1.875rem;
}
.TagInput__component__F3XlE .TagInput__tag__3V_o9 button span,
.TagInput__component__F3XlE .TagInput__tagEditable__REJF2 button span {
  display: none;
}
.TagInput__component__F3XlE .TagInput__tag__3V_o9.TagInput__tagEditable__REJF2,
.TagInput__component__F3XlE .TagInput__tagEditable__REJF2.TagInput__tagEditable__REJF2 {
  width: 100%;
  background-color: #ECF7FD;
  height: 2.5rem;
  border: 1px solid #B5CEE9;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.TagInput__component__F3XlE .TagInput__tag__3V_o9.TagInput__tagEditable__REJF2 button,
.TagInput__component__F3XlE .TagInput__tagEditable__REJF2.TagInput__tagEditable__REJF2 button {
  background: url('/assets/images/icons/x.delete.svg') center center no-repeat;
}
.TagInput__component__F3XlE .TagInput__tag__3V_o9.TagInput__tagEditable__REJF2.TagInput__error__1BBEw,
.TagInput__component__F3XlE .TagInput__tagEditable__REJF2.TagInput__tagEditable__REJF2.TagInput__error__1BBEw {
  height: 2.5rem;
}
.TagInput__component__F3XlE .TagInput__tag__3V_o9.TagInput__error__1BBEw,
.TagInput__component__F3XlE .TagInput__tagEditable__REJF2.TagInput__error__1BBEw {
  border-color: #EE5548;
  background-color: #FFF4F3;
}
.TagInput__component__F3XlE .TagInput__tag__3V_o9.TagInput__error__1BBEw button,
.TagInput__component__F3XlE .TagInput__tagEditable__REJF2.TagInput__error__1BBEw button {
  background-image: url('/assets/images/icons/x.red.svg');
}
.TagInput__component__F3XlE .TagInput__tag__3V_o9.TagInput__wonderpad__2YAL6,
.TagInput__component__F3XlE .TagInput__tagEditable__REJF2.TagInput__wonderpad__2YAL6 {
  background: #ECF7FD;
  border-radius: 6.25rem;
  border: none;
  padding: 0.7rem 1rem;
}
.TagInput__component__F3XlE .TagInput__tag__3V_o9.TagInput__wonderpad__2YAL6 button,
.TagInput__component__F3XlE .TagInput__tagEditable__REJF2.TagInput__wonderpad__2YAL6 button {
  background: url('/assets/images/icons/x.member.remove.svg') center center no-repeat;
}
.TagInput__component__F3XlE .TagInput__tag__3V_o9.TagInput__wonderpad__2YAL6.TagInput__error__1BBEw,
.TagInput__component__F3XlE .TagInput__tagEditable__REJF2.TagInput__wonderpad__2YAL6.TagInput__error__1BBEw {
  border-color: #EE5548;
  background-color: #FFF4F3;
  padding: 0.7rem 1rem;
}
.TagInput__component__F3XlE .TagInput__tag__3V_o9.TagInput__wonderpad__2YAL6.TagInput__error__1BBEw button,
.TagInput__component__F3XlE .TagInput__tagEditable__REJF2.TagInput__wonderpad__2YAL6.TagInput__error__1BBEw button {
  background-image: url('/assets/images/icons/x.red.svg');
}
.TagInput__component__F3XlE .TagInput__tag__3V_o9.TagInput__wonderpad__2YAL6.TagInput__error__1BBEw button,
.TagInput__component__F3XlE .TagInput__tagEditable__REJF2.TagInput__wonderpad__2YAL6.TagInput__error__1BBEw button {
  background: url('/assets/images/icons/x.member.remove.red.svg') center center no-repeat;
}
.TagInput__container__1c0ym {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0.2rem 0.3rem;
}
.TagInput__container__1c0ym.TagInput__column__2l7jb {
  -ms-flex-wrap: initial;
      flex-wrap: initial;
  grid-gap: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.TagInput__container__1c0ym.TagInput__wonderpad__2YAL6 {
  margin-top: 1rem;
}
.TagInput__searchButton__3tff6 {
  position: absolute;
  right: 0.5rem;
  font-size: 0.75rem;
  z-index: 1;
  height: 1.5625rem;
  top: 0.625rem;
  width: 4.265rem;
  background: #2F83DE;
  color: white;
  border-radius: 6.25rem;
}
@media only screen and (max-width: 1024px) {
  .TagInput__searchButton__3tff6 {
    top: 0.4375rem;
  }
}
.TagInput__searchButton__3tff6:hover {
  color: white;
}
/**
 * Deprecated
 */
.ClientInviteField__optionSecondaryLabel__2tdju {
  color: #98A5B3;
  display: 'inline-block';
  margin-left: 0.5rem;
}
.ClientInviteField__emailConcat__3V6cs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ClientInviteField__emailConcat__3V6cs > * {
  margin: 0 0.5rem 0 0;
}
.ClientInviteField__emailConcat__3V6cs > *:last-child {
  margin: 0;
}
.ClientInviteField__emailConcat__3V6cs .ClientInviteField__icon__2_7hE {
  width: 1rem;
  height: 1.375rem;
  background-size: 1rem 1rem;
}
.ClientInviteField__emailConcat__3V6cs .ClientInviteField__plusIcon__tEJfQ {
  background: url('/assets/images/icons//plus-sign.gold.svg') no-repeat center;
  width: 1rem;
  height: 1.375rem;
  background-size: 1rem 1rem;
}
.ClientInviteField__emailConcat__3V6cs .ClientInviteField__plusIcon__tEJfQ.ClientInviteField__plusIconBlue__2c868 {
  background: url('/assets/images/icons/add.icon.svg') no-repeat center;
  width: 1.375rem;
  height: auto;
}
.ClientInviteField__emailConcat__3V6cs .ClientInviteField__plusIcon__tEJfQ.ClientInviteField__memberAdd__2yp2a {
  background: url('/assets/images/icons/x.member.invite.svg') no-repeat center;
  width: 1.56rem;
  height: 1.56rem;
}
.ClientInviteField__emailConcat__3V6cs .ClientInviteField__shareIcon__1pCk7 {
  background: url('/assets/images/icons//share.gold.svg') no-repeat center;
  width: 1rem;
  height: 1.375rem;
  background-size: 1rem 1rem;
}
.ClientInviteField__emailConcat__3V6cs .ClientInviteField__email__3ZzYg {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
}
.ClientInviteField__emailConcat__3V6cs.ClientInviteField__emailConcatCentered__2hN9z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ClientInviteField__emailConcat__3V6cs.ClientInviteField__emailConcatWonderpad__33tQI div {
  font-size: 0.875rem;
  color: #697787;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ShareWithField__component__2WZ7h {
  color: #232D38;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}
@media only screen and (min-width: 450px) {
  .ShareWithField__component__2WZ7h {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.ShareWithField__component__2WZ7h .ShareWithField__description__O3i7Z {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 450px) {
  .ShareWithField__component__2WZ7h .ShareWithField__description__O3i7Z {
    margin-bottom: 1.5rem;
  }
}
.ShareWithField__component__2WZ7h .ShareWithField__field__2VSIn {
  margin: 0;
  max-width: 32rem;
}
.ShareWithField__component__2WZ7h .ShareWithField__title__1JH0G {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #292f32;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 450px) {
  .ShareWithField__component__2WZ7h .ShareWithField__title__1JH0G {
    font-size: 1.375rem;
    line-height: 1.9375rem;
    margin-bottom: 0.5rem;
  }
}
.ProjectCodeField__component__69nNS {
  max-width: 10rem;
}
.ProjectCodeField__component__69nNS input {
  background-color: white;
}
.ProjectCodeField__field__o9hct {
  margin-bottom: 2rem;
}
.ProjectCodeField__submittedLabel__1idMp {
  margin-bottom: 0.5rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ProjectCostApprovalField__scopingLearnMore__3K6l5 {
  min-width: 0;
  padding: 0.25rem 0;
}
.ProjectCostApprovalField__approvalField__2sGNS {
  display: block;
  margin: 0 0.2rem;
  width: 4.5rem;
  padding-bottom: 0.1rem;
  padding-top: 0;
  height: 3rem;
}
@media only screen and (max-width: 450px) {
  .ProjectCostApprovalField__label__crbgf {
    margin-bottom: 0.5rem;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ProjectDeliveredBy__component__Js0d4 {
  background-color: #F9FBFD;
  color: #292f32;
  padding: 2.5rem;
  /* the day and time are dynamic and can't be mocked
    so we are force to hide then in our snapshots
  */
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ProjectDeliveredBy__component__Js0d4 {
    padding: 2.5rem 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .ProjectDeliveredBy__component__Js0d4 {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    padding: 2.5rem 5rem;
  }
}
.ProjectDeliveredBy__component__Js0d4 .ProjectDeliveredBy__heading__h0kTa {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 1.125rem;
  color: #697787;
}
.ProjectDeliveredBy__component__Js0d4 .ProjectDeliveredBy__container__KqkxN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ProjectDeliveredBy__component__Js0d4 .ProjectDeliveredBy__container__KqkxN > * {
  margin: 0 1rem 0 0;
}
.ProjectDeliveredBy__component__Js0d4 .ProjectDeliveredBy__container__KqkxN > *:last-child {
  margin: 0;
}
.ProjectDeliveredBy__component__Js0d4 .ProjectDeliveredBy__icon__18uyp {
  background: url('/assets/images/icons/calendar.black.svg') center no-repeat;
  background-size: contain;
  width: 2.25rem;
  height: 2.5rem;
}
.ProjectDeliveredBy__component__Js0d4 .ProjectDeliveredBy__dayTime__1SHIP {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.ProjectDeliveredBy__component__Js0d4 .ProjectDeliveredBy__dayTime__1SHIP > * {
  margin: 0 0.5rem 0 0;
}
.ProjectDeliveredBy__component__Js0d4 .ProjectDeliveredBy__dayTime__1SHIP > *:last-child {
  margin: 0;
}
.ProjectDeliveredBy__component__Js0d4 .ProjectDeliveredBy__monthDay__2OaxG {
  color: #697787;
  font-size: 1rem;
  line-height: 1.375rem;
  padding-top: 0.15rem;
}
@media only percy {
  .ProjectDeliveredBy__component__Js0d4 .ProjectDeliveredBy__dayTime__1SHIP,
  .ProjectDeliveredBy__component__Js0d4 .ProjectDeliveredBy__monthDay__2OaxG {
    visibility: hidden;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ProjectCostBreakdown__topBoxShadow__ZMTnZ {
  -webkit-box-shadow: 2px 7px 35px rgba(221, 225, 229, 0.6), -5px -2px 14px rgba(221, 225, 229, 0.6);
          box-shadow: 2px 7px 35px rgba(221, 225, 229, 0.6), -5px -2px 14px rgba(221, 225, 229, 0.6);
}
.ProjectCostBreakdown__component__1ck7s {
  color: #232D38;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  width: 100%;
  position: relative;
}
.ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__fullViewContainer__Qz_uR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 2.5rem;
  display: none;
  -webkit-box-shadow: 2px 7px 35px rgba(221, 225, 229, 0.6), -5px -2px 14px rgba(221, 225, 229, 0.6);
          box-shadow: 2px 7px 35px rgba(221, 225, 229, 0.6), -5px -2px 14px rgba(221, 225, 229, 0.6);
}
.ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__fullViewContainer__Qz_uR > * {
  margin: 0 0 2.5rem 0;
}
.ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__fullViewContainer__Qz_uR > *:last-child {
  margin: 0;
}
.ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__fullViewContainer__Qz_uR > * {
  padding: 0 1.5rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__fullViewContainer__Qz_uR > * {
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__fullViewContainer__Qz_uR > * {
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__fullViewContainer__Qz_uR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__fullViewContainer__Qz_uR .ProjectCostBreakdown__hideButton__-47pV {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__fullViewContainer__Qz_uR {
    border: 1px solid #DDE1E5;
    border-radius: 0.625rem;
    width: 25rem;
  }
}
.ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__hideButton__-47pV {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  display: none;
  position: absolute;
  top: 2.5rem;
  background: url('/assets/images/icons/x.inkLightest.svg') center right no-repeat;
  padding: 0 1.1875rem 0 0;
  text-align: left;
  right: 1.5rem;
  color: #98A5B3;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__hideButton__-47pV {
    right: 5rem;
  }
}
.ProjectCostBreakdown__component__1ck7s.ProjectCostBreakdown__fullViewOn__1tlMr .ProjectCostBreakdown__fullViewContainer__Qz_uR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ProjectCostBreakdown__component__1ck7s.ProjectCostBreakdown__fullViewOn__1tlMr .ProjectCostBreakdown__hideButton__-47pV {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .ProjectCostBreakdown__component__1ck7s.ProjectCostBreakdown__fullViewOn__1tlMr .ProjectCostBreakdown__hideButton__-47pV {
    display: none;
  }
}
.ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__dateHeader__307Sd {
  background-color: #F9FBFD;
  color: #292f32;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__itemsContainer__2HnVl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__itemsContainer__2HnVl > * {
  margin: 0 0 1rem 0;
}
.ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__itemsContainer__2HnVl > *:last-child {
  margin: 0;
}
.ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__item__2bD90 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__item__2bD90 .ProjectCostBreakdown__labelContainer__1vwEb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__item__2bD90 .ProjectCostBreakdown__labelContainer__1vwEb .ProjectCostBreakdown__tooltip__Sstai {
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.625rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__total__1ULsX {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1.125rem;
}
.ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__total__1ULsX .ProjectCostBreakdown__totalValue__HLC4t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ProjectCostBreakdown__component__1ck7s .ProjectCostBreakdown__total__1ULsX .ProjectCostBreakdown__totalValue__HLC4t .ProjectCostBreakdown__tooltip__Sstai {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.ProjectCostBreakdown__childrenContainer__7q38k button {
  width: 100%;
}
.ProjectCostBreakdown__mobilePreviewContainer__3Im4X {
  -webkit-box-shadow: 2px 7px 35px rgba(221, 225, 229, 0.6), -5px -2px 14px rgba(221, 225, 229, 0.6);
          box-shadow: 2px 7px 35px rgba(221, 225, 229, 0.6), -5px -2px 14px rgba(221, 225, 229, 0.6);
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.1875rem;
  padding: 0.5rem 1rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ProjectCostBreakdown__mobilePreviewContainer__3Im4X {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .ProjectCostBreakdown__mobilePreviewContainer__3Im4X {
    display: none;
  }
}
.ProjectCostBreakdown__mobilePreviewContainer__3Im4X .ProjectCostBreakdown__totalPreview__26gxp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  cursor: pointer;
}
.ProjectCostBreakdown__mobilePreviewContainer__3Im4X .ProjectCostBreakdown__totalPreview__26gxp button {
  text-align: left;
  padding-top: 0.25rem;
}
.ProjectCostBreakdown__fullViewOn__1tlMr .ProjectCostBreakdown__mobilePreviewContainer__3Im4X {
  display: none;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.CreateClientEngagementForm__component__1ts-L {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.CreateClientEngagementForm__component__1ts-L > * {
  margin: 0 0 1.5rem 0;
}
.CreateClientEngagementForm__component__1ts-L > *:last-child {
  margin: 0;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__backgroundField__djaMn {
  margin-bottom: 1rem;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__create__3KNRQ {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__row__3Sd1p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__row__3Sd1p > * {
  margin: 0 0 2.5rem 0;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__row__3Sd1p > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__row__3Sd1p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__row__3Sd1p > * {
    margin: 0 1rem 0 0;
  }
  .CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__row__3Sd1p > *:last-child {
    margin: 0;
  }
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__durationRow__2EfgC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__durationRow__2EfgC .CreateClientEngagementForm__field__mhqOE {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__durationRow__2EfgC .CreateClientEngagementForm__field__mhqOE .CreateClientEngagementForm__duration__1iF9V input {
  max-width: 4rem;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__durationRow__2EfgC .CreateClientEngagementForm__field__mhqOE .CreateClientEngagementForm__durationFieldSuffix__2L81Y {
  margin: 0.25rem 0 0 0.5rem;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__durationRow__2EfgC .CreateClientEngagementForm__expectedEnd__2_hdC {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  color: #48C975;
  display: inline-block;
  margin: 0.25rem 0 0 1rem;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__projectCode__By9yh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__projectCode__By9yh input {
  max-width: 11.5rem;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__teamMembers__W-wwq {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 32rem;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__teamMembers__W-wwq label {
  margin-bottom: 1rem;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__teamMembers__W-wwq p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__teamMembers__W-wwq .CreateClientEngagementForm__field__mhqOE,
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__teamMembers__W-wwq .CreateClientEngagementForm__field__mhqOE > div {
  margin-bottom: 0.5rem;
  max-width: 25rem;
}
.CreateClientEngagementForm__component__1ts-L .CreateClientEngagementForm__titleField__2jpYY {
  max-width: 35rem;
}
/**
 * Deprecated
 */
.ClientEngagementField__field__3JDIm {
  margin-bottom: 0.5rem;
}
.ClientEngagementField__warning__3R5P7 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #EAB52E;
}
.ClientEngagementField__addButton__1EyNq {
  margin-top: 0.5rem;
}
.BaseForm__modal__Kqbl1 {
  min-height: 25rem;
}
.BaseForm__question__3m2SZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 1rem;
}
.BaseForm__question__3m2SZ > * {
  margin: 0 0 0.5rem 0;
}
.BaseForm__question__3m2SZ > *:last-child {
  margin: 0;
}
.BaseForm__section__aZ0tD {
  margin-bottom: 2rem;
}
.SubmitStrategyPage__container__o2dno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.SubmitStrategyPage__container__o2dno > * {
  margin: 0 0 2rem 0;
}
.SubmitStrategyPage__container__o2dno > *:last-child {
  margin: 0;
}
.SubmitStrategyPage__submitButton__3cDrY {
  display: block;
  margin-top: 2rem;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.SubmitResearchPage__radioButtonComponent__Dzyat {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.5rem;
}
.SubmitResearchPage__section__21XwK {
  margin-bottom: 2rem;
}
.SubmitResearchPage__container__GWuAT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.SubmitResearchPage__container__GWuAT > * {
  margin: 0 0 2rem 0;
}
.SubmitResearchPage__container__GWuAT > *:last-child {
  margin: 0;
}
.SubmitResearchPage__radioFieldsContainer__3wvG4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.SubmitResearchPage__radioFieldsContainer__3wvG4 > * {
  margin: 0 0 1rem 0;
}
.SubmitResearchPage__radioFieldsContainer__3wvG4 > *:last-child {
  margin: 0;
}
.SubmitResearchPage__submitButton__39o7V {
  display: block;
  margin-top: 2rem;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ChatForm__component__efMqG {
  background-color: white;
  border-top: 1px solid #2F83DE;
  padding: 1rem;
  position: relative;
  z-index: 1;
}
.ChatForm__avatar__2MiyK {
  position: absolute;
}
.ChatForm__container__2My0H {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.ChatForm__fileInput__3d7Bg {
  background: url(/assets/images/icons/attachment.blue.svg) center center no-repeat;
  background-size: 1.3125rem;
  border: 0;
  height: 2.8125rem;
  min-width: 0;
  width: 2.8125rem;
}
.ChatForm__fileInputLoader__28xRF {
  background-color: white;
  margin: 0.4rem 0 0 -0.4rem;
  padding: 0.6rem;
}
.ChatForm__textareaWrapper__3xthO {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ChatForm__textarea__1OceH {
  border: 0;
  min-height: 42px;
}
.ChatForm__textarea__1OceH:focus {
  border: 0;
}
/**
 * Deprecated
 */
.TaskMenuItem__container__3WaR1 {
  background-color: #21548A;
  display: block;
  padding: 0.8rem 1.4rem 0.8rem 0.5rem;
  border-bottom: 1px solid #5D91C7;
  color: white;
  opacity: 1;
  text-decoration: none;
}
.TaskMenuItem__container__3WaR1:hover {
  background-color: #2E7CD0;
  text-decoration: none;
}
.TaskMenuItem__container__3WaR1 .TaskMenuItem__lastItem__2EegR {
  border-bottom: 0;
}
.TaskMenuItem__container__3WaR1 .TaskMenuItem__link__1Ny83 {
  color: white;
  text-decoration: none;
}
.TaskMenuItem__disabled__3Ne2Z {
  opacity: 0.5;
}
.TaskMenuItem__activeItem__1DPRK {
  background-color: #2F83DE;
  border-left: 2px solid white;
}
.TaskMenuItem__row__306mH {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.TaskMenuItem__updateIndicator__2KVsB {
  -ms-flex-item-align: center;
      align-self: center;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #48C975;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-right: 0.5rem;
  visibility: visible;
  opacity: 0;
}
.TaskMenuItem__updateAvailable__27et9 {
  opacity: 1;
}
.TaskMenuItem__disabledIndicator__1J-4R {
  visibility: hidden;
}
.TaskMenuItem__label__2JDT8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 0.5rem;
}
.TaskMenuItem__counts__22Svv {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/**
 * Deprecated
 */
.TaskMenu__container__1e-vC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
  background-color: #21548A;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.15rem;
}
.TaskMenu__header__38y02 {
  padding: 1rem;
  margin: 0;
  text-align: center;
  color: #C7D1DC;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.TaskMenu__list__2qGDu {
  list-style: none;
  padding: 0;
  margin: 0;
}
/**
 * Deprecated
 */
.GenericTaskUnclaimModal__title__39q-1 {
  margin-bottom: 1rem;
}
.GenericTaskUnclaimModal__contentContainer__3T_oM {
  text-align: center;
}
.GenericTaskUnclaimModal__actionButtonContainer__2AUw- {
  margin-top: 2rem;
}
.GenericTaskUnclaimModal__actionButtonContainer__2AUw- button:nth-of-type(1) {
  margin-right: 1rem;
}
.GenericTaskUnclaimModal__redirectCountdown__1XTnx {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  color: #4a4a4a;
}
.ScreenSizeWarningModal__component__GURaO {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ResearchNetworkPageLayout__overflowable__27RaD {
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
/**
 * Deprecated
 */
.ResearchNetworkPageLayout__scrollable__184Fe {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.ResearchNetworkPageLayout__scrollable__184Fe > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ResearchNetworkPageLayout__fullHeight__902mM {
  height: 100%;
}
.ResearchNetworkPageLayout__container__1VA_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  font-size: 1rem;
  line-height: 1.375rem;
}
.ResearchNetworkPageLayout__row__cLUEL {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.ResearchNetworkPageLayout__scroll__3Rtnv {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
}
.ResearchNetworkPageLayout__scroll__3Rtnv > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ResearchNetworkPageLayout__taskMenu__3QSRQ {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 11.25rem;
      flex-basis: 11.25rem;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
}
.ResearchNetworkPageLayout__taskMenu__3QSRQ > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ResearchNetworkPageLayout__assignmentBar__DN7rQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 1rem;
}
/**
 * Deprecated
 */
.SidebarLayout__ellipsis__pZphz {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.SidebarLayout__scrollable__3oWQb {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.SidebarLayout__scrollable__3oWQb > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SidebarLayout__fullSizeHeaderHeight__3ruwV {
    padding-top: 8rem;
  }
}
.SidebarLayout__component__2zK5O {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
}
.SidebarLayout__container__3pKEZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
.SidebarLayout__content__3Uhnn {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  min-height: 0;
  overflow: scroll;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SidebarLayout__content__3Uhnn {
    padding-top: 8rem;
  }
}
.SidebarLayout__content__3Uhnn.SidebarLayout__toggledSidebar__3b3ba {
  display: none;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SidebarLayout__content__3Uhnn.SidebarLayout__toggledSidebar__3b3ba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.SidebarLayout__contentChildren__1Tvi1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 450px) {
  .SidebarLayout__contentChildren__1Tvi1 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.SidebarLayout__header__I5tZl {
  z-index: 1000;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SidebarLayout__header__I5tZl {
    left: 0;
    position: absolute;
    right: 0;
  }
}
.SidebarLayout__header__I5tZl.SidebarLayout__dark__1Hbaj {
  background-color: #15577F;
  border-bottom-color: #15577F;
  -webkit-box-shadow: 0 2px 6px 0 rgba(22, 23, 54, 0.05);
          box-shadow: 0 2px 6px 0 rgba(22, 23, 54, 0.05);
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SidebarLayout__header__I5tZl.SidebarLayout__dark__1Hbaj {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SidebarLayout__headerChildrenContainer__2pREz {
    margin-left: 12rem;
    text-align: left;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SidebarLayout__headerHeading__2cSnI {
    text-align: left;
  }
}
.SidebarLayout__headerHeading__2cSnI.SidebarLayout__dark__1Hbaj {
  color: white;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SidebarLayout__headerHeading__2cSnI.SidebarLayout__dark__1Hbaj {
    color: #232D38;
  }
}
.SidebarLayout__navigation__14xnG {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.282rem 1rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SidebarLayout__navigation__14xnG {
    display: none;
  }
}
.SidebarLayout__navigation__14xnG.SidebarLayout__toggledSidebar__3b3ba.SidebarLayout__dark__1Hbaj {
  background-color: #15577F;
}
.SidebarLayout__navigation__14xnG.SidebarLayout__toggledSidebar__3b3ba.SidebarLayout__dark__1Hbaj .SidebarLayout__navigationButton__1GReh {
  color: white;
}
.SidebarLayout__navigation__14xnG.SidebarLayout__toggledSidebar__3b3ba.SidebarLayout__dark__1Hbaj .SidebarLayout__navigationButton__1GReh:hover {
  color: white;
}
.SidebarLayout__navigation__14xnG.SidebarLayout__toggledSidebar__3b3ba.SidebarLayout__dark__1Hbaj .SidebarLayout__navigationRight__3hhjz .SidebarLayout__navigationButton__1GReh {
  background-image: url(/assets/images/icons/decorator.right.light.svg);
}
.SidebarLayout__navigation__14xnG.SidebarLayout__toggledSidebar__3b3ba.SidebarLayout__dark__1Hbaj .SidebarLayout__navigationLeft__1fBHx .SidebarLayout__navigationButton__1GReh {
  background-image: url(/assets/images/icons/decorator.left.light.svg);
}
.SidebarLayout__navigationButton__1GReh {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  color: #232D38;
  font-size: 1rem;
  text-transform: none;
}
.SidebarLayout__navigationButton__1GReh:hover {
  color: #232D38;
}
.SidebarLayout__navigationRight__3hhjz {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.SidebarLayout__navigationRight__3hhjz .SidebarLayout__navigationButton__1GReh {
  background: url(/assets/images/icons/decorator.right.dark.svg) center right no-repeat;
  padding-right: 0.8rem;
}
@media only screen and (min-width: 450px) {
  .SidebarLayout__navigationRight__3hhjz .SidebarLayout__navigationButton__1GReh {
    background-position-x: 90%;
    padding-right: 1.8rem;
  }
}
.SidebarLayout__navigationLeft__1fBHx {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.SidebarLayout__navigationLeft__1fBHx .SidebarLayout__navigationButton__1GReh {
  background: url(/assets/images/icons/decorator.left.dark.svg) 0 center no-repeat;
  padding-left: 0.7rem;
}
@media only screen and (min-width: 450px) {
  .SidebarLayout__navigationLeft__1fBHx .SidebarLayout__navigationButton__1GReh {
    background-position-x: 1rem;
    padding-left: 1.7rem;
  }
}
.SidebarLayout__sidebar__2iTwq {
  z-index: 1;
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SidebarLayout__sidebar__2iTwq {
    padding-top: 8rem;
  }
}
.SidebarLayout__sidebar__2iTwq.SidebarLayout__dark__1Hbaj {
  background-color: #26517E;
}
.SidebarLayout__sidebar__2iTwq.SidebarLayout__resizableSidebar__1NvuF {
  max-width: 64rem;
  min-width: 12.5rem;
}
.SidebarLayout__sidebar__2iTwq.SidebarLayout__resizableSidebar__1NvuF .react-resizable-handle {
  background-color: #F4F7FA;
  cursor: col-resize;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
}
.SidebarLayout__sidebar__2iTwq.SidebarLayout__resizableSidebar__1NvuF .react-resizable-handle:before {
  background: url('/assets/images/icons/draggable.skyLight.svg') center center no-repeat;
  content: '';
  height: 0.5rem;
  left: -0.375rem;
  position: absolute;
  top: 50%;
  width: 1.1875rem;
}
.SidebarLayout__sidebar__2iTwq.SidebarLayout__resizableSidebar__1NvuF .react-resizable-handle:hover {
  background-color: #DDE1E5;
}
.SidebarLayout__sidebar__2iTwq.SidebarLayout__resizableSidebar__1NvuF .react-resizable-handle:hover:before {
  background-image: url('/assets/images/icons/draggable.sky.svg');
}
.SidebarLayout__sidebar__2iTwq.SidebarLayout__toggledSidebar__3b3ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SidebarLayout__sidebar__2iTwq.SidebarLayout__toggledSidebar__3b3ba {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SidebarLayout__sidebar__2iTwq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.SidebarLayout__sidebarContent__1fF9l {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.SidebarLayout__sidebarContent__1fF9l > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.ThreeColumnLayout__overflowable__3j-lc {
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.ThreeColumnLayout__flexScrollableChildren__2subG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
}
.ThreeColumnLayout__fixSectionHeader__15qId {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
}
.ThreeColumnLayout__sideColumnRegularScreen__XByly {
  min-width: 12.5rem;
  max-width: 43.75rem;
  background: #f6f7f8;
}
.ThreeColumnLayout__pageHeaderPadding__2QX6P {
  padding-top: 5rem;
}
.ThreeColumnLayout__columnFormFixEnabled__1yiX7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
}
.ThreeColumnLayout__page__1CNSR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ThreeColumnLayout__page__1CNSR .ThreeColumnLayout__wrapper__1TW1j {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}
.ThreeColumnLayout__page__1CNSR .ThreeColumnLayout__wrapper__1TW1j .ThreeColumnLayout__column__SppMc {
  padding-top: 5rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ThreeColumnLayout__page__1CNSR .ThreeColumnLayout__wrapper__1TW1j {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ThreeColumnLayout__page__1CNSR .ThreeColumnLayout__wrapper__1TW1j .ThreeColumnLayout__column__SppMc {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
    overflow-y: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .ThreeColumnLayout__page__1CNSR .ThreeColumnLayout__wrapper__1TW1j .ThreeColumnLayout__column__SppMc.ThreeColumnLayout__large__xSNiz {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    max-width: 60rem;
    min-width: 50%;
  }
  .ThreeColumnLayout__page__1CNSR .ThreeColumnLayout__wrapper__1TW1j .ThreeColumnLayout__column__SppMc.ThreeColumnLayout__left__2Aw8D {
    min-width: 12.5rem;
    max-width: 43.75rem;
    background: #f6f7f8;
  }
  .ThreeColumnLayout__page__1CNSR .ThreeColumnLayout__wrapper__1TW1j .ThreeColumnLayout__column__SppMc.ThreeColumnLayout__right__3rHrL {
    min-width: 12.5rem;
    max-width: 43.75rem;
    background: #f6f7f8;
  }
  .ThreeColumnLayout__page__1CNSR .ThreeColumnLayout__wrapper__1TW1j .ThreeColumnLayout__column__SppMc.ThreeColumnLayout__left__2Aw8D ul,
  .ThreeColumnLayout__page__1CNSR .ThreeColumnLayout__wrapper__1TW1j .ThreeColumnLayout__column__SppMc.ThreeColumnLayout__right__3rHrL ul {
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
@media only screen and (min-width: 450px) and (max-width: 786px) {
  .ThreeColumnLayout__page__1CNSR .ThreeColumnLayout__wrapper__1TW1j .ThreeColumnLayout__column__SppMc {
    padding-top: 0;
  }
  .ThreeColumnLayout__page__1CNSR .ThreeColumnLayout__wrapper__1TW1j .ThreeColumnLayout__column__SppMc.ThreeColumnLayout__left__2Aw8D {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 450px) {
  .ThreeColumnLayout__page__1CNSR .ThreeColumnLayout__wrapper__1TW1j .ThreeColumnLayout__column__SppMc {
    padding-top: 0;
  }
}
.ThreeColumnLayout__columnContent__ZGnSY {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
/**
 * Deprecated
 */
.ColumnLayout__component__3Lt-Q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  position: relative;
  padding-bottom: 1rem;
}
.ColumnLayout__fader__OKPKm {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F7FA), to(rgba(255, 255, 255, 0.001)));
  background: linear-gradient(#F4F7FA, rgba(255, 255, 255, 0.001));
}
.ColumnLayout__contentContainer__2Onec {
  padding: 0 1.5rem;
}
.ColumnLayout__header__1FRoa {
  padding: 0 1.5rem;
}
.ColumnLayout__footer__2m-25 {
  padding: 0 1.5rem;
}
.ColumnLayout__footerLine__2a3mr {
  padding: 0 1.5rem;
  height: 2px;
  background-color: #DDE1E5;
  border-bottom: 1px solid #fff;
}
.ColumnLayout__content__3dXgd {
  padding: 0 1.5rem;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ContentBoxLayout__component__32_AP {
  background: white;
}
.ContentBoxLayout__content__2VV2K {
  border: 0;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ContentBoxLayout__content__2VV2K {
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1311);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1311);
    margin: 2rem auto;
    max-width: 36rem;
  }
}
.ContentBoxLayout__heading__3GvK5 {
  margin-bottom: 2rem;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ProjectForm__component___xoGU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 450px) {
  .ProjectForm__component___xoGU {
    margin-bottom: 2rem;
  }
}
.ProjectForm__container__owotT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
  position: relative;
}
.ProjectForm__footer__CKTHn {
  color: #B6B6B6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1rem;
  position: relative;
  z-index: 1;
}
.ProjectForm__field__oIHFt {
  margin-bottom: 2rem;
}
.ProjectForm__tips__1eUyb {
  margin-bottom: 2rem;
}
.ProjectForm__label__QwEu1 {
  margin-bottom: 0.25rem;
}
.ProjectForm__shareField__YR6Sb {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 450px) {
  .ProjectForm__shareField__YR6Sb {
    margin-bottom: 2rem;
  }
}
.ProjectForm__projectCodeWrapper__2981p {
  margin-top: 1rem;
}
@media only screen and (min-width: 450px) {
  .ProjectForm__submitButton__3tQdY {
    margin-top: 2rem;
    padding: 0 2rem;
    height: 3.4375rem;
  }
}
.ProjectTitleForm__ellipsis__3tB3R {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ProjectTitleForm__component__HGpsz {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ProjectTitleForm__input__2MIT7 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_light', serif;
  background: url('/assets/images/icons/edit.blue.svg') center left no-repeat;
  border-color: white;
  font-size: 1.5rem;
  height: 100%;
  max-width: 90%;
  padding: 0 0 0.5rem 2rem;
  text-overflow: ellipsis;
  width: 700rem;
}
.ProjectTitleForm__input__2MIT7::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_light', serif;
}
.ProjectTitleForm__input__2MIT7::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_light', serif;
}
.ProjectTitleForm__input__2MIT7::placeholder {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_light', serif;
}
.ProjectTitleForm__input__2MIT7:focus {
  border-color: white;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ProjectTitleForm__input__2MIT7 {
    font-size: 2rem;
  }
}
/**
 * Deprecated
 */
.AnalystSidebar__component__3imrP {
  position: relative;
}
.AnalystSidebar__container__L47aG {
  padding-bottom: 1rem;
}
.AnalystSidebar__heading__19w0e {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.AnalystSidebar__important__2OUOh {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  color: red;
}
.AnalystSidebar__link__PSlr3 {
  display: inline-block;
  padding: 0.25rem 0;
}
.AnalystSidebar__primaryActionButton__kBNJ- {
  width: 100%;
}
.AnalystSidebar__spacer__22N5U {
  border-bottom: 1px solid #DDE1E5;
  margin: 1rem 0;
}
.AnalystSidebar__chatGuide__lFCZp {
  padding: 1rem;
  padding-top: 0;
}
.AnalystSidebar__guideItem__1Fu9r {
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.AnalystSidebar__headingOnline__2atRW {
  color: #48C975;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.AnalystSidebar__headingOffline__1NGAd {
  color: #EE5548;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.AnalystSidebar__missingField__2nW8t {
  color: #EE5548;
  margin: 2rem 0 1rem 0;
  text-align: center;
}
.AnalystSidebar__approval__xXGy7 {
  margin-top: 1rem;
}
.ProjectScope__scopeList__3BfKn {
  margin-top: 1rem;
}
/**
 * Deprecated
 */
.CreateEditForm__fieldContainer__2nDiU {
  margin: 0 0 0.5rem 0;
  clear: both;
}
.CreateEditForm__label__13AG9 {
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
}
.CreateEditForm__rangeContainer__o9zvw {
  overflow: visible;
  clear: both;
}
.CreateEditForm__rangeLabel__3ng83 {
  display: block;
}
.CreateEditForm__rangeInputContainer__25inP {
  float: left;
  display: block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.CreateEditForm__projectScopeForm__2mL-P .CreateEditForm__rangeInput__3ig24 {
  background-color: white;
  width: 4rem;
  padding-left: 1rem;
  border: 1px solid #DDE1E5;
}
.CreateEditForm__rangeInputSeparator__c57VP {
  display: block;
  float: left;
  padding-top: 0.8rem;
  margin-right: 1rem;
}
.CreateEditForm__descriptionTextarea__1hI6O {
  line-height: 1.6rem;
}
.CreateEditForm__button__IX3Dd {
  font-size: 0.7rem;
  padding: 0.6rem 1.1rem;
  margin-right: 0.5rem;
}
.CreateEditForm__errorList__BffXu {
  margin-top: 1rem;
  border-left: solid 3px #EE5548;
}
/**
 * Deprecated
 */
.ListItem__container__3DOGd {
  margin-top: 1rem;
}
.ListItem__headingContainer__1rn-4 {
  overflow: auto;
  color: #4a4a4a;
  font-size: 1.1rem;
}
.ListItem__scopeType__1Sz7q {
  float: left;
  font-weight: bold;
  margin-right: 1rem;
}
.ListItem__pricing__1PPF7 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 0.2rem;
}
.ListItem__range__1yMHy {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  margin-top: 0.35rem;
  font-size: 0.9rem;
  float: right;
}
.ListItem__description__2bQpl {
  color: #919191;
}
.ListItem__actions__2n4rr {
  margin-top: 0.5rem;
}
.ListItem__actions__2n4rr button {
  font-size: 0.6rem;
  margin-right: 0.5rem;
  padding: 0.35rem 0.4rem;
}
.ClientContent__totalContainer__1uu58 {
  overflow: auto;
  margin-top: 1rem;
}
.ClientContent__totalLabel__-bbLU {
  float: left;
  text-transform: uppercase;
}
.ClientContent__totalPrice__23l-b {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  float: right;
}
.ClientContent__totalTime__2n6qV {
  float: right;
  font-size: 0.75rem;
}
/**
 * Deprecated
 */
.PageWrapper__ellipsis__1vN4q {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.PageWrapper__contentChildren__WbwHS {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .PageWrapper__contentChildren__WbwHS {
    padding-left: 0;
    padding-right: 0;
  }
}
.PageWrapper__heading__2C3X4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .PageWrapper__heading__2C3X4 {
    font-size: 1.75rem;
    line-height: normal;
    text-align: left;
  }
}
.PageWrapper__headingIcon__3qULb {
  display: none;
  height: 45px;
  margin-top: -0.4375rem;
  position: absolute;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .PageWrapper__headingIcon__3qULb {
    display: block;
  }
}
.PageWrapper__headingLabel__38KTb {
  display: inline-block;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .PageWrapper__headingLabel__38KTb {
    padding-left: 3.9375rem;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .PageWrapper__pageHeaderChildrenContainer__1plGZ {
    margin-left: 16.1875rem;
  }
}
.PageWrapper__sidebar__3Y8vd {
  width: 19.25rem;
  padding-top: 0rem;
}
@media only screen and (min-width: 450px) {
  .PageWrapper__sidebar__3Y8vd {
    padding-top: 6rem;
  }
}
.PageWrapper__sidebar__3Y8vd input {
  background-color: #f6f7f8;
}
.PageWrapper__sidebarWrapper__8GTGS {
  padding: 0 0.875rem 3.5rem 0.875rem;
}
@media only screen and (min-width: 450px) {
  .PageWrapper__sidebarWrapper__8GTGS {
    padding: 0 1.75rem 3.5em 1.75rem;
  }
}
/**
 * Deprecated
 */
.SourceItem__ellipsis__27zRc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SourceItem__component__1sGN4 {
  background-color: white;
  border: 1px solid #DDE1E5;
  border-radius: 0.25rem;
  position: relative;
}
.SourceItem__content__2-3vu {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  margin: 0.25rem 0 0.25rem 0.75rem;
  overflow: hidden;
}
.SourceItem__decorator__MbIFP {
  height: 0.6rem;
}
.SourceItem__decoratorContainer__1V-m4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem;
  text-align: center;
}
.SourceItem__domain__1mG1p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.5;
}
.SourceItem__image__1CdYM {
  background-position: center center;
  background-size: cover;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5.14rem;
}
.SourceItem__link__1256x {
  color: #232D38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.SourceItem__link__1256x:hover {
  background-color: #f6f7f8;
  color: #232D38;
  text-decoration: none;
}
.SourceItem__title__16SK4 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SourcesList__component__1YXg3 {
  max-width: 50rem;
  position: relative;
}
.SourcesList__list__3Adc_ {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.SourcesList__listItem__3uxHA {
  margin-bottom: 0.5rem;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Message__avatar__1EMNX {
  z-index: 1;
}
@-webkit-keyframes Message__pulse__3-HEl {
  0% {
    -webkit-box-shadow: 0 0 0 0 #97e0b0;
            box-shadow: 0 0 0 0 #97e0b0;
  }
  70% {
    -webkit-box-shadow: 0 0 0 7px #97e0b0;
            box-shadow: 0 0 0 7px #97e0b0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #97e0b0;
            box-shadow: 0 0 0 0 #97e0b0;
  }
}
@keyframes Message__pulse__3-HEl {
  0% {
    -webkit-box-shadow: 0 0 0 0 #97e0b0;
            box-shadow: 0 0 0 0 #97e0b0;
  }
  70% {
    -webkit-box-shadow: 0 0 0 7px #97e0b0;
            box-shadow: 0 0 0 7px #97e0b0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #97e0b0;
            box-shadow: 0 0 0 0 #97e0b0;
  }
}
.Message__pulsateAvatar__5DqO6 {
  -webkit-animation: Message__pulse__3-HEl 1.4s ease-in-out;
          animation: Message__pulse__3-HEl 1.4s ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-box-shadow: 0 0 0 #97e0b0;
          box-shadow: 0 0 0 #97e0b0;
}
.Message__component__2s4D5 {
  font-size: 0.875rem;
  position: relative;
  padding: 1rem;
}
@media only screen and (min-width: 450px) {
  .Message__component__2s4D5 {
    padding: 1rem 2rem;
  }
}
.Message__container__16MYC {
  background-color: #FBFAFF;
  border-radius: 0 0.75rem 0.75rem;
  color: #232D38;
  margin-left: 4rem;
  padding: 1rem 1.25rem 1.25rem;
  overflow: auto;
}
.Message__eventContainer__yhx40 {
  font-style: italic;
  background: none;
}
.Message__content__28vQX {
  clear: both;
  padding-top: 0.5rem;
}
.Message__eventContent__3ZTX2 {
  float: left;
  clear: none;
  padding-top: 0;
  max-width: 85%;
}
.Message__displayName__7r83p {
  float: left;
  font-size: 0.75rem;
  opacity: 0.85;
  text-transform: uppercase;
}
.Message__error__2PuWF {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0.25rem;
  color: #EE5548;
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}
.Message__errorActionButton__3LQnn {
  margin: 0 0.15rem;
  min-height: 2.143rem;
  min-width: 3rem;
  padding: 0.25rem;
}
.Message__loading__13CqC {
  position: absolute;
  right: 0;
  top: 0rem;
}
.Message__loadingSpinner__3er36 {
  stroke: white;
}
.Message__owner__qvpWn {
  background-color: #2F83DE;
  color: white;
}
.Message__owner__qvpWn a {
  color: white;
}
.Message__owner__qvpWn .Message__attachment__2MgJ7 {
  color: white;
}
.Message__time__2X7W6 {
  float: right;
  font-size: 0.75rem;
  opacity: 0.65;
}
.Message__attachment__2MgJ7 {
  text-decoration: none;
}
.Message__received__2ngcu {
  background: url('/assets/images/icons/round-checkmark.blue.svg') center center no-repeat;
  bottom: 0;
  height: 1.072rem;
  position: absolute;
  right: 0;
  width: 1.072rem;
}
.Message__message__1PMAl {
  word-break: break-word;
  position: relative;
  padding-right: 2em;
}
/**
 * Deprecated
 */
@-webkit-keyframes TypingIndicator__dot__1sRy8 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes TypingIndicator__dot__1sRy8 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.TypingIndicator__component__3H555 {
  margin: 0.5rem 2.9rem;
  position: relative;
}
.TypingIndicator__avatar__DltC5 {
  vertical-align: middle;
}
.TypingIndicator__dot__1sRy8 {
  vertical-align: middle;
  background-color: #2F83DE;
  border-radius: 0.12rem;
  display: inline-block;
  height: 0.45rem;
  margin: 0.15rem;
  width: 0.45rem;
  -webkit-animation-name: TypingIndicator__dot__1sRy8;
          animation-name: TypingIndicator__dot__1sRy8;
  -webkit-animation-duration: 0.6666s;
          animation-duration: 0.6666s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.TypingIndicator__dot2__3lB0r {
  opacity: 0.833;
  -webkit-animation-delay: 0.2222s;
          animation-delay: 0.2222s;
}
.TypingIndicator__dot3__1sFO5 {
  opacity: 0.666;
  -webkit-animation-delay: 0.4444s;
          animation-delay: 0.4444s;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Tips__component__1aFm2 {
  position: relative;
  padding: 0.875rem;
}
@media only screen and (min-width: 450px) {
  .Tips__component__1aFm2 {
    padding: 0.875rem 2rem;
  }
}
.Tips__heading__3oxzR {
  margin-bottom: 0;
}
.Tips__link__3eEaK {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 0.875rem 0.25rem 0.875rem;
}
.Tips__link__3eEaK:first-child {
  padding-left: 0;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.ChatPageContent__component__19I_0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  position: relative;
}
.ChatPageContent__messages__2KLQL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ChatPageContent__typingIndicator__3_D_l {
  position: relative;
}
.ChatPageContent__chatInput__TFm4a {
  max-height: 10rem;
}
.ChatPageContent__errorList__3Vrfm {
  padding-left: 4rem;
}
.ChatPageContent__socketOfflineStatus__3oqeh {
  padding: 1rem;
  position: relative;
  color: #EE5548;
  margin-left: 5rem;
  margin-bottom: 0.2rem;
  padding: 1rem 1.25rem 1.25rem;
  font-weight: bold;
}
.ChatPageContent__reconnectLabel__1TTOM {
  color: #2F83DE;
  font-style: italic;
  font-weight: normal;
}
.ChatPageContent__socketLoading__G9Lds {
  width: 16px;
  height: 16px;
  stroke: #87b7ec;
}
.ChatPageContent__tips__FdnOf {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ChatPageContent__tips__FdnOf {
    padding-top: 0;
  }
}
.ChatPageContent__unreadMessages__2_KUu {
  background: #2F83DE;
  color: white;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  text-align: center;
}
.MembershipRequiredModal__component__Kb17e {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  margin: 3rem 0;
  text-align: center;
}
/**
 * Deprecated
 */
.ProjectSubmittedPageContent__component__1WXwi {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem;
  margin-top: 3rem;
  text-align: center;
}
.ProjectSubmittedPageContent__heading__2gTkw {
  background: url('/assets/images/icons/success.svg') top center no-repeat;
  color: #48C975;
  margin-bottom: 2rem;
  padding-top: 4rem;
}
.ProjectSubmittedPageContent__actionButton__KZt5p {
  margin: 1rem;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.PdfDownloadModal__container__1-As3 {
  text-align: left;
}
.PdfDownloadModal__waitMessage__3vCnu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
  color: #232D38;
}
.PdfDownloadModal__waitMessage__3vCnu > * {
  margin: 0 0.5rem 0 0;
}
.PdfDownloadModal__waitMessage__3vCnu > *:last-child {
  margin: 0;
}
.PdfDownloadModal__link__3Z0XA {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.PdfDownloadModal__loadingIndicator__NQ1bi {
  border: solid 0.125rem #2F83DE;
  border-left-color: white;
}
.PdfDownloadModal__modalTitleClassName__1Ep5v {
  margin: 0 1rem 1rem 1rem;
}
/**
 * Deprecated
 */
.DeliverableRow__ellipsis__3fcLv {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.DeliverableRow__deliverableLink__tpZBM:hover {
  text-decoration: initial;
}
.DeliverableRow__visibilityIcon__1GXZn {
  max-width: 16px;
  max-height: 16px;
  -ms-flex-item-align: center;
      align-self: center;
  cursor: pointer;
}
.DeliverableRow__component__J6Jaj {
  color: #232D38;
  min-height: 3rem;
  position: relative;
  word-break: break-word;
}
@media only screen and (min-width: 450px) {
  .DeliverableRow__component__J6Jaj .DeliverableRow__actionButton__2-oZk {
    visibility: hidden;
  }
}
.DeliverableRow__component__J6Jaj:hover {
  -webkit-box-shadow: 2px 7px 35px rgba(228, 228, 228, 0.6), -5px -2px 14px rgba(228, 228, 228, 0.6);
          box-shadow: 2px 7px 35px rgba(228, 228, 228, 0.6), -5px -2px 14px rgba(228, 228, 228, 0.6);
  border-radius: 1rem;
}
@media only screen and (min-width: 450px) {
  .DeliverableRow__component__J6Jaj:hover .DeliverableRow__actionButton__2-oZk {
    visibility: visible;
  }
}
.DeliverableRow__component__J6Jaj.DeliverableRow__disabled__3eesf {
  cursor: default;
}
.DeliverableRow__component__J6Jaj.DeliverableRow__disabled__3eesf:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.DeliverableRow__description__st4qx {
  color: #919191;
  margin: 0.5rem 0;
}
.DeliverableRow__statusDesktop__1d_dL {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 450px) {
  .DeliverableRow__statusDesktop__1d_dL {
    display: none;
  }
}
.DeliverableRow__statusMobile__3NLYc {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 450px) {
  .DeliverableRow__statusMobile__3NLYc {
    display: none;
  }
}
.DeliverableRow__status__2MA5H {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 7.8125rem;
  background: #daf6e4;
  color: #449962;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .DeliverableRow__status__2MA5H {
    min-width: initial;
  }
}
@media only screen and (max-width: 450px) {
  .DeliverableRow__status__2MA5H {
    font-size: 0.7rem;
    min-width: 1rem;
  }
}
.DeliverableRow__status__2MA5H.DeliverableRow__action-required__21zD-,
.DeliverableRow__status__2MA5H.DeliverableRow__awaiting-approval__3jfBW,
.DeliverableRow__status__2MA5H.DeliverableRow__cancelled__1u3GL,
.DeliverableRow__status__2MA5H.DeliverableRow__needs-approval__2XKG8,
.DeliverableRow__status__2MA5H.DeliverableRow__needs-clarification__IIPiL {
  color: #EE5548;
  background: #fff4f3;
}
.DeliverableRow__status__2MA5H.DeliverableRow__delayed__m57d- {
  color: #EA882E;
  background: #FFF6E8;
}
.DeliverableRow__status__2MA5H.DeliverableRow__delivered__VjsFE {
  border: 1px solid #f8f8f8;
  color: #919191;
  background: white;
}
.DeliverableRow__status__2MA5H.DeliverableRow__draft__3XJT6 {
  color: #5D91C7;
  background: #ECF7FD;
}
.DeliverableRow__row__1fz6V {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 450px) {
  .DeliverableRow__row__1fz6V {
    min-width: 19rem;
  }
}
.DeliverableRow__created__2vNUW {
  color: #6F7072;
}
.DeliverableRow__actionButtons__6Xere {
  padding-left: 1rem;
}
.DeliverableRow__actionButtons__6Xere .DeliverableRow__actionButton__2-oZk {
  z-index: 100;
}
.DeliverableRow__inlineBox__3jP3Z {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media only screen and (max-width: 450px) {
  .DeliverableRow__downloadButton__1Cude {
    display: none;
  }
}
.DeliverableRow__archiveContainer__fhNnU {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.DeliverableRow__archiveButton__3FiOV:hover {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}
/**
 * Deprecated
 */
.LabeledIcon__ellipsis__2oc6d {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.LabeledIcon__labeledIcon__2XV-c .LabeledIcon__icon__yKfb2 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.LabeledIcon__labeledIcon__2XV-c .LabeledIcon__title__3D9fA {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #47525E;
}
.LabeledIcon__labeledIcon__2XV-c .LabeledIcon__title__3D9fA.LabeledIcon__regular__2V5CN {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
}
.LabeledIcon__labeledIcon__2XV-c .LabeledIcon__title__3D9fA.LabeledIcon__disabled__8UYP_ {
  color: #98A5B3;
}
.LabeledIcon__labeledIcon__2XV-c .LabeledIcon__title__3D9fA .LabeledIcon__ellipsis__2oc6d {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.LabeledIcon__labeledIcon__2XV-c .LabeledIcon__title__3D9fA.LabeledIcon__hasStatusLabel__3i4pj {
  max-width: 23rem;
}
@media only screen and (max-width: 450px) {
  .LabeledIcon__labeledIcon__2XV-c .LabeledIcon__title__3D9fA.LabeledIcon__hasStatusLabel__3i4pj {
    max-width: 17rem;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .LabeledIcon__labeledIcon__2XV-c .LabeledIcon__title__3D9fA.LabeledIcon__hasStatusLabel__3i4pj {
    max-width: 37rem;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ProductInvoiceDownloadModal__container__37iS- {
  text-align: left;
}
.ProductInvoiceDownloadModal__container__37iS- ul {
  list-style-type: none;
}
.ProductInvoiceDownloadModal__container__37iS- ul li::before {
  content: '\2022';
  color: #697787;
  font-weight: bold;
  display: inline-block;
  width: 0.7rem;
  margin-left: -0.7rem;
}
.ProductInvoiceDownloadModal__waitMessage__9OCU0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
  color: #232D38;
}
.ProductInvoiceDownloadModal__waitMessage__9OCU0 > * {
  margin: 0 0.5rem 0 0;
}
.ProductInvoiceDownloadModal__waitMessage__9OCU0 > *:last-child {
  margin: 0;
}
.ProductInvoiceDownloadModal__link__2R8NM {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #697787;
}
.ProductInvoiceDownloadModal__loadingIndicator__H4Hbo {
  border: solid 0.125rem #2F83DE;
  border-left-color: white;
}
.ProductInvoiceDownloadModal__modalTitleClassName__1LE1K {
  margin: 0 1rem 1rem 1rem;
}
.DeliverableList__loading__rASfU {
  margin: 0 2rem;
  padding-bottom: 8rem;
}
.TeamMembersForm__component__154O0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 25rem;
}
.TeamMembersForm__component__154O0 > * {
  margin: 0 0 1rem 0;
}
.TeamMembersForm__component__154O0 > *:last-child {
  margin: 0;
}
.TeamMembersForm__component__154O0 button {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__container__1XKL8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__container__1XKL8 > * {
  margin: 0 0 3rem 0;
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__container__1XKL8 > *:last-child {
  margin: 0;
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__container__1XKL8 .EngagementPage__attachments__3e7yI {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__container__1XKL8 .EngagementPage__attachments__3e7yI .EngagementPage__files__2Wx7I {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__container__1XKL8 .EngagementPage__attachments__3e7yI .EngagementPage__files__2Wx7I > * {
  margin: 0 0.5rem 0.5rem 0;
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__container__1XKL8 .EngagementPage__meta__2VIH0 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__container__1XKL8 .EngagementPage__meta__2VIH0 .EngagementPage__field__20O2s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #697787;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__container__1XKL8 .EngagementPage__meta__2VIH0 .EngagementPage__field__20O2s > * {
  margin: 0 0.5rem 0 0;
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__container__1XKL8 .EngagementPage__meta__2VIH0 .EngagementPage__field__20O2s > *:last-child {
  margin: 0;
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__container__1XKL8 .EngagementPage__meta__2VIH0 .EngagementPage__field__20O2s .EngagementPage__value__zzsRy {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #232D38;
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__container__1XKL8 .EngagementPage__projectList__2wUbC {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -2rem;
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__headings__3Bipx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  margin-bottom: 0.5rem;
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__headings__3Bipx > * {
  margin: 0 0.5rem 0.5rem 0;
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__headings__3Bipx h5 {
  margin-top: 0.25rem;
}
@media only screen and (min-width: 450px) {
  .EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__headings__3Bipx h5 {
    margin-top: 0.5rem;
  }
}
.EngagementPage__component__3POj7 .EngagementPage__left__3xaXd .EngagementPage__headings__3Bipx .EngagementPage__projectCode__1GWFg {
  color: #98A5B3;
}
.EngagementPage__component__3POj7 .EngagementPage__right__6Vpxn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 2px 7px 35px rgba(221, 225, 229, 0.6), -5px -2px 14px rgba(221, 225, 229, 0.6);
          box-shadow: 2px 7px 35px rgba(221, 225, 229, 0.6), -5px -2px 14px rgba(221, 225, 229, 0.6);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .EngagementPage__component__3POj7 .EngagementPage__right__6Vpxn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border: 1px solid #DDE1E5;
    border-radius: 0.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.5rem 2.5rem;
  }
  .EngagementPage__component__3POj7 .EngagementPage__right__6Vpxn > * {
    margin: 0 0 1rem 0;
  }
  .EngagementPage__component__3POj7 .EngagementPage__right__6Vpxn > *:last-child {
    margin: 0;
  }
}
.EngagementPage__component__3POj7 .EngagementPage__right__6Vpxn p {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .EngagementPage__component__3POj7 .EngagementPage__right__6Vpxn p {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    display: block;
  }
}
.EngagementPage__component__3POj7 .EngagementPage__right__6Vpxn .EngagementPage__newProjectLink__yJ1rV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.EngagementPage__component__3POj7 .EngagementPage__right__6Vpxn .EngagementPage__newProjectLink__yJ1rV button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 1024px) {
  .EngagementPage__component__3POj7 .EngagementPage__secondaryColumn__1IhB3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/**
 * Deprecated
 */
.BonusCompensationCreateForm__form__oiHEt {
  margin-top: 3rem;
}
.BonusCompensationCreateForm__field__2qjAl {
  margin-top: 1.3rem;
}
.BonusCompensationCreateForm__selectField__4WC5c {
  margin-top: 1.5rem;
}
.BonusCompensationCreateForm__select__3DVKC {
  display: block;
  margin-top: 1rem;
}
.BonusCompensationCreateForm__buttonsContainer__3yKus {
  text-align: center;
  margin: 1rem 0;
}
.BonusCompensationCreateForm__errorList__2uc-I {
  text-align: left;
  border-left: solid 4px red;
  padding: 0.3rem 0.5rem;
}
/**
 * Deprecated
 */
.ViewCompensationsFilters__formContent__3phhj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ViewCompensationsFilters__field__2-RMh {
  margin-top: 1rem;
}
.ViewCompensationsFilters__selectField__R89kP {
  -ms-flex-preferred-size: 14rem;
      flex-basis: 14rem;
}
.ViewCompensationsFilters__queryGroup__kmzG9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 35rem;
      flex-basis: 35rem;
  margin-left: 3rem;
}
.ViewCompensationsFilters__attributeSelect__2Bo0- {
  -ms-flex-preferred-size: 10rem;
      flex-basis: 10rem;
}
.ViewCompensationsFilters__queryInput__2IEop {
  -ms-flex-preferred-size: 24rem;
      flex-basis: 24rem;
  margin-left: 1rem;
}
.ViewCompensationsFilters__buttonsContainer__1jnSt {
  text-align: center;
  margin-left: 2rem;
  margin-top: 4.5rem;
}
/**
 * Deprecated
 */
.ViewCompensationsModal__errorList__1201B {
  text-align: left;
  border-left: solid 4px red;
  padding: 0.3rem 0.5rem;
}
.ViewCompensationsModal__modalContent__vt5lk {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #4a4a4a;
}
.ViewCompensationsModal__modalContent__vt5lk span {
  font-weight: bold;
}
.ViewCompensationsModal__modalButtonContainer__187-P {
  text-align: center;
}
.ViewCompensationsModal__modalButtonContainer__187-P button:first-of-type {
  margin-right: 1rem;
}
.ViewCompensationsPage__errorList__2aJuR {
  text-align: left;
  border-left: solid 4px red;
  padding: 0.3rem 0.5rem;
}
/**
 * Deprecated
 */
.components__component__2Sz78 {
  width: 100%;
}
.components__requestDetailsContainer__1CDLf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.components__requestDetailsContainer__1CDLf > * {
  margin: 0 0 1.5rem 0;
}
.components__requestDetailsContainer__1CDLf > *:last-child {
  margin: 0;
}
.components__requestDetailsContainer__1CDLf a {
  color: #2F83DE;
}
.components__list__13khG {
  margin: 0 0 0 1rem;
}
.components__name__33FaZ {
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
}
.components__addNoteLink__1DcXP {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  display: inline-block;
  cursor: pointer;
  margin-top: 0.5rem;
  padding: 0;
}
.components__commentField__HG5Iu {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.components__deleteCommentButton__1Y9cR {
  font-size: 1.2rem;
  margin-right: 0.2rem;
}
.components__firstSection__zXghu {
  margin-top: 0;
}
.components__indent__1P1cm {
  margin-left: 0.5rem;
}
.components__checkmark__c5jUH {
  background: url('/assets/images/icons/checkmark.blue.svg') center center no-repeat;
  height: 1rem;
  width: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.components__commentBubble__2-Y6D {
  background: url('/assets/images/icons/comment.blue.svg') center center no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1.375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.components__attachments__tRcgN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.components__attachments__tRcgN > * {
  margin: 0 0.5rem 0.5rem 0;
}
.components__clientNote__2kT2q {
  /* we override the markdown default tag styles */
  max-height: 9.375rem;
  overflow-y: scroll;
  border: solid 1px #C7D1DC;
  border-radius: 5px;
  background-color: #F4F7FA;
  padding: 0 0.5rem 0.5rem 0.5rem;
  line-height: 1rem;
}
.components__clientNote__2kT2q h3 {
  display: none;
}
.components__clientNote__2kT2q h5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
}
.components__clientNote__2kT2q blockquote {
  line-height: 1rem;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.components__clientNote__2kT2q p {
  line-height: 1rem;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.375rem;
}
.CopyButton__button__1JLmA {
  color: white;
  padding: 10px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 16px;
  background: none;
}
.CopyButton__button__1JLmA:hover {
  background: #efefef;
}
.RequestDetails__modalContainer__2pmAw {
  min-width: 100%;
}
.RequestDetails__text__3ykEl {
  white-space: pre-wrap;
}
.SourcingResearchBrief__detailBody__3hhtv ul {
  margin: 0 0 0 1rem;
}
/**
 * Deprecated
 */
.ReviewFeedback__reviewFeedback__2cV7G {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  border: solid 1px #87b7ec;
  background-color: rgba(135, 183, 236, 0.3);
  padding: 1rem 1rem 0.5rem 1rem;
  border-radius: 3px;
  margin-bottom: 1rem;
}
.ReviewFeedback__reviewFeedback__2cV7G ul {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.ReviewFeedback__reviewFeedback__2cV7G li {
  margin-bottom: 0.5rem;
}
.ReviewFeedback__reviewFeedbackButton__3ZnLv {
  font-size: 0.9rem;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ResearchReport__borderRadiusSmall__2NHMJ {
  border-radius: 3px;
}
.ResearchReport__borderRadiusLarge__rKwwU {
  border-radius: 10px;
}
.ResearchReport__container__3XdQp {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.ResearchReport__editor__3HP4k {
  margin-bottom: 1rem;
}
.ResearchReport__report__dsBqw {
  margin: 0.3rem 0;
  background-color: white;
  -webkit-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1rem;
}
.ResearchReport__sectionHeader__nJBcI {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  color: #B6B6B6;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
}
.ResearchReport__title__daxMj {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_light', serif;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0.02rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #DDE1E5;
}
.ResearchReport__source__1EZ4x {
  padding: 1rem 0;
  border-bottom-style: dashed;
}
/**
 * Deprecated
 */
.ResearchOutlineReadOnly__scopeItem__1aHCy {
  padding-bottom: 2rem;
  border-bottom: 1px solid #DDE1E5;
}
.ResearchOutlineReadOnly__scopeItem__1aHCy:last-child {
  border-bottom: none;
}
.ResearchOutlineReadOnly__scopeHeader__2Bf3p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ResearchOutlineReadOnly__scopeHeader__2Bf3p .ResearchOutlineReadOnly__scopeNumber__2AaCN {
  font-weight: bold;
}
.ResearchOutlineReadOnly__scopeHeader__2Bf3p .ResearchOutlineReadOnly__checkmark__10CuV {
  top: 0.1875rem;
  position: relative;
  background-image: url('/assets/images/about/icons/circle.check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  height: 1rem;
  width: 1.5625rem;
  content: ' ';
  display: inline-block;
}
.ResearchOutlineReadOnly__scopeHeader__2Bf3p .ResearchOutlineReadOnly__approvedAt__24D8h {
  color: #2F83DE;
  font-weight: bold;
}
.ResearchOutlineReadOnly__scopeMeta__R-cwX {
  font-size: 0.9rem;
}
.ResearchOutlineReadOnly__approvalComment__2JTQw {
  margin-top: 1.3rem;
  padding: 0.5rem 1rem;
  border: 0.125rem solid #2F83DE;
  position: relative;
  border-radius: 0.625rem;
}
.ResearchOutlineReadOnly__approvalComment__2JTQw .ResearchOutlineReadOnly__commentIcon__2-0sp {
  background: url('/assets/images/icons/comment.blue.svg');
  height: 1.1em;
  width: 1.1em;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.625rem;
  position: absolute;
  top: 0.625rem;
}
.ResearchOutlineReadOnly__approvalComment__2JTQw .ResearchOutlineReadOnly__comment__kNskw {
  margin-left: 1.5625rem;
}
.ResearchOutlineReadOnly__approvalComment__2JTQw:after,
.ResearchOutlineReadOnly__approvalComment__2JTQw:before {
  bottom: 100%;
  left: 5%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ResearchOutlineReadOnly__approvalComment__2JTQw:before {
  border-bottom-color: #2F83DE;
  border-width: 0.625rem;
  margin-left: -0.875rem;
}
.ResearchOutlineReadOnly__approvalComment__2JTQw:after {
  border-bottom-color: white;
  border-width: 0.4375rem;
  margin-left: -0.6875rem;
}
.ResearchOutlineReadOnly__scopeItem__1aHCy {
  margin-bottom: 2rem;
}
.ResearchOutlineReadOnly__scopeItem__1aHCy:only-child {
  margin-bottom: 0;
}
.ResearchOutlineReadOnly__scopeItem__1aHCy:last-child {
  margin-bottom: 0;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.SelfReviewChecklist__subtitle__oEthE {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  margin-bottom: 1rem;
}
.SelfReviewChecklist__buttonsContainer__bb-wR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SelfReviewChecklist__fader__AmP-p {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F7FA), to(rgba(255, 255, 255, 0.001)));
  background: linear-gradient(#F4F7FA, rgba(255, 255, 255, 0.001));
}
.SelfReviewChecklist__nameOnBriefField__1_KMk {
  margin: 1rem 0;
}
@media only screen and (max-width: 1024px) {
  .SelfReviewChecklist__button__bXev5 {
    padding: 0.8rem 1.3rem;
  }
}
/**
 * Deprecated
 */
.WritingValidationModal__component__3Z30b .WritingValidationModal__footer__1UR0n {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.WritingValidationModal__component__3Z30b .WritingValidationModal__footer__1UR0n .WritingValidationModal__actions__25Tin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 1rem;
}
.WritingValidationModal__component__3Z30b .WritingValidationModal__footer__1UR0n .WritingValidationModal__actions__25Tin > * {
  margin: 0 0.5rem 0 0;
}
.WritingValidationModal__component__3Z30b .WritingValidationModal__footer__1UR0n .WritingValidationModal__actions__25Tin > *:last-child {
  margin: 0;
}
.WritingValidationModal__component__3Z30b .WritingValidationModal__footer__1UR0n .WritingValidationModal__actions__25Tin button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.WritingValidationModal__component__3Z30b .WritingValidationModal__footer__1UR0n p {
  color: #EAB52E;
}
.WritingValidationModal__component__3Z30b .WritingValidationModal__info__1qJFp {
  color: #232D38;
}
.RemoveClaimModal__modal__2fu0T {
  min-height: 26rem;
  min-width: 37rem;
}
.RemoveClaimModal__modal__2fu0T .RemoveClaimModal__modalActions__2S7yq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.RemoveClaimModal__modal__2fu0T .RemoveClaimModal__modalActions__2S7yq button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.RemoveClaimModal__modal__2fu0T .RemoveClaimModal__title__2trJC {
  text-align: center;
}
.RemoveClaimModal__modal__2fu0T .RemoveClaimModal__additionalText__5zf6G {
  text-align: center;
}
.WritingPage__layoutSidebar__1xzvJ {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.WritingPage__sidebar__2BDrL {
  width: 100%;
  padding: 0 2rem;
}
.WritingPage__content__1RGdk {
  padding-top: 5.5rem;
}
.WritingPage__contentChildren__3q_1g {
  padding-left: 2rem;
  padding-right: 2rem;
}
.WritingPage__titleContainer__2Aus1 {
  padding: 0 0.5rem;
}
.WritingPage__titleContainer__2Aus1 button {
  margin-left: 1rem;
}
.WritingPage__mainContent__1nEx2 {
  padding: 1rem 0.5rem 2rem 0.5rem;
}
/**
 * Deprecated
 */
.SquatterBotClock__borderRadius__2mhlh {
  border-radius: 3px;
}
.SquatterBotClock__container__3smBg {
  margin: 1.3rem 0;
  position: relative;
}
.SquatterBotClock__clockContainer__17m6R {
  overflow: auto;
}
.SquatterBotClock__clockContent__3xNwV {
  border-radius: 3px;
  float: left;
  background: #2F83DE;
  padding: 0.7rem;
  overflow: auto;
}
.SquatterBotClock__duration__hbPS1 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #f6f7f8;
  font-size: 1.1rem;
}
.SquatterBotClock__helpText__7RV50 {
  color: #87b7ec;
  font-size: 1rem;
  margin: 0 auto;
  cursor: pointer;
  display: inline-block;
}
.SquatterBotClock__tooltipPortal__PF93B {
  width: 25rem;
}
@-webkit-keyframes SquatterBotClock__scaleUp__10MZ2 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes SquatterBotClock__scaleUp__10MZ2 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.SquatterBotClock__notificationMessage__rBCmM {
  -webkit-animation: SquatterBotClock__scaleUp__10MZ2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: SquatterBotClock__scaleUp__10MZ2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  border-radius: 3px;
  margin-top: 1rem;
  padding: 1rem;
  background-color: white;
  color: #4a4a4a;
  border: solid 1px #eee;
  -webkit-box-shadow: 2px 5px 25px #ccc;
          box-shadow: 2px 5px 25px #ccc;
  position: relative;
  overflow: auto;
}
.SquatterBotClock__notificationMessage__rBCmM .SquatterBotClock__hideButton__280rm {
  float: right;
  font-size: 1rem;
}
.SquatterBotClock__notificationMessage__rBCmM .SquatterBotClock__hideButton__280rm span {
  text-decoration: underline;
}
.ResearchPage__layoutSidebar__311kB {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.ResearchPage__sidebar__1WDj_ {
  width: 100%;
  padding: 0 2rem;
}
.ResearchPage__content__3xgHK {
  padding-top: 5.5rem;
}
.ResearchPage__contentChildren__3z5_0 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ResearchPage__titleContainer__3nhAn {
  padding: 0 0.5rem;
}
.ResearchPage__titleContainer__3nhAn button {
  margin-left: 1rem;
}
.ResearchPage__mainContent__vkZSZ {
  padding: 1rem 0.5rem 2rem 0.5rem;
}
.ResearchPage__researchOutlineDisabled__2gHTZ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.BonusModal__bonusModal__1CDKV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
/**
 * Deprecated
 */
.CreateScopeItem__nextStepField__28Tuo {
  margin-bottom: 1rem;
}
.CreateScopeItem__numRequestsInput__2kEzY {
  width: 3.4em;
}
.CreateScopeItem__fieldWrapper__1i2fH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.CreateScopeItem__quoteText__34fz0 {
  color: #B6B6B6;
}
.CreateScopeItem__scopeItem__3ipZ9 {
  padding-bottom: 2rem;
  border-bottom: 1px solid #DDE1E5;
}
.CreateScopeItem__scopeItem__3ipZ9:last-child {
  border-bottom: none;
}
.CreateScopeItem__fieldHeader__2kdUu {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.CreateScopeItem__fieldHeader__2kdUu .CreateScopeItem__heading__3fREt {
  float: left;
}
.CreateScopeItem__fieldHeader__2kdUu .CreateScopeItem__removeIcon__2fzcD {
  background: url('/assets/images/icons/x.blueLight.svg');
  height: 1.1em;
  width: 1.1em;
}
.CreateScopeItem__fieldHeader__2kdUu .CreateScopeItem__removeIcon__2fzcD:hover {
  cursor: pointer;
}
.CreateScopeItem__hidden__2aMHr {
  display: none;
}
.CreateScopeItem__nextStepFooter__MA0iO {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -1rem 0;
}
.CreateScopeItem__nextStepFooter__MA0iO > * {
  margin: 0 0 1rem 0;
}
.CreateScopeItem__footerItems__27qMa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem -1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CreateScopeItem__footerItems__27qMa > * {
  margin: 0 1rem 1rem 0;
}
.CreateScopeItem__footerItems__27qMa .CreateScopeItem__largeProjectContainer__b0pIm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem 0;
}
.CreateScopeItem__footerItems__27qMa .CreateScopeItem__largeProjectContainer__b0pIm > * {
  margin: 0 0.5rem 0.5rem 0;
}
.ResearchOutlineCreate__outlineTop__1UHKu {
  margin-top: 2rem;
}
.ResearchOutlineReadOnly__component__3_dn_ {
  margin-top: 3rem;
}
.CustomDeliverables__spacerDivisor__1Eht0 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.CustomDeliverables__orDivisor__-pKNZ {
  margin: auto 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  line-height: 0.4rem;
}
.CustomDeliverables__addButton__3YnxR {
  margin-left: 0.5rem;
}
.CustomDeliverables__addedDeliverableContainer__1HHYZ {
  margin: 0.5rem 0;
}
.CustomDeliverables__addedDeliverableContainer__1HHYZ .CustomDeliverables__addedDeliverable__gO7iT {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.CustomDeliverables__addedDeliverableContainer__1HHYZ .CustomDeliverables__addedDeliverable__gO7iT .CustomDeliverables__contentNameAndLink__1sma6 {
  -webkit-box-flex: 12 !important;
      -ms-flex-positive: 12 !important;
          flex-grow: 12 !important;
}
.CustomDeliverables__addedDeliverableContainer__1HHYZ .CustomDeliverables__addedDeliverable__gO7iT .CustomDeliverables__editButton__2GZLm {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.CustomDeliverables__addedDeliverableContainer__1HHYZ .CustomDeliverables__addedDeliverable__gO7iT .CustomDeliverables__editButton__2GZLm .CustomDeliverables__deleteButton__3QQLx {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  width: 16px;
  height: 16px;
  position: relative;
  right: 0px;
}
.CustomDeliverables__addedDeliverableContainer__1HHYZ .CustomDeliverables__addedDeliverable__gO7iT .CustomDeliverables__editButton__2GZLm .CustomDeliverables__deleteIcon__2hAA7 {
  width: 16px;
  height: 16px;
}
.CustomDeliverables__marginBottom05__10Ayw {
  margin-bottom: 0.5rem;
}
.CustomDeliverables__gap4__2RB7Z {
  gap: 0.4rem;
}
.CustomDeliverables__loading__3YEMy {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
/**
 * Deprecated
 */
.AuditSidebar__radioWrapper__11lXZ {
  margin-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  padding: 0;
  width: auto;
  display: inline-block;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.AuditSidebar__auditContainer__1_IL0 {
  padding: 0.5rem;
  background: #f6f7f8;
  width: 100%;
}
.AuditSidebar__commentInput__fmLIB {
  margin: 0;
}
.AuditSidebar__labelClassName__2IHFj {
  margin: 0;
  padding: 0;
}
.AuditSidebar__auditQuestion__2Avqp {
  padding: 0.5rem;
}
.AuditSidebar__auditSubmitButton__3G01g {
  float: right;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ProjectCostBreakdownV2__topBoxShadow__1KV4e {
  -webkit-box-shadow: 2px 7px 35px rgba(221, 225, 229, 0.6), -5px -2px 14px rgba(221, 225, 229, 0.6);
          box-shadow: 2px 7px 35px rgba(221, 225, 229, 0.6), -5px -2px 14px rgba(221, 225, 229, 0.6);
}
.ProjectCostBreakdownV2__tooltip__16f1L {
  position: relative;
  bottom: 0.1rem;
}
.ProjectCostBreakdownV2__component__2g0kr {
  color: #232D38;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  width: 100%;
  position: relative;
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__fullViewContainer__3D9wc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 2.5rem;
  display: none;
  -webkit-box-shadow: 2px 7px 35px rgba(221, 225, 229, 0.6), -5px -2px 14px rgba(221, 225, 229, 0.6);
          box-shadow: 2px 7px 35px rgba(221, 225, 229, 0.6), -5px -2px 14px rgba(221, 225, 229, 0.6);
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__fullViewContainer__3D9wc > * {
  margin: 0 0 2.5rem 0;
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__fullViewContainer__3D9wc > *:last-child {
  margin: 0;
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__fullViewContainer__3D9wc.ProjectCostBreakdownV2__fullViewContainerOn__1IR9z {
  display: block;
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__fullViewContainer__3D9wc > * {
  padding: 0 1.5rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__fullViewContainer__3D9wc > * {
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__fullViewContainer__3D9wc > * {
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__fullViewContainer__3D9wc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__fullViewContainer__3D9wc .ProjectCostBreakdownV2__hideButton__1oe3Q {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__fullViewContainer__3D9wc {
    border: 1px solid #DDE1E5;
    border-radius: 0.625rem;
    width: 25rem;
  }
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__hideButton__1oe3Q {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  display: none;
  position: absolute;
  top: 2.5rem;
  background: url('/assets/images/icons/x.inkLightest.svg') center right no-repeat;
  padding: 0 1.1875rem 0 0;
  text-align: left;
  right: 1.5rem;
  color: #98A5B3;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__hideButton__1oe3Q {
    right: 5rem;
  }
}
.ProjectCostBreakdownV2__component__2g0kr.ProjectCostBreakdownV2__fullViewOn__3mfZF .ProjectCostBreakdownV2__fullViewContainer__3D9wc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ProjectCostBreakdownV2__component__2g0kr.ProjectCostBreakdownV2__fullViewOn__3mfZF .ProjectCostBreakdownV2__hideButton__1oe3Q {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .ProjectCostBreakdownV2__component__2g0kr.ProjectCostBreakdownV2__fullViewOn__3mfZF .ProjectCostBreakdownV2__hideButton__1oe3Q {
    display: none;
  }
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__header__KdvnO {
  font-style: normal;
  font-weight: normal;
  font-family: 'aleobold', serif;
  background-color: #F9FBFD;
  color: #232D38;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.625rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 22px;
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__itemsContainer__2Xjpo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__itemsContainer__2Xjpo > * {
  margin: 0 0 1rem 0;
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__itemsContainer__2Xjpo > *:last-child {
  margin: 0;
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__item__3v0zK {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__item__3v0zK .ProjectCostBreakdownV2__labelContainer__2xLm1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__item__3v0zK .ProjectCostBreakdownV2__labelContainer__2xLm1 .ProjectCostBreakdownV2__tooltip__16f1L {
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.625rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__total__Lr1fL {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1.125rem;
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__total__Lr1fL .ProjectCostBreakdownV2__totalValue__G0C90 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ProjectCostBreakdownV2__component__2g0kr .ProjectCostBreakdownV2__total__Lr1fL .ProjectCostBreakdownV2__totalValue__G0C90 .ProjectCostBreakdownV2__tooltip__16f1L {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.ProjectCostBreakdownV2__childrenContainer__3paqC button {
  width: 100%;
}
.ProjectCostBreakdownV2__mobilePreviewContainer__MPfXW {
  -webkit-box-shadow: 2px 7px 35px rgba(221, 225, 229, 0.6), -5px -2px 14px rgba(221, 225, 229, 0.6);
          box-shadow: 2px 7px 35px rgba(221, 225, 229, 0.6), -5px -2px 14px rgba(221, 225, 229, 0.6);
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.1875rem;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ProjectCostBreakdownV2__mobilePreviewContainer__MPfXW {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .ProjectCostBreakdownV2__mobilePreviewContainer__MPfXW {
    display: none;
  }
}
.ProjectCostBreakdownV2__mobilePreviewContainer__MPfXW .ProjectCostBreakdownV2__totalPreview__2myV3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ProjectCostBreakdownV2__mobilePreviewContainer__MPfXW .ProjectCostBreakdownV2__totalPreview__2myV3 .ProjectCostBreakdownV2__expressDeliveryLabel__1Br44 {
  color: #8F6E1B;
}
.ProjectCostBreakdownV2__mobilePreviewContainer__MPfXW .ProjectCostBreakdownV2__totalPreview__2myV3 button {
  text-align: left;
  padding-top: 0.25rem;
}
.ProjectCostBreakdownV2__mobilePreviewContainer__MPfXW .ProjectCostBreakdownV2__total__Lr1fL {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
}
.ProjectCostBreakdownV2__mobilePreviewContainer__MPfXW .ProjectCostBreakdownV2__deliveryPreviewComponent__3x8_F {
  margin-top: 0rem;
  text-align: left;
}
.ProjectCostBreakdownV2__mobilePreviewContainer__MPfXW .ProjectCostBreakdownV2__nextButton__2E1oc {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.ProjectCostBreakdownV2__fullViewOn__3mfZF .ProjectCostBreakdownV2__mobilePreviewContainer__MPfXW {
  display: none;
}
.ProjectCostBreakdownV2__deliveryContainer__uJL__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* the day and time are dynamic and can't be mocked
    so we are force to hide then in our snapshots
  */
}
.ProjectCostBreakdownV2__deliveryContainer__uJL__ > * {
  margin: 0 0 1rem 0;
}
.ProjectCostBreakdownV2__deliveryContainer__uJL__ > *:last-child {
  margin: 0;
}
.ProjectCostBreakdownV2__deliveryContainer__uJL__ .ProjectCostBreakdownV2__deliveryRow__1L6-J {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ProjectCostBreakdownV2__deliveryContainer__uJL__ .ProjectCostBreakdownV2__deliveryRadioButton__1d4te {
  border: none;
  padding: 0;
  max-width: none;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.ProjectCostBreakdownV2__deliveryContainer__uJL__ .ProjectCostBreakdownV2__children__31wbP {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ProjectCostBreakdownV2__deliveryContainer__uJL__ .ProjectCostBreakdownV2__deliveryText__1s0Zc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #98A5B3;
}
.ProjectCostBreakdownV2__deliveryContainer__uJL__ .ProjectCostBreakdownV2__deliveryTitle__2jlDZ {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #232D38;
  margin-bottom: 0.2rem;
}
.ProjectCostBreakdownV2__deliveryContainer__uJL__ .ProjectCostBreakdownV2__express__d-al2 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #8F6E1B;
}
.ProjectCostBreakdownV2__deliveryContainer__uJL__ .ProjectCostBreakdownV2__deliveryPrice__1dr2l {
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
@media only percy {
  .ProjectCostBreakdownV2__deliveryContainer__uJL__ .ProjectCostBreakdownV2__deliveryDate__2daDS {
    visibility: hidden;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ProjectDeliveredByV2__heading__3sEiD {
  display: block;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #697787;
}
.ProjectDeliveredByV2__component__3255G {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #232D38;
  margin-top: 2.5rem;
  text-align: center;
  /* the day and time are dynamic and can't be mocked
    so we are force to hide then in our snapshots
  */
}
.ProjectDeliveredByV2__component__3255G > * {
  margin: 0 0 0.5rem 0;
}
.ProjectDeliveredByV2__component__3255G > *:last-child {
  margin: 0;
}
.ProjectDeliveredByV2__component__3255G .ProjectDeliveredByV2__container__3wHz- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ProjectDeliveredByV2__component__3255G .ProjectDeliveredByV2__container__3wHz- > * {
  margin: 0 0.5rem 0 0;
}
.ProjectDeliveredByV2__component__3255G .ProjectDeliveredByV2__container__3wHz- > *:last-child {
  margin: 0;
}
.ProjectDeliveredByV2__component__3255G .ProjectDeliveredByV2__dayTime__2gpqx {
  position: relative;
}
.ProjectDeliveredByV2__component__3255G .ProjectDeliveredByV2__monthDay__30xTD {
  color: #697787;
}
.ProjectDeliveredByV2__component__3255G .ProjectDeliveredByV2__tooltip__MRw-v {
  position: relative;
  bottom: 0.2rem;
}
@media only percy {
  .ProjectDeliveredByV2__component__3255G .ProjectDeliveredByV2__dayTime__2gpqx,
  .ProjectDeliveredByV2__component__3255G .ProjectDeliveredByV2__monthDay__30xTD {
    visibility: hidden;
  }
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.PricingAndDelivery__stopHereMsg__2ceNb {
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
  color: #B6B6B6;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  -ms-flex-item-align: center;
      align-self: center;
}
@media only screen and (min-width: 1024px) {
  .PricingAndDelivery__stopHereMsg__2ceNb {
    margin: 2rem 0 1rem 0;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
div.PricingAndDelivery__expressDeliveryLabel__3_Y9x {
  color: #8F6E1B;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.ResearchPlusNextStepPage__formContainer__1xztF {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 1024px) {
  .ResearchPlusNextStepPage__formContainer__1xztF {
    padding-bottom: 0;
  }
}
.ResearchPlusNextStepPage__right__2U09A {
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  background-color: white;
}
@media only screen and (min-width: 1024px) {
  .ResearchPlusNextStepPage__right__2U09A {
    bottom: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    left: auto;
    width: auto;
    position: relative;
    right: auto;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ResearchPlusNextStepPage__right__2U09A .ResearchPlusNextStepPage__fixer__18wzL {
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
  }
}
.ResearchPlusNextStepPage__right__2U09A .ResearchPlusNextStepPage__buttonsContainer__1WSdU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -1rem 0;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 2rem;
}
.ResearchPlusNextStepPage__right__2U09A .ResearchPlusNextStepPage__buttonsContainer__1WSdU > * {
  margin: 0 0 1rem 0;
}
.ResearchPlusNextStepPage__title__3GtxM {
  margin-top: 2.5rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ResearchPlusNextStepPage__title__3GtxM {
    margin-top: 0;
  }
}
.ResearchPlusNextStepPage__subHeader__2bjMk {
  margin-bottom: 2rem;
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ResearchPlusNextStepPage__subHeader__2bjMk {
    margin-bottom: 3rem;
  }
}
.ResearchPlusNextStepPage__viewReportLink__32XLb {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #EAB52E;
}
.ResearchPlusNextStepPage__viewReportLink__32XLb:hover {
  color: #DDAA2A;
}
.ResearchPlusNextStepPage__deliveredAtCopy__20hve {
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
  color: #B6B6B6;
  font-size: 0.9rem;
  margin-right: 0.5rem;
}
.ResearchPlusNextStepPage__upgradeButton__1iKll {
  display: none;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ResearchPlusNextStepPage__upgradeButton__1iKll {
    display: inline-block;
  }
}
/**
 * Deprecated
 */
.ApprovalOptionContent__component__3Tg81 {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #292f32;
  width: 100%;
}
.ApprovalOptionContent__component__3Tg81 .ApprovalOptionContent__description__2iQMU {
  color: #6F7072;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-top: 0.25rem;
}
.ApprovalOptionContent__component__3Tg81 .ApprovalOptionContent__top__1EOeG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ApprovalOptionContent__component__3Tg81 .ApprovalOptionContent__top__1EOeG .ApprovalOptionContent__hours__1H0lG {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  margin-left: 0.5rem;
}
.ApprovalOptionContent__component__3Tg81 .ApprovalOptionContent__top__1EOeG .ApprovalOptionContent__title__9dVjQ {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ApprovalOptionContent__fullResearchOption__yX-d1 {
  color: #6F7072;
}
/**
 * Deprecated
 */
.ScopeItems__ellipsis__Jemls {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ScopeItems__scopeItem__2esFR {
  margin: 1.5rem 0 2rem 0;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ScopeItems__scopeItem__2esFR {
    margin: 2rem 0 3rem 0;
  }
}
.ScopeItems__scopeItem__2esFR .ScopeItems__scopeLabel__3Iqzj {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.ScopeItems__scopeItem__2esFR .ScopeItems__scopeLabel__3Iqzj > span {
  display: inline;
}
.ScopeItems__scopeItem__2esFR.ScopeItems__previouslySelected__2_KBS input[type='checkbox']:after {
  background: url('/assets/images/next-steps/already-selected.svg') center center no-repeat;
  height: 1.5rem;
  width: 1.5rem;
}
.ScopeItems__scopeItem__2esFR.ScopeItems__previouslySelected__2_KBS input[type='checkbox']:before {
  border: 0;
}
.ScopeItems__scopeItem__2esFR.ScopeItems__previouslySelected__2_KBS label {
  color: #919191;
}
.ScopeItems__scopeItem__2esFR label {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.3125rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ScopeItems__scopeItem__2esFR label {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.ScopeItems__scopeItem__2esFR label a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 8rem;
  margin: 0 0.25rem;
}
.ScopeItems__scopeItem__2esFR .ScopeItems__scopeItemFooter__5MHu9 {
  margin: 1rem 0 2rem 1.5rem;
}
.ScopeItems__scopeItem__2esFR .ScopeItems__scopeItemFooter__5MHu9 .ScopeItems__commentTextAreaContainer__1_Qf9 {
  margin: 1rem 0 0 1rem;
  max-width: 30rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ScopeItems__scopeItem__2esFR .ScopeItems__scopeItemFooter__5MHu9 .ScopeItems__commentTextAreaContainer__1_Qf9 {
    margin-top: 1.5rem;
  }
}
.ScopeItems__scopeItem__2esFR .ScopeItems__scopeItemFooter__5MHu9 .ScopeItems__commentTextAreaContainer__1_Qf9 .ScopeItems__commentTextArea__1cVuX {
  min-height: 6rem;
}
.ScopeItems__scopeItem__2esFR .ScopeItems__scopeItemFooter__5MHu9 .ScopeItems__commentTextAreaContainer__1_Qf9 .ScopeItems__commentTextAreaField__1fjh7 {
  font-size: 1rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
}
.ScopeItems__scopeItem__2esFR .ScopeItems__scopeItemFooter__5MHu9 .ScopeItems__commentTextAreaContainer__1_Qf9 .ScopeItems__label__1N_ML {
  margin-bottom: 0.5rem;
}
.ScopeItems__scopeItem__2esFR .ScopeItems__scopeItemFooter__5MHu9 .ScopeItems__commentTextAreaContainer__1_Qf9 .ScopeItems__label__1N_ML .ScopeItems__labelCopy__2khlk {
  margin-right: 0.5rem;
}
.ScopeItems__scopeItem__2esFR .ScopeItems__scopeItemFooter__5MHu9 .ScopeItems__commentTextAreaContainer__1_Qf9 .ScopeItems__label__1N_ML .ScopeItems__required__2lwPV {
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
  color: #B6B6B6;
}
.ScopeItems__scopeItem__2esFR .ScopeItems__scopeItemFooter__5MHu9 .ScopeItems__researchOptionChildren__3YXLN {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ScopeItems__scopeItem__2esFR .ScopeItems__scopeItemFooter__5MHu9 .ScopeItems__researchOptionField__17E50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  margin-right: 0;
}
.ScopeItems__scopeItem__2esFR .ScopeItems__scopeItemFooter__5MHu9 .ScopeItems__researchOptionField__17E50.ScopeItems__disabled__RvcMI {
  border-color: #f8f8f8;
  opacity: 1;
  pointer-events: auto;
}
.ScopeItems__scopeItem__2esFR .ScopeItems__scopeItemFooter__5MHu9 .ScopeItems__researchOptionField__17E50 .ScopeItems__fullResearchOption__2EVFU {
  color: #6F7072;
}
.ScopeItems__scopeItemField__3VID- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.ScopeItems__scopeItemField__3VID- input {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 1rem;
}
.ScopeItems__disclaimer__24LF7 {
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
  color: #98A5B3;
  display: none;
  font-size: 1.125rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ScopeItems__disclaimer__24LF7 {
    display: block;
  }
}
.ScopeItems__clientComment__6GGE2 {
  margin-left: 2.5rem;
  max-width: 30rem;
}
.ScopeItems__clientComment__6GGE2 .ScopeItems__clientCommentToggle__3Qjcs {
  color: #697787;
  width: 100%;
  text-align: left;
}
.ScopeItems__clientComment__6GGE2 .ScopeItems__clientCommentToggle__3Qjcs:after {
  background-image: url('/assets/images/icons/caret.down.inkLighter.svg');
}
.ScopeItems__clientComment__6GGE2 .ScopeItems__clientCommentContent__1CJiW {
  color: #697787;
}
.ScopeItems__spacer__EDz20 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ScopeItems__spacer__EDz20 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ResearchPlusNextStepApproval__cta__2uND5 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ResearchPlusNextStepApproval__cta__2uND5 {
    font-size: 1.375rem;
    line-height: 1.9375rem;
    margin-bottom: 2rem;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ScopeItemsReadonly__scopeItem__3Oao2 {
  margin: 1.5rem 0 2rem 0;
  font-size: 1rem;
  line-height: 1.3125rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ScopeItemsReadonly__scopeItem__3Oao2 {
    margin: 2rem 0 3rem 0;
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ResearchPlusNextStepComponent__container__15BaZ {
  margin-top: 2.5rem;
  padding: 1.5rem 1rem;
  width: 100%;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0rem 0.5rem 1.5625rem rgba(0, 0, 0, 0.1311);
          box-shadow: 0rem 0.5rem 1.5625rem rgba(0, 0, 0, 0.1311);
  word-break: break-word;
}
@media only screen and (min-width: 1024px) {
  .ResearchPlusNextStepComponent__container__15BaZ {
    margin-top: 0rem;
    padding: 2rem 1.5rem;
  }
}
.ResearchPlusNextStepComponent__title__2dOGV {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.0313rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .ResearchPlusNextStepComponent__title__2dOGV {
    font-size: 1.625rem;
    letter-spacing: 0;
  }
}
.ResearchPlusNextStepComponent__subtitle__27Ltr {
  margin-bottom: 2rem;
}
.ResearchPlusNextStepComponent__center__tL5Jy {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ResearchPlusNextStepComponent__emphasis__2UeX0 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  color: #47525E;
}
.ResearchPlusNextStepComponent__newProjectCopy__qUuCs {
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ResearchPlusNextStepComponent__column__3IHx5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ResearchPlusNextStepComponent__customText__36h0Z {
  min-width: 380px;
}
.ResearchPlusNextStepComponent__launchProjectButton__37dvE {
  max-width: 200px;
}
.ResearchPlusNextStepComponent__newProjectLink__2BpdS {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #2F83DE;
}
.ResearchPlusNextStepComponent__newProjectLink__2BpdS:hover {
  color: #5D91C7;
}
/**
 * Deprecated
 */
.UserDetailedEarnings__container__zi7wR {
  -webkit-box-flex: display;
      -ms-flex: display;
          flex: display;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 1.5rem 1.3rem;
  margin: 0 0 1rem;
  border-radius: 0.15rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
}
.UserDetailedEarnings__title__76X34 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.UserDetailedEarnings__subtitle__2jH1A {
  margin: 0 0 1rem;
}
.UserDetailedEarnings__header__1dMIp {
  color: #697787;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0 0 1rem;
}
.UserDetailedEarnings__compensation__xQrX8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 1rem;
}
.UserDetailedEarnings__item__Cfniq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.UserDetailedEarnings__amount__PXDQd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem 0.5rem 0;
  border: 1px solid #DDE1E5;
  border-radius: 0.25rem;
}
.UserDetailedEarnings__dollarAmount__2dEdn {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  display: inline;
}
/**
 * Deprecated
 */
.ResearcherWorkHistory__tableStyle__1SGM_ thead tr th {
  text-align: left;
}
.ResearcherWorkHistory__tableStyle__1SGM_ tbody tr td {
  text-align: left;
}
.ResearcherWorkHistory__title__3lBAT {
  text-overflow: ellipsis;
}
.ResearcherWorkHistory__bold__L0li2 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.ResearcherWorkHistory__loadButton__3W5BD {
  margin: 1rem;
  max-width: '10rem';
  margin-top: '1.5rem';
}
.ResearcherWorkHistory__textCenter__34XBA {
  text-align: center !important;
}
.ResearcherWorkHistory__header__w452k {
  color: #697787;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0 0 1rem;
}
/**
 * Deprecated
 */
.Wrapper__workHistory__28xKK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5rem 1.3rem;
  background-color: white;
  margin: 0 0 1rem;
  border-radius: 0.15rem;
}
/**
 * Deprecated
 */
.AskingGreatQuestions__component__1i_-M {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  color: #232D38;
}
.AskingGreatQuestions__intro__1U6xp {
  margin-bottom: 3rem;
}
.AskingGreatQuestions__item__1QTbe {
  margin-bottom: 3rem;
}
.AskingGreatQuestions__strong__k_oJZ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
}
/**
 * Deprecated
 */
.Examples__component__3ZQPQ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  color: #232D38;
}
.Examples__heading__2an5E {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
}
.Examples__intro__38UJP {
  margin-bottom: 3rem;
}
.Examples__list__7z71L {
  list-style-type: none;
  margin-bottom: 3rem;
  padding: 0;
}
.Examples__list__7z71L li {
  padding: 0.5rem 0;
}
/**
 * Deprecated
 */
.ExamplesPricing__component__1JI12 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  color: #232D38;
}
.ExamplesPricing__heading__1jzRb {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
}
.ExamplesPricing__intro__1Blm0 {
  margin-bottom: 3rem;
}
.ExamplesPricing__list__26ELD {
  list-style-type: none;
  margin-bottom: 3rem;
  padding: 0;
}
.ExamplesPricing__list__26ELD li {
  padding: 0.5rem 0;
}
.FAQ__container__6anyo {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.FAQ__question__3Q5NI {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-size: 1.15rem;
}
/**
 * Deprecated
 */
.HowToUseWonder__component__1xnEK {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  color: #232D38;
}
.HowToUseWonder__item__2TvRw {
  padding: 0.5rem 0;
}
.HowToUseWonder__list__3h5tD {
  margin: 0 1rem;
  padding: 0;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.LibraryListItem__component__vTLKH {
  border-radius: 1rem;
  padding-left: 0rem;
  padding-right: 2rem;
  padding-top: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 30px;
  position: relative;
  color: #6F7072;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 1024px) {
  .LibraryListItem__component__vTLKH {
    margin-top: 0px;
    padding-left: 0rem;
    padding-right: 2rem;
    padding-top: 0rem;
    padding-bottom: 1rem;
    min-height: 40px;
  }
}
.LibraryListItem__component__vTLKH .LibraryListItem__link__1qi5c:hover {
  color: #292f32;
  text-decoration: none;
}
.LibraryListItem__component__vTLKH .LibraryListItem__link__1qi5c.LibraryListItem__active__2OffF {
  color: #d4a736;
  text-decoration: underline;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .LibraryListItem__component__vTLKH .LibraryListItem__link__1qi5c.LibraryListItem__active__2OffF {
    text-decoration: none;
  }
}
.LibraryListItem__component__vTLKH .LibraryListItem__tag__3p8NK {
  position: relative;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  text-decoration: none;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.UserLibraries__component__3sjw6 {
  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-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  margin-bottom: unset;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.UserLibraries__component__3sjw6 > * {
  margin: 0 0 0.5rem 0;
  border-radius: 1rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 30px;
  position: relative;
  width: 100%;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  text-align: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 110px;
}
.UserLibraries__component__3sjw6 > *:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 110px;
}
.UserLibraries__component__3sjw6 > *:last-child {
  margin: 0 0 0.5rem 0;
  border-radius: 1rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 30px;
  position: relative;
  width: 100%;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  text-align: unset;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 110px;
}
@media only screen and (min-width: 550px) {
  .UserLibraries__component__3sjw6 > * {
    white-space: nowrap;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .UserLibraries__component__3sjw6 > *:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .UserLibraries__component__3sjw6 > *:last-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    white-space: nowrap;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .UserLibraries__component__3sjw6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .UserLibraries__component__3sjw6 > * {
    margin-top: 0px;
    padding-left: 0rem;
    padding-right: 2rem;
    padding-top: 0rem;
    padding-bottom: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .UserLibraries__component__3sjw6 > *:last-child {
    margin-top: 0px;
    padding-left: 0rem;
    padding-right: 2rem;
    padding-top: 0rem;
    padding-bottom: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.UserLibraries__loadingIndicator__2XGz1 {
  border-color: rgba(255, 255, 255, 0.4);
  border-left-color: white;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-top: 0.5rem;
}
.UserLibraries__itemsWrapper__26Wiy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.UserLibraries__component__3wUJF {
  position: inherit;
  width: 56px;
  height: 24px;
  background: #FFF2D0;
  -webkit-box-shadow: -5px -2px 14px rgba(221, 225, 229, 0.6), 2px 7px 35px rgba(221, 225, 229, 0.6);
          box-shadow: -5px -2px 14px rgba(221, 225, 229, 0.6), 2px 7px 35px rgba(221, 225, 229, 0.6);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.UserLibraries__component__3wUJF .UserLibraries__text__uBZ0E {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-size: 14px;
  line-height: 19px;
  color: #EAB52E;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Page__content__19IAk {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .Page__content__19IAk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 3.5rem 2rem;
    margin: 0 auto;
    max-width: 81.5rem;
  }
}
.Page__heading__uQlYn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: unset !important;
}
.Page__heading__uQlYn > h2 {
  font-style: normal;
  font-weight: normal;
  font-family: 'aleobold', serif;
  font-size: 38px;
  line-height: 50px;
  letter-spacing: 0.5px;
  color: #2F83DE;
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 1024px) {
  .Page__heading__uQlYn > h2 {
    margin-bottom: 24px !important;
  }
}
.Page__userLibraries__2KlpW {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .Page__userLibraries__2KlpW {
    width: unset;
  }
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.List__component__dFxKr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  padding: 1rem 0rem;
  position: relative;
}
@media only screen and (min-width: 450px) {
  .List__component__dFxKr {
    padding: 1.75rem;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .List__component__dFxKr {
    padding: 0;
  }
}
.List__container__3Ge08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (min-width: 450px) {
  .List__container__3Ge08 {
    margin-top: 1.75rem;
  }
}
.List__deliverableList__J-5w- {
  margin-top: unset;
  margin-left: -2rem;
  margin-right: -2rem;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .List__deliverableList__J-5w- {
    margin-top: -1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .List__deliverableList__J-5w- {
    width: 760px;
  }
}
@media only screen and (min-width: 1200px) {
  .List__deliverableList__J-5w- {
    width: 920px;
  }
}
.List__emptyView__3YSnn {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F5F9FD;
  border-radius: 1rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.List__emptyView__3YSnn .List__heading__16Y6j {
  margin-bottom: 0;
}
.List__emptyView__3YSnn .List__imageContainer__KBt_P {
  width: 16.625rem;
  height: 12.5rem;
  margin-top: -2%;
  position: relative;
  background: url('/assets/images/about/library-woman.png');
  background-size: contain;
  background-position: -5%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 450px) {
  .List__emptyView__3YSnn .List__imageContainer__KBt_P {
    display: none;
  }
}
.List__secondaryColumn__2bxGt {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  margin-bottom: unset;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Highlights__container__22BEC {
  margin-bottom: 16px;
}
.Highlights__container__22BEC .Highlights__imagesWord__3afjV {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #011F40;
}
.Highlights__container__22BEC .Highlights__imagesWordLoading__1WtDj {
  color: #98A5B3;
}
.Highlights__container__22BEC .Highlights__content__1CGmx {
  margin-top: 16px;
  width: 100%;
}
.Highlights__container__22BEC .Highlights__content__1CGmx .Highlights__imagesContainer__2HHm0 {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding-right: 50px;
  position: relative;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
@-webkit-keyframes HighlightImage__flash__1wV6e {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}
@keyframes HighlightImage__flash__1wV6e {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}
.HighlightImage__animated-background__lWATF {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: transparent !important;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: HighlightImage__flash__1wV6e;
          animation-name: HighlightImage__flash__1wV6e;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  position: relative;
}
.HighlightImage__animated-background__lWATF * {
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.HighlightImage__containerHover__2fQ0z:hover {
  cursor: pointer;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  z-index: 1000;
}
.HighlightImage__containerHover__2fQ0z:hover:first-child {
  -webkit-transform: scale(1.5) translateX(18%);
          transform: scale(1.5) translateX(18%);
}
.HighlightImage__container__2l4a1 {
  width: 66px;
  height: 66px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  border-radius: 4px;
  border-style: solid;
  border-width: 0px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .HighlightImage__container__2l4a1 {
    width: 87px;
    height: 87px;
    margin-right: 6px;
  }
}
.HighlightImage__container__2l4a1 .HighlightImage__content__2WmnE {
  width: 66px;
  height: 66px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .HighlightImage__container__2l4a1 .HighlightImage__content__2WmnE {
    width: 87px;
    height: 87px;
  }
}
.HighlightImage__container__2l4a1 .HighlightImage__content__2WmnE .HighlightImage__image__1NkOD {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #98A5B3;
  border-radius: 4px;
  border-style: solid;
  border-width: 0px;
  width: 66px;
  height: 66px;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .HighlightImage__container__2l4a1 .HighlightImage__content__2WmnE .HighlightImage__image__1NkOD {
    width: 87px;
    height: 87px;
  }
}
.HighlightImage__container__2l4a1 .HighlightImage__content__2WmnE .HighlightImage__loader__3bQQB {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background-color: #98A5B3;
}
.HighlightImage__viewReportButtonOverride__1lLxh {
  font-size: 7px !important;
  border-radius: 3px !important;
  width: 67px !important;
  height: 18px !important;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.HighlightImagesCarouselModal__children__25vIy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 0rem !important;
  overflow-x: auto;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .HighlightImagesCarouselModal__children__25vIy {
    display: block;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .HighlightImagesCarouselModal__containerSizing__18Lx4 {
    height: auto !important;
    max-width: 50rem;
    min-width: 25rem;
    width: calc(100vw * 0.6);
  }
}
.HighlightImagesCarouselModal__innerContainer__2n4IX {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.HighlightImagesCarouselModal__modalPaddingOverride__1lWTf {
  padding: 0;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .HighlightImagesCarouselModal__modalPaddingOverride__1lWTf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 2rem 1rem 2rem;
  }
}
@media only screen and (max-height: 790px) {
  .HighlightImagesCarouselModal__modalPaddingOverride__1lWTf {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.HighlightImagesCarousel__clickable___2yMo {
  cursor: pointer;
}
.HighlightImagesCarousel__container__1JM_2 {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .HighlightImagesCarousel__container__1JM_2 {
    height: unset;
  }
}
.HighlightImagesCarousel__container__1JM_2 .HighlightImagesCarousel__contentContainer__2Bcf1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 0;
  width: 100%;
  height: 100%;
}
.HighlightImagesCarousel__container__1JM_2 .HighlightImagesCarousel__contentContainer__2Bcf1 .HighlightImagesCarousel__titleContainer__3KIPX {
  margin-bottom: 36px;
  width: 100%;
  max-height: 80px;
}
.HighlightImagesCarousel__container__1JM_2 .HighlightImagesCarousel__contentContainer__2Bcf1 .HighlightImagesCarousel__titleContainer__3KIPX .HighlightImagesCarousel__title__loDmM {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  color: #2F83DE;
  text-align: left;
  margin: 0;
  font-weight: 390;
  font-size: 32px;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* Number of lines to display */
  line-clamp: 2;
  /* Number of lines to display */
}
.HighlightImagesCarousel__container__1JM_2 .HighlightImagesCarousel__contentContainer__2Bcf1 .HighlightImagesCarousel__imageContainer__1VomC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  max-height: 500px;
  margin-bottom: 36px;
}
.HighlightImagesCarousel__container__1JM_2 .HighlightImagesCarousel__contentContainer__2Bcf1 .HighlightImagesCarousel__imageContainer__1VomC .HighlightImagesCarousel__image__dBP-F {
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.HighlightImagesCarousel__container__1JM_2 .HighlightImagesCarousel__contentContainer__2Bcf1 .HighlightImagesCarousel__reportContainer__yndrA {
  margin-top: 15px;
  white-space: break-spaces;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-height: 24px;
  -ms-flex-item-align: center;
      align-self: center;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
@-webkit-keyframes Verified__flash__U5XTv {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}
@keyframes Verified__flash__U5XTv {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}
.Verified__animated-background__10ztf {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: transparent !important;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: Verified__flash__U5XTv;
          animation-name: Verified__flash__U5XTv;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  position: relative;
}
.Verified__animated-background__10ztf * {
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.Verified__container__3swm- {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Verified__container__3swm- .Verified__iconContainer__2-odN {
  width: 21px;
  height: 21px;
  margin-right: 5px;
}
.Verified__container__3swm- .Verified__privateReport__3vMZy {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-size: 12px;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.02em;
  color: #697787;
}
.Verified__container__3swm- .Verified__reportLink__IxTDA {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-size: 12px;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.02em;
  color: #2F83DE;
}
.Verified__linkUnderlineColor__3tIQ8:hover {
  color: #2F83DE;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ArrowButton__button__3_1YB {
  color: #EAB52E;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 52px;
  width: 42px;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ArrowButton__button__3_1YB {
    height: 20px;
    width: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .ArrowButton__button__3_1YB {
    height: 52px;
    width: 42px;
  }
}
.ArrowButton__disabled__2tciX {
  opacity: 0;
  cursor: none;
}
.ArrowButton__left__3ZP14 {
  background-image: url(/assets/images/icons/caret.left.blue-lighter.svg);
  margin-right: 24px;
  fill: #B5CEE9;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ArrowButton__left__3ZP14 {
    margin-right: 70px;
  }
}
.ArrowButton__right__fgZdV {
  background-image: url(/assets/images/icons/caret.right.blue-lighter.svg);
  margin-left: 24px;
  fill: #B5CEE9;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ArrowButton__right__fgZdV {
    margin-left: 70px;
  }
}
.ArrowButton__up__DCAJL {
  background-image: url(/assets/images/icons/caret.up.blue-lighter.svg);
  margin-bottom: 24px;
  fill: #B5CEE9;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ArrowButton__up__DCAJL {
    margin-bottom: 70px;
  }
}
.ArrowButton__down__kMVOE {
  background-image: url(/assets/images/icons/caret.down.blue-lighter.svg);
  margin-top: 24px;
  fill: #B5CEE9;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ArrowButton__down__kMVOE {
    margin-top: 70px;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
@-webkit-keyframes ResultsListItem__flash__3oNUn {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}
@keyframes ResultsListItem__flash__3oNUn {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}
.ResultsListItem__animated-background__6cvfQ {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: transparent !important;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ResultsListItem__flash__3oNUn;
          animation-name: ResultsListItem__flash__3oNUn;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  position: relative;
}
.ResultsListItem__animated-background__6cvfQ * {
  color: transparent !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ResultsListItem__container__3rlix {
  margin-top: 8px;
  margin-bottom: 16px;
}
.ResultsListItem__container__3rlix .ResultsListItem__sourceContainer__1Pqaj {
  margin-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ResultsListItem__container__3rlix .ResultsListItem__sourceContainer__1Pqaj .ResultsListItem__sourceDomain__3lXq3 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.02em;
  font-weight: 450;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ResultsListItem__container__3rlix .ResultsListItem__sourceContainer__1Pqaj .ResultsListItem__sourceDomainPrivate__3KhXg {
  color: #232D38;
}
.ResultsListItem__container__3rlix .ResultsListItem__sourceContainer__1Pqaj .ResultsListItem__sourceDomainPublic__1u3rb {
  color: #2F83DE;
}
.ResultsListItem__container__3rlix .ResultsListItem__textContent__2hyiY {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  color: #47525E;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.ResultsListItem__container__3rlix .ResultsListItem__divider__3latz {
  height: 1px;
  width: 100%;
  background-color: #98A5B3;
  opacity: 0.2;
  margin-bottom: 8px;
}
.ResultsListItem__linkUnderlineColor__1LHKu:hover {
  color: #2F83DE;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ResultsList__container__3nbyx .ResultsList__insightsWord__3SYn6 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #011F40;
}
.ResultsList__container__3nbyx .ResultsList__insightsWordLoading__2AdMU {
  color: #98A5B3;
}
.ResultsList__container__3nbyx .ResultsList__loaderContainer__LlJL9 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #80808054;
}
/**
 * Deprecated
 */
.NoResults__container__27V25 {
  color: #21548A;
}
.NoResults__container__27V25 .NoResults__messageContainer__4AtzC {
  margin-bottom: 30px;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.SearchBar__container__31R1U .SearchBar__inputField__L3fuT {
  border-radius: 100px;
  border-color: #B5CEE9;
  border-width: 1px;
  width: 100%;
}
.SearchBar__container__31R1U .SearchBar__searchButton__1pu0V {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  border-width: 1px;
  height: 100%;
  width: 152px;
  position: absolute;
  top: 0;
  right: 1.2rem;
  height: 25px;
  width: 75px;
  border-radius: 100px;
}
@media only screen and (min-width: 1024px) {
  .SearchBar__container__31R1U .SearchBar__searchButton__1pu0V {
    margin-left: 40px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SearchBar__container__31R1U .SearchBar__searchButton__1pu0V {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 450px) {
  .SearchBar__container__31R1U .SearchBar__searchButton__1pu0V {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 350px) {
  .SearchBar__container__31R1U .SearchBar__searchButton__1pu0V {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .SearchBar__container__31R1U .SearchBar__searchButton__1pu0V {
    right: -0.2rem;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.WonderLibrary__content__Fiffo {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 35px;
}
@media only screen and (min-width: 1024px) {
  .WonderLibrary__content__Fiffo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 3.5rem 2rem;
    margin: 0 auto;
    max-width: 81.5rem;
  }
}
.WonderLibrary__heading__lMS7z {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: unset !important;
}
.WonderLibrary__heading__lMS7z > h2 {
  font-style: normal;
  font-weight: normal;
  font-family: 'aleobold', serif;
  font-size: 38px;
  line-height: 50px;
  letter-spacing: 0.5px;
  color: #2F83DE;
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 1024px) {
  .WonderLibrary__heading__lMS7z > h2 {
    margin-bottom: 24px !important;
  }
}
.WonderLibrary__container__2fpNr {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .WonderLibrary__container__2fpNr {
    max-width: 760px;
  }
}
@media only screen and (min-width: 1200px) {
  .WonderLibrary__container__2fpNr {
    max-width: 920px;
  }
}
.WonderLibrary__container__2fpNr > * {
  margin-bottom: 16px;
  padding-bottom: 0px;
  height: auto;
}
.WonderLibrary__libraryList__1rTzW {
  margin-top: 2rem;
}
.WonderLibrary__secondaryColumn__146JH {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .WonderLibrary__secondaryColumn__146JH {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
  }
}
.WonderLibrary__searchBarTopLevel__3miwN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .WonderLibrary__searchBarTopLevel__3miwN {
    display: none;
  }
}
.WonderLibrary__searchBarAtBottomLevel__34Og2 {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .WonderLibrary__searchBarAtBottomLevel__34Og2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.WonderLibrary__divider__2-9RK {
  height: 1px;
  width: 100%;
  background-color: #98A5B3;
  opacity: 0.2;
  margin-bottom: 20px;
}
.WonderLibrary__userLibraries__1nu0R {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .WonderLibrary__userLibraries__1nu0R {
    width: unset;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Pager__container__1D8hK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0;
}
.Pager__container__1D8hK > div {
  margin: 0 50px;
  height: 22px;
  width: 22px;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Pager__container__1D8hK > div {
    height: 20px;
    width: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .Pager__container__1D8hK > div {
    height: 18px;
    width: 18px;
  }
}
.Pager__container__1D8hK .Pager__button__2dwpB {
  color: #EAB52E;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 22px;
  width: 22px;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Pager__container__1D8hK .Pager__button__2dwpB {
    height: 20px;
    width: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .Pager__container__1D8hK .Pager__button__2dwpB {
    height: 18px;
    width: 18px;
  }
}
.Pager__container__1D8hK .Pager__previous__1oZrh {
  background-image: url(/assets/images/icons/caret.left.gold.svg);
}
.Pager__container__1D8hK .Pager__next__3jKPm {
  background-image: url(/assets/images/icons/caret.right.gold.svg);
}
/**
 * Deprecated
 */
.StrategyPage__layoutSidebar__3SkOt {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.StrategyPage__content__2O1Jt {
  padding-top: 5.5rem;
}
.StrategyPage__contentChildren__3B-FX {
  padding-left: 2rem;
  padding-right: 2rem;
}
.StrategyPage__titleContainer__3fRul {
  padding: 0;
}
.StrategyPage__titleContainer__3fRul button {
  margin-left: 1rem;
}
.StrategyPage__mainContent__23IuM {
  padding: 1rem 0.5rem 2rem 0.5rem;
}
.StrategyPage__nextStepField__2c_P- {
  margin-bottom: 1rem;
}
.StrategyPage__numRequestsInput__3rfwV {
  width: 4em;
}
.StrategyPage__fieldWrapper__2Ih8y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.StrategyPage__quoteText__1esGL {
  color: #B6B6B6;
}
.StrategyPage__sampleText__4Qdlp {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.StrategyPage__scopeItem__3QYPK {
  padding-bottom: 2rem;
  border-bottom: 1px solid #DDE1E5;
  padding: 0 0.5rem;
}
.StrategyPage__scopeItem__3QYPK .StrategyPage__pathTitle__1ZChb {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  margin: 1rem 0;
  margin-left: -0.5rem;
}
.StrategyPage__scopeItem__3QYPK:last-child {
  border-bottom: none;
}
.StrategyPage__scopeItem__3QYPK .StrategyPage__titleTextarea__1V5ff {
  min-height: unset;
}
.StrategyPage__scopeHeader__1VzGg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.StrategyPage__scopeHeader__1VzGg .StrategyPage__scopeNumber__GnlNz {
  font-weight: bold;
}
.StrategyPage__scopeHeader__1VzGg .StrategyPage__checkmark__3t2nw {
  top: 0.1875rem;
  position: relative;
  background-image: url('/assets/images/about/icons/circle.check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  height: 1rem;
  width: 1.5625rem;
  content: ' ';
  display: inline-block;
}
.StrategyPage__scopeHeader__1VzGg .StrategyPage__approvedAt__2f8Cz {
  color: #2F83DE;
  font-weight: bold;
}
.StrategyPage__scopeMeta__ztiMd {
  font-size: 0.9rem;
}
.StrategyPage__approvalComment__31I2T {
  margin-top: 1.3rem;
  padding: 0.5rem 1rem;
  border: 0.125rem solid #2F83DE;
  position: relative;
  border-radius: 0.625rem;
}
.StrategyPage__approvalComment__31I2T .StrategyPage__commentIcon__1SJsG {
  background: url('/assets/images/icons/comment.blue.svg');
  height: 1.1em;
  width: 1.1em;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.625rem;
  position: absolute;
  top: 0.625rem;
}
.StrategyPage__approvalComment__31I2T .StrategyPage__comment__3148i {
  margin-left: 1.5625rem;
}
.StrategyPage__approvalComment__31I2T:after,
.StrategyPage__approvalComment__31I2T:before {
  bottom: 100%;
  left: 5%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.StrategyPage__approvalComment__31I2T:before {
  border-bottom-color: #2F83DE;
  border-width: 0.625rem;
  margin-left: -0.875rem;
}
.StrategyPage__approvalComment__31I2T:after {
  border-bottom-color: white;
  border-width: 0.4375rem;
  margin-left: -0.6875rem;
}
.StrategyPage__fieldHeader__Cb6Zp {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.StrategyPage__fieldHeader__Cb6Zp .StrategyPage__heading__Y9Uwd {
  float: left;
}
.StrategyPage__fieldHeader__Cb6Zp .StrategyPage__removeIcon__1bj4E {
  background: url('/assets/images/icons/x.blueLight.svg');
  height: 1.1em;
  width: 1.1em;
}
.StrategyPage__fieldHeader__Cb6Zp .StrategyPage__removeIcon__1bj4E:hover {
  cursor: pointer;
}
.StrategyPage__heading__Y9Uwd {
  margin-bottom: 0;
}
.StrategyPage__hidden__1i9jz {
  display: none;
}
.StrategyPage__scopeItem__3QYPK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.StrategyPage__scopeItem__3QYPK > * {
  margin: 0 0 0.5rem 0;
}
.StrategyPage__scopeItem__3QYPK > *:last-child {
  margin: 0;
}
.StrategyPage__scopeItem__3QYPK:only-child {
  margin-bottom: 0;
}
.StrategyPage__scopeItem__3QYPK:last-child {
  margin-bottom: 0;
}
.StrategyPage__nextStepFooter__2jkFB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -1rem 0;
  margin: 0;
}
.StrategyPage__nextStepFooter__2jkFB > * {
  margin: 0 0 1rem 0;
}
.StrategyPage__footerItems__1W-vH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem -1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.StrategyPage__footerItems__1W-vH > * {
  margin: 0 1rem 1rem 0;
}
.StrategyPage__footerItems__1W-vH .StrategyPage__largeProjectContainer__2cqBk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem 0;
}
.StrategyPage__footerItems__1W-vH .StrategyPage__largeProjectContainer__2cqBk > * {
  margin: 0 0.5rem 0.5rem 0;
}
/**
 * Deprecated
 */
.CommentList__actionBar__B6plo {
  float: right;
  font-size: 0.8rem;
}
.CommentList__commentInput__HpUyE {
  margin: 0;
}
.CommentList__link__1C955 {
  color: #2F83DE;
  display: inline-block;
}
.CommentList__link__1C955:hover {
  text-decoration: underline;
  cursor: pointer;
}
.CommentList__commentBox__1r2Y6 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
/**
 * Deprecated
 */
.AddComment__commentInput__wU4XB {
  margin: 0;
}
.AddComment__addCommentLink__JvNK4 {
  color: #2F83DE;
}
.AddComment__addCommentLink__JvNK4:hover {
  text-decoration: underline;
  cursor: pointer;
}
.CancelModal__form__3IaI2 {
  padding: 2rem;
}
.CancelModal__buttons__34ubH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.CancelModal__title__iqTwD {
  padding-bottom: 2rem;
}
/**
 * Deprecated
 */
.SideBar__sidebar__35bj2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding: 0 2rem;
}
.SideBar__sidebar__35bj2 > * {
  margin: 0 0 1.5rem 0;
}
.SideBar__sidebar__35bj2 > *:last-child {
  margin: 0;
}
.SideBar__sidebar__35bj2 a {
  color: #2F83DE;
}
.SideBar__clockContainer__rt0Cu {
  margin-bottom: 0;
}
.SideBar__sectionContainer__igEji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.SideBar__sectionContainer__igEji > * {
  margin: 0 0 1rem 0;
}
.SideBar__sectionContainer__igEji > *:last-child {
  margin: 0;
}
.SideBar__attachments__3b91z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem 0;
}
.SideBar__attachments__3b91z > * {
  margin: 0 0.5rem 0.5rem 0;
}
.SideBar__chatTranscript__1Uxs9 {
  /* we override the markdown default tag styles */
  max-height: 9.375rem;
  overflow-y: scroll;
  border: solid 1px #C7D1DC;
  border-radius: 5px;
  background-color: #F4F7FA;
  padding: 0 0.5rem 0.5rem 0.5rem;
  line-height: 1rem;
}
.SideBar__chatTranscript__1Uxs9 h3 {
  display: none;
}
.SideBar__chatTranscript__1Uxs9 h5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 1rem 0 0 0;
}
.SideBar__chatTranscript__1Uxs9 blockquote {
  line-height: 1rem;
  margin: 0.5rem 0 0 0;
  padding: 0;
  text-align: left;
}
.SideBar__chatTranscript__1Uxs9 p {
  line-height: 1rem;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.375rem;
}
/**
 * Deprecated
 */
.ReadOnlyStrategy__readOnlyContainer__ASq89 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ReadOnlyStrategy__strategyContent__1oIRd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  position: relative;
}
.ReadOnlyStrategy__strategyContent__1oIRd > * {
  margin: 0 0 1.5rem 0;
}
.ReadOnlyStrategy__strategyContent__1oIRd > *:last-child {
  margin: 0;
}
.ReadOnlyStrategy__optOutMessage__1Llkf {
  color: #697787;
}
.ReadOnlyStrategy__specialty__BBR0a {
  color: #8F6E1B;
}
.ReadOnlyStrategy__generalist__1rAd0 {
  color: #47525E;
}
/**
 * Deprecated
 */
.ActiveStrategy__component__1fFw2 {
  padding: 3rem 0;
}
.ActiveStrategy__component__1fFw2 .ActiveStrategy__previousStrategy__1kYNU {
  margin: 2rem 0;
}
.ActiveStrategy__component__1fFw2 .ActiveStrategy__skipFindings__2v4tU {
  margin-bottom: 1rem;
}
.ActiveStrategy__component__1fFw2 .ActiveStrategy__skipFindingsMessage__1v_cq {
  color: #98A5B3;
}
.ActiveStrategy__component__1fFw2 .ActiveStrategy__approvalRequiredCheckbox__dyAvp {
  margin-top: 1rem;
}
.ActiveStrategy__component__1fFw2 .ActiveStrategy__submitOptions__1N9iV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ActiveStrategy__component__1fFw2 .ActiveStrategy__optOutMessage__3wP6E {
  color: #697787;
}
.ActiveStrategy__alignItemsStart__3_tGc {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.Row__emojiRow__IMZYu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Row__blockedIcon__2d-wM {
  width: 2rem;
  margin-right: 0.2rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Row__actionRequiredIcon__2klnG {
  width: 2rem;
  margin-right: 0.2rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Row__selectMenu__1lGRo {
  width: 14rem;
}
.Row__name__evsVY {
  width: 5rem;
  word-break: break-all;
}
.Row__action__1P62Q {
  width: 9rem;
}
.AssignModal__container__8lqti {
  min-height: 3rem;
  height: auto;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.AssignModal__field__D54Dp {
  width: 100%;
}
.ListPage__checkboxLabel__KvROO {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.ListPage__actions__1TkOq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.SchedulePhoneConsultation__widget__1A_0_ {
  width: 100%;
  height: 30rem;
}
@media only screen and (min-width: 450px) {
  .SchedulePhoneConsultation__widget__1A_0_ {
    width: 30rem;
  }
}
.SchedulePhoneConsultation__success__3DybM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #232D38;
}
.SchedulePhoneConsultation__success__3DybM > * {
  margin: 0 0 1rem 0;
}
.SchedulePhoneConsultation__success__3DybM > *:last-child {
  margin: 0;
}
.SchedulePhoneConsultation__success__3DybM .SchedulePhoneConsultation__successIcon__3ovRz {
  width: 6rem;
  height: 6rem;
  background: url('/assets/images/icons//success_plain.svg') no-repeat;
  background-size: contain;
}
.SchedulePhoneConsultation__success__3DybM .SchedulePhoneConsultation__redirect__2LCap {
  color: #697787;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.DraftPage__component__3qZVF .DraftPage__left__2KWSi {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.DraftPage__component__3qZVF .DraftPage__left__2KWSi .DraftPage__container__2cneN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.DraftPage__component__3qZVF .DraftPage__left__2KWSi .DraftPage__container__2cneN > * {
  margin: 0 0 2rem 0;
}
.DraftPage__component__3qZVF .DraftPage__left__2KWSi .DraftPage__container__2cneN > *:last-child {
  margin: 0;
}
.DraftPage__component__3qZVF .DraftPage__left__2KWSi .DraftPage__container__2cneN .DraftPage__attachments__7E0Rg {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.DraftPage__component__3qZVF .DraftPage__left__2KWSi .DraftPage__container__2cneN .DraftPage__attachments__7E0Rg .DraftPage__files__10RxQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.DraftPage__component__3qZVF .DraftPage__left__2KWSi .DraftPage__container__2cneN .DraftPage__attachments__7E0Rg .DraftPage__files__10RxQ > * {
  margin: 0 0.5rem 0.5rem 0;
}
.DraftPage__component__3qZVF .DraftPage__left__2KWSi .DraftPage__header__1yEkn {
  color: #98A5B3;
  margin-bottom: 2rem;
}
.DraftPage__component__3qZVF .DraftPage__left__2KWSi .DraftPage__subheader__3gQsc {
  color: #47525E;
  margin-bottom: 2rem;
}
.DraftPage__component__3qZVF .DraftPage__left__2KWSi .DraftPage__questions__2gGyq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.DraftPage__component__3qZVF .DraftPage__left__2KWSi .DraftPage__questions__2gGyq > * {
  margin: 0 0 1.5rem 0;
}
.DraftPage__component__3qZVF .DraftPage__left__2KWSi .DraftPage__questions__2gGyq > *:last-child {
  margin: 0;
}
.DraftPage__component__3qZVF .DraftPage__right__grbee {
  margin-top: 3rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .DraftPage__component__3qZVF .DraftPage__right__grbee {
    margin-top: 0;
  }
}
.DraftPage__component__3qZVF .DraftPage__right__grbee .DraftPage__fixer__20pkm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.DraftPage__component__3qZVF .DraftPage__right__grbee .DraftPage__fixer__20pkm > * {
  margin: 0 0 1.5rem 0;
}
.DraftPage__component__3qZVF .DraftPage__right__grbee .DraftPage__fixer__20pkm > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .DraftPage__component__3qZVF .DraftPage__right__grbee .DraftPage__fixer__20pkm {
    position: -webkit-sticky;
    position: sticky;
    top: 8rem;
    border: solid 1px #DDE1E5;
    border-radius: 10px;
    padding: 1.5rem;
  }
}
.DraftPage__component__3qZVF .DraftPage__right__grbee .DraftPage__spacer__3qEMG {
  display: none;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .DraftPage__component__3qZVF .DraftPage__right__grbee .DraftPage__spacer__3qEMG {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .DraftPage__component__3qZVF .DraftPage__right__grbee .DraftPage__actionContainer__2Vb6b {
    text-align: center;
  }
}
.DraftPage__component__3qZVF .DraftPage__right__grbee .DraftPage__actionContainer__2Vb6b .DraftPage__actionTitle__32AHR {
  color: #697787;
  font-size: 1rem;
}
.DraftPage__component__3qZVF .DraftPage__right__grbee .DraftPage__marginTop__3AfWd {
  margin-top: 5px;
}
/**
 * Deprecated
 */
.ProjectApprovalPageContent__page__2Fk-n {
  height: 100%;
  background: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ProjectApprovalPageContent__projectTitle__3s_ib {
  color: #48C975;
}
.ProjectApprovalPageContent__warning__3HrDh {
  color: #EA882E;
}
.ProjectApprovalPageContent__success__sVy4Z {
  color: #48C975;
  line-height: 2.5rem;
  background: url('/assets/images/icons/success.svg') no-repeat;
  background-position: top center;
  margin-bottom: 2rem;
  padding-top: 4rem;
}
.ProjectApprovalPageContent__pageContainer__O_gP- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ProjectApprovalPageContent__scrollView__2NA4U {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}
.ProjectApprovalPageContent__content__u95Wo {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  margin: 0 auto;
  text-align: center;
  margin-top: 2rem;
  -ms-flex-item-align: center;
      align-self: center;
  width: 80%;
  max-width: 500px;
  padding-top: 2rem;
  line-height: 1.9rem;
}
.ProjectApprovalPageContent__actionButton__yJ-0_ {
  margin: 1rem;
}
.ProjectApprovalPageContent__page__2Fk-n ul {
  margin: 0;
  text-align: left;
}
.ProjectApprovalPageContent__page__2Fk-n ul li {
  margin-bottom: 0.8rem;
}
.ProjectApprovalPageContent__paragraph__FKKBS {
  text-align: justify;
  margin: 2rem 0;
}
.ProjectApprovalPageContent__errors__V_Mkn ul li {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  color: #EE5548;
  text-align: center;
}
.ProjectApprovalPageContent__projectScope__1dez5 {
  margin-bottom: 2rem;
}
.ProjectApprovalPageContent__projectScopeType__3ULsw {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.UserScore__component__2HHvD {
  padding: 1.5rem 1.3rem;
  background-color: white;
  border-radius: 0.15rem;
  margin: 0 0 1rem;
}
.UserScore__title__3RAbT {
  margin-bottom: 20px;
  color: #aeaeae;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
.UserScore__score__21a8B {
  font-size: 2rem;
  font-weight: 500;
  padding: 10px;
  width: 100px;
  background-color: #aeaeae;
  border-radius: 0.25rem;
  color: white;
  text-align: center;
}
.UserScore__footnote__1taZM {
  margin-top: 20px;
}
/**
 * Deprecated
 */
.Rating__component__wjQZW {
  padding: 10px;
  border-bottom: 1px solid #DDE1E5;
}
.Rating__container__1lWhc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Rating__excluded__3tql8 {
  opacity: 0.3;
}
.Rating__stars__oSrjo {
  margin-right: 5rem;
}
.Rating__date__LeBSl {
  margin-right: 5rem;
}
.Rating__terms__1rOh0 {
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RatingsList__component__1wjcK {
  padding: 1.5rem 1.3rem;
  background-color: white;
  border-radius: 0.15rem;
  margin: 0 0 1rem;
}
.RatingsList__title__14ri8 {
  margin-top: 0;
  color: #aeaeae;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
.RatingsList__footnote__15l5n {
  margin-top: 20px;
}
/**
 * Deprecated
 */
.RequestListMenuItem__component__2hoxV {
  border-bottom: 1px solid #DDE1E5;
  display: inline-block;
  margin: 0 1.5rem -1px 1.5rem;
  padding: 1rem 0;
  text-decoration: none;
}
.RequestListMenuItem__component__2hoxV:hover {
  text-decoration: none;
}
.RequestListMenuItem__component__2hoxV.RequestListMenuItem__active__MZRP0 {
  border-bottom-color: #2F83DE;
  color: #2F83DE;
}
/**
 * Deprecated
 */
.RequestListMenu__container__3uUSY {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0;
  padding: 0;
  background-color: white;
  border-radius: 0.15rem;
  border-bottom: 1px solid #DDE1E5;
}
.RequestListMenu__list__3kOT5 {
  list-style: none;
  padding: 0;
  margin: 0;
}
/**
 * Deprecated
 */
.FiveStarRatedList__container__1f_a3 {
  margin: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.FiveStarRatedList__wrapper__VFide {
  padding: 1rem 1.5rem;
  margin: 0 0 1rem 0;
  background-color: white;
  border-radius: 0.15rem;
  min-height: 3rem;
  width: 100%;
}
.FiveStarRatedList__pagerComponent__2vPDf {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
/**
 * Deprecated
 */
.GenericRequestListItem__ellipsis__3ztgD {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.GenericRequestListItem__container__15pKn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #DDE1E5;
}
.GenericRequestListItem__lastItem__1yRTr {
  border-bottom: none;
}
.GenericRequestListItem__rowItem__p0F7i {
  -ms-flex-preferred-size: 10rem;
      flex-basis: 10rem;
  padding: 0 0.5rem 0 0;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #232D38;
}
.GenericRequestListItem__rowItemLink__1c2ni {
  -ms-flex-preferred-size: 10rem;
      flex-basis: 10rem;
  padding: 0 0.5rem 0 0;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #232D38;
  color: #697787;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.GenericRequestListItem__requestTitle__3r53A {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: center;
      align-self: center;
  color: #697787;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 * Deprecated
 */
.RequestListHeaders__container__27orQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0 0.25rem 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.RequestListHeaders__column__R_oCG {
  -ms-flex-preferred-size: 9.9rem;
      flex-basis: 9.9rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #697787;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.RequestListHeaders__lastColumn__3_O-C {
  color: #697787;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.BaseTaskDescription__wrapper__f6F5C {
  margin: 0 0 0 1rem;
}
.BaseTaskDescription__inner__2tPNh {
  padding: 2rem 1.5rem;
  margin: 0;
  background-color: white;
  border-radius: 0.15rem;
}
.BaseTaskDescription__spacer__3JMuc {
  margin: 0.5rem 0;
}
.BaseTaskDescription__boldText__euM6Y {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
/**
 * Deprecated
 */
.ResearcherGetStartedPage__scrollable__2nN3_ {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.ResearcherGetStartedPage__scrollable__2nN3_ > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ResearcherGetStartedPage__actionContainer__Cek63 {
  margin: 2rem auto;
  text-align: center;
}
.ResearcherGetStartedPage__contentContainer__fHdeY {
  margin: 2rem auto;
}
.ResearcherProfileForm__component__24i6e {
  position: relative;
}
.ResearcherProfileForm__blockLabel__kZZUe {
  display: block;
}
.ResearcherProfileForm__buttonsContainer__1QmbE {
  margin: 2rem 0;
  text-align: center;
}
.ResearcherProfileForm__money__3DNkT {
  max-width: 10rem;
}
.ResearcherProfileForm__withSubCategory__2QC1Z {
  margin-bottom: 0.5rem;
}
/**
 * Deprecated
 */
.ResearcherProfilePage__title__1d5Uc {
  color: #15577F;
  margin-bottom: 2rem;
  text-align: center;
}
.ResearcherProfilePage__successContainer__3VNDP {
  background: url('/assets/images/icons/success.svg') top center no-repeat;
  color: #48C975;
  margin-bottom: 2rem;
  padding-top: 5rem;
  text-align: center;
}
/**
 * Deprecated
 */
.ResearcherAccountCreateForm__form__3T_-s {
  text-align: left;
  margin-top: 1rem;
}
.ResearcherAccountCreateForm__field__4wSAL {
  margin-top: 1.5rem;
}
.ResearcherAccountCreateForm__subField__3mHqx {
  margin-top: 0.7rem;
}
.ResearcherAccountCreateForm__radioLabel__18bZ2 {
  display: inline-block;
  margin-right: 1rem;
}
.ResearcherAccountCreateForm__checkboxLabel__2WC4b {
  display: inline-block;
  margin-left: 1rem;
}
.ResearcherAccountCreateForm__buttonsContainer__2-MMa {
  margin: 2rem 0;
  text-align: center;
}
.ResearcherAccountCreateForm__errorItem__2xCVJ {
  color: #EE5548;
}
/**
 * Deprecated
 */
.ResearcherAccountCreatePage__scrollable__1NVh5 {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.ResearcherAccountCreatePage__scrollable__1NVh5 > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ResearcherAccountCreatePage__page__2hIEr {
  height: 100%;
  background: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ResearcherAccountCreatePage__title__3a9EW {
  color: #15577F;
}
.ResearcherAccountCreatePage__pageContainer__1kmhS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ResearcherAccountCreatePage__scrollView__qxwf7 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.ResearcherAccountCreatePage__scrollView__qxwf7 > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ResearcherAccountCreatePage__content__19S_f {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  margin: 0 auto;
  text-align: center;
  margin-top: 2rem;
  -ms-flex-item-align: center;
      align-self: center;
  width: 80%;
  max-width: 500px;
  padding-top: 2rem;
  line-height: 1.9rem;
}
.ResearcherAccountCreatePage__successContainer__1AhVU {
  background: url('/assets/images/icons/success.svg') top center no-repeat;
  color: #48C975;
  margin-bottom: 2rem;
  padding-top: 5rem;
  text-align: center;
}
.ResearcherAccountCreatePage__successTitle__GaYWy {
  margin-bottom: 2rem;
}
/**
 * Deprecated
 */
.AdminResearcherListPage__username__3S_y8 {
  font-size: 1rem;
  color: #B6B6B6;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.AdminResearcherListPage__editLink___MKOt {
  font-size: 0.9rem;
  color: #4a4a4a;
  text-decoration: underline;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.AdminResearcherListPage__editLink___MKOt:hover {
  opacity: 0.7;
}
.AdminResearcherListPage__wage__1LJan {
  font-size: 1rem;
  color: #B6B6B6;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
/**
 * Deprecated
 */
.AdminResearcherListFilterForm__form__GL4Lt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
}
.AdminResearcherListFilterForm__filter__1AOVc {
  display: inline-grid;
  margin-right: 2rem;
  overflow: visible;
}
.AdminResearcherListFilterForm__filter__1AOVc label {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  color: #697787;
  display: block;
  margin-bottom: 0.5rem;
}
.AdminResearcherListFilterForm__selectType__ystjI {
  width: 6.25rem;
}
.AdminResearcherListFilterForm__queryField__a2V0K {
  width: 25rem;
}
.AdminResearcherListFilterForm__filterButton__3L8Ln {
  margin-top: 1.7rem;
}
/**
 * Deprecated
 */
.AdminResearcherEditForm__title__2gGkM {
  margin-bottom: 1.5rem;
}
.AdminResearcherEditForm__title__2gGkM span {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.AdminResearcherEditForm__heading__7S9AM {
  margin-top: 2rem;
}
.AdminResearcherEditForm__field__-1RNn {
  margin-top: 1rem;
}
.AdminResearcherEditForm__field__-1RNn label {
  margin-bottom: 0.3rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.AdminResearcherEditForm__buttonContainer__9o5wT {
  margin-top: 1rem;
  text-align: center;
}
.AdminResearcherEditForm__successMessage__AfZ2x {
  margin-top: 0.8rem;
  color: #4a4a4a;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.AdminResearcherEditForm__successMessage__AfZ2x img {
  vertical-align: bottom;
}
.AdminResearcherEditForm__errorList__2vnnG {
  text-align: left;
  border-left: solid 4px red;
  padding: 0.3rem 0.5rem;
}
/**
 * Deprecated
 */
.ResearcherHelpForm__container__3uKcc {
  font-size: 1.1rem;
}
.ResearcherHelpForm__title__B77JM {
  text-align: center;
  margin-bottom: 2rem;
}
.ResearcherHelpForm__categoryContainer__PHgLh {
  min-height: 17rem;
}
.ResearcherHelpForm__categoryContainer__PHgLh textarea {
  margin-top: 1rem;
}
.ResearcherHelpForm__buttonContainer__1FR6g {
  text-align: center;
}
.ResearcherHelpForm__paragraph__OfNzK {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ResearcherHelpForm__selectCategory__2mris {
  margin-bottom: 1rem;
}
.ResearcherHelpForm__selectCategory__2mris div.Select-menu-outer {
  max-height: 20rem;
}
.ResearcherHelpForm__selectCategory__2mris div.Select-menu {
  max-height: 20rem;
}
.ResearcherHelpForm__successContainer__3ATV1 {
  background: url('/assets/images/icons/success.svg') top center no-repeat;
  margin-bottom: 2rem;
  padding-top: 5rem;
  text-align: center;
  margin-top: 5rem;
}
.ResearcherHelpForm__successContainer__3ATV1 .ResearcherHelpForm__successTitle__3Y9IM {
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
.ResearcherHelpForm__errorList__2MvVG {
  border-radius: 2rem;
  padding: 0.5rem 0;
  border: solid 1px rgba(238, 85, 72, 0.2);
  background-color: rgba(238, 85, 72, 0.1);
  margin-bottom: 1rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.ResearcherHelpPage__scrollable__3pdrU {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.ResearcherHelpPage__scrollable__3pdrU > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ResearcherHelpPage__container__KR970 {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 1rem;
}
.ResearcherHelpPage__container__KR970 > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ResearcherHelpPage__container__KR970 {
    height: auto;
    min-height: 22rem;
    margin: 0 auto;
    padding: 2rem;
    width: 42rem;
  }
}
.AdminFeedbackForm__component__1WaSM {
  position: relative;
}
.AdminFeedbackFormPage__actions__sKC0m {
  margin: 2rem 0;
}
/**
 * Deprecated
 */
.SupportForm__contentContainer__32fpU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.SupportForm__formContainer__3yId6 {
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.SupportForm__formTitle__2t3FD {
  font-size: 1.3rem;
  color: #4a4a4a;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.SupportForm__buttonsContainer__2HZex {
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SupportForm__removeClaimButton__1lBXY {
  font-size: 0.9rem;
  margin-top: 1rem;
}
.SupportForm__navigationButtonsContainer__3fOrw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SupportForm__navigationButtonsContainer__3fOrw button:nth-of-type(1) {
  margin-right: 1rem;
}
.SupportForm__breadCrumbs__30YUp {
  padding-top: 0.5rem;
  margin-bottom: 1rem;
  height: 4.5rem;
}
.SupportForm__quoteConfirmationText__2JWoP {
  font-style: italic;
  color: #B6B6B6;
}
/**
 * Deprecated
 */
.SupportTopicsList__optionField__3EjJT {
  margin-left: 0;
  margin-bottom: 1rem;
  display: block;
}
.SupportTopicsList__label__3qVAV {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  cursor: pointer;
  text-transform: none;
  font-size: 1.1rem;
}
.SupportSidebar__contentContainer__2EItu {
  width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SupportSidebar__title__aOTkC {
  margin-bottom: 0;
}
/**
 * Deprecated
 */
.SupportContent__componentContainer__1_7KM {
  font-size: 1.1rem;
}
.SupportContent__loadingContainer__tr7yX {
  text-align: center;
}
.SupportContent__loadingError__13Yr4 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  font-size: 1.5rem;
}
.SupportContent__pageTitle__2dVkw {
  font-family: 'Aleo_italic', serif;
  font-style: italic;
  font-weight: normal;
}
.SupportContent__sectionTitle__FE2h_ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  color: #B6B6B6;
  margin-top: 2.25rem;
}
.SupportContent__redoContainer__2h9dD .SupportContent__sectionTitle__FE2h_ {
  margin-top: 2rem;
}
.SupportContent__clientName__p5YI2 {
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
  color: #4a4a4a;
  margin-bottom: 2rem;
}
.SupportContent__feedback__1znV3 {
  border-left: solid 8px #f6f7f8;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.SupportContent__link__1ip2z {
  display: block;
  margin-top: 0.5rem;
}
.SupportContent__link__1ip2z:first {
  margin-top: 1rem;
}
.SupportContent__redo__2OmBN {
  border-radius: 6px;
  background-color: rgba(234, 136, 46, 0.08);
  padding: 1rem;
  border: #EA882E;
  font-weight: bold;
  margin-bottom: 1rem;
}
.SupportContent__rating__GUR7u {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SupportPage__fullSizeHeaderHeight__2_dc- {
    padding-top: 6rem;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SupportPage__sidebarLayoutContent__3iO33 {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SupportPage__contentLayout__N0m8P {
    padding-top: 6rem;
  }
}
.SourceReviewRating__ratingFeedback__1_rPT {
  margin-top: 1rem;
}
.SourceReviewRating__ratingFeedback__1_rPT textarea {
  margin-top: 0.5rem;
  max-height: 20rem;
}
.SourceReviewRating__revisionLabel__3CpQI {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  margin-top: 0.5rem;
}
.SourceReviewRating__field__38sXL {
  margin-bottom: 0;
}
.SourceReviewRating__shout__2KflQ {
  margin-top: 1rem;
}
/**
 * Deprecated
 */
.SourceReviewChecklist__component__259Rg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.SourceReviewChecklist__footer__2wpz9 {
  border-top: 1px solid lightgrey;
  padding: 1.5rem 0;
  text-align: right;
}
.SourceReviewChecklist__bottomButtons__rCIJk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SourceReviewChecklist__fader__3MX_M {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F7FA), to(rgba(255, 255, 255, 0.001)));
  background: linear-gradient(#F4F7FA, rgba(255, 255, 255, 0.001));
}
.SourceReviewChecklist__buttonsContainer__1fnf3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
}
.SourceReviewChecklist__textAreaWrapper__3qfVP {
  margin-top: 1rem;
}
.SourceReviewChecklist__textAreaWrapper__3qfVP .SourceReviewChecklist__textAreaTitle__iCpIg {
  margin-bottom: 1rem;
}
.SourceReviewChecklist__loaderWrapper__2fWgF {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SourceReviewDetails__overflowable__2q4-T {
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.SourceReviewDetails__sources__2tulh {
  padding-left: 0;
  padding-right: 0;
}
.SourceReviewDetails__sources__2tulh:hover {
  background-color: transparent;
}
.SourceReviewDetails__component__1qW6U {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.SourceReviewDetails__paddedContent__1TdhZ {
  padding: 0 1.5rem;
}
.SourceReviewDetails__sectionContainer__3cyVn {
  padding: 1rem 0;
}
.SourceReviewDetails__firstSectionContainer__3agtt {
  padding: 1rem 0;
  border-top: none;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.SourceReviewPage__sidebarContent__1oKnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SourceReviewPage__sidebarContent__1oKnk {
    margin-top: 2.5rem;
  }
}
.components__overflowable__3psC2 {
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.components__container__-SYOn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  min-height: 0;
}
.components__contentChildren__1jGhl {
  padding-left: 0;
  padding-right: 0;
}
.components__component__2BxLw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.components__sidebar__T_RVy {
  padding-top: 6rem;
  overflow: visible;
}
.components__sidebarContent__10Dly {
  width: 100%;
  padding: 0 2rem 2rem 2rem;
}
.components__sidebarContent__10Dly > :last-child {
  padding-bottom: 2rem;
}
.components__paddedContent__uaroq {
  padding: 0 1rem;
}
.components__wrapper__auYhq {
  margin-top: 1rem;
}
.components__researchCriteria__23SBG {
  margin: 1.5rem 0rem;
}
.components__sources__3QqZY {
  margin-bottom: 2rem;
}
.components__strategy__3bQmm {
  margin-bottom: 3rem;
}
.components__strategyOption__qtc3d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.components__strategySection__30ILN {
  margin-top: 2rem;
}
.components__tabBarTarget__OXNgT {
  padding-top: 1rem;
}
.components__tabBarButtonsRight__1QiRx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.components__modal__7Pks9 {
  min-height: 30rem;
}
.components__removeClaimButton__29Ow9 {
  margin-right: 1rem;
}
.components__radioLabel__wP7GH {
  display: inline;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.TaskClaimPage__content__3UCnT {
  color: #4a4a4a;
  font-size: 1.2rem;
}
.TaskClaimPage__container__1JDBN {
  max-width: 77.5rem;
}
.TaskClaimPage__columns__1eDpp {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .TaskClaimPage__columns__1eDpp {
    grid-template-columns: auto 22.5rem;
  }
}
.TaskClaimPage__header__14ywm {
  color: #21548A;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 2rem;
}
.TaskClaimPage__header__14ywm h2,
.TaskClaimPage__header__14ywm span {
  margin-right: 1rem;
  margin-bottom: 0;
  margin-top: 0;
}
.TaskClaimPage__header__14ywm h2 {
  font-size: 1.375rem;
}
.TaskClaimPage__header__14ywm span {
  font-size: 1.125rem;
}
.TaskClaimPage__approvedScope__1HvEd {
  margin-bottom: 1.5rem;
}
.TaskClaimPage__approvedScopeHeading__3vDAZ {
  color: #21548A;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.TaskClaimPage__sectionHeading__3J3kK {
  color: #21548A;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.TaskClaimPage__chatTranscript__2LnW4 h1,
.TaskClaimPage__chatTranscript__2LnW4 h2,
.TaskClaimPage__chatTranscript__2LnW4 h3,
.TaskClaimPage__chatTranscript__2LnW4 h4,
.TaskClaimPage__chatTranscript__2LnW4 h5,
.TaskClaimPage__chatTranscript__2LnW4 h6 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
.TaskClaimPage__chatTranscript__2LnW4 h1 em,
.TaskClaimPage__chatTranscript__2LnW4 h2 em,
.TaskClaimPage__chatTranscript__2LnW4 h3 em,
.TaskClaimPage__chatTranscript__2LnW4 h4 em,
.TaskClaimPage__chatTranscript__2LnW4 h5 em,
.TaskClaimPage__chatTranscript__2LnW4 h6 em {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-style: italic;
}
.TaskClaimPage__chatTranscript__2LnW4 blockquote,
.TaskClaimPage__chatTranscript__2LnW4 p,
.TaskClaimPage__chatTranscript__2LnW4 h1,
.TaskClaimPage__chatTranscript__2LnW4 h2,
.TaskClaimPage__chatTranscript__2LnW4 h3,
.TaskClaimPage__chatTranscript__2LnW4 h4,
.TaskClaimPage__chatTranscript__2LnW4 h5,
.TaskClaimPage__chatTranscript__2LnW4 h6 {
  font-size: 1.125rem;
  padding: 0;
  margin: 0;
}
.TaskClaimPage__claimBox__flrxU {
  background: #F9FBFD;
  color: #21548A;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.TaskClaimPage__completeBy__TpjWH {
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
  line-height: 1.875;
}
.TaskClaimPage__completeBySub__168CO {
  font-size: 1.125rem;
}
.TaskClaimPage__claimButton__1e1gh {
  margin-bottom: 1rem;
}
.TaskClaimPage__claimWarning__A9om3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
  color: #697787;
}
.TaskClaimPage__hr__1fnl9 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
  height: 1px;
  width: 100%;
  border: none;
  background-color: #F4F7FA;
}
/**
 * Deprecated
 */
.BonusSurgeCreateForm__form__3_dY4 {
  text-align: left;
  margin-top: 1rem;
}
.BonusSurgeCreateForm__field__3kMCf {
  margin-top: 1.5rem;
}
.BonusSurgeCreateForm__subField__K-ILx {
  margin-top: 0.7rem;
}
.BonusSurgeCreateForm__buttonsContainer__3UDoe {
  margin: 2rem 0;
  text-align: center;
}
.BonusSurgeCreateForm__selectContainer__CnoBl {
  display: block;
}
.BonusSurgeCreateForm__taskTypeSelect__xG3_0 {
  width: 100%;
}
.BonusSurgeCreateForm__errorList__1qnQP {
  text-align: left;
  border-left: solid 4px red;
  padding: 0.3rem 0.5rem;
}
/**
 * Deprecated
 */
.BonusSurgeGradientBonusItem__container__2PGPX {
  border-left: solid 8px #C7D1DC;
  margin-top: 1rem;
  padding-left: 2rem;
}
.BonusSurgeGradientBonusItem__rowContainer__3Ux5K {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3rem;
  margin-bottom: 1rem;
}
.BonusSurgeGradientBonusItem__rowContainer__3Ux5K div {
  margin-bottom: 0;
}
.BonusSurgeGradientBonusItem__rowContainer__3Ux5K button {
  -ms-flex-item-align: center;
      align-self: center;
}
.BonusSurgeGradientBonusItem__field__1YS8E {
  margin-right: 1rem;
  width: 8rem;
}
.BonusSurgeGradientBonusItem__operatorField__V6IGK {
  margin-right: 1rem;
  width: 8rem;
  width: 4rem;
}
.BonusSurgeGradientBonusItem__header__1JEQf {
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 1rem 0;
}
.BonusSurgeGradientBonusItem__button__2xePZ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  font-size: 1.5rem;
  margin-left: 1rem;
}
/**
 * Deprecated
 */
.BonusSurgeCreateConfirmModal__modalButtonContainer__2WYo9 {
  text-align: center;
}
.BonusSurgeCreateConfirmModal__modalButtonContainer__2WYo9 button:first-of-type {
  margin-right: 1rem;
}
.BonusSurgeCreateConfirmModal__modalContent__2V55O {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #4a4a4a;
}
.BonusSurgeCreateConfirmModal__modalContent__2V55O ul {
  list-style-type: none;
}
.BonusSurgeCreateConfirmModal__modalContent__2V55O ul li ul {
  list-style-type: disc;
  margin-left: 3rem;
}
.BonusSurgeCreateConfirmModal__modalContent__2V55O span {
  font-weight: bold;
  font-style: normal;
  color: #2C3841;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.FeedbackWithTokenPage__scrollable__29le_ {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.FeedbackWithTokenPage__scrollable__29le_ > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.FeedbackWithTokenPage__formWrapper__23qLy {
  width: 96%;
  margin: 3rem auto;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .FeedbackWithTokenPage__formWrapper__23qLy {
    -webkit-box-shadow: 0 3px 10px 0 #D1D1DF;
            box-shadow: 0 3px 10px 0 #D1D1DF;
    padding: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .FeedbackWithTokenPage__formWrapper__23qLy {
    width: 40rem;
    margin-top: 2rem;
  }
}
.FeedbackWithTokenPage__buttonsWrapper__3_ALR {
  text-align: center;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.FeaturedProjects__component__2iwAy {
  border-radius: 1rem;
  background: #F9FBFD;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.FeaturedProjects__link__8ZM4F {
  color: #47525E;
}
.FeaturedProjects__link__8ZM4F:hover {
  color: #47525E;
}
.FeaturedProjects__spacer__61FIR {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.RecentProjects__wrapper__1nUAC {
  margin-left: -2rem;
  margin-right: -2rem;
}
.RecentProjects__wrapper__1nUAC .RecentProjects__title__L-Z9O {
  margin-left: 2rem;
}
.RecentProjects__wrapper__1nUAC .RecentProjects__title__L-Z9O .RecentProjects__heading__3zWpB {
  margin-bottom: 1rem;
}
.RecentProjects__noProject__35epQ {
  font-size: 1rem;
  line-height: 1.375rem;
  line-height: 1.5625rem;
  margin-left: 2rem;
  color: #697787;
}
.RecentProjects__libraryLinkBox__2mBVU {
  margin-left: 2rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 450px) {
  .RecentProjects__libraryLinkBox__2mBVU {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .RecentProjects__libraryLinkBox__2mBVU {
    margin-bottom: 0;
  }
}
.RecentProjects__libraryLinkBox__2mBVU .RecentProjects__libraryLink__32ONt {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #d4a736;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.StartingPointsV2__container__32qkD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.StartingPointsV2__container__32qkD > * {
  margin: 0 0 3rem 0;
}
.StartingPointsV2__container__32qkD > *:last-child {
  margin: 0;
}
.StartingPointsV2__buttonsContainer__2xNJN {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.StartingPointsV2__buttonsContainer__2xNJN > * {
  margin: 0 0 1.5rem 0;
}
.StartingPointsV2__buttonsContainer__2xNJN > *:last-child {
  margin: 0;
}
.StartingPointsV2__buttonsContainer__2xNJN .StartingPointsV2__startingPointsContainer__SjNFh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.StartingPointsV2__buttonsContainer__2xNJN .StartingPointsV2__startingPointsContainer__SjNFh > * {
  margin: 0 0 1.5rem 0;
}
.StartingPointsV2__buttonsContainer__2xNJN .StartingPointsV2__startingPointsContainer__SjNFh > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .StartingPointsV2__buttonsContainer__2xNJN .StartingPointsV2__startingPointsContainer__SjNFh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .StartingPointsV2__buttonsContainer__2xNJN .StartingPointsV2__startingPointsContainer__SjNFh > * {
    margin: 0 3rem 0 0;
  }
  .StartingPointsV2__buttonsContainer__2xNJN .StartingPointsV2__startingPointsContainer__SjNFh > *:last-child {
    margin: 0;
  }
}
.StartingPointsV2__header__oTpFA {
  color: #697787;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .StartingPointsV2__header__oTpFA {
    font-size: 2.75rem;
    text-align: center;
    line-height: 3.8rem;
  }
}
.StartingPointsV2__button__32QKZ {
  height: 3rem;
  width: 13.5rem;
  border-radius: 28px;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
.StartingPointsV2__startingPoint__2RNPe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  color: #697787;
  width: 13.5rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
}
.StartingPointsV2__startingPoint__2RNPe > * {
  margin: 0 0 1rem 0;
}
.StartingPointsV2__startingPoint__2RNPe > *:last-child {
  margin: 0;
}
.StartingPointsV2__startingPoint__2RNPe .StartingPointsV2__button__32QKZ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #fff;
  cursor: default;
}
.StartingPointsV2__startingPoint__2RNPe .StartingPointsV2__button__32QKZ .StartingPointsV2__ico__2Tdx9 {
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
}
.StartingPointsV2__startingPoint__2RNPe .StartingPointsV2__button__32QKZ .StartingPointsV2__text__B-yV- {
  display: inline-block;
}
.StartingPointsV2__startingPoint__2RNPe .StartingPointsV2__exploreTopic__16IhY {
  background-color: #1d043d;
}
.StartingPointsV2__startingPoint__2RNPe .StartingPointsV2__exploreTopic__16IhY:hover {
  background-color: #2F0663;
}
.StartingPointsV2__startingPoint__2RNPe .StartingPointsV2__exploreTopic__16IhY .StartingPointsV2__ico__2Tdx9 {
  background-image: url('/assets/images/projectStartingPoints/explore.topic.icon.svg');
}
.StartingPointsV2__startingPoint__2RNPe .StartingPointsV2__validateIdea__bOWJi {
  background-color: #41156d;
}
.StartingPointsV2__startingPoint__2RNPe .StartingPointsV2__validateIdea__bOWJi .StartingPointsV2__ico__2Tdx9 {
  background-image: url('/assets/images/projectStartingPoints/validate.idea.icon.svg');
}
.StartingPointsV2__startingPoint__2RNPe .StartingPointsV2__analyzeSituation__16VYi {
  background-color: #194069;
}
.StartingPointsV2__startingPoint__2RNPe .StartingPointsV2__analyzeSituation__16VYi .StartingPointsV2__ico__2Tdx9 {
  background-image: url('/assets/images/projectStartingPoints/analyze.situation.icon.svg');
}
.StartingPointsV2__startingPoint__2RNPe .StartingPointsV2__createDataset__3F1f4 {
  background-color: #2768af;
}
.StartingPointsV2__startingPoint__2RNPe .StartingPointsV2__createDataset__3F1f4 .StartingPointsV2__ico__2Tdx9 {
  background-image: url('/assets/images/projectStartingPoints/create.dataset.icon.svg');
}
.StartingPointsV2__or__2zeaB {
  color: #98A5B3;
  margin-bottom: 3rem;
}
.StartingPointsV2__customProjectButton__1kSyQ {
  height: 3rem;
  width: 13.5rem;
  border-radius: 28px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  background-color: #fff;
  border: solid 1px #DDE1E5;
  color: #47525E;
}
.StartingPointsV2__customProjectButton__1kSyQ:hover {
  border-color: #C7D1DC;
}
.StartingPointsV2__customProjectButton__1kSyQ.StartingPointsV2__quickstart__2-Aag {
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  color: white;
  border: solid 1px #e3a917;
  background-color: #e7ad17;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
          box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.StartingPointsV2__customProjectButton__1kSyQ.StartingPointsV2__quickstart__2-Aag:hover {
  background-color: #e3a917;
}
.StartingPointsV2__customProjectButton__1kSyQ.StartingPointsV2__quickstart__2-Aag img {
  vertical-align: middle;
}
.StartingPointsV2__separator__1z6yr {
  background: url('/assets/images/illustrations/wonder-content-separator.sky.svg');
  width: 18.125rem;
  height: 1.4375rem;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.WelcomeCenterV2__welcomeCenter__vmc1y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
}
.WelcomeCenterV2__welcomeCenter__vmc1y > * {
  margin: 0 0 1.5rem 0;
}
.WelcomeCenterV2__welcomeCenter__vmc1y > *:last-child {
  margin: 0;
}
.WelcomeCenterV2__heading__1jbyq {
  color: #98A5B3;
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}
.WelcomeCenterV2__notification__2V_hm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #232D38;
  background: url('/assets/images/icons//bell.gold.svg') no-repeat left center;
  background-size: 1.5rem;
  padding-left: 2.5rem;
}
.WelcomeCenterV2__notification__2V_hm > * {
  margin: 0 0rem 0 0;
}
.WelcomeCenterV2__notification__2V_hm > *:last-child {
  margin: 0;
}
.WelcomeCenterV2__notification__2V_hm .WelcomeCenterV2__button__37pWC {
  color: #DDAA2A;
  padding: 0;
  margin-left: 0.25rem;
}
.WelcomeCenterV2__notification__2V_hm .WelcomeCenterV2__button__37pWC:hover {
  color: #DDAA2A;
  border-color: #fff;
  background: none;
  text-decoration: underline;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Page__buttonWrapper__1lu8V {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Page__contentColumn__FuSUI {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1024px) {
  .Page__contentColumn__FuSUI {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 450px) {
  .Page__contentColumn__FuSUI {
    width: 100%;
  }
}
.Page__right__1t_2H {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.Page__right__1t_2H > * {
  margin: 0 0 2rem 0;
}
.Page__right__1t_2H > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .Page__right__1t_2H {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .Page__right__1t_2H > * {
    margin: 0 0 3rem 0;
  }
  .Page__right__1t_2H > *:last-child {
    margin: 0;
  }
}
/**
 * Deprecated
 */
.EngagementSelect__ellipsis__2E1UM {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.EngagementSelect__component__u_CXI {
  display: block;
  max-width: 22.5rem;
}
.EngagementSelect__option__1s1q5 {
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #47525E;
  height: 100%;
  max-width: 20rem;
}
.EngagementSelect__option__1s1q5 .EngagementSelect__projectCode__2Nfzr {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #98A5B3;
  margin-left: 0.5rem;
}
.ViewEngagementForm__component__3tF7o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 3.5rem;
}
.ViewEngagementForm__component__3tF7o > * {
  margin: 0 0 1rem 0;
}
.ViewEngagementForm__component__3tF7o > *:last-child {
  margin: 0;
}
.ViewEngagementForm__component__3tF7o .ViewEngagementForm__container__1n27k {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ViewEngagementForm__component__3tF7o .ViewEngagementForm__container__1n27k > * {
  margin: 0 0.5rem 0 0;
}
.ViewEngagementForm__component__3tF7o .ViewEngagementForm__container__1n27k > *:last-child {
  margin: 0;
}
.ViewEngagementForm__component__3tF7o .ViewEngagementForm__container__1n27k button {
  padding: 0.5rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.GenericThreeColumnLayout__threeColumnContainer__3-yoP {
  display: grid;
  grid-template-columns: 1fr 4fr 2fr;
  grid-gap: 1rem;
}
@media only screen and (max-width: 450px) {
  .GenericThreeColumnLayout__threeColumnContainer__3-yoP {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.BriefRatingAndFeedback__component__3C76Z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .BriefRatingAndFeedback__component__3C76Z {
    margin-top: 0;
  }
}
.BriefRatingAndFeedback__modalContainer__3yX5L {
  display: block;
  width: 100%;
}
.BriefRatingAndFeedback__thanks__2W8c_ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_light', serif;
  font-size: 1.2rem;
  text-align: center;
}
.BriefRatingAndFeedback__checkbox__AlCEb {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.BriefRatingAndFeedback__ratingButtonForm__iFAB1 {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .BriefRatingAndFeedback__ratingButtonForm__iFAB1 {
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1311);
            box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1311);
    padding: 1rem;
    z-index: 1;
  }
}
.BriefRatingAndFeedback__ratingTitle__1Bbw9 {
  font-family: 'Aleo_italic', serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.1875rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .BriefRatingAndFeedback__ratingTitle__1Bbw9 {
    width: 100%;
    margin-bottom: 0.75rem;
    margin-top: 0;
  }
}
.BriefRatingAndFeedback__ratingButtonsContainer__28ygE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .BriefRatingAndFeedback__ratingButtonsContainer__28ygE {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
.BriefRatingAndFeedback__ratingButton__38FRe {
  margin-right: 0.5rem;
  padding: 0.5625rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  min-width: 5rem;
}
.BriefRatingAndFeedback__ratingButton__38FRe:first-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 1024px) {
  .BriefRatingAndFeedback__ratingButton__38FRe {
    margin-top: 1rem;
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.BriefRatingAndFeedback__closeButtonContainer__3dxAH {
  text-align: center;
  margin-top: 1rem;
}
.BriefRatingAndFeedback__closeButton__iHyq9 {
  color: #6F7072;
  font-size: 0.6875rem;
  text-transform: uppercase;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ResearchOutlinePreview__ownNextStep__31ccx {
  text-transform: uppercase;
  color: #697787;
}
.ResearchOutlinePreview__title__2zMMn {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.0313rem;
}
@media only screen and (min-width: 1024px) {
  .ResearchOutlinePreview__title__2zMMn {
    font-size: 1.625rem;
    letter-spacing: 0;
  }
}
.ResearchOutlinePreview__component__16maz {
  -webkit-box-shadow: -10px -10px 30px #fafafa, 10px 10px 30px rgba(174, 174, 192, 0.4);
          box-shadow: -10px -10px 30px #fafafa, 10px 10px 30px rgba(174, 174, 192, 0.4);
  border-radius: 8px;
  padding: 1rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .ResearchOutlinePreview__component__16maz {
    display: block;
  }
}
.ResearchOutlinePreview__button__1Pbdo {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #47525E;
  margin-bottom: 0.5rem;
  background-color: white;
  border-color: white;
  text-align: center;
}
.ResearchOutlinePreview__hideButton__1SgSJ {
  display: none;
}
.ResearchOutlinePreview__goToOutline__3Z1_c {
  color: #2F83DE;
  text-decoration: none;
}
.ResearchOutlinePreview__goToOutline__3Z1_c:hover {
  color: #2E7CD0;
}
/**
 * Deprecated
 */
.ProjectContext__contentExpanderComponent__1tiup {
  color: #697787;
}
.ProjectContext__contentExpanderComponent__1tiup .ProjectContext__toggle__34Zn0 {
  color: #697787;
}
.ProjectContext__contentExpanderComponent__1tiup .ProjectContext__toggle__34Zn0:after {
  background-image: url('/assets/images/icons/caret.down.inkLighter.svg');
}
.ProjectContext__contentExpanderComponent__1tiup .ProjectContext__toggle__34Zn0:hover {
  color: #47525E;
}
.ProjectContext__projectContext__1YZ7g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #F9FBFD;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.ProjectContext__projectContext__1YZ7g > * {
  margin: 0 0 1.5rem 0;
}
.ProjectContext__projectContext__1YZ7g > *:last-child {
  margin: 0;
}
.ProjectContext__projectContext__1YZ7g .ProjectContext__title__1ETRi {
  color: #47525E;
}
.ProjectContext__projectContext__1YZ7g .ProjectContext__projectContextBody__2C3nD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ProjectContext__projectContext__1YZ7g .ProjectContext__projectContextBody__2C3nD > * {
  margin: 0 0 1rem 0;
}
.ProjectContext__projectContext__1YZ7g .ProjectContext__projectContextBody__2C3nD > *:last-child {
  margin: 0;
}
.ProjectContext__projectContext__1YZ7g .ProjectContext__projectContextBody__2C3nD .ProjectContext__question__uqFf0 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  color: #47525E;
}
.ProjectContext__projectContext__1YZ7g .ProjectContext__projectContextBody__2C3nD .ProjectContext__answer__1XfR1 {
  color: #47525E;
}
.ProjectContext__projectContext__1YZ7g .ProjectContext__projectContextBody__2C3nD .ProjectContext__files__s77O4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem -1rem 0;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: 0.5rem;
}
.ProjectContext__projectContext__1YZ7g .ProjectContext__projectContextBody__2C3nD .ProjectContext__files__s77O4 > * {
  margin: 0 1rem 1rem 0;
}
.ProjectContext__projectContext__1YZ7g .ProjectContext__projectContextBody__2C3nD .ProjectContext__chatButton__3OhzM {
  background-color: #2F83DE;
  border-color: #2F83DE;
  color: white;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1rem;
  padding: 0.75rem 1.5rem;
  -webkit-transition: background-color 0.2s, color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s;
}
.ProjectContext__projectContext__1YZ7g .ProjectContext__projectContextBody__2C3nD .ProjectContext__chatButton__3OhzM:hover {
  background-color: #4590e1;
  border-color: #4590e1;
  color: white;
  text-decoration: none;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.BriefPageGrid__aleoBoldBlue__2X4Hg {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-weight: bold;
  color: #26517E;
}
.BriefPageGrid__partHeaderMobileBorder__3NO4S {
  border: none;
  height: 2px;
  color: #26517E;
  background-color: #26517E;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 1.688rem;
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .BriefPageGrid__partHeaderMobileBorder__3NO4S {
    width: 79vw;
  }
}
.BriefPageGrid__partHeaderMobileBorder__3NO4S.BriefPageGrid__inProgress__24HUo {
  color: #CFD9E3;
  background-color: #CFD9E3;
}
.BriefPageGrid__columnBase__12smZ {
  min-width: 7rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .BriefPageGrid__columnBase__12smZ {
    display: initial;
  }
}
.BriefPageGrid__briefPageGridWrapper__3CSqC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.BriefPageGrid__briefPageGridWrapper__3CSqC .BriefPageGrid__columnLeft__2kKyx {
  min-width: 7rem;
  display: none;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .BriefPageGrid__briefPageGridWrapper__3CSqC .BriefPageGrid__columnLeft__2kKyx {
    display: initial;
  }
}
.BriefPageGrid__briefPageGridWrapper__3CSqC .BriefPageGrid__columnMiddle__2VuXw {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 450px) {
  .BriefPageGrid__briefPageGridWrapper__3CSqC .BriefPageGrid__columnMiddle__2VuXw {
    min-width: initial;
    max-width: initial;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .BriefPageGrid__briefPageGridWrapper__3CSqC .BriefPageGrid__columnMiddle__2VuXw {
    min-width: 45.25rem;
    max-width: 45.25rem;
  }
}
.BriefPageGrid__briefPageGridWrapper__3CSqC .BriefPageGrid__columnMiddle__2VuXw.BriefPageGrid__borderTop__3Fj5w {
  margin-top: 1.4rem;
  border-top: none;
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .BriefPageGrid__briefPageGridWrapper__3CSqC .BriefPageGrid__columnMiddle__2VuXw.BriefPageGrid__borderTop__3Fj5w {
    border-top: 2px solid #26517E;
    padding-top: 3.5rem;
  }
}
.BriefPageGrid__briefPageGridWrapper__3CSqC .BriefPageGrid__columnMiddle__2VuXw.BriefPageGrid__borderTop__3Fj5w.BriefPageGrid__inProgress__24HUo {
  border-top: none;
}
@media only screen and (min-width: 1024px) {
  .BriefPageGrid__briefPageGridWrapper__3CSqC .BriefPageGrid__columnMiddle__2VuXw.BriefPageGrid__borderTop__3Fj5w.BriefPageGrid__inProgress__24HUo {
    border-top: 2px solid #CFD9E3;
  }
}
.BriefPageGrid__briefPageGridWrapper__3CSqC .BriefPageGrid__columnMiddle__2VuXw.BriefPageGrid__borderTopSecondary__2vJuc {
  border-top: 1px solid #DDE1E5;
  margin-top: 1rem;
  padding-top: 1.5rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .BriefPageGrid__briefPageGridWrapper__3CSqC .BriefPageGrid__columnMiddle__2VuXw.BriefPageGrid__borderTopSecondary__2vJuc {
    padding-top: 2.5rem;
  }
}
.BriefPageGrid__briefPageGridWrapper__3CSqC .BriefPageGrid__columnMiddle__2VuXw .BriefPageGrid__boxWrapper__2wGfR {
  padding: 0;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .BriefPageGrid__briefPageGridWrapper__3CSqC .BriefPageGrid__columnMiddle__2VuXw .BriefPageGrid__boxWrapper__2wGfR {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.BriefPageGrid__briefPageGridWrapper__3CSqC .BriefPageGrid__columnRight__2JLb5 {
  min-width: 7rem;
  display: none;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .BriefPageGrid__briefPageGridWrapper__3CSqC .BriefPageGrid__columnRight__2JLb5 {
    display: initial;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.BriefPageHeader__headingWrapper__3tqIs {
  padding-bottom: 3.5rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 1024px) {
  .BriefPageHeader__headingWrapper__3tqIs {
    padding-bottom: 5.75rem;
    margin-top: 0;
  }
}
.BriefPageHeader__headingWrapper__3tqIs .BriefPageHeader__title__3YyWS {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-weight: bold;
  color: #292f32;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .BriefPageHeader__headingWrapper__3tqIs .BriefPageHeader__title__3YyWS {
    font-size: 2.75rem;
    line-height: 3.875rem;
    letter-spacing: 0.0313rem;
  }
}
@media only screen and (min-width: 1100px) {
  .BriefPageHeader__headingWrapper__3tqIs .BriefPageHeader__title__3YyWS {
    margin-top: 6rem;
  }
}
.BriefPageHeader__headingWrapper__3tqIs .BriefPageHeader__metadata__2fOob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.BriefPageHeader__headingWrapper__3tqIs .BriefPageHeader__metadata__2fOob > * {
  margin: 0 0 1rem 0;
}
.BriefPageHeader__headingWrapper__3tqIs .BriefPageHeader__metadata__2fOob > *:last-child {
  margin: 0;
}
.BriefPageHeader__headingWrapper__3tqIs .BriefPageHeader__metadata__2fOob .BriefPageHeader__subtitle__f3K91 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #919191;
  margin-bottom: 0.5rem;
}
.BriefPageHeader__headingWrapper__3tqIs .BriefPageHeader__metadata__2fOob .BriefPageHeader__metadataRow__3mu_y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 2rem;
}
.BriefPageHeader__headingWrapper__3tqIs .BriefPageHeader__metadata__2fOob .BriefPageHeader__metadataRow__3mu_y > * {
  margin: 0 1rem 0 0;
}
.BriefPageHeader__headingWrapper__3tqIs .BriefPageHeader__metadata__2fOob .BriefPageHeader__metadataRow__3mu_y > *:last-child {
  margin: 0;
}
.BriefPageHeader__headingWrapper__3tqIs .BriefPageHeader__metadata__2fOob .BriefPageHeader__metadataRow__3mu_y > div:first-of-type {
  max-width: 10rem;
}
.BriefPageHeader__headingWrapper__3tqIs .BriefPageHeader__metadata__2fOob .BriefPageHeader__projectContextCollapsed__YZUSx {
  margin-bottom: 0;
}
.BriefPageHeader__headingWrapper__3tqIs .BriefPageHeader__metadata__2fOob .BriefPageHeader__projectDetails__3VPr3 {
  margin-bottom: 1.5rem;
}
.BriefPageHeader__headingWrapper__3tqIs .BriefPageHeader__readTime__2T_jf {
  font-size: 0.875rem;
  line-height: 1.25rem;
  background: url('/assets/images/icons/stopwatch.svg') center left no-repeat;
  background-size: contain;
  padding-left: 1.5rem;
  color: #919191;
  margin-bottom: 2rem;
}
.BriefPageHeader__contributorWrapper__3kMe7 {
  position: relative;
}
.BriefPageHeader__contributorWrapper__3kMe7 .BriefPageHeader__contributorsButton__3CKrb {
  text-decoration: underline;
  color: #919191;
  padding: 0.25rem;
}
.BriefPageHeader__contributorWrapper__3kMe7 .BriefPageHeader__popover__2RhVc {
  padding: 0.5rem;
  right: 0;
}
.BriefPageHeader__contributorWrapper__3kMe7 .BriefPageHeader__contributors__eLGFK {
  white-space: nowrap;
  padding: 0.5rem;
}
.BriefPageHeader__parentStrategy__1ZATa {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #697787;
}
.BriefPageHeader__parentStrategy__1ZATa a {
  color: #98A5B3;
}
.BriefPageHeader__share__26Irx {
  margin-bottom: 2rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.SharingForm__component__2OsYT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
  margin-top: 64px;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SharingForm__component__2OsYT {
    margin-top: 0px;
  }
}
.SharingForm__input__DXRpZ {
  width: 17rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .SharingForm__input__DXRpZ {
    width: 100%;
  }
}
.SharingForm__title__2DZ-- {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_light', serif;
  font-size: 1.3rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: #292f32;
}
.SharingForm__subtitle__29Lm3 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_light', serif;
  color: #6F7072;
  margin-bottom: 1.5rem;
}
.SharingForm__submitButton__14Aiy {
  margin-top: 2rem;
  padding: 0.6rem 1rem;
}
.SharingForm__successMessage__2WEEw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_light', serif;
  font-size: 1.3rem;
  margin-top: 64px;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SharingForm__successMessage__2WEEw {
    margin-top: 0.5rem;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ShareAndDownload__button__17NCt {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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;
  color: #697787;
  height: 1.5rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.ShareAndDownload__button__17NCt .ShareAndDownload__text__24eiu {
  display: inline-block;
}
.ShareAndDownload__button__17NCt:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(2379%) hue-rotate(170deg) brightness(91%) contrast(81%);
          filter: brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(2379%) hue-rotate(170deg) brightness(91%) contrast(81%);
}
.ShareAndDownload__shareAndDownload__3RLer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ShareAndDownload__shareAndDownload__3RLer > * {
  margin: 0 0 0.5rem 0;
}
.ShareAndDownload__shareAndDownload__3RLer > *:last-child {
  margin: 0;
}
.ShareAndDownload__icoShare__gSxzN {
  width: 1rem;
  height: 0.75rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
  background-image: url('/assets/images/icons/share-button.svg');
}
.ShareAndDownload__icoDownload__2H8gy {
  width: 1rem;
  height: 0.75rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
  background-image: url('/assets/images/icons/icon-download.svg');
}
.ShareAndDownload__pdfRow__1Fayx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
/**
 * Deprecated
 */
.SocialShare__component__3gle7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.SocialShare__component__3gle7 > * {
  margin: 0 0.5rem 0 0;
}
.SocialShare__component__3gle7 > *:last-child {
  margin: 0;
}
.SocialShare__button__1GcO- {
  width: 1.625rem;
  height: 1.625rem;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  border-right: 1px solid #98A5B3;
  padding: 0 1rem;
}
.SocialShare__button__1GcO-:active,
.SocialShare__button__1GcO-:focus {
  border: none;
}
.SocialShare__email__1-Uv3 {
  width: 1.625rem;
  height: 1.625rem;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  border-right: 1px solid #98A5B3;
  padding: 0 1rem;
  background-size: 1.25rem;
  background-position: 0 5px;
  background-image: url('/assets/images/icons/share.email.gray.svg');
}
.SocialShare__email__1-Uv3:active,
.SocialShare__email__1-Uv3:focus {
  border: none;
}
.SocialShare__email__1-Uv3:hover {
  background-image: url('/assets/images/icons/share.email.black.svg');
}
.SocialShare__linkedIn__1AWTr {
  width: 1.625rem;
  height: 1.625rem;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  border-right: 1px solid #98A5B3;
  padding: 0 1rem;
  background-image: url('/assets/images/icons/share.linkedin.gray.svg');
}
.SocialShare__linkedIn__1AWTr:active,
.SocialShare__linkedIn__1AWTr:focus {
  border: none;
}
.SocialShare__linkedIn__1AWTr:hover {
  background-image: url('/assets/images/icons/share.linkedin.black.svg');
}
.SocialShare__facebook__2t_NX {
  width: 1.625rem;
  height: 1.625rem;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  border-right: 1px solid #98A5B3;
  padding: 0 1rem;
  background-image: url('/assets/images/icons/share.facebook.gray.svg');
}
.SocialShare__facebook__2t_NX:active,
.SocialShare__facebook__2t_NX:focus {
  border: none;
}
.SocialShare__facebook__2t_NX:hover {
  background-image: url('/assets/images/icons/share.facebook.black.svg');
}
.SocialShare__twitter__2NSE6 {
  width: 1.625rem;
  height: 1.625rem;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  border-right: 1px solid #98A5B3;
  padding: 0 1rem;
  background-image: url('/assets/images/icons/share.twitter.gray.svg');
}
.SocialShare__twitter__2NSE6:active,
.SocialShare__twitter__2NSE6:focus {
  border: none;
}
.SocialShare__twitter__2NSE6:hover {
  background-image: url('/assets/images/icons/share.twitter.black.svg');
}
.SocialShare__clipboard__3rGl3 {
  width: 1.625rem;
  height: 1.625rem;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  border-right: 1px solid #98A5B3;
  padding: 0 1rem;
  background-size: 1.5rem;
  background-position: 0 1px;
  background-image: url('/assets/images/icons/share.clipboard.gray.svg');
}
.SocialShare__clipboard__3rGl3:active,
.SocialShare__clipboard__3rGl3:focus {
  border: none;
}
.SocialShare__clipboard__3rGl3:hover {
  background-image: url('/assets/images/icons/share.clipboard.black.svg');
}
.SocialShare__hideBorder__3zFXr {
  border-right: none;
}
.SocialShare__pdfRow__3IKLk {
  color: #697787;
}
.SocialShare__pdfRow__3IKLk:hover {
  color: #232D38;
}
.SocialShare__pdf__3QxFG {
  width: 1.625rem;
  height: 1.625rem;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  border-right: 1px solid #98A5B3;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: 1.5rem;
  background-position: 0 3px;
  border-right: none;
  background-image: url('/assets/images/icons/icon-download.svg');
  color: #697787;
}
.SocialShare__pdf__3QxFG:active,
.SocialShare__pdf__3QxFG:focus {
  border: none;
}
.SocialShare__pdf__3QxFG:hover {
  color: #232D38;
  background-image: url('/assets/images/icons/icon-download.black.svg');
}
.SocialShare__pdf__3QxFG .SocialShare__text__2ws-D {
  margin-left: 1rem;
}
/**
 * Deprecated
 */
.DisplayCustomDeliverables__container__1AiUt {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  gap: 24px;
}
.DisplayCustomDeliverables__container__1AiUt .DisplayCustomDeliverables__deliverablesContainer__1vCVa {
  gap: 10px;
}
.DisplayCustomDeliverables__container__1AiUt .DisplayCustomDeliverables__deliverablesContainer__1vCVa .DisplayCustomDeliverables__deliverableButton__31Qnf {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(143, 143, 143, 0.1);
  border-color: #8f8f8f;
  border-width: 1px;
  border-radius: 4px;
  border-style: solid;
  min-width: 100px;
  max-width: 160px;
  height: 46px;
  padding: 10px 20px 10px 20px;
  text-align: center;
  vertical-align: middle;
  font-weight: 420;
  font-size: 16px;
  text-decoration: none;
  color: #232D38;
}
.DisplayCustomDeliverables__container__1AiUt .DisplayCustomDeliverables__deliverablesContainer__1vCVa .DisplayCustomDeliverables__googleDocs__2REcw {
  background-color: rgba(0, 134, 249, 0.1);
  border-color: #0086F9;
}
.DisplayCustomDeliverables__container__1AiUt .DisplayCustomDeliverables__deliverablesContainer__1vCVa .DisplayCustomDeliverables__googleSheets__3hVD9 {
  background-color: rgba(35, 165, 102, 0.1);
  border-color: #23A566;
}
.DisplayCustomDeliverables__container__1AiUt .DisplayCustomDeliverables__deliverablesContainer__1vCVa .DisplayCustomDeliverables__googlePresentations__3h8oa {
  background-color: rgba(245, 185, 18, 0.1);
  border-color: #F5B912;
}
.DisplayCustomDeliverables__container__1AiUt .DisplayCustomDeliverables__deliverablesContainer__1vCVa .DisplayCustomDeliverables__wordDocument__3GCNw {
  background-color: rgba(0, 134, 249, 0.1);
  border-color: #0086F9;
}
.DisplayCustomDeliverables__container__1AiUt .DisplayCustomDeliverables__deliverablesContainer__1vCVa .DisplayCustomDeliverables__powerPointDocument__1ZhVJ {
  background-color: rgba(255, 87, 34, 0.1);
  border-color: #FF5722;
}
.DisplayCustomDeliverables__container__1AiUt .DisplayCustomDeliverables__deliverablesContainer__1vCVa .DisplayCustomDeliverables__excelDocument__2BjIC {
  background-color: rgba(35, 165, 102, 0.1);
  border-color: #23A566;
}
.DisplayCustomDeliverables__container__1AiUt .DisplayCustomDeliverables__deliverablesContainer__1vCVa .DisplayCustomDeliverables__pdf__2IxmM {
  background-color: rgba(232, 181, 177, 0.1);
  border-color: #E8B5B1;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.TableOfContent__toc__ygXaO {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #232D38;
  padding-top: 1.5rem;
  padding-left: 1rem;
  position: fixed;
  top: 3.5rem;
  left: 0;
  overflow-x: hidden;
  z-index: 2;
  max-height: calc(100vh - 3.5rem);
  overflow-y: auto;
  /* Added more media queries here to take advantage of more space on the left side. */
}
.TableOfContent__toc__ygXaO.TableOfContent__open__bBOmL {
  background-color: #fff;
  padding-bottom: 1.5rem;
  width: 100%;
  border-bottom: solid 1px #DDE1E5;
}
@media only screen and (min-width: 1024px) {
  .TableOfContent__toc__ygXaO.TableOfContent__open__bBOmL {
    width: auto;
    padding-right: 1rem;
    border-bottom: none;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .TableOfContent__toc__ygXaO {
    top: 5rem;
    padding-bottom: 1rem;
    max-height: calc(100vh - 5rem);
  }
}
@media only screen and (min-width: 1024px) {
  .TableOfContent__toc__ygXaO {
    max-width: 12.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .TableOfContent__toc__ygXaO {
    max-width: 14rem;
  }
}
@media screen and (min-width: 1480px) {
  .TableOfContent__toc__ygXaO {
    max-width: 16rem;
  }
}
@media screen and (min-width: 1650px) {
  .TableOfContent__toc__ygXaO {
    max-width: 22rem;
  }
}
.TableOfContent__toc__ygXaO .TableOfContent__fullShowButton__1jWZe {
  width: 10.5rem;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  background-position-x: 0.6rem;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1311);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1311);
  opacity: 1;
}
.TableOfContent__toc__ygXaO .TableOfContent__fullShowButton__1jWZe span {
  display: inline;
  white-space: nowrap;
}
.TableOfContent__toc__ygXaO .TableOfContent__showButton__2zCZA {
  font-style: normal;
  font-weight: normal;
  font-family: 'aleobold', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.5;
  color: #47525E;
  background: url('/assets/images/icons//list-bulleted.black.svg') no-repeat center center;
  background-color: #ffffff;
  background-size: 1rem;
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  width: 2.625rem;
  height: 2.625rem;
  overflow-x: hidden;
  display: block;
}
.TableOfContent__toc__ygXaO .TableOfContent__showButton__2zCZA span {
  display: none;
}
.TableOfContent__toc__ygXaO .TableOfContent__showButton__2zCZA:hover {
  opacity: 1;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .TableOfContent__toc__ygXaO .TableOfContent__showButton__2zCZA:hover {
    width: 10.5rem;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    background-position-x: 0.6rem;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1311);
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1311);
    opacity: 1;
  }
  .TableOfContent__toc__ygXaO .TableOfContent__showButton__2zCZA:hover span {
    display: inline;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .TableOfContent__toc__ygXaO .TableOfContent__showButton__2zCZA {
    width: 10.5rem;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    background-position-x: 0.6rem;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1311);
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1311);
    opacity: 1;
  }
  .TableOfContent__toc__ygXaO .TableOfContent__showButton__2zCZA span {
    display: inline;
    white-space: nowrap;
  }
}
.TableOfContent__toc__ygXaO .TableOfContent__tocHeader__1WNdx {
  font-style: normal;
  font-weight: normal;
  font-family: 'aleobold', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background: url('/assets/images/icons//list-bulleted.black.svg') no-repeat left center;
  background-size: 0.875rem;
  padding-left: 1.5rem;
  background-position-y: 0.375rem;
  margin-bottom: 1rem;
}
.TableOfContent__toc__ygXaO .TableOfContent__hideButton__3xNko {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  color: #697787;
  margin-bottom: 1.5rem;
  background-color: #ffffff;
  font-size: 0.75rem;
  display: block;
}
.TableOfContent__toc__ygXaO a {
  color: #232D38;
  text-decoration: none;
  display: block;
}
.TableOfContent__toc__ygXaO a:hover {
  color: #2F83DE;
}
.TableOfContent__toc__ygXaO .TableOfContent__partContainer__3HA7o .TableOfContent__inProgress__2h9pl {
  color: #98A5B3;
}
.TableOfContent__toc__ygXaO .TableOfContent__partContainer__3HA7o a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
.TableOfContent__toc__ygXaO ul {
  list-style-type: none;
  margin-top: 0.5rem;
  padding-left: 0;
}
.TableOfContent__toc__ygXaO ul li {
  margin-top: 0.5rem;
}
.TableOfContent__toc__ygXaO.TableOfContent__multiPart__-_6Tz ul {
  padding-left: 0.5rem;
}
.TableOfContent__projectTitle__5mXjX {
  margin-bottom: 1rem;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.SourceListForPart__aleoBoldBlue__vcPJ- {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-weight: bold;
  color: #26517E;
}
.SourceListForPart__partHeaderMobileBorder__12a1f {
  border: none;
  height: 2px;
  color: #26517E;
  background-color: #26517E;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 1.688rem;
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .SourceListForPart__partHeaderMobileBorder__12a1f {
    width: 79vw;
  }
}
.SourceListForPart__partHeaderMobileBorder__12a1f.SourceListForPart__inProgress__2oLCu {
  color: #CFD9E3;
  background-color: #CFD9E3;
}
@media only screen and (min-width: 1024px) {
  .SourceListForPart__sourceSectionHeader__3q3As {
    margin-top: 5rem;
  }
}
.SourceListForPart__sourcesSectionTitle__1UZZn {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.188rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 450px) and (max-width: 786px) {
  .SourceListForPart__sourcesSectionTitle__1UZZn {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 450px) {
  .SourceListForPart__sourcesSectionTitle__1UZZn {
    margin-bottom: 1rem;
  }
  .SourceListForPart__sourcesSectionTitle__1UZZn.SourceListForPart__inProgress__2oLCu {
    margin-bottom: 0.5rem;
  }
}
.SourceListForPart__sourcesTitle__3o-s3 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-weight: bold;
  color: #26517E;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-right: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .SourceListForPart__sourcesTitle__3o-s3 {
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-top: 0.65rem;
    margin-right: initial;
  }
}
.SourceListForPart__partHeaderMobile__YPlpg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .SourceListForPart__partHeaderMobile__YPlpg {
    display: none;
  }
}
.SourceListForPart__partHeaderMobile__YPlpg .SourceListForPart__partHeaderMobileBorder__12a1f {
  border: none;
  height: 2px;
  color: #26517E;
  background-color: #26517E;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 1.688rem;
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .SourceListForPart__partHeaderMobile__YPlpg .SourceListForPart__partHeaderMobileBorder__12a1f {
    width: 79vw;
  }
}
.SourceListForPart__partHeaderMobile__YPlpg .SourceListForPart__partHeaderMobileBorder__12a1f.SourceListForPart__inProgress__2oLCu {
  color: #CFD9E3;
  background-color: #CFD9E3;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.Actions__aleoBoldBlue__DIE2M {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-weight: bold;
  color: #26517E;
}
.Actions__partHeaderMobileBorder__25C1E {
  border: none;
  height: 2px;
  color: #26517E;
  background-color: #26517E;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 1.688rem;
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .Actions__partHeaderMobileBorder__25C1E {
    width: 79vw;
  }
}
.Actions__partHeaderMobileBorder__25C1E.Actions__inProgress__-6ujS {
  color: #CFD9E3;
  background-color: #CFD9E3;
}
.Actions__buttonBase__1aOqA {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  border-color: #6F7072;
  color: #6F7072;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.5625rem 1.5rem;
  text-transform: uppercase;
  width: 100%;
}
.Actions__buttonBase__1aOqA .Actions__buttonChildren__20rhA {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Actions__buttonBase__1aOqA:hover {
  color: #2F83DE;
  border-color: #2F83DE;
}
.Actions__downloadButton__1ZdHt .Actions__pdfIcon__1tByd {
  background: url('/assets/images/icons/download-gray.svg') center left no-repeat;
  width: 1.25rem;
  height: 1rem;
  background-size: 0.875rem;
}
.Actions__downloadButton__1ZdHt:hover .Actions__pdfIcon__1tByd {
  background: url('/assets/images/icons/download-blue.svg') center left no-repeat;
  width: 1.25rem;
  height: 1rem;
  background-size: 0.875rem;
}
.Actions__actionsWrapper__2669I {
  display: block;
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .Actions__actionsWrapper__2669I {
    margin: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media only screen and (min-width: 1100px) {
  .Actions__actionsWrapper__2669I {
    width: 8.9rem;
    text-align: left;
  }
}
.Actions__actionsWrapper__2669I .Actions__subActions__2jDSB {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .Actions__actionsWrapper__2669I .Actions__subActions__2jDSB {
    display: block;
  }
}
.Actions__actionsWrapper__2669I .Actions__subActions__2jDSB .Actions__downloadButton__1ZdHt .Actions__pdfIcon__1tByd {
  background: url('/assets/images/icons/download-gray.svg') center left no-repeat;
  width: 1.25rem;
  height: 1rem;
  background-size: 0.875rem;
}
.Actions__actionsWrapper__2669I .Actions__subActions__2jDSB .Actions__downloadButton__1ZdHt:hover .Actions__pdfIcon__1tByd {
  background: url('/assets/images/icons/download-blue.svg') center left no-repeat;
  width: 1.25rem;
  height: 1rem;
  background-size: 0.875rem;
}
.Actions__actionsWrapper__2669I .Actions__subActions__2jDSB button {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  border-color: #6F7072;
  color: #6F7072;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.5625rem 1.5rem;
  text-transform: uppercase;
  width: 100%;
}
.Actions__actionsWrapper__2669I .Actions__subActions__2jDSB button .Actions__buttonChildren__20rhA {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Actions__actionsWrapper__2669I .Actions__subActions__2jDSB button:hover {
  color: #2F83DE;
  border-color: #2F83DE;
}
@media only screen and (min-width: 1100px) {
  .Actions__actionsWrapper__2669I .Actions__subActionsWithRatings__209w2 {
    border-top: solid 1px #6F7072;
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
}
@-webkit-keyframes Actions__fadeIn__aQes3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Actions__fadeIn__aQes3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Actions__actionsLayout__SxQDo {
  position: fixed;
  top: initial;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  opacity: 0;
  -webkit-animation: Actions__fadeIn__aQes3;
          animation: Actions__fadeIn__aQes3;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 1000;
}
.Actions__actionsLayout__SxQDo.Actions__showRatingsButtons__S2Q6G {
  -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1311);
          box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1311);
  padding: 0.5rem;
}
@media only screen and (min-width: 1100px) {
  .Actions__actionsLayout__SxQDo.Actions__showRatingsButtons__S2Q6G {
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
}
@media only screen and (min-width: 1100px) {
  .Actions__actionsLayout__SxQDo {
    top: 14.76rem;
    right: 50%;
    -webkit-transform: translateX(544px);
            transform: translateX(544px);
    bottom: initial;
    left: initial;
    padding: initial;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
}
@media only percy {
  .Actions__actionsLayout__SxQDo {
    opacity: 1;
  }
}
.Actions__subActionsBottomBanner__3Toh4 {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1100px) {
  .Actions__subActionsBottomBanner__3Toh4 {
    width: 748px;
  }
}
@media only screen and (min-width: 1100px) {
  .Actions__subActionsBottomBanner__3Toh4 {
    display: none;
  }
}
.Actions__subActionsBottomBanner__3Toh4 .Actions__subActions__2jDSB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Actions__subActionsBottomBanner__3Toh4 .Actions__subActions__2jDSB .Actions__downloadButton__1ZdHt .Actions__pdfIcon__1tByd {
  background: url('/assets/images/icons/download-gray.svg') center left no-repeat;
  width: 1.25rem;
  height: 1rem;
  background-size: 0.875rem;
}
.Actions__subActionsBottomBanner__3Toh4 .Actions__subActions__2jDSB .Actions__downloadButton__1ZdHt:hover .Actions__pdfIcon__1tByd {
  background: url('/assets/images/icons/download-blue.svg') center left no-repeat;
  width: 1.25rem;
  height: 1rem;
  background-size: 0.875rem;
}
.Actions__subActionsBottomBanner__3Toh4 .Actions__subActions__2jDSB button {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  border-color: #6F7072;
  color: #6F7072;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.5625rem 1.5rem;
  text-transform: uppercase;
  width: 100%;
  height: 2rem;
  display: inline-block;
  text-align: center;
  width: initial;
}
.Actions__subActionsBottomBanner__3Toh4 .Actions__subActions__2jDSB button:first-child {
  margin-right: 1rem;
}
.Actions__subActionsBottomBanner__3Toh4 .Actions__subActions__2jDSB button .Actions__buttonChildren__20rhA {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Actions__subActionsBottomBanner__3Toh4 .Actions__subActions__2jDSB button:hover {
  color: #2F83DE;
  border-color: #2F83DE;
}
.Actions__modalCloseButton__Zdpq- {
  top: -3px;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Actions__modalCloseButton__Zdpq- {
    display: none;
  }
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.EditorBriefView__heading__2m2EL {
  font-size: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .EditorBriefView__heading__2m2EL {
    font-size: 1.3rem;
    line-height: 1.8125rem;
    margin: 2rem 0rem;
  }
}
.EditorBriefView__textContent__3JR43 {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .EditorBriefView__textContent__3JR43 {
    font-size: 1.3125rem;
    line-height: 1.8125rem;
  }
}
.EditorBriefView__paragraph__2t50i {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .EditorBriefView__paragraph__2t50i {
    font-size: 1.3125rem;
    line-height: 1.8125rem;
  }
}
.EditorBriefView__bulletedList__Ua_j7 {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .EditorBriefView__bulletedList__Ua_j7 {
    font-size: 1.3125rem;
    line-height: 1.8125rem;
  }
}
.EditorBriefView__listItem__2axRB {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .EditorBriefView__listItem__2axRB {
    margin-bottom: 1.25rem;
  }
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.Part__aleoBoldBlue__1-N2g {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-weight: bold;
  color: #26517E;
}
.Part__partHeaderMobileBorder__6BNDY {
  border: none;
  height: 2px;
  color: #26517E;
  background-color: #26517E;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 1.688rem;
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .Part__partHeaderMobileBorder__6BNDY {
    width: 79vw;
  }
}
.Part__partHeaderMobileBorder__6BNDY.Part__inProgress__1UgH1 {
  color: #CFD9E3;
  background-color: #CFD9E3;
}
.Part__partType__3aWNQ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-weight: bold;
  color: #26517E;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 1px;
}
.Part__partType__3aWNQ.Part__inProgress__1UgH1 {
  color: #CFD9E3;
}
@media only screen and (min-width: 1024px) {
  .Part__partType__3aWNQ {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    letter-spacing: 2px;
  }
}
.Part__partIndex__c7FBk {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-weight: bold;
  color: #26517E;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.Part__partIndex__c7FBk.Part__inProgress__1UgH1 {
  color: #CFD9E3;
}
@media only screen and (min-width: 1024px) {
  .Part__partIndex__c7FBk {
    text-align: right;
    font-size: 4rem;
    line-height: 3.5rem;
    margin: 0;
  }
}
.Part__part__I3Rnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1rem;
  color: #292f32;
}
@media only screen and (min-width: 1024px) {
  .Part__part__I3Rnr {
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .Part__part__I3Rnr.Part__inProgress__1UgH1 {
    padding-bottom: 0;
    margin-bottom: 3.125rem;
  }
}
.Part__part__I3Rnr.Part__inProgress__1UgH1 .Part__columnLeftWrapper__3XanU .Part__partType__3aWNQ {
  color: #CFD9E3;
}
.Part__part__I3Rnr.Part__inProgress__1UgH1 .Part__columnLeftWrapper__3XanU .Part__partIndex__c7FBk {
  color: #CFD9E3;
}
.Part__part__I3Rnr.Part__inProgress__1UgH1 .Part__columnLeftWrapper__3XanU .Part__partTotal__VXnnl {
  color: #919191;
}
.Part__part__I3Rnr .Part__columnLeftWrapper__3XanU .Part__partType__3aWNQ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-weight: bold;
  color: #26517E;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 1px;
}
.Part__part__I3Rnr .Part__columnLeftWrapper__3XanU .Part__partType__3aWNQ.Part__inProgress__1UgH1 {
  color: #CFD9E3;
}
@media only screen and (min-width: 1024px) {
  .Part__part__I3Rnr .Part__columnLeftWrapper__3XanU .Part__partType__3aWNQ {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    letter-spacing: 2px;
  }
}
.Part__part__I3Rnr .Part__columnLeftWrapper__3XanU .Part__partIndex__c7FBk {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-weight: bold;
  color: #26517E;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.Part__part__I3Rnr .Part__columnLeftWrapper__3XanU .Part__partIndex__c7FBk.Part__inProgress__1UgH1 {
  color: #CFD9E3;
}
@media only screen and (min-width: 1024px) {
  .Part__part__I3Rnr .Part__columnLeftWrapper__3XanU .Part__partIndex__c7FBk {
    text-align: right;
    font-size: 4rem;
    line-height: 3.5rem;
    margin: 0;
  }
}
.Part__part__I3Rnr .Part__columnLeftWrapper__3XanU .Part__partTotal__VXnnl {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #B6B6B6;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .Part__part__I3Rnr .Part__columnLeftWrapper__3XanU .Part__partTotal__VXnnl {
    display: block;
  }
}
.Part__part__I3Rnr .Part__columnMiddleWrapper__MnuQB {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Part__part__I3Rnr .Part__columnMiddleWrapper__MnuQB {
    font-size: 1.313rem;
    line-height: 1.813rem;
  }
}
.Part__part__I3Rnr .Part__columnMiddleWrapper__MnuQB .Part__partHeaderMobile__3qcWk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .Part__part__I3Rnr .Part__columnMiddleWrapper__MnuQB .Part__partHeaderMobile__3qcWk {
    display: none;
  }
}
.Part__part__I3Rnr .Part__columnMiddleWrapper__MnuQB .Part__partHeaderMobile__3qcWk .Part__partHeaderMobileBorder__6BNDY {
  border: none;
  height: 2px;
  color: #26517E;
  background-color: #26517E;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 1.688rem;
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .Part__part__I3Rnr .Part__columnMiddleWrapper__MnuQB .Part__partHeaderMobile__3qcWk .Part__partHeaderMobileBorder__6BNDY {
    width: 79vw;
  }
}
.Part__part__I3Rnr .Part__columnMiddleWrapper__MnuQB .Part__partHeaderMobile__3qcWk .Part__partHeaderMobileBorder__6BNDY.Part__inProgress__1UgH1 {
  color: #CFD9E3;
  background-color: #CFD9E3;
}
.Part__part__I3Rnr .Part__columnMiddleWrapper__MnuQB .Part__partHeaderMobile__3qcWk.Part__partHeaderMobileSingle__3nr7i {
  display: none;
}
.Part__part__I3Rnr .Part__columnMiddleWrapper__MnuQB .Part__partTitle__rf4u7 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.Part__part__I3Rnr .Part__columnMiddleWrapper__MnuQB .Part__partTitle__rf4u7 a {
  color: #292f32;
  text-decoration: none;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Part__part__I3Rnr .Part__columnMiddleWrapper__MnuQB .Part__partTitle__rf4u7 {
    font-size: 1.625rem;
    line-height: 2.25rem;
    letter-spacing: initial;
    margin-bottom: 2rem;
  }
}
.Part__part__I3Rnr .Part__columnMiddleWrapper__MnuQB .Part__partTitle__rf4u7.Part__inProgress__1UgH1 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #919191;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .Part__part__I3Rnr .Part__columnMiddleWrapper__MnuQB .Part__partTitle__rf4u7.Part__inProgress__1UgH1 {
    font-size: 1.313rem;
    line-height: 1.813rem;
    letter-spacing: initial;
  }
}
.Part__hidden__3Zfuw {
  visibility: hidden;
}
/**
 * Deprecated
 */
.ReportAnalytics__report-analytics__3w1BV {
  background: #ffffff;
  border-radius: 14px;
  -webkit-box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.1311);
          box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.1311);
  padding: 20px 10px;
  width: 100%;
}
.ReportAnalytics__report-analytics__3w1BV .ReportAnalytics__time-to-insight__2Ofd4 {
  font-size: 0.875rem;
  margin-bottom: 48px;
  text-align: center;
}
.ReportAnalytics__report-analytics__3w1BV .ReportAnalytics__time-to-insight-title__2day3 {
  color: #2F83DE;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 11px;
}
.ReportAnalytics__report-analytics__3w1BV .ReportAnalytics__insight-timeline__2lm8a {
  margin-top: 48px;
  margin-bottom: 48px;
}
.ReportAnalytics__report-analytics__3w1BV .ReportAnalytics__insights-summary__1v1Ji {
  font-size: 0.875rem;
  text-align: center;
}
.ReportAnalytics__report-analytics__3w1BV .ReportAnalytics__insights-summary-data__3ztm9 {
  font-family: 'Brandon_txt_med', serif;
}
.ReportAnalytics__report-analytics__3w1BV .ReportAnalytics__insights-dive-deeper__UL_My {
  margin-top: 24px;
  text-align: center;
}
.ReportAnalytics__report-analytics__3w1BV .ReportAnalytics__insights-dive-deeper-link__1uJRr {
  color: #2F83DE;
  font-size: 0.875rem;
  text-decoration: underline;
}
.ReportAnalytics__insight-timeline__2lm8a {
  display: block;
  position: relative;
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-slider__HshMG {
  height: 10px;
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-slider-handle-1__1MCV9,
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-slider-handle-2__w8-i6 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: -30px;
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-slider-handle-1__1MCV9 {
  left: 20px;
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-slider-handle-1__1MCV9 .ReportAnalytics__itl-marker-title__1Xh5s {
  color: #2F83DE;
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-slider-handle-1__1MCV9 .ReportAnalytics__itl-marker-dot__2GVu5 {
  background-color: #2F83DE;
  background-image: url('/assets/images/icons/x.wonder.icon.small.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-slider-handle-2__w8-i6 {
  right: 10px;
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-slider-handle-2__w8-i6 .ReportAnalytics__itl-marker-title__1Xh5s {
  color: #697787;
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-slider-handle-2__w8-i6 .ReportAnalytics__itl-marker-dot__2GVu5 {
  background: #B5CEE9;
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-marker-title__1Xh5s {
  font-size: calc(1rem * 10 / 16);
  font-weight: 600;
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-marker-label__38Zmt {
  color: #697787;
  font-size: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-marker-dot__2GVu5 {
  border-radius: 50%;
  height: 28px;
  width: 28px;
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-track__16Qw1 {
  background: -webkit-gradient(linear, left top, right top, from(#011F40), to(#2F83DE));
  background: linear-gradient(90deg, #011F40 0%, #2F83DE 100%);
  height: 100%;
  width: calc(100% * 4 / 6);
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-rail__3cNgY {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-rail-step__mTPxv {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-rail-step__mTPxv:nth-child(2),
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-rail-step__mTPxv:nth-child(3),
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-rail-step__mTPxv:nth-child(4) {
  border-right: 1px solid #fff;
}
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-rail-step__mTPxv:nth-child(5),
.ReportAnalytics__insight-timeline__2lm8a .ReportAnalytics__itl-rail-step__mTPxv:nth-child(6) {
  background-color: #B5CEE9;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.WonderContentSeparator__contentSeparator__j8M9L {
  height: 25px;
  width: 100%;
  margin: 0 auto;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  background: url('/assets/images/illustrations/wonder-content-separator.svg') top center no-repeat;
}
@media only screen and (max-width: 450px) {
  .WonderContentSeparator__contentSeparator__j8M9L {
    background: url('/assets/images/illustrations/wonder-content-separator-mobile.svg') top center no-repeat;
  }
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.BriefPage__aleoBoldBlue__s1ZeI {
  font-style: normal;
  font-weight: normal;
  font-family: 'Aleo_regular', serif;
  font-weight: bold;
  color: #26517E;
}
.BriefPage__partHeaderMobileBorder__Rn9Kr {
  border: none;
  height: 2px;
  color: #26517E;
  background-color: #26517E;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 1.688rem;
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .BriefPage__partHeaderMobileBorder__Rn9Kr {
    width: 79vw;
  }
}
.BriefPage__partHeaderMobileBorder__Rn9Kr.BriefPage__inProgress__2cSs0 {
  color: #CFD9E3;
  background-color: #CFD9E3;
}
.BriefPage__contentClassName__14WUs {
  max-width: unset;
  padding: unset;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .BriefPage__contentClassName__14WUs {
    margin-bottom: 7.5rem;
  }
}
.BriefPage__nextStepComponent__Zuz_z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.BriefPage__socialShareFooter__392R- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.BriefPage__briefPageWrapper__VnLQ8 {
  padding-bottom: 7.5rem;
}
@media only screen and (min-width: 1024px) {
  .BriefPage__briefPageWrapper__VnLQ8 {
    padding-bottom: initial;
  }
}
.BriefPage__briefPageRight__3ni_y {
  height: 100%;
  background: #ECF7FD;
  min-width: 328px;
  padding: 24px;
}
.BriefPage__reportAnalyticsHidden__3QdIm {
  grid-template-columns: 1fr;
  margin: auto;
  max-width: calc((7rem * 2) + (1rem * 2) + 45.25rem);
}
.BriefPage__reportAnalyticsActions__1Nh1T {
  border-radius: 14px;
  position: relative;
  margin-bottom: 24px;
  right: auto;
  top: auto;
  -webkit-transform: unset;
          transform: unset;
  z-index: inherit;
}
.BriefPage__reportAnalyticsActions__1Nh1T > div {
  padding: 20px 35px;
  width: auto;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.StrategyBriefContent__pageLayout__ZvXv8 {
  position: unset;
}
.StrategyBriefContent__layoutContent__kFYEF {
  max-width: 43.75rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.StrategyBriefContent__left__28mKE {
  width: 100%;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .StrategyBriefContent__left__28mKE {
    padding-bottom: 0;
  }
}
.StrategyBriefContent__right__2OWjs {
  width: 100%;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .StrategyBriefContent__right__2OWjs {
    width: 26rem;
    position: absolute;
    top: 5rem;
    right: 0;
    bottom: 0;
    padding: 1.5rem 0;
    background-color: #ECF7FD;
    overflow: scroll;
  }
}
.StrategyBriefContent__briefWrapper__uWaKT {
  margin: 0 1rem;
  color: #292f32;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .StrategyBriefContent__briefWrapper__uWaKT {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .StrategyBriefContent__briefWrapper__uWaKT {
    padding-bottom: initial;
    margin: 0;
    margin-top: 6rem;
    padding-bottom: 8rem;
  }
}
.StrategyBriefContent__loadingIndicator__22FqZ {
  text-align: center;
}
.StrategyBriefContent__endOfBriefLine__HDHlO {
  width: 100%;
  height: 1.5rem;
  margin-top: 2.5rem;
  background: url('/assets/images/brief/briefPageEndLine.svg') top center no-repeat;
}
@media only screen and (min-width: 1024px) {
  .StrategyBriefContent__endOfBriefLine__HDHlO {
    margin-top: 4rem;
  }
}
.StrategyBriefContent__section__12vJV {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .StrategyBriefContent__section__12vJV {
    margin-bottom: 4rem;
  }
}
.StrategyBriefContent__title__17jFE {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  color: #697787;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.0313rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .StrategyBriefContent__title__17jFE {
    font-size: 1.625rem;
    line-height: 2.25rem;
    letter-spacing: initial;
    margin-bottom: 2rem;
  }
}
.StrategyBriefContent__title__17jFE.StrategyBriefContent__titlePath__2mZTK {
  margin-bottom: 1rem;
  color: #232D38;
}
.StrategyBriefContent__subtitle__1Yat2 {
  color: #232D38;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.StrategyBriefContent__logoContainer__1dglq {
  margin-bottom: 1.5rem;
  max-width: 200px;
}
.StrategyBriefContent__logoContainer__1dglq img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 200px;
  max-height: 100px;
}
.StrategyBriefContent__spacer__3DsUt {
  margin: 3.5rem 0 2.5rem;
}
.StrategyBriefContent__toggleFieldContainer__2dytL {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.StrategyBriefContent__toggleFieldContainer__2dytL > * {
  margin: 0 1.5rem 0 0;
}
.StrategyBriefContent__toggleFieldContainer__2dytL > *:last-child {
  margin: 0;
}
.StrategyBriefContent__toggleFieldContainer__2dytL .StrategyBriefContent__toggleFieldText__2kO9A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #697787;
}
.StrategyBriefContent__toggleFieldContainer__2dytL .StrategyBriefContent__toggleFieldText__2kO9A > * {
  margin: 0 0 0.5rem 0;
}
.StrategyBriefContent__toggleFieldContainer__2dytL .StrategyBriefContent__toggleFieldText__2kO9A > *:last-child {
  margin: 0;
}
.StrategyBriefContent__toggleFieldContainer__2dytL .StrategyBriefContent__toggleFieldText__2kO9A .StrategyBriefContent__title__17jFE {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #47525E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.StrategyBriefContent__toggleFieldContainer__2dytL .StrategyBriefContent__price__3Jx6v {
  color: #DDAA2A;
  margin-top: 4px;
}
.StrategyBriefContent__field__3cSCX {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.StrategyBriefContent__modal__wc6IW .StrategyBriefContent__modalContainer__1Ty75 {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  width: 74rem;
  max-width: 100%;
  padding: 2rem 0.5rem;
}
@media screen and (min-width: 68.75rem) {
  .StrategyBriefContent__modal__wc6IW .StrategyBriefContent__modalContainer__1Ty75 {
    padding: 2rem 1rem;
  }
}
.StrategyBriefContent__modal__wc6IW.StrategyBriefContent__blurBackground__2QcG3 {
  background: rgba(1, 31, 64, 0.9);
}
.StrategyBriefContent__modalCreditCard__3pBsu .StrategyBriefContent__modalCreditCardContainer__rb4aE {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  width: 46.6rem;
  max-width: 100%;
}
.StrategyBriefContent__modalCreditCard__3pBsu.StrategyBriefContent__blurBackground__2QcG3 {
  background: #ECF7FD;
}
.StrategyBriefContent__packagesContainer__3fRvU {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 2rem 0 0;
}
@media only screen and (max-width: 1024px) {
  .StrategyBriefContent__packagesContainer__3fRvU {
    display: none;
  }
}
.StrategyBriefContent__actions__80Alc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
.StrategyBriefContent__actions__80Alc .StrategyBriefContent__closeButton__3nyvO {
  color: #2F83DE;
  font-family: 'Brandon_txt_med', serif;
}
.StrategyBriefContent__closeOutButton__3AuMd {
  color: #697787;
  padding: 0;
}
.StrategyBriefContent__closeOutButton__3AuMd:hover {
  color: #47525E;
}
.StrategyBriefContent__pageTitle__17xJK {
  color: #5D91C7;
  margin-bottom: 0;
}
.StrategyBriefContent__title__17jFE {
  color: #232D38;
  margin-bottom: 1.5rem;
}
.StrategyBriefContent__metadata__1GDXo {
  margin-bottom: 1.5rem;
}
.StrategyBriefContent__metadata__1GDXo .StrategyBriefContent__subtitle__1Yat2 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #98A5B3;
}
@media only screen and (min-width: 450px) {
  .StrategyBriefContent__contentExpanderComponent__24j6F .StrategyBriefContent__contentExpanderContainer__LQv6Y {
    max-height: 7rem;
  }
}
.StrategyBriefContent__textContent__10pxl {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  margin-top: 3.5rem;
}
.StrategyBriefContent__part__2IVxb {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .StrategyBriefContent__part__2IVxb {
    margin-bottom: 4rem;
  }
}
.StrategyBriefContent__partTitle__25IIs {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.0313rem;
  margin-bottom: 1rem;
  color: #232D38;
  margin-bottom: 1.5rem;
  color: #697787;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .StrategyBriefContent__partTitle__25IIs {
    font-size: 1.625rem;
    line-height: 2.25rem;
    letter-spacing: initial;
    margin-bottom: 2rem;
  }
}
.StrategyBriefContent__partTitle__25IIs.StrategyBriefContent__titlePath__2mZTK {
  margin-bottom: 1rem;
  color: #232D38;
}
.StrategyBriefContent__reviewButton__th18E {
  color: #697787;
  padding: 0.25rem 0.5rem 0.25rem 0;
}
.StrategyBriefContent__reviewButton__th18E:hover {
  color: #47525E;
}
/**
 * Deprecated
 */
.ConfirmQuestionAnswer__component__2xe46 {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.ConfirmQuestionAnswer__component__2xe46:last-child {
  margin-bottom: 0;
}
.ConfirmQuestionAnswer__component__2xe46 .ConfirmQuestionAnswer__answer__1ehJO {
  margin-bottom: 1.5rem;
}
.ConfirmQuestionAnswer__component__2xe46 .ConfirmQuestionAnswer__answer__1ehJO:last-child {
  margin-bottom: 0;
}
.ConfirmQuestionAnswer__component__2xe46 .ConfirmQuestionAnswer__edit__3uoxc {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #EAB52E;
}
.ConfirmQuestionAnswer__component__2xe46 .ConfirmQuestionAnswer__edit__3uoxc:hover {
  color: #DDAA2A;
  text-decoration: none;
}
.ConfirmQuestionAnswer__component__2xe46 .ConfirmQuestionAnswer__row__wlu8o {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ConfirmQuestionAnswer__component__2xe46 .ConfirmQuestionAnswer__row__wlu8o .ConfirmQuestionAnswer__question__2otlR {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  margin-bottom: 0.5rem;
}
/**
 * Deprecated
 */
.ConfirmAttachments__component__3AcUw .ConfirmAttachments__title__13btz {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.QuestionsReviewModal__container__1xT8m {
  width: 100%;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .QuestionsReviewModal__container__1xT8m {
    width: 30rem;
  }
}
.QuestionsReviewModal__modalContainer__2NByt {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.QuestionsReviewModal__filesContainer__rMDfn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ResearchOutlineForm__pageLayout__3fOxG {
  position: unset;
}
.ResearchOutlineForm__layoutContent__3d7jH {
  max-width: 43.75rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.ResearchOutlineForm__left__1UDRD {
  width: 100%;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ResearchOutlineForm__left__1UDRD {
    padding-bottom: 0;
  }
}
.ResearchOutlineForm__right__3T5-E {
  width: 100%;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ResearchOutlineForm__right__3T5-E {
    width: 26rem;
    position: absolute;
    top: 5rem;
    right: 0;
    bottom: 0;
    padding: 1.5rem 0;
    background-color: #ECF7FD;
    overflow: scroll;
  }
}
.ResearchOutlineForm__briefWrapper__21Zh8 {
  margin: 0 1rem;
  color: #292f32;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ResearchOutlineForm__briefWrapper__21Zh8 {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .ResearchOutlineForm__briefWrapper__21Zh8 {
    padding-bottom: initial;
    margin: 0;
    margin-top: 6rem;
    padding-bottom: 8rem;
  }
}
.ResearchOutlineForm__loadingIndicator__2ndJj {
  text-align: center;
}
.ResearchOutlineForm__endOfBriefLine__STbrD {
  width: 100%;
  height: 1.5rem;
  margin-top: 2.5rem;
  background: url('/assets/images/brief/briefPageEndLine.svg') top center no-repeat;
}
@media only screen and (min-width: 1024px) {
  .ResearchOutlineForm__endOfBriefLine__STbrD {
    margin-top: 4rem;
  }
}
.ResearchOutlineForm__section__3qcCi {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .ResearchOutlineForm__section__3qcCi {
    margin-bottom: 4rem;
  }
}
.ResearchOutlineForm__title__2DPyd {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  color: #697787;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.0313rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ResearchOutlineForm__title__2DPyd {
    font-size: 1.625rem;
    line-height: 2.25rem;
    letter-spacing: initial;
    margin-bottom: 2rem;
  }
}
.ResearchOutlineForm__title__2DPyd.ResearchOutlineForm__titlePath__2Hj-G {
  margin-bottom: 1rem;
  color: #232D38;
}
.ResearchOutlineForm__subtitle__26r7i {
  color: #232D38;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.ResearchOutlineForm__logoContainer__30Ely {
  margin-bottom: 1.5rem;
  max-width: 200px;
}
.ResearchOutlineForm__logoContainer__30Ely img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 200px;
  max-height: 100px;
}
.ResearchOutlineForm__spacer__3EFLm {
  margin: 3.5rem 0 2.5rem;
}
.ResearchOutlineForm__toggleFieldContainer__WhQ63 {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ResearchOutlineForm__toggleFieldContainer__WhQ63 > * {
  margin: 0 1.5rem 0 0;
}
.ResearchOutlineForm__toggleFieldContainer__WhQ63 > *:last-child {
  margin: 0;
}
.ResearchOutlineForm__toggleFieldContainer__WhQ63 .ResearchOutlineForm__toggleFieldText__cLtpP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #697787;
}
.ResearchOutlineForm__toggleFieldContainer__WhQ63 .ResearchOutlineForm__toggleFieldText__cLtpP > * {
  margin: 0 0 0.5rem 0;
}
.ResearchOutlineForm__toggleFieldContainer__WhQ63 .ResearchOutlineForm__toggleFieldText__cLtpP > *:last-child {
  margin: 0;
}
.ResearchOutlineForm__toggleFieldContainer__WhQ63 .ResearchOutlineForm__toggleFieldText__cLtpP .ResearchOutlineForm__title__2DPyd {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #47525E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ResearchOutlineForm__toggleFieldContainer__WhQ63 .ResearchOutlineForm__price__yBVkH {
  color: #DDAA2A;
  margin-top: 4px;
}
.ResearchOutlineForm__field__3GnDZ {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.ResearchOutlineForm__modal__FRJ1O .ResearchOutlineForm__modalContainer__3MT1D {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  width: 74rem;
  max-width: 100%;
  padding: 2rem 0.5rem;
}
@media screen and (min-width: 68.75rem) {
  .ResearchOutlineForm__modal__FRJ1O .ResearchOutlineForm__modalContainer__3MT1D {
    padding: 2rem 1rem;
  }
}
.ResearchOutlineForm__modal__FRJ1O.ResearchOutlineForm__blurBackground__38Cwl {
  background: rgba(1, 31, 64, 0.9);
}
.ResearchOutlineForm__modalCreditCard__2UzUd .ResearchOutlineForm__modalCreditCardContainer___zUTW {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  width: 46.6rem;
  max-width: 100%;
}
.ResearchOutlineForm__modalCreditCard__2UzUd.ResearchOutlineForm__blurBackground__38Cwl {
  background: #ECF7FD;
}
.ResearchOutlineForm__packagesContainer__39SPI {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 2rem 0 0;
}
@media only screen and (max-width: 1024px) {
  .ResearchOutlineForm__packagesContainer__39SPI {
    display: none;
  }
}
.ResearchOutlineForm__actions__9IVsz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
.ResearchOutlineForm__actions__9IVsz .ResearchOutlineForm__closeButton__157iH {
  color: #2F83DE;
  font-family: 'Brandon_txt_med', serif;
}
.ResearchOutlineForm__closeOutButton__3lxKi {
  color: #697787;
  padding: 0;
}
.ResearchOutlineForm__closeOutButton__3lxKi:hover {
  color: #47525E;
}
/**
 * Deprecated
 */
.ScopeItems__ellipsis__YPWFE {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ScopeItems__scopeItem__phB_d {
  margin: 1.5rem 0 2rem 0;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ScopeItems__scopeItem__phB_d {
    margin: 2rem 0 3rem 0;
  }
}
.ScopeItems__scopeItem__phB_d .ScopeItems__scopeLabel__fP8LE {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.ScopeItems__scopeItem__phB_d.ScopeItems__previouslySelected__2sKv1 input[type='checkbox']:after {
  background: url('/assets/images/next-steps/already-selected.svg') center center no-repeat;
  height: 1.5rem;
  width: 1.5rem;
}
.ScopeItems__scopeItem__phB_d.ScopeItems__previouslySelected__2sKv1 input[type='checkbox']:before {
  border: 0;
}
.ScopeItems__scopeItem__phB_d.ScopeItems__previouslySelected__2sKv1 label {
  color: #919191;
}
.ScopeItems__scopeItem__phB_d label {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.3125rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ScopeItems__scopeItem__phB_d label {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.ScopeItems__scopeItem__phB_d label a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 8rem;
  margin: 0 0.25rem;
}
.ScopeItems__scopeItem__phB_d .ScopeItems__scopeItemFooter__2VOQG {
  margin: 1rem 0 2rem 1.5rem;
}
.ScopeItems__scopeItem__phB_d .ScopeItems__scopeItemFooter__2VOQG .ScopeItems__commentTextAreaContainer__2dckU {
  margin: 1rem 0 0 1rem;
  max-width: 30rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ScopeItems__scopeItem__phB_d .ScopeItems__scopeItemFooter__2VOQG .ScopeItems__commentTextAreaContainer__2dckU {
    margin-top: 1.5rem;
  }
}
.ScopeItems__scopeItem__phB_d .ScopeItems__scopeItemFooter__2VOQG .ScopeItems__commentTextAreaContainer__2dckU .ScopeItems__commentTextArea__1JnrJ {
  min-height: 6rem;
}
.ScopeItems__scopeItem__phB_d .ScopeItems__scopeItemFooter__2VOQG .ScopeItems__commentTextAreaContainer__2dckU .ScopeItems__commentTextAreaField__3xw7k {
  font-size: 1rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
}
.ScopeItems__scopeItem__phB_d .ScopeItems__scopeItemFooter__2VOQG .ScopeItems__commentTextAreaContainer__2dckU .ScopeItems__label__1qqfn {
  margin-bottom: 0.5rem;
}
.ScopeItems__scopeItem__phB_d .ScopeItems__scopeItemFooter__2VOQG .ScopeItems__commentTextAreaContainer__2dckU .ScopeItems__label__1qqfn .ScopeItems__labelCopy__2DMG4 {
  margin-right: 0.5rem;
}
.ScopeItems__scopeItem__phB_d .ScopeItems__scopeItemFooter__2VOQG .ScopeItems__commentTextAreaContainer__2dckU .ScopeItems__label__1qqfn .ScopeItems__required__3tQj4 {
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
  color: #B6B6B6;
}
.ScopeItems__scopeItem__phB_d .ScopeItems__scopeItemFooter__2VOQG .ScopeItems__researchOptionChildren__32iNb {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ScopeItems__scopeItem__phB_d .ScopeItems__scopeItemFooter__2VOQG .ScopeItems__researchOptionField__3iHik {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  margin-right: 0;
}
.ScopeItems__scopeItem__phB_d .ScopeItems__scopeItemFooter__2VOQG .ScopeItems__researchOptionField__3iHik.ScopeItems__disabled__OVcSU {
  border-color: #f8f8f8;
  opacity: 1;
  pointer-events: auto;
}
.ScopeItems__scopeItem__phB_d .ScopeItems__scopeItemFooter__2VOQG .ScopeItems__researchOptionField__3iHik .ScopeItems__fullResearchOption__2_V36 {
  color: #6F7072;
}
.ScopeItems__scopeItemField__2Cv5J {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.ScopeItems__scopeItemField__2Cv5J input {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.ScopeItems__disclaimer__1xP2Y {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #697787;
  display: none;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ScopeItems__disclaimer__1xP2Y {
    display: block;
  }
}
.ScopeItems__clientComment__1KNuN {
  margin-left: 2.5rem;
  max-width: 30rem;
}
.ScopeItems__clientComment__1KNuN .ScopeItems__clientCommentToggle__3fygp {
  color: #697787;
  width: 100%;
  text-align: left;
}
.ScopeItems__clientComment__1KNuN .ScopeItems__clientCommentToggle__3fygp:after {
  background-image: url('/assets/images/icons/caret.down.inkLighter.svg');
}
.ScopeItems__clientComment__1KNuN .ScopeItems__clientCommentContent__1FVk4 {
  color: #697787;
}
.ScopeItems__spacer__2pXWA {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  border-bottom-style: dotted;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ScopeItems__spacer__2pXWA {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
.ScopeItems__pathContainer__1_5pP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ScopeItems__pathContainer__1_5pP > * {
  margin: 0 0.5rem 0 0;
}
.ScopeItems__pathContainer__1_5pP > *:last-child {
  margin: 0;
}
.ScopeItems__pathContainer__1_5pP .ScopeItems__pathContentContainer__JscaJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0.25rem;
}
.ScopeItems__pathContainer__1_5pP .ScopeItems__pathContentContainer__JscaJ > * {
  margin: 0 0 1rem 0;
}
.ScopeItems__pathContainer__1_5pP .ScopeItems__pathContentContainer__JscaJ > *:last-child {
  margin: 0;
}
.ScopeItems__pathContainer__1_5pP .ScopeItems__pathContentContainer__JscaJ .ScopeItems__pathTitleContainer__ocKMJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.ScopeItems__pathContainer__1_5pP .ScopeItems__pathContentContainer__JscaJ .ScopeItems__pathTitleContainer__ocKMJ .ScopeItems__pathTitle__2GiCq {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  margin-bottom: 0.5rem;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.ScopeItems__pathContainer__1_5pP .ScopeItems__pathContentContainer__JscaJ .ScopeItems__pathTitleContainer__ocKMJ .ScopeItems__pathMostRelevantTag__1LV12 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  border-radius: 18px;
  padding: 0.25rem 1rem;
  background-color: #E5F5EB;
  color: #3A9F5D;
  width: 10rem;
  text-align: center;
  margin-left: 1rem;
}
.ScopeItems__pathContainer__1_5pP .ScopeItems__pathContentContainer__JscaJ .ScopeItems__hoursAndPrice__37Jog {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #697787;
}
.ScopeItems__pathContainer__1_5pP .ScopeItems__pathContentContainer__JscaJ .ScopeItems__hoursAndPrice__37Jog .ScopeItems__price__1mATg {
  color: #2E7CD0;
}
@media only screen and (min-width: 450px) {
  .ScopeItems__contentExpanderComponent__2LiPV .ScopeItems__contentExpanderContainer__2jc7z {
    max-height: 4rem;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.PricingBox__container__3yD-w {
  max-width: 26rem;
  margin: 0 auto;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 6px 4px rgba(192, 192, 192, 0.25);
          box-shadow: 0px 4px 6px 4px rgba(192, 192, 192, 0.25);
  border-radius: 14px;
  height: 88px;
  overflow: hidden;
  position: fixed;
  bottom: -22px;
  width: calc(100% - 2rem);
}
.PricingBox__container__3yD-w .PricingBox__subtitle__3RnCp {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  font-size: 1.125rem;
}
.PricingBox__container__3yD-w .PricingBox__header__3ewKM {
  padding: 1.5rem 2rem;
  background-color: #011F40;
  border-radius: 14px 14px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.PricingBox__container__3yD-w .PricingBox__header__3ewKM .PricingBox__subtitle__3RnCp {
  color: #FFF;
  margin: 0;
  line-height: 1;
}
.PricingBox__container__3yD-w .PricingBox__header__3ewKM .PricingBox__arrow__1E7wU {
  width: 1.125rem;
  height: auto;
  cursor: pointer;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .PricingBox__container__3yD-w .PricingBox__header__3ewKM .PricingBox__arrow__1E7wU {
    display: none;
  }
}
.PricingBox__container__3yD-w .PricingBox__infoContainer__177pj {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #CECECE;
}
.PricingBox__container__3yD-w .PricingBox__total__1uZUM {
  width: auto;
}
.PricingBox__container__3yD-w .PricingBox__row__1VPLK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
  color: #232D38;
}
.PricingBox__container__3yD-w .PricingBox__row__1VPLK:not(:last-child) {
  margin-bottom: 1rem;
}
.PricingBox__container__3yD-w .PricingBox__totalDue__1vgIG {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  text-transform: uppercase;
}
.PricingBox__container__3yD-w .PricingBox__totalDue__1vgIG span:last-child {
  font-size: 1.375rem;
}
.PricingBox__container__3yD-w .PricingBox__upgrade__aIJEC {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  color: #48C975;
  text-decoration: underline;
}
.PricingBox__container__3yD-w .PricingBox__buttonContainer__aSrbO {
  padding: 1.5rem 2rem 2.5rem;
}
.PricingBox__container__3yD-w .PricingBox__buttonContainer__aSrbO .PricingBox__button__1sXcD {
  width: 100%;
  margin-bottom: 1.75rem;
}
.PricingBox__container__3yD-w .PricingBox__buttonContainer__aSrbO .PricingBox__button__1sXcD:disabled {
  background-color: #2F83DE;
  color: #fff;
  opacity: 50%;
}
.PricingBox__container__3yD-w .PricingBox__buttonContainer__aSrbO .PricingBox__deliveryTitle__2FQQS {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.PricingBox__container__3yD-w .PricingBox__buttonContainer__aSrbO .PricingBox__deliveryDate__7159a {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-size: 0.875rem;
  margin-bottom: 1.75rem;
  text-align: center;
  line-height: 1;
}
.PricingBox__container__3yD-w .PricingBox__buttonContainer__aSrbO .PricingBox__flex__d5zYQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.PricingBox__container__3yD-w .PricingBox__buttonContainer__aSrbO .PricingBox__deliverToContainer__39RBm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin: 0 auto;
}
.PricingBox__container__3yD-w .PricingBox__buttonContainer__aSrbO .PricingBox__deliverToContainer__39RBm img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.PricingBox__container__3yD-w .PricingBox__buttonContainer__aSrbO .PricingBox__deliverToContainer__39RBm .PricingBox__deliveryTitle__2FQQS {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  text-align: left;
  text-transform: none;
  margin-bottom: 0.25rem;
}
.PricingBox__container__3yD-w .PricingBox__buttonContainer__aSrbO .PricingBox__deliverToContainer__39RBm .PricingBox__email__1M5k6 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  font-size: 0.625rem;
  text-align: left;
  line-height: 1;
  margin-bottom: 0;
}
.PricingBox__container__3yD-w .PricingBox__buttonContainer__aSrbO .PricingBox__deliverToContainer__39RBm .PricingBox__flexAlignCenter__iYrzy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.PricingBox__container__3yD-w.PricingBox__open__VCRy_ {
  height: auto;
  overflow: visible;
  bottom: unset;
  top: 5rem;
}
.PricingBox__container__3yD-w.PricingBox__open__VCRy_ .PricingBox__header__3ewKM img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .PricingBox__container__3yD-w {
    width: 90%;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
  }
  .PricingBox__container__3yD-w .PricingBox__header__3ewKM img {
    display: none;
  }
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.UpgradeAnimation__component__24wAC {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 23rem;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .UpgradeAnimation__component__24wAC {
    min-height: 42.56rem;
  }
}
.UpgradeAnimation__animation__3Ffiy {
  width: 100%;
  position: relative;
}
.UpgradeAnimation__heading__dEgRq {
  color: #2F83DE;
  text-align: center;
  position: absolute;
  font-weight: 700;
  font-size: 1.87rem;
  left: 0;
  right: 0;
  margin: auto auto 1rem;
}
/**
 * Deprecated
 */
.ResearchDelivery__container__AeUqf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ResearchDelivery__container__AeUqf > * {
  margin: 0 0 1rem 0;
}
.ResearchDelivery__container__AeUqf > *:last-child {
  margin: 0;
}
.ResearchDelivery__strong__TkukP {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
}
.ResearchDelivery__deliveryOptionContainer__2v2-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ResearchDelivery__deliveryOptionContainer__2v2-w > * {
  margin: 0 0.5rem 0 0;
}
.ResearchDelivery__deliveryOptionContainer__2v2-w > *:last-child {
  margin: 0;
}
.ResearchDelivery__deliveryOptionContainer__2v2-w .ResearchDelivery__deliveryOptionLabels__rT2NX {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ResearchDelivery__deliveryOptionContainer__2v2-w .ResearchDelivery__deliveryOptionLabels__rT2NX > * {
  margin: 0 0 0rem 0;
}
.ResearchDelivery__deliveryOptionContainer__2v2-w .ResearchDelivery__deliveryOptionLabels__rT2NX > *:last-child {
  margin: 0;
}
.ResearchDelivery__deliveryOptionContainer__2v2-w .ResearchDelivery__radio__2Zk3L {
  margin: 0;
  margin-top: 0.25rem;
}
.ResearchDelivery__deliveryOptionContainer__2v2-w .ResearchDelivery__standardDelivery__3DHwg {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #98A5B3;
}
.ResearchDelivery__deliveryOptionContainer__2v2-w .ResearchDelivery__expressDelivery__3ndX9 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  color: #DDAA2A;
}
.ResearchDelivery__deliveryOptionContainer__2v2-w .ResearchDelivery__price__1goL9 {
  color: #2F83DE;
}
/**
 * Deprecated
 */
.SuggestedIndustry__borderRadiusSmall__1QPqk {
  border-radius: 3px;
}
.SuggestedIndustry__borderRadiusLarge__3YJ65 {
  border-radius: 10px;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.SuggestedIndustry__container__285yF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 1.5rem 0 0;
}
.SuggestedIndustry__container__285yF > * {
  margin: 0 0 0.5rem 0;
}
.SuggestedIndustry__container__285yF > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SuggestedIndustry__container__285yF {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .SuggestedIndustry__container__285yF > * {
    margin: 0 1.5rem 0 0;
  }
  .SuggestedIndustry__container__285yF > *:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SuggestedIndustry__paragraph__oIDs4 {
    max-width: 75%;
  }
}
.SuggestedIndustry__selectionBox__dCLiH {
  border-radius: 10px;
  padding: 1.5rem;
  border: 1px solid #DADADA;
  cursor: pointer;
}
.SuggestedIndustry__selectionBox__dCLiH :first-child {
  display: none;
}
.SuggestedIndustry__specialty__3MihN h5 {
  margin-bottom: 0;
}
.SuggestedIndustry__generalist__2zdjC {
  width: 100%;
}
.SuggestedIndustry__generalist__2zdjC h5 {
  margin: 0.5rem 0;
}
.SuggestedIndustry__generalist__2zdjC.SuggestedIndustry__singleBox__3QrBf {
  width: auto;
  cursor: auto;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .SuggestedIndustry__generalist__2zdjC {
    width: 35%;
  }
}
.SuggestedIndustry__selected__10wHW {
  background-color: #FFF8E8;
  -webkit-box-shadow: 0px 4px 11px -2px #00000040;
          box-shadow: 0px 4px 11px -2px #00000040;
  border-color: transparent;
}
.SuggestedIndustry__gSelected__eG9-V {
  background-color: #F8FBFF;
  -webkit-box-shadow: 0px 4px 11px -2px #00000040;
          box-shadow: 0px 4px 11px -2px #00000040;
  border-color: transparent;
}
.SuggestedIndustry__icon__1b2wr {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/assets/images/icons/industry_generalist.svg');
}
.SuggestedIndustry__icon__1b2wr.SuggestedIndustry__crypto__ydH8H {
  background-image: url('/assets/images/icons/industry_crypto.svg');
}
.SuggestedIndustry__icon__1b2wr.SuggestedIndustry__education__2gQWj {
  background-image: url('/assets/images/icons/industry_education.svg');
}
.SuggestedIndustry__icon__1b2wr.SuggestedIndustry__finance__2I989 {
  background-image: url('/assets/images/icons/industry_finance.svg');
}
.SuggestedIndustry__icon__1b2wr.SuggestedIndustry__energy__d1iEQ {
  background-image: url('/assets/images/icons/industry_energy.svg');
}
.SuggestedIndustry__icon__1b2wr.SuggestedIndustry__government__quIUf {
  background-image: url('/assets/images/icons/industry_government.svg');
}
.SuggestedIndustry__icon__1b2wr.SuggestedIndustry__healthcare__1YLH2 {
  background-image: url('/assets/images/icons/industry_healthcare.svg');
}
.SuggestedIndustry__icon__1b2wr.SuggestedIndustry__marketing__MdJva {
  background-image: url('/assets/images/icons/industry_marketing.svg');
}
.SuggestedIndustry__icon__1b2wr.SuggestedIndustry__tech__1A1T- {
  background-image: url('/assets/images/icons/industry_tech.svg');
}
.SuggestedIndustry__icon__1b2wr.SuggestedIndustry__travel__1-2TJ {
  background-image: url('/assets/images/icons/industry_travel.svg');
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.UpgradesSection__container__3Ubze {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .UpgradesSection__container__3Ubze {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.UpgradesSection__box__-DdqS {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.UpgradesSection__box__-DdqS .UpgradesSection__title__1N70u {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  margin-bottom: 1.125rem;
  line-height: 1;
  color: #232D38;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.UpgradesSection__box__-DdqS:first-child .UpgradesSection__ribbon__9n7el {
  display: none;
}
.UpgradesSection__box__-DdqS:first-child .UpgradesSection__price__1vSP5 {
  display: block;
}
.UpgradesSection__plan__3onrR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  position: relative;
  border: 1px solid #B5CEE9;
  border-radius: 10px;
}
.UpgradesSection__plan__3onrR img {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #E2EDFA;
  border-radius: 10px;
}
.UpgradesSection__plan__3onrR .UpgradesSection__name__2jqUu {
  font-style: normal;
  font-weight: normal;
  font-family: 'aleobold', serif;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #2F83DE;
  line-height: 1;
  text-transform: capitalize;
}
.UpgradesSection__plan__3onrR .UpgradesSection__price__1vSP5 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  display: none;
  font-size: 1rem;
  margin-bottom: 0;
  color: #232D38;
  line-height: 1;
}
.UpgradesSection__plan__3onrR .UpgradesSection__selectionBox__2QfWE :first-child {
  display: none;
}
.UpgradesSection__plan__3onrR .UpgradesSection__ribbon__9n7el {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_bld', serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.65rem;
  width: 3.625rem;
  height: 3.625rem;
  font-size: 0.75rem;
  line-height: 1.1;
  color: #EAB52E;
  text-transform: uppercase;
  background-image: url("/assets/images/icons/ribbon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: -0.5rem;
}
.UpgradesSection__plan__3onrR.UpgradesSection__selected__2098h {
  background-color: #ECF7FD;
}
.UpgradesSection__plan__3onrR.UpgradesSection__selected__2098h img {
  background-color: #F6FCFF;
}
.UpgradesSection__plan__3onrR.UpgradesSection__selected__2098h .UpgradesSection__name__2jqUu {
  color: #011F40;
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.Page__layoutContent__2049f {
  max-width: 48rem;
  margin-top: 10rem;
  margin-bottom: 0;
  background-image: url('/assets/images/waitlist/content_bg.svg');
  background-repeat: no-repeat;
}
.Page__content__24v9J {
  margin-top: 2rem;
}
@media only screen and (min-width: 1024px) {
  .Page__watchIcon__1fpPB {
    background-image: url('/assets/images/waitlist/watch_icon.svg');
    background-repeat: no-repeat;
    float: left;
    height: 180px;
    width: 180px;
  }
}
.Page__text__1QcV0 {
  width: 100%;
  height: 100%;
  margin-left: 0;
}
@media only screen and (min-width: 1024px) {
  .Page__text__1QcV0 {
    width: 25rem;
    height: 25rem;
    display: inline-block;
    margin-left: 2.5rem;
  }
}
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
/**
 * Deprecated
 */
.Page__ellipsis__34ADG {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Page__contentHeaderRight__1A_cL {
  display: inline-block;
  border-radius: 1rem;
  padding: 0.625rem 1rem;
  background: #FFF8E8;
  color: #8F6E1B;
  font-style: italic;
  font-size: 0.875rem;
}
.Page__table__3BE-6 {
  table-layout: fixed;
}
tr th.Page__date__3SBvW {
  width: 10%;
}
tr th.Page__projectTitle__17ut6 {
  width: 25%;
}
tr th.Page__askedBy__1sUc4 {
  width: 25%;
}
tr th.Page__projectCode__1_ea8 {
  width: 10%;
}
tr th.Page__researchHours__1V8lj {
  width: 10%;
}
tr th.Page__payment__ecZgV {
  width: 20%;
}
tr td.Page__projectCode__1_ea8 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
tr td.Page__projectTitle__17ut6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
tr td.Page__askedBy__1sUc4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.WonderpadConfirmationPage__inputComponent__3Uzws {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232D38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
}
.WonderpadConfirmationPage__inputComponent__3Uzws:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.WonderpadConfirmationPage__inputComponent__3Uzws::-webkit-input-placeholder {
  color: #697787;
}
.WonderpadConfirmationPage__inputComponent__3Uzws::-ms-input-placeholder {
  color: #697787;
}
.WonderpadConfirmationPage__inputComponent__3Uzws::placeholder {
  color: #697787;
}
.WonderpadConfirmationPage__component__khVcg {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232D38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
}
.WonderpadConfirmationPage__component__khVcg:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.WonderpadConfirmationPage__component__khVcg::-webkit-input-placeholder {
  color: #697787;
}
.WonderpadConfirmationPage__component__khVcg::-ms-input-placeholder {
  color: #697787;
}
.WonderpadConfirmationPage__component__khVcg::placeholder {
  color: #697787;
}
.WonderpadConfirmationPage__checkbox__3IhLB,
.WonderpadConfirmationPage__radio__2DLGg {
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5rem;
  width: 1.5rem;
}
.WonderpadConfirmationPage__checkbox__3IhLB:after,
.WonderpadConfirmationPage__radio__2DLGg:after,
.WonderpadConfirmationPage__checkbox__3IhLB:before,
.WonderpadConfirmationPage__radio__2DLGg:before {
  content: '';
  display: inline-block;
  position: absolute;
}
.WonderpadConfirmationPage__checkbox__3IhLB:before,
.WonderpadConfirmationPage__radio__2DLGg:before {
  background: white;
  border: 1px solid #DDE1E5;
  height: 1.375rem;
  width: 1.375rem;
}
.WonderpadConfirmationPage__checkbox__3IhLB:before {
  border-radius: 0.1875rem;
}
.WonderpadConfirmationPage__checkbox__3IhLB:checked:after {
  background-image: url('/assets/images/icons/checkmark.white.svg');
  background-position: 45% 40%;
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
}
.WonderpadConfirmationPage__checkbox__3IhLB:checked:before {
  background-color: #EAB52E;
  border-color: #EAB52E;
}
.WonderpadConfirmationPage__radio__2DLGg:after,
.WonderpadConfirmationPage__radio__2DLGg:before {
  border-radius: 50%;
}
.WonderpadConfirmationPage__radio__2DLGg:checked:after {
  background: #EAB52E;
  border: 1px solid white;
  height: 0.875rem;
  width: 0.875rem;
}
.WonderpadConfirmationPage__email__RJ89q,
.WonderpadConfirmationPage__number__3xirv,
.WonderpadConfirmationPage__password__wGGaN,
.WonderpadConfirmationPage__text__1ecie,
.WonderpadConfirmationPage__url__1r7t8 {
  border: 1px solid #DDE1E5;
  border-radius: 0.5rem;
  padding: 0.75rem;
  width: 100%;
}
.WonderpadConfirmationPage__email__RJ89q:focus,
.WonderpadConfirmationPage__number__3xirv:focus,
.WonderpadConfirmationPage__password__wGGaN:focus,
.WonderpadConfirmationPage__text__1ecie:focus,
.WonderpadConfirmationPage__url__1r7t8:focus {
  border-color: #EAB52E;
}
.WonderpadConfirmationPage__error__we7YK {
  border-color: #EE5548;
}
.WonderpadConfirmationPage__notification__62F0q {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0.25rem 0;
}
.WonderpadConfirmationPage__layout__3D4XO {
  max-width: unset;
  position: unset;
  padding: 2rem 0 2.5rem 2rem;
}
.WonderpadConfirmationPage__page__2GApd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 68rem;
  padding: 2.5rem 1rem;
  margin: 0 auto;
  margin-top: 2rem;
  padding-top: 0rem;
}
.WonderpadConfirmationPage__page__2GApd > * {
  margin: 0 0 3rem 0;
}
.WonderpadConfirmationPage__page__2GApd > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .WonderpadConfirmationPage__page__2GApd {
    max-width: 68rem;
  }
}
.WonderpadConfirmationPage__finalContainer__2elMx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.WonderpadConfirmationPage__finalContainer__2elMx > * {
  margin: 0 0 3rem 0;
}
.WonderpadConfirmationPage__finalContainer__2elMx > *:last-child {
  margin: 0;
}
.WonderpadConfirmationPage__topSection__2PIEd {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.WonderpadConfirmationPage__topSection__2PIEd > * {
  margin: 0 0 2rem 0;
}
.WonderpadConfirmationPage__topSection__2PIEd > *:last-child {
  margin: 0;
}
.WonderpadConfirmationPage__topSection__2PIEd .WonderpadConfirmationPage__confirmationCopy__1GiWb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.WonderpadConfirmationPage__topSection__2PIEd .WonderpadConfirmationPage__confirmationCopy__1GiWb > * {
  margin: 0 0 1rem 0;
}
.WonderpadConfirmationPage__topSection__2PIEd .WonderpadConfirmationPage__confirmationCopy__1GiWb > *:last-child {
  margin: 0;
}
.WonderpadConfirmationPage__right__1m-eo {
  max-width: 20rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 1024px) {
  .WonderpadConfirmationPage__right__1m-eo {
    margin-top: 0;
  }
}
.WonderpadConfirmationPage__form__2SVQr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.WonderpadConfirmationPage__form__2SVQr > * {
  margin: 0 0 2.5rem 0;
}
.WonderpadConfirmationPage__form__2SVQr > *:last-child {
  margin: 0;
}
.WonderpadConfirmationPage__form__2SVQr .WonderpadConfirmationPage__formSection__2Tdsw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.WonderpadConfirmationPage__form__2SVQr .WonderpadConfirmationPage__formSection__2Tdsw > * {
  margin: 0 0 1rem 0;
}
.WonderpadConfirmationPage__form__2SVQr .WonderpadConfirmationPage__formSection__2Tdsw > *:last-child {
  margin: 0;
}
.WonderpadConfirmationPage__form__2SVQr .WonderpadConfirmationPage__formSection__2Tdsw .WonderpadConfirmationPage__subheader__39cbm {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1.375rem;
}
.WonderpadConfirmationPage__form__2SVQr .WonderpadConfirmationPage__formSection__2Tdsw span {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
}
.WonderpadConfirmationPage__form__2SVQr .WonderpadConfirmationPage__shareContainer__14S6G {
  max-width: 22rem;
}
.WonderpadConfirmationPage__form__2SVQr .WonderpadConfirmationPage__shareWithField__ShaY0 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232D38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  max-width: 30rem;
}
.WonderpadConfirmationPage__form__2SVQr .WonderpadConfirmationPage__shareWithField__ShaY0:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.WonderpadConfirmationPage__form__2SVQr .WonderpadConfirmationPage__shareWithField__ShaY0::-webkit-input-placeholder {
  color: #697787;
}
.WonderpadConfirmationPage__form__2SVQr .WonderpadConfirmationPage__shareWithField__ShaY0::-ms-input-placeholder {
  color: #697787;
}
.WonderpadConfirmationPage__form__2SVQr .WonderpadConfirmationPage__shareWithField__ShaY0::placeholder {
  color: #697787;
}
.WonderpadConfirmationPage__projectCode__1el76 {
  color: #5D91C7;
}
.WonderpadConfirmationPage__emailAddress__2mAaa {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
}
.WonderpadConfirmationPage__heading__1supA {
  line-height: 3.3rem;
  color: #2E7CD0;
}
.WonderpadConfirmationPage__buttons__26Fqh {
  margin-top: 3rem;
}
.WonderpadConfirmationPage__note__16Iez {
  color: #919191;
}
.WonderpadConfirmationPage__researchJourney__-cczF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #F9FBFD;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  min-width: 380px;
}
.WonderpadConfirmationPage__researchJourney__-cczF > * {
  margin: 0 0 1.5rem 0;
}
.WonderpadConfirmationPage__researchJourney__-cczF > *:last-child {
  margin: 0;
}
.WonderpadConfirmationPage__researchJourney__-cczF .WonderpadConfirmationPage__header__2KvHK {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  text-transform: uppercase;
  color: #697787;
  text-align: center;
}
.WonderpadConfirmationPage__researchJourney__-cczF .WonderpadConfirmationPage__listContainer__bW9px {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.WonderpadConfirmationPage__researchJourney__-cczF .WonderpadConfirmationPage__list__2OVsb {
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  grid-template-columns: 10rem 1rem 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.WonderpadConfirmationPage__researchJourney__-cczF .WonderpadConfirmationPage__list__2OVsb .WonderpadConfirmationPage__label__jgpAL {
  color: #697787;
  text-align: right;
}
.WonderpadConfirmationPage__researchJourney__-cczF .WonderpadConfirmationPage__list__2OVsb .WonderpadConfirmationPage__date__2yr1c {
  color: #98A5B3;
  text-transform: capitalize;
}
.WonderpadConfirmationPage__researchJourney__-cczF .WonderpadConfirmationPage__list__2OVsb .WonderpadConfirmationPage__checkmark__3xWT_ {
  text-align: center;
  width: 1rem;
  height: 1rem;
  background: url('/assets/images/icons/checkmark_gold_circle_empty.svg');
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 2;
}
.WonderpadConfirmationPage__researchJourney__-cczF .WonderpadConfirmationPage__list__2OVsb .WonderpadConfirmationPage__checkmark__3xWT_.WonderpadConfirmationPage__done__J3f_j {
  background: url('/assets/images/icons/checkmark_gold_circle.svg');
}
.WonderpadConfirmationPage__researchJourney__-cczF .WonderpadConfirmationPage__progressLineBackground__2vBQt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100% - 0.5rem);
  left: 0;
  top: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.WonderpadConfirmationPage__researchJourney__-cczF .WonderpadConfirmationPage__progressLineBackground__2vBQt .WonderpadConfirmationPage__progressLine__rZ1Od {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 1px;
  border: #B5CEE9 1px dotted;
  border-width: 0 1px 0 0;
}
.WonderpadConfirmationPage__error__we7YK {
  color: #EE5548;
}
.WonderpadConfirmationPage__loading__1L7Fo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.WonderpadConfirmationForm__inputComponent__yhESC {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232D38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
}
.WonderpadConfirmationForm__inputComponent__yhESC:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.WonderpadConfirmationForm__inputComponent__yhESC::-webkit-input-placeholder {
  color: #697787;
}
.WonderpadConfirmationForm__inputComponent__yhESC::-ms-input-placeholder {
  color: #697787;
}
.WonderpadConfirmationForm__inputComponent__yhESC::placeholder {
  color: #697787;
}
.WonderpadConfirmationForm__component__28ozY {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232D38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
}
.WonderpadConfirmationForm__component__28ozY:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.WonderpadConfirmationForm__component__28ozY::-webkit-input-placeholder {
  color: #697787;
}
.WonderpadConfirmationForm__component__28ozY::-ms-input-placeholder {
  color: #697787;
}
.WonderpadConfirmationForm__component__28ozY::placeholder {
  color: #697787;
}
.WonderpadConfirmationForm__checkbox__2dcnO,
.WonderpadConfirmationForm__radio__3OCeF {
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5rem;
  width: 1.5rem;
}
.WonderpadConfirmationForm__checkbox__2dcnO:after,
.WonderpadConfirmationForm__radio__3OCeF:after,
.WonderpadConfirmationForm__checkbox__2dcnO:before,
.WonderpadConfirmationForm__radio__3OCeF:before {
  content: '';
  display: inline-block;
  position: absolute;
}
.WonderpadConfirmationForm__checkbox__2dcnO:before,
.WonderpadConfirmationForm__radio__3OCeF:before {
  background: white;
  border: 1px solid #DDE1E5;
  height: 1.375rem;
  width: 1.375rem;
}
.WonderpadConfirmationForm__checkbox__2dcnO:before {
  border-radius: 0.1875rem;
}
.WonderpadConfirmationForm__checkbox__2dcnO:checked:after {
  background-image: url('/assets/images/icons/checkmark.white.svg');
  background-position: 45% 40%;
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
}
.WonderpadConfirmationForm__checkbox__2dcnO:checked:before {
  background-color: #EAB52E;
  border-color: #EAB52E;
}
.WonderpadConfirmationForm__radio__3OCeF:after,
.WonderpadConfirmationForm__radio__3OCeF:before {
  border-radius: 50%;
}
.WonderpadConfirmationForm__radio__3OCeF:checked:after {
  background: #EAB52E;
  border: 1px solid white;
  height: 0.875rem;
  width: 0.875rem;
}
.WonderpadConfirmationForm__email__1AGAj,
.WonderpadConfirmationForm__number__1SOOx,
.WonderpadConfirmationForm__password__13-Zq,
.WonderpadConfirmationForm__text__17yke,
.WonderpadConfirmationForm__url__2SM4k {
  border: 1px solid #DDE1E5;
  border-radius: 0.5rem;
  padding: 0.75rem;
  width: 100%;
}
.WonderpadConfirmationForm__email__1AGAj:focus,
.WonderpadConfirmationForm__number__1SOOx:focus,
.WonderpadConfirmationForm__password__13-Zq:focus,
.WonderpadConfirmationForm__text__17yke:focus,
.WonderpadConfirmationForm__url__2SM4k:focus {
  border-color: #EAB52E;
}
.WonderpadConfirmationForm__error__370G0 {
  border-color: #EE5548;
}
.WonderpadConfirmationForm__notification__1Z5iw {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0.25rem 0;
}
.WonderpadConfirmationForm__layout__24ceM {
  max-width: unset;
  position: unset;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .WonderpadConfirmationForm__layout__24ceM {
    padding: 2rem 0 2.5rem 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .WonderpadConfirmationForm__layout__24ceM {
    padding: 0;
  }
}
.WonderpadConfirmationForm__page__NRLvf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 68rem;
  padding: 2.5rem 1rem;
  margin: 0 auto;
  margin-top: 2rem;
  padding-top: 0rem;
}
.WonderpadConfirmationForm__page__NRLvf > * {
  margin: 0 0 3rem 0;
}
.WonderpadConfirmationForm__page__NRLvf > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .WonderpadConfirmationForm__page__NRLvf {
    max-width: 68rem;
  }
}
.WonderpadConfirmationForm__finalContainer__2X1dz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.WonderpadConfirmationForm__finalContainer__2X1dz > * {
  margin: 0 0 3rem 0;
}
.WonderpadConfirmationForm__finalContainer__2X1dz > *:last-child {
  margin: 0;
}
.WonderpadConfirmationForm__topSection__3-HlQ {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.WonderpadConfirmationForm__topSection__3-HlQ > * {
  margin: 0 0 2rem 0;
}
.WonderpadConfirmationForm__topSection__3-HlQ > *:last-child {
  margin: 0;
}
.WonderpadConfirmationForm__topSection__3-HlQ .WonderpadConfirmationForm__confirmationCopy__1o9CK {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.WonderpadConfirmationForm__topSection__3-HlQ .WonderpadConfirmationForm__confirmationCopy__1o9CK > * {
  margin: 0 0 1rem 0;
}
.WonderpadConfirmationForm__topSection__3-HlQ .WonderpadConfirmationForm__confirmationCopy__1o9CK > *:last-child {
  margin: 0;
}
.WonderpadConfirmationForm__right__1Rbg3 {
  max-width: 20rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 1024px) {
  .WonderpadConfirmationForm__right__1Rbg3 {
    margin-top: 0;
  }
}
.WonderpadConfirmationForm__form__l_DFk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.WonderpadConfirmationForm__form__l_DFk > * {
  margin: 0 0 2.5rem 0;
}
.WonderpadConfirmationForm__form__l_DFk > *:last-child {
  margin: 0;
}
.WonderpadConfirmationForm__form__l_DFk .WonderpadConfirmationForm__formSection__16rWM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.WonderpadConfirmationForm__form__l_DFk .WonderpadConfirmationForm__formSection__16rWM > * {
  margin: 0 0 1rem 0;
}
.WonderpadConfirmationForm__form__l_DFk .WonderpadConfirmationForm__formSection__16rWM > *:last-child {
  margin: 0;
}
.WonderpadConfirmationForm__form__l_DFk .WonderpadConfirmationForm__formSection__16rWM .WonderpadConfirmationForm__subheader__3I_gY {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  font-size: 1.375rem;
}
.WonderpadConfirmationForm__form__l_DFk .WonderpadConfirmationForm__formSection__16rWM span {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
}
.WonderpadConfirmationForm__form__l_DFk .WonderpadConfirmationForm__shareContainer__3npA_ {
  max-width: 22rem;
}
.WonderpadConfirmationForm__form__l_DFk .WonderpadConfirmationForm__shareWithField__18ILK {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232D38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  max-width: 30rem;
}
.WonderpadConfirmationForm__form__l_DFk .WonderpadConfirmationForm__shareWithField__18ILK:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.WonderpadConfirmationForm__form__l_DFk .WonderpadConfirmationForm__shareWithField__18ILK::-webkit-input-placeholder {
  color: #697787;
}
.WonderpadConfirmationForm__form__l_DFk .WonderpadConfirmationForm__shareWithField__18ILK::-ms-input-placeholder {
  color: #697787;
}
.WonderpadConfirmationForm__form__l_DFk .WonderpadConfirmationForm__shareWithField__18ILK::placeholder {
  color: #697787;
}
.WonderpadConfirmationForm__projectCode__2D1-a {
  color: #5D91C7;
}
.WonderpadConfirmationForm__emailAddress__2OpHk {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
}
.WonderpadConfirmationForm__heading__oIphu {
  line-height: 3.3rem;
  color: #2E7CD0;
}
.WonderpadConfirmationForm__buttons__3cpwn {
  margin-top: 3rem;
}
.WonderpadConfirmationForm__note__zuAHM {
  color: #919191;
}
.WonderpadConfirmationForm__researchJourney__1m8Vw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #F9FBFD;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  min-width: 380px;
}
.WonderpadConfirmationForm__researchJourney__1m8Vw > * {
  margin: 0 0 1.5rem 0;
}
.WonderpadConfirmationForm__researchJourney__1m8Vw > *:last-child {
  margin: 0;
}
.WonderpadConfirmationForm__researchJourney__1m8Vw .WonderpadConfirmationForm__header__3RZrR {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  text-transform: uppercase;
  color: #697787;
  text-align: center;
}
.WonderpadConfirmationForm__researchJourney__1m8Vw .WonderpadConfirmationForm__listContainer__VgrWE {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.WonderpadConfirmationForm__researchJourney__1m8Vw .WonderpadConfirmationForm__list__3rAa_ {
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  grid-template-columns: 10rem 1rem 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.WonderpadConfirmationForm__researchJourney__1m8Vw .WonderpadConfirmationForm__list__3rAa_ .WonderpadConfirmationForm__label__1WcOc {
  color: #697787;
  text-align: right;
}
.WonderpadConfirmationForm__researchJourney__1m8Vw .WonderpadConfirmationForm__list__3rAa_ .WonderpadConfirmationForm__date__1fRxE {
  color: #98A5B3;
  text-transform: capitalize;
}
.WonderpadConfirmationForm__researchJourney__1m8Vw .WonderpadConfirmationForm__list__3rAa_ .WonderpadConfirmationForm__checkmark__3Gkyt {
  text-align: center;
  width: 1rem;
  height: 1rem;
  background: url('/assets/images/icons/checkmark_gold_circle_empty.svg');
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 2;
}
.WonderpadConfirmationForm__researchJourney__1m8Vw .WonderpadConfirmationForm__list__3rAa_ .WonderpadConfirmationForm__checkmark__3Gkyt.WonderpadConfirmationForm__done__Kml8Q {
  background: url('/assets/images/icons/checkmark_gold_circle.svg');
}
.WonderpadConfirmationForm__researchJourney__1m8Vw .WonderpadConfirmationForm__progressLineBackground__2tjsP {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100% - 0.5rem);
  left: 0;
  top: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.WonderpadConfirmationForm__researchJourney__1m8Vw .WonderpadConfirmationForm__progressLineBackground__2tjsP .WonderpadConfirmationForm__progressLine__2-N75 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 1px;
  border: #B5CEE9 1px dotted;
  border-width: 0 1px 0 0;
}
.WonderpadConfirmationForm__error__370G0 {
  color: #EE5548;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.ResearchJourney__inputComponent__1Ba7M {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232D38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
}
.ResearchJourney__inputComponent__1Ba7M:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.ResearchJourney__inputComponent__1Ba7M::-webkit-input-placeholder {
  color: #697787;
}
.ResearchJourney__inputComponent__1Ba7M::-ms-input-placeholder {
  color: #697787;
}
.ResearchJourney__inputComponent__1Ba7M::placeholder {
  color: #697787;
}
.ResearchJourney__component__1Xl5J {
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232D38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
}
.ResearchJourney__component__1Xl5J:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.ResearchJourney__component__1Xl5J::-webkit-input-placeholder {
  color: #697787;
}
.ResearchJourney__component__1Xl5J::-ms-input-placeholder {
  color: #697787;
}
.ResearchJourney__component__1Xl5J::placeholder {
  color: #697787;
}
.ResearchJourney__checkbox__M_qBx,
.ResearchJourney__radio__sEe4u {
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5rem;
  width: 1.5rem;
}
.ResearchJourney__checkbox__M_qBx:after,
.ResearchJourney__radio__sEe4u:after,
.ResearchJourney__checkbox__M_qBx:before,
.ResearchJourney__radio__sEe4u:before {
  content: '';
  display: inline-block;
  position: absolute;
}
.ResearchJourney__checkbox__M_qBx:before,
.ResearchJourney__radio__sEe4u:before {
  background: white;
  border: 1px solid #DDE1E5;
  height: 1.375rem;
  width: 1.375rem;
}
.ResearchJourney__checkbox__M_qBx:before {
  border-radius: 0.1875rem;
}
.ResearchJourney__checkbox__M_qBx:checked:after {
  background-image: url('/assets/images/icons/checkmark.white.svg');
  background-position: 45% 40%;
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
}
.ResearchJourney__checkbox__M_qBx:checked:before {
  background-color: #EAB52E;
  border-color: #EAB52E;
}
.ResearchJourney__radio__sEe4u:after,
.ResearchJourney__radio__sEe4u:before {
  border-radius: 50%;
}
.ResearchJourney__radio__sEe4u:checked:after {
  background: #EAB52E;
  border: 1px solid white;
  height: 0.875rem;
  width: 0.875rem;
}
.ResearchJourney__email__22s6h,
.ResearchJourney__number__3_6rc,
.ResearchJourney__password__1MHCD,
.ResearchJourney__text__3jBkJ,
.ResearchJourney__url__1ACrY {
  border: 1px solid #DDE1E5;
  border-radius: 0.5rem;
  padding: 0.75rem;
  width: 100%;
}
.ResearchJourney__email__22s6h:focus,
.ResearchJourney__number__3_6rc:focus,
.ResearchJourney__password__1MHCD:focus,
.ResearchJourney__text__3jBkJ:focus,
.ResearchJourney__url__1ACrY:focus {
  border-color: #EAB52E;
}
.ResearchJourney__error__1bsbu {
  border-color: #EE5548;
}
.ResearchJourney__notification__333DR {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0.25rem 0;
}
.ResearchJourney__layout__ljTcM {
  max-width: unset;
  position: unset;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  .ResearchJourney__layout__ljTcM {
    padding: 2rem 0 2.5rem 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .ResearchJourney__layout__ljTcM {
    padding: 0;
  }
}
.ResearchJourney__page__1finI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 68rem;
  padding: 2.5rem 1rem;
  margin: 0 auto;
  margin-top: 2rem;
  padding-top: 0rem;
}
.ResearchJourney__page__1finI > * {
  margin: 0 0 3rem 0;
}
.ResearchJourney__page__1finI > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .ResearchJourney__page__1finI {
    max-width: 68rem;
  }
}
.ResearchJourney__finalContainer__3NrKu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ResearchJourney__finalContainer__3NrKu > * {
  margin: 0 0 3rem 0;
}
.ResearchJourney__finalContainer__3NrKu > *:last-child {
  margin: 0;
}
.ResearchJourney__topSection__2BaVQ {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ResearchJourney__topSection__2BaVQ > * {
  margin: 0 0 2rem 0;
}
.ResearchJourney__topSection__2BaVQ > *:last-child {
  margin: 0;
}
.ResearchJourney__topSection__2BaVQ .ResearchJourney__confirmationCopy__15OVy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ResearchJourney__topSection__2BaVQ .ResearchJourney__confirmationCopy__15OVy > * {
  margin: 0 0 1rem 0;
}
.ResearchJourney__topSection__2BaVQ .ResearchJourney__confirmationCopy__15OVy > *:last-child {
  margin: 0;
}
.ResearchJourney__right__1PLAM {
  max-width: 20rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 1024px) {
  .ResearchJourney__right__1PLAM {
    margin-top: 0;
  }
}
.ResearchJourney__projectCode__2NvzZ {
  color: #5D91C7;
}
.ResearchJourney__emailAddress__euaAZ {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
}
.ResearchJourney__heading__3jPVF {
  line-height: 3.3rem;
  color: #2E7CD0;
}
.ResearchJourney__buttons__6XZIp {
  margin-top: 3rem;
}
.ResearchJourney__note__KLU8F {
  color: #919191;
}
.ResearchJourney__researchJourney__zN4Fk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #F9FBFD;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  min-width: 380px;
}
.ResearchJourney__researchJourney__zN4Fk > * {
  margin: 0 0 1.5rem 0;
}
.ResearchJourney__researchJourney__zN4Fk > *:last-child {
  margin: 0;
}
.ResearchJourney__researchJourney__zN4Fk .ResearchJourney__header__2szdh {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_med', serif;
  text-transform: uppercase;
  color: #697787;
  text-align: center;
}
.ResearchJourney__researchJourney__zN4Fk .ResearchJourney__listContainer__1LDPY {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ResearchJourney__researchJourney__zN4Fk .ResearchJourney__list__20rCe {
  display: grid;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  grid-template-columns: 10rem 1rem 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.ResearchJourney__researchJourney__zN4Fk .ResearchJourney__list__20rCe .ResearchJourney__label__1KbYT {
  color: #697787;
  text-align: right;
}
.ResearchJourney__researchJourney__zN4Fk .ResearchJourney__list__20rCe .ResearchJourney__date__1zzqw {
  color: #98A5B3;
  text-transform: capitalize;
}
.ResearchJourney__researchJourney__zN4Fk .ResearchJourney__list__20rCe .ResearchJourney__checkmark__hSzUD {
  text-align: center;
  width: 1rem;
  height: 1rem;
  background: url('/assets/images/icons/checkmark_gold_circle_empty.svg');
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 2;
}
.ResearchJourney__researchJourney__zN4Fk .ResearchJourney__list__20rCe .ResearchJourney__checkmark__hSzUD.ResearchJourney__done__2x95C {
  background: url('/assets/images/icons/checkmark_gold_circle.svg');
}
.ResearchJourney__researchJourney__zN4Fk .ResearchJourney__progressLineBackground__3CANg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100% - 0.5rem);
  left: 0;
  top: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ResearchJourney__researchJourney__zN4Fk .ResearchJourney__progressLineBackground__3CANg .ResearchJourney__progressLine__1_R-T {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 1px;
  border: #B5CEE9 1px dotted;
  border-width: 0 1px 0 0;
}
.ResearchJourney__error__1bsbu {
  color: #EE5548;
}
.ResearchJourney__loading__Ek9iY {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.WorkflowForm__formContainer__2Mc7m {
  margin-top: 3rem;
}
.WorkflowForm__collapsableContainer__1kubA {
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 1px;
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: thin;
}
/**
 * Deprecated
 */
.CustomTextArea__textarea__3Nd6k {
  color: #47525E;
}
.CustomTextArea__textarea__3Nd6k:disabled {
  color: unset;
}
.CustomTextArea__textareaSizeLimit__3FrWf {
  max-height: 6rem;
  min-height: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.Description__description__1lihi {
  margin: 0 0 0px;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
}
.Description__rootDescription__dow4f {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_reg', serif;
}
.ArrayTitle__subheader__1wFEH {
  font-size: unset;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
}
.ArrayTitle__required__sndJf {
  background: unset;
}
.AiChatMessagesField__container__2BcLy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.AiChatMessagesField__roleButton__3FrM- {
  min-width: 85px;
  margin-bottom: auto;
}
.AiChatMessagesField__textareaWrapper__-gbrM {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
}
.CreateWorkflow__createContainer__y1eON {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 16px 0;
}
.CreateWorkflow__actionButtons__1iHPB {
  max-width: 100px;
  max-height: 48px;
  -ms-flex-item-align: center;
      align-self: center;
}
.CreateWorkflow__runRow__1_1Te {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 16px;
  gap: 70px;
}
.CreateWorkflow__inputRefId__2vz7s {
  width: 200px;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
}
.CreateWorkflow__projectRefIdContainer__39XoO {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.CreateWorkflow__projectRefIdLabel__mzJX7 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
}
.PastWorkflowsList__heading__2qSL0 {
  margin-top: 5rem;
}
.PastWorkflowsList__select__2C-xU {
  max-width: 25rem;
}
.WorkflowsListRow__button__ADxdR {
  text-align: left;
}
.WorkflowsListTableView__tableContainer__npkZH {
  min-height: unset;
}
.SelectWorkflowModal__modalContainer__5dM1P {
  min-width: 100%;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.EditableHeader__container__3RHeS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-wrap: anywhere;
}
.EditableHeader__containerEditing__VlBu0 {
  width: 100%;
}
.EditableHeader__header__2yreg {
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  color: #2F83DE;
  line-height: 1.2;
}
.EditableHeader__editHeader__SOiBt {
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  color: #2F83DE;
  line-height: 1.2;
  font-style: normal;
  font-weight: normal;
  font-family: 'aleobold', serif;
  letter-spacing: 0.03125rem;
  padding: 0px;
  border: 0px;
  line-height: 3.125rem;
}
@media only screen and (min-width: 450px) {
  .EditableHeader__editHeader__SOiBt {
    line-height: 3.8125rem;
  }
}
.EditableHeader__editButton__fxNzb {
  margin-left: 1rem;
  font-size: 2.375rem;
  color: #2F83DE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ViewDeliverableTextModal__modalContainer__2WDxN {
  min-width: 100%;
}
.ViewDeliverableTextModal__text__388YO {
  white-space: pre-line;
}
.ViewDeliverableTextModal__markdown__1l9eQ h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.ViewDeliverableTextModal__markdown__1l9eQ h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.ViewDeliverableTextModal__markdown__1l9eQ h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.ViewDeliverableTextModal__markdown__1l9eQ ul,
.ViewDeliverableTextModal__markdown__1l9eQ ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  white-space: normal;
}
.ViewDeliverableTextModal__markdown__1l9eQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ViewResultsModal__modalContainer__2w_qI {
  min-width: 100%;
}
.ViewResultsModal__pre__1tfcA {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: auto;
}
.CategoryCheckboxList__container__3aQAm {
  margin-bottom: 2rem;
}
.CategoryCheckboxList__category__t_h_U {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/**
 * Deprecated
 */
.StreamedResults__text__1zVSw {
  white-space: pre-line;
}
.StreamedResults__textContainer__2JXC5 {
  margin-bottom: 2rem;
}
.StreamedResults__subHeader__XVMB- {
  opacity: 0.75;
  word-break: break-word;
}
.StreamedResults__subHeaderRow__3Tfs6 {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  word-break: break-all;
}
.StreamedResults__completedAt__2NrFj {
  min-width: 4rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
}
.StreamedResults__runIdText__FhWq3 {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
}
.StreamedResults__rowDetails__2tOdU {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.StreamedResults__logId__aJz5M {
  margin-top: -1rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
}
.StreamedResults__jsonDisplay___yn-m {
  white-space: pre-wrap;
}
.StreamedResults__description__2p9sm {
  white-space: pre-wrap;
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
}
.StreamedResults__toolNames__154lc {
  margin-top: 1rem;
}
.StreamedResults__logToggle__1NHXt {
  color: #697787;
  width: 100%;
  text-align: left;
}
.StreamedResults__logToggle__1NHXt:hover {
  color: #232D38;
}
.StreamedResults__logToggle__1NHXt:after {
  background-image: none;
}
.StreamedResults__markdown__1vKIl h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.StreamedResults__markdown__1vKIl h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.StreamedResults__markdown__1vKIl h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.StreamedResults__markdown__1vKIl ul,
.StreamedResults__markdown__1vKIl ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  white-space: normal;
}
.StreamedResults__markdown__1vKIl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.NextWorkflowsModal__modalContainer__1Wxor {
  min-width: 100%;
}
.NextWorkflowsModal__tableContainer__lgD4O {
  min-height: unset;
}
.WorkflowActions__container__R7wWM {
  margin-bottom: 50px;
}
.WorkflowActions__actions__17mpC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.WorkflowActions__viewPreviousButton__11uD2 {
  height: 100%;
}
.WorkflowActions__previousRun__2Vr3J {
  color: unset;
}
.WorkflowActions__previousRun__2Vr3J:hover {
  text-decoration: none;
  color: unset;
}
.WorkflowActions__previousRun__2Vr3J:active {
  text-decoration: none;
  color: unset;
}
.ViewRawRunModal__modalContainer__25pQW {
  min-width: 100%;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.CompletedResults__text__3MzJ4 {
  white-space: pre-line;
}
.CompletedResults__textContainer__16XZt {
  margin-bottom: 2rem;
}
.CompletedResults__subHeader__VuvCP {
  opacity: 0.75;
  word-break: break-word;
}
.CompletedResults__subHeaderRow__19QkU {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  word-break: break-all;
}
.CompletedResults__detailButtonsRow__3mkkY {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.CompletedResults__completedAt__3R6wh {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
}
.CompletedResults__rowDetails__2NnW- {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.CompletedResults__runIdText__3E_yh {
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
}
.CompletedResults__logId__1wtv3 {
  margin-top: -1rem;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
}
.CompletedResults__detailsButton__16emt {
  min-width: 3.5rem;
  color: #232D38;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  opacity: 50%;
}
.CompletedResults__detailsButton__16emt:hover {
  color: #697787;
}
.CompletedResults__jsonDisplay__2Hunc {
  white-space: pre-wrap;
}
.CompletedResults__description__EY-qC {
  white-space: pre-wrap;
  font-family: 'Brandon_txt_light_it', serif;
  font-style: italic;
  font-weight: normal;
}
.CompletedResults__toolNames__R0TWi {
  margin-top: 1rem;
}
.CompletedResults__logToggle__DLQed {
  color: #697787;
  width: 100%;
  text-align: left;
}
.CompletedResults__logToggle__DLQed:hover {
  color: #232D38;
}
.CompletedResults__logToggle__DLQed:after {
  background-image: none;
}
.CompletedResults__loading__v_8ER {
  margin-bottom: 2rem;
}
.CompletedResults__loadingMessage__2sq-f {
  margin-bottom: 0.5rem;
}
.CompletedResults__markdown__3oODW h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.CompletedResults__markdown__3oODW h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.CompletedResults__markdown__3oODW h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.CompletedResults__markdown__3oODW ul,
.CompletedResults__markdown__3oODW ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  white-space: normal;
}
.CompletedResults__markdown__3oODW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
p img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
}
@media only screen and (min-width: 786px) and (min-height: 415px) and (orientation: landscape) {
  p img {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  p img {
    max-width: 60%;
  }
}
p img + * {
  display: block;
  margin-top: 10px;
}
/**
 * Deprecated
 */
.WorkflowViewPage__headerRow__3IIJP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.WorkflowViewPage__detailsRow__mfLyt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  margin-bottom: 20px;
}
.WorkflowViewPage__detailsButton__2Qzvd {
  min-width: 3.5rem;
  color: #232D38;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_txt_light', serif;
  opacity: 50%;
}
.WorkflowViewPage__detailsButton__2Qzvd:hover {
  color: #697787;
}
.WorkflowViewPage__projectRefIdRow__1OSY- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 7px;
}
/**
 * Deprecated
 */
/**
 *  Small sizes are setup for phones and under medium is for all mobile devices.
 */
/*
How to define: small, medium and large screen
.myComponent {
  background-color: red; // mobile view

  @media @medium {
    background-color: yellow; // tablet(portrait)/medium view
  }

  @media @large {
    background-color: blue; // desktop
  }
}

*/
.EditableText__container__1zh9- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-wrap: anywhere;
}
.EditableText__containerEditing__kLWhy {
  min-width: -webkit-fill-available;
  min-width: -moz-available;
  min-width: stretch;
}
.EditableText__text__3m6MZ {
  color: #2F83DE;
  text-wrap: nowrap;
}
.EditableText__editText__2TIeR {
  color: #2F83DE;
  text-wrap: nowrap;
  font-style: normal;
  font-weight: normal;
  font-family: 'aleobold', serif;
  padding: 0px;
  border: 0px;
}
.EditableText__editButton__SRqQV {
  margin-left: 0.35rem;
  font-size: 2.375rem;
  color: #2F83DE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 15px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.EditableText__imageIcon__ofSka {
  width: 15px;
  height: 22px;
}
/**
 * Deprecated
 */
.AiAdminDashboardPage__options-grid__2b73O {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 10px;
}
.AiAdminDashboardPage__option__3bro7 {
  padding: 10px;
  border: 1px solid #F4F7FA;
  text-align: center;
  cursor: pointer;
}
.AiAdminDashboardPage__option__3bro7:hover {
  border-color: #DDE1E5;
}
/**
 * Deprecated
 */
.WorkflowFilters__workflowFilters__3-rjM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.WorkflowFilters__filtersList__2NK2T {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
}
.WorkflowFilters__filter__33_3G {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F9FBFD;
  border: 1px solid #B4E9C7;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: small;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
}
.WorkflowFilters__filter__33_3G > span {
  padding: 5px 10px;
}
.WorkflowFilters__filter__33_3G:hover {
  border-color: #E8B5B1;
}
.WorkflowFilters__filter__33_3G:hover .WorkflowFilters__filter_removeButton__36raU {
  border-color: #E8B5B1;
}
.WorkflowFilters__filter_removeButton__36raU {
  border-left: 1px solid #E5F5EB;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  margin-left: 10px;
}
.AiWorkflowRow__button__lWuiq {
  text-align: left;
}
.AiWorkflowRow__wordWrap__WFd9t {
  text-wrap: balance;
}
.AiWorkflowRow__workflowTitle__3aHPT {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}
.ManageAiWorkflowsPage__tableContainer__3tSqE {
  min-height: unset;
}
.UpsertPlatformCredentialModal__loadingSecret__2NYHu {
  pointer-events: none;
  opacity: 0.5;
}
/**
 * Deprecated
 */
.AdminSecretsPlatformCredentialsDashboard__options-grid__1Ijov {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 10px;
}
.AdminSecretsPlatformCredentialsDashboard__option__3n423 {
  padding: 10px;
  border: 1px solid #F4F7FA;
  text-align: center;
  cursor: pointer;
}
.AdminSecretsPlatformCredentialsDashboard__option__3n423:hover {
  border-color: #DDE1E5;
}
.AdminSecretsPlatformCredentialsDashboard__loadingSecret__20m8l {
  background-color: #697787;
  opacity: 0.5;
}
.AdminSecretsPlatformCredentialsDashboard__secretValueSpacing__1A_XI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: break-spaces;
}
.AdminSecretsPlatformCredentialsDashboard__pager__1_wB- {
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem auto;
  overflow: hidden;
  width: 100%;
  gap: 24px;
}
.AdminSecretsPlatformCredentialsDashboard__pager__1_wB- a {
  color: #EAB52E;
}
.AdminSecretsPlatformCredentialsDashboard__pager__1_wB- .AdminSecretsPlatformCredentialsDashboard__pagerIcon__tXhUA {
  cursor: pointer;
}
.AdminSecretsPlatformCredentialsDashboard__pager__1_wB- .AdminSecretsPlatformCredentialsDashboard__pagerIcon__tXhUA:hover {
  opacity: 0.75;
}
