/*!
 * @appfabric-plugin/turbotax-online-app-plugin
 * Copyright (c) 2026 - Present Intuit Inc. All rights reserved. Unauthorized reproduction is a violation of applicable law. This material contains certain confidential and proprietary information and trade secrets of Intuit Inc.
 */
/* css-module:#/home/jenkins/agent/workspace/DS-2_cgds_main/components/Flyout/src/FlyOut.module.css/#css-module-data */
.FlyOut-flyOut-30e1863 {
  background-color: var(--color-colorContainerBackgroundPrimary,#fff);
  border-radius: var(--radius-radiusLarge,8px);
  box-shadow: 0 2px 8px 0 rgba(76, 85, 91, .2);
  box-sizing: border-box;
  padding: 20px;
}
.FlyOut-hidden-30e1863 {
  opacity: 0;
  visibility: hidden;
}
.FlyOut-dark-30e1863 {
  --color-colorContainerBackgroundPrimary:#393a3d;
}
.FlyOut-intuitnext-30e1863.FlyOut-dark-30e1863 {
  --color-colorContainerBackgroundPrimary:#181c1f;
}
/*# sourceMappingURL=index.css.map */
/* css-module:#/home/jenkins/agent/workspace/DS-2_cgds_main/components/LeftNavigation/src/LeftNavigation.module.css/#css-module-data */
:root {
  --left-nav-medium-width:164px;
  --left-nav-large-width:200px;
}
.LeftNavigation-root-8783e49 {
  background-color: var(--color-colorContainerBackgroundAccent,#f5fcff);
  color: var(--color-colorTextSecondary,#6b6c72);
  flex-grow: 0;
  flex-shrink: 0;
  font-family: var(--font-fontFamily,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif);
  font-size: var(--fontSize-fontSize2);
  font-style: normal;
  height: 100%;
  line-height: var(--lineHeight-lineHeight2);
  max-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: width .2s ease-in-out;
}
.LeftNavigation-root-8783e49.LeftNavigation-medium-8783e49 {
  --nav-width:var(--left-nav-medium-width);
}
.LeftNavigation-root-8783e49.LeftNavigation-large-8783e49 {
  --nav-width:var(--left-nav-large-width);
}
.LeftNavigation-root-8783e49.LeftNavigation-collapsed-8783e49 {
  width: 60px;
}
.LeftNavigation-root-8783e49.LeftNavigation-expanded-8783e49 {
  width: var(--nav-width,200px);
}
.LeftNavigation-root-8783e49.LeftNavigation-drawer-8783e49 {
  width: 320px;
}
.LeftNavigation-root-8783e49:not(.LeftNavigation-drawer-8783e49):not(.LeftNavigation-full-height-8783e49) {
  top: 60px;
}
.LeftNavigation-inner-8783e49 {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media (min-height:480px) {
  .LeftNavigation-inner-8783e49 {
    overflow-y: hidden;
  }
}
.LeftNavigation-drawer-8783e49 .LeftNavigation-logoSmall-8783e49,
.LeftNavigation-expanded-8783e49 .LeftNavigation-logoSmall-8783e49 {
  display: none;
}
.LeftNavigation-collapsed-8783e49:not(.LeftNavigation-drawer-8783e49) .LeftNavigation-chevronWrapper-8783e49,
.LeftNavigation-collapsed-8783e49:not(.LeftNavigation-drawer-8783e49) .LeftNavigation-label-8783e49,
.LeftNavigation-collapsed-8783e49:not(.LeftNavigation-drawer-8783e49) .LeftNavigation-logoLarge-8783e49,
.LeftNavigation-collapsed-8783e49:not(.LeftNavigation-drawer-8783e49) .LeftNavigation-sectionLabel-8783e49 {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 1px;
}
.LeftNavigation-label-8783e49 {
  display: inherit;
}
.LeftNavigation-itemList-8783e49 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.LeftNavigation-icon-8783e49 {
  display: flex;
  min-height: 20px;
  min-width: 20px;
}
.LeftNavigation-expanded-8783e49 .LeftNavigation-icon-8783e49 {
  margin: 0 10px 0 0;
}
.LeftNavigation-icon-8783e49 svg {
  height: 20px !important;
  width: 20px !important;
}
.LeftNavigation-sectionLabel-8783e49 {
  display: flex;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding: 16px 16px 8px;
  text-transform: uppercase;
}
.LeftNavigation-logoLarge-8783e49,
.LeftNavigation-logoSmall-8783e49 {
  height: 16px;
}
.LeftNavigation-brand-8783e49 {
  display: block;
  margin-bottom: 8px;
  padding: 16px;
}
.LeftNavigation-brand-8783e49 img {
  max-height: 100%;
  max-width: 100%;
}
.LeftNavigation-separator-8783e49 {
  background: var(--color-colorDividerSecondary,#babec5);
  height: 1px;
  margin: 8px 0;
}
.LeftNavigation-collapse-8783e49 {
  overflow: hidden;
  transition-duration: .18s;
  transition-property: height, visibility;
  transition-timing-function: cubic-bezier(.12, 0, .39, 0);
  visibility: hidden;
}
@media screen and (prefers-reduced-motion:reduce) {
  .LeftNavigation-collapse-8783e49 {
    transition: none;
  }
}
.LeftNavigation-collectionOpen-8783e49 .LeftNavigation-collapse-8783e49 {
  visibility: visible;
}
.LeftNavigation-collection-8783e49 .LeftNavigation-itemList-8783e49 {
  margin-left: 16px;
}
.LeftNavigation-chevronWrapper-8783e49 {
  align-items: center;
  display: flex;
  margin-left: 4px;
}
.LeftNavigation-chevronWrapper-8783e49 > :not(:last-child) {
  margin-right: 5px;
}
.LeftNavigation-chevron-8783e49 {
  display: flex;
  font-size: 20px;
}
.LeftNavigation-chevron-8783e49 svg {
  height: 20px !important;
  width: 20px !important;
}
.LeftNavigation-badge-8783e49 {
  margin-right: 12px;
}
.LeftNavigation-collectionLabel-8783e49:before,
.LeftNavigation-item-8783e49:before {
  background: var(--color-colorUiNeutral,#6b6c72);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.LeftNavigation-collectionLabelContent-8783e49,
.LeftNavigation-item-8783e49 {
  align-items: start;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.LeftNavigation-expanded-8783e49:not(.LeftNavigation-drawer-8783e49) .LeftNavigation-collapse-8783e49,
.LeftNavigation-expanded-8783e49:not(.LeftNavigation-drawer-8783e49) .LeftNavigation-collection-8783e49,
.LeftNavigation-expanded-8783e49:not(.LeftNavigation-drawer-8783e49) .LeftNavigation-collection-8783e49 .LeftNavigation-item-8783e49,
.LeftNavigation-expanded-8783e49:not(.LeftNavigation-drawer-8783e49) .LeftNavigation-item-8783e49 {
  width: 100%;
}
.LeftNavigation-collapsed-8783e49 .LeftNavigation-collapse-8783e49,
.LeftNavigation-collapsed-8783e49 .LeftNavigation-collection-8783e49,
.LeftNavigation-collapsed-8783e49 .LeftNavigation-item-8783e49 {
  width: 60px;
}
.LeftNavigation-collectionSelected-8783e49 {
  background-color: var(--color-colorContainerBackgroundAccentSelected,#e1f5ff);
  color: var(--color-colorTextPrimary,#393a3d);
}
.LeftNavigation-noParentEmphasis-8783e49 .LeftNavigation-collectionSelected-8783e49 {
  background-color: inherit;
  color: inherit;
}
.LeftNavigation-collectionLabel-8783e49,
.LeftNavigation-item-8783e49 {
  padding: 0;
  position: relative;
}
@media (hover:hover) {
  .LeftNavigation-collectionLabel-8783e49:hover,
  .LeftNavigation-item-8783e49:hover {
    transition-duration: .25s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(.12, 0, .39, 0);
  }
  @media screen and (prefers-reduced-motion:reduce) {
    .LeftNavigation-collectionLabel-8783e49:hover,
    .LeftNavigation-item-8783e49:hover {
      transition: none;
    }
  }
  .LeftNavigation-collectionLabel-8783e49:hover,
  .LeftNavigation-item-8783e49:hover {
    background-color: var(--color-colorContainerBackgroundAccentHover,#ebf9ff);
    color: var(--color-colorTextPrimary);
  }
  .LeftNavigation-collectionLabel-8783e49:hover:before,
  .LeftNavigation-item-8783e49:hover:before {
    width: 2px;
  }
}
.LeftNavigation-collectionLabel-8783e49:active,
.LeftNavigation-item-8783e49:active {
  background-color: var(--color-colorContainerBackgroundAccentActive,#e1f5ff);
  color: var(--color-colorTextPrimary);
}
[data-cgds-keyboard-nav] .LeftNavigation-brand-8783e49:focus,
[data-cgds-keyboard-nav] .LeftNavigation-collectionLabel-8783e49:focus,
[data-cgds-keyboard-nav] .LeftNavigation-link-8783e49:focus {
  box-shadow: inset 0 0 0 2px var(--color-colorUiPrimary,#0077c5);
  outline: none;
}
.LeftNavigation-linkContent-8783e49 {
  align-items: flex-start;
  display: flex;
  padding: 12px 16px;
  transition: padding .15s ease-in;
}
.LeftNavigation-collapsed-8783e49:not(.LeftNavigation-drawer-8783e49) .LeftNavigation-linkContent-8783e49 {
  padding: 12px 20px;
}
.LeftNavigation-linkContent-8783e49 .LeftNavigation-label-8783e49 {
  align-items: center;
  display: flex;
}
.LeftNavigation-collectionLabel-8783e49 .LeftNavigation-collectionLabelContent-8783e49 {
  outline: none;
  padding: 12px 8px 12px 16px;
  width: 100%;
}
.LeftNavigation-collapsed-8783e49:not(.LeftNavigation-drawer-8783e49) .LeftNavigation-collectionLabel-8783e49 .LeftNavigation-collectionLabelContent-8783e49 {
  padding: 12px 20px;
}
.LeftNavigation-item-8783e49.LeftNavigation-selected-8783e49 {
  background-color: var(--color-colorContainerBackgroundAccentSelected,#e1f5ff);
  color: var(--color-colorTextPrimary,#393a3d);
}
.LeftNavigation-item-8783e49.LeftNavigation-selected-8783e49:before {
  background-color: var(--color-colorContainerBorderAccent,#0097e6);
  width: 4px;
}
.LeftNavigation-link-8783e49 {
  align-items: center;
  background: transparent;
  border: none;
  color: currentColor;
  cursor: pointer;
  display: flex;
  font-family: var(--font-fontFamily,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif);
  font-size: var(--fontSize-fontSize2);
  font-style: normal;
  font-weight: var(--font-fontWeight3);
  justify-content: space-between;
  line-height: var(--lineHeight-lineHeight2);
  padding: 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.LeftNavigation-link-8783e49 .LeftNavigation-linkContent-8783e49,
.LeftNavigation-link-8783e49:focus {
  outline: none;
}
.LeftNavigation-mainItems-8783e49 {
  height: auto;
}
@media (min-height:480px) {
  .LeftNavigation-mainItems-8783e49 {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}
.LeftNavigation-bottom-8783e49 {
  box-sizing: border-box;
  margin-top: auto;
  padding-bottom: 8px;
  transition-duration: .18s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(.12, 0, .39, 0);
  z-index: 2;
}
.LeftNavigation-bottom-8783e49.LeftNavigation-bottomOverflow-8783e49 {
  box-shadow: 0 -1px 5px var(--color-colorOverlay,rgba(0,0,0,.4));
}
.LeftNavigation-bottom-8783e49 > *,
.LeftNavigation-sticky-logo-8783e49 .LeftNavigation-brand-8783e49 {
  transition-duration: .18s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(.12, 0, .39, 0);
}
@media screen and (prefers-reduced-motion:reduce) {
  .LeftNavigation-bottom-8783e49 > *,
  .LeftNavigation-sticky-logo-8783e49 .LeftNavigation-brand-8783e49 {
    transition: none;
  }
}
.LeftNavigation-bottom-8783e49 > *,
.LeftNavigation-sticky-logo-8783e49 .LeftNavigation-brand-8783e49 {
  transition-duration: .25s;
}
.LeftNavigation-sticky-logo-8783e49 .LeftNavigation-brand-8783e49 {
  box-shadow: 0 -1px 5px var(--color-colorOverlay,rgba(0,0,0,.4));
}
.LeftNavigation-bottomSeparator-8783e49 {
  margin-top: 0;
}
.LeftNavigation-top-8783e49 {
  box-sizing: border-box;
}
.LeftNavigation-toggle-8783e49 {
  transition-duration: 333ms;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.12, 0, .39, 0);
}
@media screen and (prefers-reduced-motion:reduce) {
  .LeftNavigation-toggle-8783e49 {
    transition: none;
  }
}
.LeftNavigation-toggle-8783e49 {
  transform: rotate(180deg);
  transition-duration: .25s;
}
.LeftNavigation-expanded-8783e49 .LeftNavigation-toggle-8783e49 {
  transform: rotate(0);
}
.LeftNavigation-flyout-collection-8783e49 .LeftNavigation-chevronWrapper-8783e49 {
  display: flex;
}
.LeftNavigation-flyout-collection-8783e49 .LeftNavigation-collectionLabel-8783e49 .LeftNavigation-collectionLabelContent-8783e49,
.LeftNavigation-flyout-collection-8783e49 .LeftNavigation-linkContent-8783e49 {
  min-width: 200px;
}
.LeftNavigation-accordion-8783e49 .LeftNavigation-chevron-8783e49 {
  transform: rotate(90deg);
}
.LeftNavigation-accordion-8783e49.LeftNavigation-collectionOpen-8783e49 > .LeftNavigation-collectionLabel-8783e49 .LeftNavigation-chevron-8783e49 {
  right: 11px;
  transform: rotate(270deg);
}
.LeftNavigation-flyout-wrapper-8783e49 .LeftNavigation-chevron-8783e49 {
  transform: rotate(0deg);
}
.LeftNavigation-flyout-wrapper-8783e49 .LeftNavigation-collectionSelected-8783e49 {
  background-color: var(--color-colorContainerBackgroundAccentSelected);
  color: var(--color-colorTextPrimary);
}
.LeftNavigation-flyout-wrapper-8783e49 .LeftNavigation-collectionSelected-8783e49:before {
  background-color: var(--color-colorContainerBorderAccent,#0097e6);
  width: 4px;
}
.LeftNavigation-flyout-collection-8783e49.LeftNavigation-flyout-8783e49 {
  box-shadow: none;
  color: var(--color-colorTextSecondary,#6b6c72);
  padding: 0;
}
.LeftNavigation-flyout-collection-8783e49.LeftNavigation-flyout-8783e49 .LeftNavigation-item-8783e49:focus:before,
.LeftNavigation-flyout-collection-8783e49.LeftNavigation-flyout-8783e49 .LeftNavigation-item-8783e49:hover:before,
.LeftNavigation-flyout-collection-8783e49.LeftNavigation-flyout-8783e49 .LeftNavigation-selected-8783e49.LeftNavigation-item-8783e49:before {
  background: transparent;
}
.LeftNavigation-flyout-collection-8783e49.LeftNavigation-flyout-8783e49 .LeftNavigation-itemList-8783e49 {
  background-color: var(--color-colorContainerBackgroundAccent,#f5fcff);
  border-radius: var(--radius-radiusSmall,4px);
  border-top-left-radius: 0;
  box-shadow: 0 2px 8px 0 rgba(76, 85, 91, .2);
  margin: 0;
  overflow: hidden;
}
.LeftNavigation-flyout-collection-8783e49.LeftNavigation-flyout-8783e49 .LeftNavigation-itemList-8783e49 .LeftNavigation-link-8783e49 .LeftNavigation-icon-8783e49 {
  margin: 0 8px 0 0;
}
.LeftNavigation-parentEmphasis-8783e49 .LeftNavigation-collectionSelected-8783e49 {
  background-color: var(--color-colorContainerBackgroundAccentSelected);
  color: var(--color-colorTextPrimary);
}
.LeftNavigation-parentEmphasis-8783e49 .LeftNavigation-collectionSelected-8783e49:before {
  background-color: var(--color-colorContainerBorderAccent);
  width: 4px;
}
.LeftNavigation-parentEmphasis-8783e49 .LeftNavigation-item-8783e49.LeftNavigation-selected-8783e49:before,
.LeftNavigation-parentEmphasis-8783e49 .LeftNavigation-item-8783e49.LeftNavigation-selected-8783e49:focus:before,
.LeftNavigation-parentEmphasis-8783e49 .LeftNavigation-item-8783e49.LeftNavigation-selected-8783e49:hover:before {
  background-color: initial;
  width: 0;
}
@media only screen and (min-width:992px) {
  .LeftNavigation-brand-8783e49.LeftNavigation-onlyShowLogoOnMobile-8783e49 {
    display: none;
  }
}
.LeftNavigation-logoLabel-8783e49 {
  color: var(--color-colorTextSecondary);
  font-family: var(--font-fontFamilyBody,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif);
  font-family: var(--font-fontFamily);
  font-size: var(--typography-typographyBody4TextDefaultFontSize,12px);
  font-style: normal;
  font-weight: var(--font-fontWeightBody4,400);
  font-weight: var(--font-fontWeight3);
  line-height: var(--typography-typographyBody4TextDefaultLineHeight,1.5);
  padding-left: 20px;
  padding-top: 4px;
}
:root {
  --color-colorContainerBackgroundAccentSelected:#e1f5ff;
  --color-colorTextPrimary:#393a3d;
  --font-fontFamily:Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;
  --fontSize-fontSize2:14px;
  --lineHeight-lineHeight2:20px;
  --color-colorTextSecondary:#6b6c72;
  --font-fontWeight3:500;
  --color-colorOverlay:rgba(0,0,0,.4);
  --color-colorContainerBorderAccent:#0097e6;
  --color-colorContainerBackgroundAccent:#f5fcff;
}
.LeftNavigation-dark-8783e49 {
  --color-colorContainerBackgroundAccent:#173e5e;
  --color-colorTextSecondary:#e3e5e8;
  --color-colorDividerSecondary:#6b6c72;
  --color-colorUiNeutral:#babec5;
  --color-colorContainerBackgroundAccentSelected:#1e3548;
  --color-colorTextPrimary:#eceef1;
  --color-colorContainerBackgroundAccentActive:#1e3548;
  --color-colorUiPrimary:#34bfff;
  --color-colorContainerBackgroundAccentHover:#1a3953;
}
.LeftNavigation-turbo-8783e49.LeftNavigation-light-8783e49,
.LeftNavigation-turbotax-8783e49.LeftNavigation-light-8783e49 {
  --color-colorContainerBackgroundAccent:#f4f4ef;
  --color-colorTextSecondary:#5d686f;
  --color-colorDividerSecondary:#adbac2;
  --color-colorUiNeutral:#5d686f;
  --color-colorContainerBackgroundAccentSelected:#dfdfd8;
  --color-colorTextPrimary:#21262a;
  --color-colorContainerBackgroundAccentActive:#dfdfd8;
  --color-colorUiPrimary:#205ea3;
  --color-colorContainerBorderAccent:#db334d;
  --color-colorContainerBackgroundAccentHover:#eaeae3;
}
.LeftNavigation-mint-8783e49.LeftNavigation-light-8783e49 {
  --color-colorContainerBackgroundAccent:#f4f4ef;
  --color-colorTextSecondary:#5d686f;
  --color-colorDividerSecondary:#adbac2;
  --color-colorContainerBackgroundAccentSelected:#dfdfd8;
  --color-colorTextPrimary:#21262a;
  --color-colorContainerBackgroundAccentActive:#dfdfd8;
  --color-colorUiPrimary:#1b8381;
  --color-colorContainerBorderAccent:#db334d;
  --color-colorContainerBackgroundAccentHover:#eaeae3;
}
.LeftNavigation-mint-8783e49.LeftNavigation-dark-8783e49 {
  --color-colorUiNeutral:#fff;
  --color-colorUiPrimary:#00cda9;
}
.LeftNavigation-quickbooks-8783e49.LeftNavigation-light-8783e49 {
  --color-colorContainerBackgroundAccent:#f4f5f8;
  --color-colorContainerBackgroundAccentSelected:rgba(212,215,220,.2);
  --color-colorContainerBackgroundAccentActive:rgba(212,215,220,.2);
  --color-colorUiPrimary:#2ca01c;
  --color-colorContainerBorderAccent:#108000;
  --color-colorContainerBackgroundAccentHover:rgba(212,215,220,.1);
}
.LeftNavigation-quickbooks-8783e49.LeftNavigation-dark-8783e49 {
  --color-colorContainerBackgroundAccent:#393a3d;
  --color-colorTextSecondary:#babec5;
  --color-colorContainerBackgroundAccentSelected:hsla(220,4%,57%,.2);
  --color-colorContainerBackgroundAccentActive:hsla(220,4%,57%,.2);
  --color-colorUiPrimary:#53b700;
  --color-colorContainerBorderAccent:#87cd4c;
  --color-colorContainerBackgroundAccentHover:hsla(220,4%,57%,.1);
}
.LeftNavigation-ttfullservice-8783e49.LeftNavigation-light-8783e49 {
  --color-colorContainerBackgroundAccent:#f4f4ef;
  --color-colorTextSecondary:#5d686f;
  --color-colorDividerSecondary:#adbac2;
  --color-colorUiNeutral:#5d686f;
  --color-colorContainerBackgroundAccentSelected:#dfdfd8;
  --color-colorTextPrimary:#21262a;
  --color-colorContainerBackgroundAccentActive:#dfdfd8;
  --color-colorUiPrimary:#d52b1e;
  --color-colorContainerBorderAccent:#db334d;
  --color-colorContainerBackgroundAccentHover:#eaeae3;
}
.LeftNavigation-creditkarma-8783e49.LeftNavigation-light-8783e49 {
  --font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;
  --color-colorContainerBackgroundAccent:#f4f5f8;
  --color-colorTextSecondary:#55595b;
  --color-colorDividerSecondary:#e9eef0;
  --color-colorUiNeutral:#55595b;
  --color-colorContainerBackgroundAccentSelected:#e9eef0;
  --color-colorTextPrimary:#000;
  --font-fontFamilyBody:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;
  --color-colorContainerBackgroundAccentActive:#e9eef0;
  --color-colorUiPrimary:#008600;
  --color-colorContainerBorderAccent:#008600;
  --color-colorContainerBackgroundAccentHover:#e9eef0;
}
.LeftNavigation-creditkarma-8783e49.LeftNavigation-dark-8783e49 {
  --font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;
  --font-fontFamilyBody:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;
  --color-colorUiPrimary:#008600;
}
.LeftNavigation-mailchimp-8783e49.LeftNavigation-light-8783e49 {
  --font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;
  --color-colorContainerBackgroundAccent:#dbd9d2;
  --color-colorTextSecondary:rgba(36,28,21,.65);
  --color-colorDividerSecondary:rgba(36,28,21,.65);
  --color-colorTextPrimary:#241c15;
  --color-colorOverlay:rgba(36,28,21,.5);
  --font-fontFamilyBody:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;
  --color-colorUiPrimary:#007c89;
  --color-colorContainerBorderAccent:#dbd9d2;
}
.LeftNavigation-mailchimp-8783e49.LeftNavigation-dark-8783e49 {
  --font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;
  --color-colorContainerBackgroundAccent:#153854;
  --color-colorTextSecondary:hsla(0,0%,100%,.5);
  --color-colorContainerBackgroundAccentSelected:#1b2d3b;
  --color-colorTextPrimary:#fff;
  --font-fontFamilyBody:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;
  --color-colorContainerBackgroundAccentActive:#1b2d3b;
  --color-colorUiPrimary:#4bc4c2;
  --color-colorContainerBackgroundAccentHover:#183247;
}
.LeftNavigation-intuitnext-8783e49.LeftNavigation-light-8783e49 {
  --color-colorContainerBackgroundAccent:#f4f9ff;
  --color-colorTextSecondary:#3c4348;
  --color-colorDividerSecondary:#adbac2;
  --color-colorUiNeutral:#5d686f;
  --color-colorContainerBackgroundAccentSelected:#c5e1ff;
  --color-colorTextPrimary:#21262a;
  --color-colorContainerBackgroundAccentActive:#c5e1ff;
  --color-colorUiPrimary:#2b77cc;
  --color-colorContainerBorderAccent:#3492ef;
  --color-colorContainerBackgroundAccentHover:#e0edff;
}
.LeftNavigation-intuitnext-8783e49.LeftNavigation-dark-8783e49 {
  --color-colorContainerBackgroundAccent:#00254a;
  --color-colorTextSecondary:#e2e9ed;
  --color-colorDividerSecondary:#727e85;
  --color-colorUiNeutral:#9aa7b0;
  --color-colorContainerBackgroundAccentSelected:#17497f;
  --color-colorTextPrimary:#f0f4f6;
  --color-colorOverlay:rgba(0,0,0,.6);
  --color-colorContainerBackgroundAccentActive:#17497f;
  --color-colorUiPrimary:#3492ef;
  --color-colorContainerBorderAccent:#2b77cc;
  --color-colorContainerBackgroundAccentHover:#103661;
}
/*# sourceMappingURL=index.css.map */
.Badge-badge-b349f7d{align-items:flex-start;display:flex;flex-direction:row;font-family:var(--font-fontFamily,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif);font-size:var(--fontSize-fontSize1,12px);font-style:normal;font-weight:var(--font-fontWeight4,600);justify-content:flex-start;line-height:var(--lineHeight-lineHeight1,16px);line-height:16px;white-space:nowrap;width:min-content}.Badge-iconFix-b349f7d{height:100%;position:relative}.Badge-backgroundIcon-b349f7d .Badge-iconFix-b349f7d>*{height:100%}.Badge-backgroundIcon-b349f7d .Badge-value-b349f7d .Badge-iconFix-b349f7d{height:100%;margin:-2px;width:100%}.Badge-round-b349f7d:not(.Badge-backgroundIcon-b349f7d) .Badge-iconFix-b349f7d>*{height:12px;width:auto}.Badge-value-b349f7d{text-transform:uppercase;white-space:nowrap}.Badge-dot-b349f7d .Badge-value-b349f7d{height:8px;margin:4px;width:8px}.Badge-rect-b349f7d{align-items:center}.Badge-rect-b349f7d .Badge-value-b349f7d{border-radius:var(--radius-radiusSmall,4px);padding:2px 4px}.Badge-round-b349f7d .Badge-value-b349f7d{height:20px;min-width:20px}.Badge-badge-b349f7d .Badge-numericBadge-b349f7d{box-sizing:initial}.Badge-badge-b349f7d .Badge-numericBadge-b349f7d.Badge-small-b349f7d,.Badge-badge-b349f7d .Badge-numericBadge-b349f7d.Badge-xsmall-b349f7d{border-radius:var(--radius-radiusFull,9999px);height:8px;min-width:8px}.Badge-badge-b349f7d .Badge-numericBadge-b349f7d.Badge-xsmall-b349f7d{padding:4px}.Badge-badge-b349f7d .Badge-numericBadge-b349f7d.Badge-small-b349f7d{padding:(1.5 * 4px)}.Badge-label-b349f7d{color:var(--color-colorTextPrimary,#393a3d);font-family:var(--font-fontFamily,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif);font-size:var(--fontSize-fontSize2,14px);font-style:normal;font-weight:var(--font-fontWeight3,500);line-height:20px;margin-left:8px}.Badge-dot-b349f7d .Badge-value-b349f7d,.Badge-round-b349f7d .Badge-value-b349f7d{border-radius:50%}.Badge-iconFix-b349f7d,.Badge-round-b349f7d .Badge-value-b349f7d{align-items:center;display:flex;justify-content:center}.Badge-negative-b349f7d .Badge-label-b349f7d{color:var(--color-colorTextPrimary,#393a3d)}.Badge-negative-b349f7d .Badge-value-b349f7d{background-color:var(--color-colorUiNegative,#d52b1e);color:var(--color-colorTextInverse,#fff)}.Badge-negative-b349f7d.Badge-backgroundIcon-b349f7d .Badge-value-b349f7d{background-color:initial;color:var(--color-colorUiNegative,#d52b1e)}.Badge-neutral-b349f7d .Badge-value-b349f7d{background-color:var(--color-colorUiNeutral,#6b6c72);color:var(--color-colorTextInverse,#fff)}.Badge-neutral-b349f7d.Badge-backgroundIcon-b349f7d .Badge-value-b349f7d{background-color:initial;color:var(--color-colorUiNeutral,#6b6c72)}.Badge-attention-b349f7d .Badge-value-b349f7d{background-color:var(--color-colorUiAttention,#ff6a00);color:var(--color-colorTextInverse)}.Badge-attention-b349f7d.Badge-backgroundIcon-b349f7d .Badge-value-b349f7d{background-color:initial;color:var(--color-colorUiAttention,#ff6a00)}.Badge-info-b349f7d .Badge-value-b349f7d{background-color:var(--color-colorUiInfo,#0077c5);color:var(--color-colorTextInverse)}.Badge-info-b349f7d.Badge-backgroundIcon-b349f7d .Badge-value-b349f7d{background-color:initial;color:var(--color-colorUiInfo,#0077c5)}.Badge-intuit-assist-b349f7d .Badge-value-b349f7d{background-color:var(--color-colorLogoIntuit,#236cff);color:var(--color-colorTextInverse)}.Badge-intuit-assist-b349f7d.Badge-backgroundIcon-b349f7d .Badge-value-b349f7d{background-color:initial;color:var(--color-colorLogoIntuit,#236cff)}.Badge-positive-b349f7d .Badge-value-b349f7d{background-color:var(--color-colorUiPositive,#108000);color:var(--color-colorTextInverse)}.Badge-positive-b349f7d.Badge-backgroundIcon-b349f7d .Badge-value-b349f7d{background-color:initial;color:var(--color-colorUiPositive,#108000)}.Badge-new-b349f7d .Badge-value-b349f7d{background-color:var(--color-colorUiNew,#c9007a);color:var(--color-colorTextInverse)}.Badge-new-b349f7d.Badge-backgroundIcon-b349f7d .Badge-value-b349f7d{background-color:initial;color:var(--color-colorUiNew,#c9007a)}.Badge-beta-b349f7d .Badge-value-b349f7d{background-color:var(--color-colorUiBeta,#008481);color:var(--color-colorTextInverse)}.Badge-beta-b349f7d.Badge-backgroundIcon-b349f7d .Badge-value-b349f7d{background-color:initial;color:var(--color-colorUiBeta,#008481)}.Badge-benefit-b349f7d{box-sizing:border-box;display:flex}.Badge-benefit-b349f7d .Badge-value-b349f7d{background-color:#f9f7ff;box-shadow:inset 0 0 0 1px #c0abff;color:var(--color-colorTextPrimary);height:100%}.Badge-benefit-b349f7d.Badge-backgroundIcon-b349f7d .Badge-value-b349f7d,.Badge-benefit-b349f7d.Badge-round-b349f7d{background-color:#f9f7ff}.Badge-benefit-b349f7d.Badge-round-b349f7d .Badge-label-b349f7d{padding-right:4px}.Badge-benefit-b349f7d .Badge-iconText-b349f7d svg{height:16px;padding-right:4px;width:16px}.Badge-subtle-b349f7d{box-sizing:border-box}.Badge-subtle-b349f7d .Badge-value-b349f7d{background-color:var(--color-colorPageBackgroundPrimary,#fff);box-shadow:inset 0 0 0 1px var(--color-colorContainerBorderPrimary,#d4d7dc);color:var(--color-colorTextPrimary)}:root{--font-fontFamily:Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--color-colorTextPrimary:#393a3d;--color-colorUiNegative:#d52b1e;--color-colorTextInverse:#fff;--color-colorUiNeutral:#6b6c72;--color-colorUiAttention:#ff6a00;--color-colorUiInfo:#0077c5;--color-colorLogoIntuit:#236cff;--color-colorUiPositive:#108000;--color-colorUiNew:#c9007a;--color-colorUiBeta:#008481}.Badge-dark-b349f7d{--color-colorTextPrimary:#eceef1;--color-colorTextInverse:#282828;--color-colorUiNegative:#ff8979;--color-colorUiNeutral:#babec5;--color-colorUiAttention:#ffac61;--color-colorUiInfo:#34bfff;--color-colorUiPositive:#53b700;--color-colorUiNew:#ff88ec;--color-colorUiBeta:#15efe9;--color-colorPageBackgroundPrimary:#282828}.Badge-turbotax-b349f7d.Badge-light-b349f7d{--color-colorTextPrimary:#21262a;--color-colorUiNegative:#db334d;--color-colorUiNeutral:#5d686f;--color-colorUiAttention:#c84f00;--color-colorUiInfo:#205ea3;--color-colorUiPositive:#00856d;--color-colorUiNew:#d72792;--color-colorUiBeta:#00828d;--color-colorContainerBorderPrimary:#c3ced5}.Badge-turbotax-b349f7d.Badge-dark-b349f7d{--color-colorTextInverse:#21262a;--color-colorUiBeta:#07c4d9}.Badge-turbo-b349f7d.Badge-light-b349f7d{--color-colorTextPrimary:#21262a;--color-colorUiNegative:#db334d;--color-colorUiNeutral:#5d686f;--color-colorUiAttention:#c84f00;--color-colorUiInfo:#205ea3;--color-colorUiPositive:#00856d;--color-colorUiNew:#d72792;--color-colorUiBeta:#00828d;--color-colorContainerBorderPrimary:#c3ced5}.Badge-turbo-b349f7d.Badge-dark-b349f7d{--color-colorTextInverse:#21262a;--color-colorUiBeta:#07c4d9}.Badge-mint-b349f7d.Badge-light-b349f7d{--color-colorTextPrimary:#21262a;--color-colorUiNegative:#c61c5a;--color-colorUiAttention:#c84f00;--color-colorUiInfo:#205ea3;--color-colorUiPositive:#1b8381;--color-colorUiBeta:#037c8f;--color-colorContainerBorderPrimary:#c3ced5}.Badge-mint-b349f7d.Badge-dark-b349f7d{--color-colorTextInverse:#21262a;--color-colorUiNegative:#ffe0eb;--color-colorUiNeutral:#fff;--color-colorUiAttention:#ffcc9e;--color-colorUiInfo:#aae1ff;--color-colorUiPositive:#7df8c4;--color-colorUiNew:#ffbed6;--color-colorUiBeta:#dffdf5}.Badge-quickbooks-b349f7d.Badge-light-b349f7d{--color-colorContainerBorderPrimary:#8d9096}.Badge-ttfullservice-b349f7d.Badge-light-b349f7d{--color-colorTextPrimary:#21262a;--color-colorUiNegative:#db334d;--color-colorUiNeutral:#5d686f;--color-colorUiAttention:#c84f00;--color-colorUiInfo:#205ea3;--color-colorUiPositive:#00856d;--color-colorUiNew:#d72792;--color-colorUiBeta:#00828d;--color-colorContainerBorderPrimary:#c3ced5}.Badge-ttfullservice-b349f7d.Badge-dark-b349f7d{--color-colorTextInverse:#21262a;--color-colorUiBeta:#07c4d9}.Badge-creditkarma-b349f7d.Badge-light-b349f7d{--font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--font-fontWeight4:500;--color-colorTextPrimary:#000;--color-colorUiNegative:#c74900;--color-colorUiNeutral:#55595b;--color-colorUiAttention:#ffc402;--color-colorUiInfo:#007c9a;--color-colorUiPositive:#008600;--color-colorUiNew:#d72792;--color-colorUiBeta:#00828d;--color-colorContainerBorderPrimary:#c3ced5}.Badge-creditkarma-b349f7d.Badge-dark-b349f7d{--font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--font-fontWeight4:500;--color-colorTextInverse:#21262a;--color-colorUiBeta:#07c4d9}.Badge-mailchimp-b349f7d.Badge-light-b349f7d{--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;--color-colorTextPrimary:#241c15;--color-colorUiNegative:#a73205;--color-colorUiAttention:#d99536;--color-colorUiPositive:#008547}.Badge-mailchimp-b349f7d.Badge-dark-b349f7d{--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;--color-colorTextPrimary:#fff;--color-colorTextInverse:#241c15;--color-colorPageBackgroundPrimary:#241c15}.Badge-intuitnext-b349f7d.Badge-light-b349f7d{--color-colorTextPrimary:#21262a;--color-colorUiNegative:#db334d;--color-colorUiNeutral:#5d686f;--color-colorUiAttention:#c84f00;--color-colorUiInfo:#2b77cc;--color-colorUiPositive:#00892e;--color-colorUiNew:#d72792;--color-colorUiBeta:#00828d;--color-colorContainerBorderPrimary:#727e85}.Badge-intuitnext-b349f7d.Badge-dark-b349f7d{--color-colorTextPrimary:#f0f4f6;--color-colorTextInverse:#000;--color-colorUiNegative:#f7576c;--color-colorUiNeutral:#9aa7b0;--color-colorUiAttention:#f88a42;--color-colorUiInfo:#3492ef;--color-colorUiPositive:#00a63b;--color-colorUiNew:#f54bac;--color-colorUiBeta:#00b3c2;--color-colorContainerBorderPrimary:#727e85;--color-colorPageBackgroundPrimary:#181c1f}
/*# sourceMappingURL=index.css.map */
.Icon-inline-a9deae0{flex-shrink:0;height:1em;width:auto}.Icon-has-circle-a9deae0 .Icon-icon-a9deae0{transform:scale(.5);transform-origin:50%}.Icon-has-circle-a9deae0 .Icon-circle-a9deae0{fill:var(--color-colorContainerBackgroundPrimary,#fff)}.Icon-has-circle-a9deae0 .Icon-circle-a9deae0.Icon-passive-a9deae0{fill:var(--color-colorContainerBackgroundSecondary,#f4f5f8)}.Icon-has-circle-a9deae0 .Icon-circle-a9deae0.Icon-info-a9deae0{fill:var(--color-colorContainerBackgroundInfo,#ebf9ff)}.Icon-has-circle-a9deae0 .Icon-circle-a9deae0.Icon-success-a9deae0{fill:var(--color-colorContainerBackgroundPositive,#f6fdeb)}.Icon-dark-a9deae0{--color-colorContainerBackgroundPrimary:#393a3d;--color-colorContainerBackgroundSecondary:#525358;--color-colorContainerBackgroundInfo:#21313d;--color-colorContainerBackgroundPositive:#233a20}.Icon-mint-a9deae0.Icon-light-a9deae0,.Icon-turbo-a9deae0.Icon-light-a9deae0,.Icon-turbotax-a9deae0.Icon-light-a9deae0{--color-colorContainerBackgroundSecondary:#f0f4f6;--color-colorContainerBackgroundInfo:#f4f9ff;--color-colorContainerBackgroundPositive:#ecfff7}.Icon-quickbooks-a9deae0.Icon-light-a9deae0{--color-colorContainerBackgroundSecondary:#eceef1}.Icon-ttfullservice-a9deae0.Icon-light-a9deae0{--color-colorContainerBackgroundSecondary:#f0f4f6;--color-colorContainerBackgroundInfo:#ebf9ff;--color-colorContainerBackgroundPositive:#ecfff7}.Icon-ttfullservice-a9deae0.Icon-dark-a9deae0{--color-colorContainerBackgroundInfo:#384a54}.Icon-creditkarma-a9deae0.Icon-light-a9deae0{--color-colorContainerBackgroundSecondary:#f0f4f6;--color-colorContainerBackgroundInfo:#e0f0f5;--color-colorContainerBackgroundPositive:#e3f1e6}.Icon-mailchimp-a9deae0.Icon-light-a9deae0{--color-colorContainerBackgroundSecondary:#f6f6f4;--color-colorContainerBackgroundInfo:#c5dbf2;--color-colorContainerBackgroundPositive:#d8eacc}.Icon-mailchimp-a9deae0.Icon-dark-a9deae0{--color-colorContainerBackgroundInfo:#1e272e;--color-colorContainerBackgroundPositive:#203011}.Icon-intuitnext-a9deae0.Icon-light-a9deae0{--color-colorContainerBackgroundSecondary:#f0f4f6;--color-colorContainerBackgroundInfo:#f4f9ff;--color-colorContainerBackgroundPositive:#effff0}.Icon-intuitnext-a9deae0.Icon-dark-a9deae0{--color-colorContainerBackgroundPrimary:#181c1f;--color-colorContainerBackgroundSecondary:#21262a;--color-colorContainerBackgroundInfo:#103661;--color-colorContainerBackgroundPositive:#005419}
/*# sourceMappingURL=Icon.module.css.map */
/*# sourceMappingURL=index.css.map */
.MobileTabBar-tabs-5cbd52c{color:var(--color-colorTextPrimary,#393a3d);margin:auto;width:100%}.MobileTabBar-title-5cbd52c{background-color:initial;border:none;border-radius:4px;color:var(--color-colorTextSecondary,#6b6c72);flex-grow:1;font-family:var(--font-fontFamily,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif);font-style:normal;font-weight:var(--font-fontWeight4,600);height:100%;margin:0;outline:none;padding-left:0;padding-right:0;white-space:nowrap;width:100%}.MobileTabBar-title-5cbd52c svg{color:var(--color-colorIconSecondary,#6b6c72)}.MobileTabBar-title-5cbd52c:focus{font-family:var(--font-fontFamily,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif);font-style:normal;font-weight:var(--font-fontWeight4)}@media (hover:hover){.MobileTabBar-title-5cbd52c:hover{color:var(--color-colorTextPrimary)}.MobileTabBar-title-5cbd52c:hover svg{color:var(--color-colorIconPrimary,#393a3d)}}.MobileTabBar-title-5cbd52c:active{color:var(--color-colorTextPrimary)}.MobileTabBar-title-5cbd52c:active svg{color:var(--color-colorIconPrimary,#393a3d)}.MobileTabBar-title-5cbd52c[data-selected]{color:var(--color-colorFocusIndicator,#0077c5);font-family:var(--font-fontFamily);font-style:normal;font-weight:var(--font-fontWeight4)}.MobileTabBar-title-5cbd52c[data-selected] svg{fill:var(--color-colorFocusIndicator,#0077c5)}.MobileTabBar-title-5cbd52c[data-selected] .MobileTabBar-icon-5cbd52c{color:var(--color-colorFocusIndicator)}.MobileTabBar-title-5cbd52c:disabled{background-color:initial;border-color:transparent;cursor:no-drop;opacity:40%}.MobileTabBar-title-5cbd52c:first-child{margin-left:2px}.MobileTabBar-title-5cbd52c:last-child{margin-right:2px}.MobileTabBar-tabListWrapper-5cbd52c{background-color:var(--color-colorContainerBackgroundPrimary,#fff);box-sizing:border-box;height:52px;max-width:100%;overflow-x:auto;position:relative}.MobileTabBar-tabListWrapper-5cbd52c.MobileTabBar-dividerTop-5cbd52c{box-shadow:inset 0 1px 0 var(--color-colorDividerPrimary,#6b6c72)}.MobileTabBar-tabListWrapper-5cbd52c.MobileTabBar-dividerBottom-5cbd52c{box-shadow:inset 0 -1px 0 var(--color-colorDividerPrimary)}.MobileTabBar-sticky-5cbd52c{border-top:1px solid var(--color-colorDividerPrimary,#6b6c72);bottom:0;box-sizing:border-box;left:0;margin:0;max-width:100%;padding:0;position:fixed;right:0;width:100%;z-index:1}.MobileTabBar-sticky-5cbd52c .MobileTabBar-tabListWrapper-5cbd52c{box-sizing:unset;padding-bottom:16px;transition-duration:.18s;transition-property:height;transition-timing-function:cubic-bezier(.12,0,.39,0)}@media screen and (prefers-reduced-motion:reduce){.MobileTabBar-sticky-5cbd52c .MobileTabBar-tabListWrapper-5cbd52c{transition:none}}.MobileTabBar-sticky-5cbd52c.MobileTabBar-collapsed-5cbd52c .MobileTabBar-tabListWrapper-5cbd52c{height:40px;padding-bottom:1px}.MobileTabBar-sticky-5cbd52c.MobileTabBar-collapsed-5cbd52c .MobileTabBar-title-5cbd52c{height:100%}.MobileTabBar-sticky-5cbd52c:before{background-color:var(--color-colorPageBackgroundPrimary,#fff);bottom:0;content:"";left:0;opacity:.9;position:absolute;right:0;top:0}.MobileTabBar-sticky-5cbd52c .MobileTabBar-title-5cbd52c{box-sizing:border-box;height:52px;padding:8px 8px 2px}.MobileTabBar-sticky-5cbd52c .MobileTabBar-tabBarList-5cbd52c{padding:0}.MobileTabBar-sticky-5cbd52c .MobileTabBar-dividerBottom-5cbd52c{box-shadow:none}.MobileTabBar-tabList-5cbd52c{box-sizing:border-box;display:flex;float:left;height:100%;justify-content:space-between;padding:2px 0;width:100%}.MobileTabBar-tabList-5cbd52c:after,.MobileTabBar-tabList-5cbd52c:before{content:""}[role=tabpanel]{outline:none}[data-cgds-keyboard-nav] .MobileTabBar-tabs-5cbd52c .MobileTabBar-title-5cbd52c:focus{box-shadow:0 0 0 2px var(--color-colorTextPrimary,#393a3d),0 0 0 4px transparent;position:relative}.MobileTabBar-iconTitleContainer-5cbd52c{align-items:center;display:flex;flex-direction:column;height:100%;position:relative}.MobileTabBar-iconTitleContainer-5cbd52c .MobileTabBar-icon-5cbd52c{align-items:center;display:flex;flex-grow:1;justify-content:center;width:100%}.MobileTabBar-iconTitleContainer-5cbd52c .MobileTabBar-badge-5cbd52c{left:calc(50% + 4px);position:absolute;top:-8px}.MobileTabBar-iconTitleContainer-5cbd52c .MobileTabBar-badge-5cbd52c.MobileTabBar-dot-5cbd52c{top:0}:root{--color-colorTextPrimary:#393a3d;--font-fontFamily:Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--font-fontWeight4:600;--color-colorDividerPrimary:#6b6c72;--color-colorIconPrimary:#393a3d;--color-colorFocusIndicator:#0077c5}.MobileTabBar-dark-5cbd52c{--color-colorTextPrimary:#eceef1;--color-colorTextSecondary:#e3e5e8;--color-colorContainerBackgroundPrimary:#393a3d;--color-colorDividerPrimary:#8d9096;--color-colorIconSecondary:#babec5;--color-colorFocusIndicator:#34bfff;--color-colorPageBackgroundPrimary:#282828;--color-colorIconPrimary:#eceef1}.MobileTabBar-mint-5cbd52c.MobileTabBar-light-5cbd52c,.MobileTabBar-turbo-5cbd52c.MobileTabBar-light-5cbd52c,.MobileTabBar-turbotax-5cbd52c.MobileTabBar-light-5cbd52c{--color-colorTextPrimary:#21262a;--color-colorTextSecondary:#5d686f;--color-colorDividerPrimary:#d5dee3;--color-colorIconSecondary:#5d686f;--color-colorFocusIndicator:#205ea3;--color-colorIconPrimary:#21262a}.MobileTabBar-quickbooks-5cbd52c.MobileTabBar-light-5cbd52c{--color-colorDividerPrimary:#8d9096}.MobileTabBar-quickbooks-5cbd52c.MobileTabBar-dark-5cbd52c{--color-colorTextSecondary:#babec5;--color-colorDividerPrimary:#6b6c72}.MobileTabBar-ttfullservice-5cbd52c.MobileTabBar-light-5cbd52c{--color-colorTextPrimary:#21262a;--color-colorTextSecondary:#5d686f;--color-colorDividerPrimary:#d5dee3;--color-colorIconSecondary:#5d686f;--color-colorFocusIndicator:#205ea3;--color-colorIconPrimary:#21262a}.MobileTabBar-creditkarma-5cbd52c.MobileTabBar-light-5cbd52c{--color-colorTextPrimary:#000;--font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--font-fontWeight4:500;--color-colorTextSecondary:#55595b;--color-colorDividerPrimary:#d9dfe2;--color-colorIconSecondary:#5d686f;--color-colorFocusIndicator:#008600;--color-colorIconPrimary:#21262a}.MobileTabBar-creditkarma-5cbd52c.MobileTabBar-dark-5cbd52c{--font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--font-fontWeight4:500}.MobileTabBar-mailchimp-5cbd52c.MobileTabBar-light-5cbd52c{--color-colorTextPrimary:#241c15;--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;--color-colorTextSecondary:rgba(36,28,21,.65);--color-colorDividerPrimary:rgba(36,28,21,.3);--color-colorIconSecondary:#241c15;--color-colorFocusIndicator:#004e56;--color-colorIconPrimary:#241c15}.MobileTabBar-mailchimp-5cbd52c.MobileTabBar-dark-5cbd52c{--color-colorTextPrimary:#fff;--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;--color-colorTextSecondary:hsla(0,0%,100%,.5);--color-colorPageBackgroundPrimary:#241c15}.MobileTabBar-intuitnext-5cbd52c.MobileTabBar-light-5cbd52c{--color-colorTextPrimary:#21262a;--color-colorTextSecondary:#3c4348;--color-colorDividerPrimary:#859299;--color-colorIconSecondary:#3c4348;--color-colorFocusIndicator:#2b77cc;--color-colorIconPrimary:#21262a}.MobileTabBar-intuitnext-5cbd52c.MobileTabBar-dark-5cbd52c{--color-colorTextPrimary:#f0f4f6;--color-colorTextSecondary:#e2e9ed;--color-colorContainerBackgroundPrimary:#181c1f;--color-colorDividerPrimary:#859299;--color-colorIconSecondary:#e2e9ed;--color-colorFocusIndicator:#3492ef;--color-colorPageBackgroundPrimary:#181c1f;--color-colorIconPrimary:#f0f4f6}
/*# sourceMappingURL=MobileTabBar.module.css.map */
/*# sourceMappingURL=index.css.map */
.Fab-fab-9d112f6{bottom:0;margin-bottom:16px;margin-right:16px;position:fixed;right:0;z-index:1}
/*# sourceMappingURL=index.css.map */
.Tooltip-popupWrapper-c6ed21b{background-color:var(--color-colorContainerBackgroundComplementary,#393a3d);border-radius:var(--radius-radiusLarge);box-shadow:0 2px 8px #4c555b33;color:var(--color-colorTextInverse,#fff);display:flex;flex-direction:column;padding:16px;text-align:center}.Tooltip-header-c6ed21b{font-family:var(--font-fontFamily,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif);font-size:var(--fontSize-fontSize3,16px);font-style:normal;font-weight:var(--font-fontWeight4,600);line-height:var(--lineHeight-lineHeight3,24px)}.Tooltip-subHeader-c6ed21b{font-family:var(--font-fontFamily,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif)}.Tooltip-description-c6ed21b,.Tooltip-subHeader-c6ed21b{font-size:var(--fontSize-fontSize2);font-style:normal;font-weight:var(--font-fontWeight2);line-height:var(--lineHeight-lineHeight2)}.Tooltip-description-c6ed21b{font-family:var(--font-fontFamily)}.Tooltip-description-c6ed21b,.Tooltip-header-c6ed21b,.Tooltip-subHeader-c6ed21b{width:100%}.Tooltip-description-c6ed21b:not(:last-child),.Tooltip-header-c6ed21b:not(:last-child),.Tooltip-subHeader-c6ed21b:not(:last-child){margin-bottom:8px}.Tooltip-positionWrapper-c6ed21b{border-radius:var(--radius-radiusLarge);max-width:260px;min-width:80px;transition-duration:333ms;transition-property:opacity,visibility;transition-timing-function:cubic-bezier(.12,0,.39,0);z-index:1000}@media screen and (prefers-reduced-motion:reduce){.Tooltip-positionWrapper-c6ed21b{transition:none}}.Tooltip-arrow-c6ed21b{background-color:var(--color-colorContainerBackgroundComplementary,#393a3d);height:11.3px;margin:-5.65px;position:absolute;width:11.3px}.Tooltip-top-c6ed21b .Tooltip-arrow-c6ed21b{transform:rotate(45deg)}.Tooltip-bottom-c6ed21b .Tooltip-arrow-wrapper-c6ed21b{top:0}.Tooltip-bottom-c6ed21b .Tooltip-arrow-c6ed21b{transform:rotate(-135deg)}.Tooltip-left-c6ed21b .Tooltip-arrow-wrapper-c6ed21b{right:0}.Tooltip-left-c6ed21b .Tooltip-arrow-c6ed21b{transform:rotate(-45deg)}.Tooltip-right-c6ed21b .Tooltip-arrow-wrapper-c6ed21b{left:0}.Tooltip-right-c6ed21b .Tooltip-arrow-c6ed21b{transform:rotate(135deg)}.Tooltip-trigger-c6ed21b:focus{outline:none}[data-cgds-keyboard-nav] .Tooltip-trigger-c6ed21b:focus{border-radius:var(--radius-radiusSmall,4px);box-shadow:0 0 0 2px var(--color-colorFocusIndicator,#0077c5)}:root{--font-fontFamily:Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--fontSize-fontSize2:14px;--lineHeight-lineHeight2:20px;--font-fontWeight2:400;--radius-radiusLarge:8px;--color-colorContainerBackgroundComplementary:#393a3d}.Tooltip-dark-c6ed21b{--color-colorTextInverse:#282828;--color-colorFocusIndicator:#34bfff}.Tooltip-turbotax-c6ed21b.Tooltip-light-c6ed21b{--color-colorContainerBackgroundComplementary:#21262a;--color-colorFocusIndicator:#205ea3}.Tooltip-turbotax-c6ed21b.Tooltip-dark-c6ed21b{--color-colorTextInverse:#21262a;--color-colorContainerBackgroundComplementary:#fff}.Tooltip-turbo-c6ed21b.Tooltip-light-c6ed21b{--color-colorContainerBackgroundComplementary:#21262a;--color-colorFocusIndicator:#205ea3}.Tooltip-turbo-c6ed21b.Tooltip-dark-c6ed21b{--color-colorTextInverse:#21262a;--color-colorContainerBackgroundComplementary:#fff}.Tooltip-mint-c6ed21b.Tooltip-light-c6ed21b{--color-colorContainerBackgroundComplementary:#21262a;--color-colorFocusIndicator:#205ea3}.Tooltip-mint-c6ed21b.Tooltip-dark-c6ed21b{--color-colorTextInverse:#21262a;--color-colorContainerBackgroundComplementary:#fff}.Tooltip-ttfullservice-c6ed21b.Tooltip-light-c6ed21b{--color-colorContainerBackgroundComplementary:#21262a;--color-colorFocusIndicator:#205ea3}.Tooltip-ttfullservice-c6ed21b.Tooltip-dark-c6ed21b{--color-colorTextInverse:#21262a;--color-colorContainerBackgroundComplementary:#fff}.Tooltip-creditkarma-c6ed21b.Tooltip-light-c6ed21b{--color-colorContainerBackgroundComplementary:#21262a;--font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--font-fontWeight4:500;--color-colorFocusIndicator:#008600}.Tooltip-creditkarma-c6ed21b.Tooltip-dark-c6ed21b{--color-colorTextInverse:#21262a;--color-colorContainerBackgroundComplementary:#fff;--font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--font-fontWeight4:500}.Tooltip-mailchimp-c6ed21b.Tooltip-light-c6ed21b{--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;--color-colorFocusIndicator:#004e56}.Tooltip-mailchimp-c6ed21b.Tooltip-dark-c6ed21b{--color-colorTextInverse:#241c15;--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif}.Tooltip-intuitnext-c6ed21b.Tooltip-light-c6ed21b{--color-colorContainerBackgroundComplementary:#3c4348;--color-colorFocusIndicator:#2b77cc}.Tooltip-intuitnext-c6ed21b.Tooltip-dark-c6ed21b{--color-colorTextInverse:#000;--color-colorContainerBackgroundComplementary:#3c4348;--color-colorFocusIndicator:#3492ef}
/*# sourceMappingURL=index.css.map */
.Control-control-95ab1c9{align-items:center;background-clip:initial;background-color:var(--color-colorActionPassiveSubtle,hsla(231,3%,43%,0));border:none;border-radius:var(--radius-radiusSmall,4px);box-sizing:border-box;color:var(--color-colorTextSecondary,#6b6c72);cursor:pointer;display:flex;font-family:var(--font-fontFamily,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif);font-style:normal;font-weight:var(--font-fontWeight4,600);justify-content:center;line-height:normal;padding:0;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.Control-control-95ab1c9:focus{box-shadow:none;outline:none}.Control-control-95ab1c9::-moz-focus-inner{border:0}.Control-control-95ab1c9>.Control-label-95ab1c9+svg,.Control-control-95ab1c9>svg+.Control-label-95ab1c9{margin-left:4px}.Control-control-95ab1c9 label{box-sizing:border-box;max-width:-moz-fit-content;max-width:fit-content}.Control-control-95ab1c9>.Control-label-95ab1c9:not(:only-child):last-child{padding-right:2px}.Control-control-95ab1c9 input{height:1px;margin:0;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;outline:none;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:1;word-wrap:normal}.Control-label-95ab1c9{font-weight:var(--font-fontWeight3,500);margin-top:-1px}[data-cgds-keyboard-nav] .Control-control-95ab1c9:focus{--negative-one:-1;outline:var(--size-sizeOutlineGap,2px) solid transparent;outline-offset:2px}[data-cgds-keyboard-nav] .Control-control-95ab1c9:focus:before{border-radius:var(--radius-radiusSmall);content:"";inset:calc(var(--negative-one)*var(--size-sizeOutline, 2px));position:absolute;transition:box-shadow .1s ease}[data-cgds-keyboard-nav] .Control-control-95ab1c9:focus:focus:before{box-shadow:0 0 0 var(--size-sizeOutlineGap) var(--color-colorFocusIndicator,#0077c5)}.Control-control-95ab1c9:disabled{color:var(--color-colorTextDisabled,#8d9096);cursor:not-allowed}.Control-control-95ab1c9:not(:disabled):hover{background:var(--color-colorActionPassiveSubtleHover,hsla(231,3%,43%,.1))}.Control-control-95ab1c9:not(:disabled).Control-selected-95ab1c9,.Control-control-95ab1c9:not(:disabled):active{background:var(--color-colorActionPassiveSubtleActive,hsla(231,3%,43%,.2));color:var(--color-colorTextPrimary,#393a3d);outline:none}.Control-control-95ab1c9.Control-small-95ab1c9{font-size:var(--fontSize-fontSize4,20px);min-height:20px;padding:2px}.Control-control-95ab1c9.Control-small-95ab1c9.Control-text-95ab1c9{min-width:20px}.Control-control-95ab1c9.Control-small-95ab1c9 .Control-label-95ab1c9{font-size:var(--fontSize-fontSize2,14px)}.Control-control-95ab1c9.Control-small-95ab1c9 input~svg{margin:0!important;width:20px}.Control-control-95ab1c9.Control-medium-95ab1c9{font-size:var(--fontSize-fontSize5,24px);min-height:24px;padding:6px}.Control-control-95ab1c9.Control-medium-95ab1c9.Control-text-95ab1c9{min-width:24px}.Control-control-95ab1c9.Control-medium-95ab1c9 input~svg{margin:0!important;width:24px}.Control-control-95ab1c9.Control-medium-95ab1c9 .Control-label-95ab1c9{font-size:var(--fontSize-fontSize3)}.Control-control-95ab1c9.Control-large-95ab1c9{font-size:var(--fontSize-fontSize6,28px);min-height:28px;padding:10px}.Control-control-95ab1c9.Control-large-95ab1c9.Control-text-95ab1c9{min-width:28px}.Control-control-95ab1c9.Control-large-95ab1c9 input~svg{margin:0!important;width:28px}.Control-control-95ab1c9.Control-large-95ab1c9 .Control-label-95ab1c9{font-size:var(--fontSize-fontSize3)}@media only screen and (min-width:992px){.Control-control-95ab1c9.Control-large-95ab1c9 .Control-label-95ab1c9{font-size:var(--fontSize-fontSize4)}}.Control-group-95ab1c9{display:flex;flex-direction:row}.Control-group-95ab1c9>:not(:last-of-type){margin-right:8px}:root{--radius-radiusSmall:4px;--size-sizeOutlineGap:2px;--fontSize-fontSize3:16px;--fontSize-fontSize4:20px}.Control-dark-95ab1c9{--color-colorActionPassiveSubtle:hsla(0,0%,100%,0);--color-colorTextSecondary:#e3e5e8;--color-colorTextDisabled:#6b6c72;--color-colorActionPassiveSubtleHover:hsla(0,0%,100%,.1);--color-colorTextPrimary:#eceef1;--color-colorActionPassiveSubtleActive:hsla(0,0%,100%,.2);--color-colorFocusIndicator:#34bfff}.Control-mint-95ab1c9.Control-light-95ab1c9,.Control-turbo-95ab1c9.Control-light-95ab1c9,.Control-turbotax-95ab1c9.Control-light-95ab1c9{--color-colorActionPassiveSubtle:rgba(226,233,237,0);--color-colorTextSecondary:#5d686f;--color-colorTextDisabled:#859299;--color-colorActionPassiveSubtleHover:#f0f4f6;--color-colorTextPrimary:#21262a;--color-colorActionPassiveSubtleActive:#e2e9ed;--color-colorFocusIndicator:#205ea3}.Control-quickbooks-95ab1c9.Control-dark-95ab1c9{--color-colorTextSecondary:#babec5;--color-colorTextDisabled:#8d9096}.Control-ttfullservice-95ab1c9.Control-light-95ab1c9{--color-colorActionPassiveSubtle:rgba(226,233,237,0);--color-colorTextSecondary:#5d686f;--color-colorTextDisabled:#859299;--color-colorActionPassiveSubtleHover:#f0f4f6;--color-colorTextPrimary:#21262a;--color-colorActionPassiveSubtleActive:#e2e9ed;--color-colorFocusIndicator:#205ea3}.Control-creditkarma-95ab1c9.Control-light-95ab1c9{--font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--font-fontWeight4:500;--color-colorActionPassiveSubtle:rgba(226,233,237,0);--color-colorTextSecondary:#55595b;--color-colorTextDisabled:#c7cdd1;--color-colorActionPassiveSubtleHover:#f0f4f6;--color-colorTextPrimary:#000;--color-colorActionPassiveSubtleActive:#e2e9ed;--color-colorFocusIndicator:#008600}.Control-creditkarma-95ab1c9.Control-dark-95ab1c9{--font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--font-fontWeight4:500}.Control-mailchimp-95ab1c9.Control-light-95ab1c9{--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;--color-colorTextSecondary:rgba(36,28,21,.65);--color-colorTextDisabled:rgba(36,28,21,.65);--color-colorTextPrimary:#241c15;--color-colorFocusIndicator:#004e56}.Control-mailchimp-95ab1c9.Control-dark-95ab1c9{--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;--color-colorTextSecondary:hsla(0,0%,100%,.5);--color-colorTextPrimary:#fff}.Control-intuitnext-95ab1c9.Control-light-95ab1c9{--color-colorActionPassiveSubtle:rgba(240,244,246,0);--color-colorTextSecondary:#3c4348;--color-colorTextDisabled:#859299;--color-colorActionPassiveSubtleHover:#f0f4f6;--color-colorTextPrimary:#21262a;--color-colorActionPassiveSubtleActive:#e2e9ed;--color-colorFocusIndicator:#2b77cc}.Control-intuitnext-95ab1c9.Control-dark-95ab1c9{--color-colorActionPassiveSubtle:rgba(43,49,53,0);--color-colorTextSecondary:#e2e9ed;--color-colorTextDisabled:#5d686f;--color-colorActionPassiveSubtleHover:#2b3135;--color-colorTextPrimary:#f0f4f6;--color-colorActionPassiveSubtleActive:#3c4348;--color-colorFocusIndicator:#3492ef}
/*# sourceMappingURL=index.css.map */
@keyframes RefundMonitor-slideInFromLeft-e5cd037{0%{transform:translateX(-50px)}to{transform:translateX(0)}}.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-link-e5cd037,.RefundMonitor-refundMonitor-e5cd037 .RefundMonitor-link-e5cd037,.RefundMonitor-tooltip-e5cd037 .RefundMonitor-link-e5cd037{font-family:var(--font-fontFamily);font-size:var(--fontSize-fontSize1,12px);font-style:normal;font-weight:var(--font-fontWeight4);line-height:var(--lineHeight-lineHeight1,16px);padding:0}.RefundMonitor-refundMonitor-e5cd037{align-items:center;color:var(--color-colorTextSecondary,#6b6c72);display:flex}.RefundMonitor-control-e5cd037{margin-left:20px}.RefundMonitor-chevron-e5cd037{transition-duration:333ms;transition-property:transform;transition-timing-function:cubic-bezier(.12,0,.39,0)}@media screen and (prefers-reduced-motion:reduce){.RefundMonitor-chevron-e5cd037{transition:none}}.RefundMonitor-chevron-e5cd037{box-sizing:initial;cursor:pointer;transform:rotate(0);transform-origin:50%;transition-duration:.25s}.RefundMonitor-indicatorContainer-e5cd037{margin:0 20px 0 12px}.RefundMonitor-progressIndicator-e5cd037{display:flex;height:32px;position:relative;width:32px}.RefundMonitor-progressIndicatorIcon-e5cd037{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.RefundMonitor-refundList-e5cd037{display:flex}.RefundMonitor-refundItem-e5cd037{display:flex;-webkit-user-select:none;user-select:none}.RefundMonitor-refundName-e5cd037,.RefundMonitor-refundValue-e5cd037{margin:0}.RefundMonitor-refundName-e5cd037{font-family:var(--font-fontFamilyBody,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif);font-size:var(--typography-typographyBody4TextDefaultFontSize);font-style:normal;font-weight:var(--font-fontWeightBody4);line-height:var(--typography-typographyBody4TextDefaultLineHeight);white-space:pre}.RefundMonitor-dropdownItem-e5cd037 .RefundMonitor-refundItem-e5cd037,.RefundMonitor-dropdownItem-e5cd037 .RefundMonitor-refundName-e5cd037,.RefundMonitor-dropdownItem-e5cd037 .RefundMonitor-refundValue-e5cd037{margin:0}.RefundMonitor-dropdownItem-e5cd037 .RefundMonitor-refundItem-e5cd037{align-items:center;justify-content:space-between;min-width:140px}.RefundMonitor-dropdownItem-e5cd037 .RefundMonitor-refundName-e5cd037{display:inline-flex}.RefundMonitor-dropdownItem-e5cd037 .RefundMonitor-refundValue-e5cd037{font-family:var(--font-fontFamily);font-size:var(--fontSize-fontSize2);font-style:normal;font-weight:var(--font-fontWeight4);line-height:var(--lineHeight-lineHeight2)}.RefundMonitor-dropdownItem-e5cd037 .RefundMonitor-refundValue-e5cd037:not(.RefundMonitor-success-e5cd037){color:var(--color-colorTextSecondary)}.RefundMonitor-dropdownItem-e5cd037:hover{background-color:initial}.RefundMonitor-dropdownItem-e5cd037:not(:first-child){border-top:1px solid var(--color-colorDividerPrimary,#6b6c72)!important}.RefundMonitor-dropdownFlyout-e5cd037{border-radius:var(--radius-radiusLarge,8px)!important;z-index:10}.RefundMonitor-condensed-e5cd037:not(.RefundMonitor-amending-e5cd037) .RefundMonitor-refundList-e5cd037{flex-direction:column}.RefundMonitor-condensed-e5cd037 .RefundMonitor-refundName-e5cd037{display:inline-flex;margin-right:12px}.RefundMonitor-condensed-e5cd037 .RefundMonitor-refundValue-e5cd037{font-family:var(--font-fontFamily);font-size:var(--fontSize2,14px);font-style:normal;font-weight:var(--font-fontWeight5,700)}.RefundMonitor-amending-e5cd037.RefundMonitor-condensed-e5cd037 .RefundMonitor-headerTitleContainer-e5cd037{align-items:flex-start;flex-direction:column}.RefundMonitor-amending-e5cd037.RefundMonitor-condensed-e5cd037 .RefundMonitor-refundItem-e5cd037:first-of-type{margin-right:12px}.RefundMonitor-headerTitleContainer-e5cd037{align-items:center;display:flex}.RefundMonitor-headerTitle-e5cd037{font-family:var(--font-fontFamilyBody,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif);font-size:var(--typography-typographyBody4TextDefaultFontSize);font-style:normal;font-weight:var(--font-fontWeightBody4);line-height:var(--typography-typographyBody4TextDefaultLineHeight)}.RefundMonitor-title-notStarted-e5cd037{font-weight:var(--font-fontWeight3,500)}.RefundMonitor-title-amending-e5cd037,.RefundMonitor-title-notStarted-e5cd037{font-family:var(--font-fontFamily,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif);font-style:normal}.RefundMonitor-title-amending-e5cd037{color:var(--color-colorTextPrimary,#393a3d);font-weight:var(--font-fontWeight4);margin-right:20px;text-transform:uppercase}.RefundMonitor-description-e5cd037,.RefundMonitor-title-e5cd037{margin:0;text-align:left}.RefundMonitor-success-e5cd037{color:var(--color-colorUiPositive,#108000)}.RefundMonitor-detailHeader-e5cd037{padding:16px}.RefundMonitor-detailLabel-e5cd037{display:flex;flex-direction:column;width:100%}.RefundMonitor-detailLabel-e5cd037 .RefundMonitor-title-e5cd037{color:var(--color-colorTextPrimary,#393a3d);font-family:var(--font-fontFamily);font-size:var(--fontSize-fontSize2);font-style:normal;font-weight:var(--font-fontWeight4);line-height:var(--lineHeight-lineHeight2);margin:0}.RefundMonitor-detailActions-e5cd037{padding:16px}.RefundMonitor-tooltip-e5cd037 .RefundMonitor-title-e5cd037,.RefundMonitor-tooltip-e5cd037 .RefundMonitor-tooltipHeader-e5cd037{font-family:var(--font-fontFamilyBody);font-family:var(--font-fontFamily);font-size:var(--typography-typographyBody3TextDefaultFontSize);font-style:normal;font-weight:var(--font-fontWeightBody3);font-weight:var(--font-fontWeight4);line-height:var(--typography-typographyBody3TextDefaultLineHeight)}.RefundMonitor-tooltipWithIndicator-e5cd037 .RefundMonitor-tooltipHeader-e5cd037{margin-bottom:4px!important}.RefundMonitor-tooltipWithIndicator-e5cd037 .RefundMonitor-tooltipDescription-e5cd037{display:flex;flex-direction:column}.RefundMonitor-tooltipWithIndicator-e5cd037 .RefundMonitor-link-e5cd037{margin-top:4px}.RefundMonitor-drawerRefundMonitor-e5cd037{--borderColor:var(--color-colorDividerPrimary,#6b6c72);background-color:var(--color-colorContainerBackgroundPrimary,#fff)}.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-toggle-e5cd037{color:var(--color-colorIconSecondary,#6b6c72)}.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-addon-e5cd037{padding:12px 16px}.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-detailHeader-e5cd037,.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-refundList-e5cd037,.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-stateList-e5cd037{border-top:1px solid var(--borderColor)}.RefundMonitor-drawerRefundMonitor-e5cd037.RefundMonitor-addon-end-e5cd037 .RefundMonitor-refundList-e5cd037,.RefundMonitor-drawerRefundMonitor-e5cd037.RefundMonitor-amending-e5cd037:not(.RefundMonitor-addon-start-e5cd037) .RefundMonitor-refundList-e5cd037{border-top:0}.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-detailHeader-e5cd037,.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-stateList-e5cd037{border-bottom:1px solid var(--borderColor)}.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-refundList-e5cd037{flex-direction:column}.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-refundList-e5cd037 ::-webkit-scrollbar{background-color:var(--color-colorContainerBackgroundPrimary,#fff);height:6px}.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-refundList-e5cd037 ::-webkit-scrollbar-thumb{background-color:var(--color-colorContainerBorderPrimary,#d4d7dc);border-radius:var(--radius-radiusSmall,4px)}.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-refundItem-e5cd037{flex-direction:column;padding:16px}.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-refundName-e5cd037{color:var(--color-colorTextSecondary,#6b6c72);display:inline-flex;font-family:var(--font-fontFamilyBody);font-size:var(--typography-typographyBody3TextDefaultFontSize);font-style:normal;font-weight:var(--font-fontWeightBody3);line-height:var(--typography-typographyBody3TextDefaultLineHeight)}.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-refundValue-e5cd037:not(.RefundMonitor-success-e5cd037){color:var(--color-colorTextSecondary)}.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-refundValue-e5cd037{font-family:var(--font-fontFamily);font-size:var(--fontSize-fontSize6,28px);font-style:normal;font-weight:var(--font-fontWeight4);line-height:var(--lineHeight-lineHeight6,36px)}.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-stateList-e5cd037{display:flex;gap:8px;overflow-x:auto}.RefundMonitor-drawerRefundMonitor-e5cd037 .RefundMonitor-detailLabel-e5cd037 .RefundMonitor-link-e5cd037{margin-right:12px}.RefundMonitor-headerRefundMonitor-e5cd037{margin-left:12px}.RefundMonitor-headerRefundMonitor-e5cd037.RefundMonitor-addon-start-e5cd037 .RefundMonitor-addon-e5cd037{margin-right:20px}.RefundMonitor-headerRefundMonitor-e5cd037[aria-expanded=true].RefundMonitor-addon-end-e5cd037 .RefundMonitor-addon-e5cd037{margin-left:20px}.RefundMonitor-headerRefundMonitor-e5cd037 .RefundMonitor-amendingIndicator-e5cd037{align-items:center;display:flex;justify-content:center;padding:6px}.RefundMonitor-headerRefundMonitor-e5cd037 .RefundMonitor-control-e5cd037{margin-bottom:4px;margin-top:4px}.RefundMonitor-headerRefundMonitor-e5cd037:not(.RefundMonitor-dropdownItem-e5cd037) .RefundMonitor-refundItem-e5cd037{animation-duration:333ms;animation-fill-mode:forwards;animation-name:RefundMonitor-slideInFromLeft-e5cd037;animation-timing-function:cubic-bezier(.12,0,.39,0)}.RefundMonitor-headerRefundMonitor-e5cd037:not(.RefundMonitor-dropdownItem-e5cd037) .RefundMonitor-refundName-e5cd037{font-family:var(--font-fontFamily);font-style:normal;font-weight:var(--font-fontWeight3)}.RefundMonitor-headerRefundMonitor-e5cd037:not(.RefundMonitor-condensed-e5cd037) .RefundMonitor-refundList-e5cd037{gap:20px}.RefundMonitor-headerRefundMonitor-e5cd037:not(.RefundMonitor-condensed-e5cd037) .RefundMonitor-refundItem-e5cd037{display:grid}.RefundMonitor-headerRefundMonitor-e5cd037:not(.RefundMonitor-condensed-e5cd037) .RefundMonitor-refundValue-e5cd037{font-family:var(--font-fontFamily);font-size:var(--fontSize-fontSize4,20px);font-style:normal;font-weight:var(--font-fontWeight4);line-height:var(--lineHeight-lineHeight4,28px)}.RefundMonitor-headerRefundMonitor-e5cd037.RefundMonitor-hidden-e5cd037:not(.RefundMonitor-addon-end-e5cd037) .RefundMonitor-control-e5cd037{margin-left:0}.RefundMonitor-headerRefundMonitor-e5cd037.RefundMonitor-hidden-e5cd037 .RefundMonitor-chevron-e5cd037{transform:rotate(180deg)}.RefundMonitor-headerRefundMonitor-e5cd037 .RefundMonitor-refundList-e5cd037{align-items:center;margin:-4px;overflow-x:hidden;padding:4px}.RefundMonitor-headerRefundMonitor-e5cd037.RefundMonitor-condensed-e5cd037 .RefundMonitor-refundList-e5cd037{align-items:unset}.RefundMonitor-headerRefundMonitor-e5cd037 .RefundMonitor-refundItem-e5cd037{align-items:center;display:flex;justify-content:space-between}:root{--font-fontFamilyBody:Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--font-fontWeightBody4:400;--typography-typographyBody4TextDefaultFontSize:12px;--typography-typographyBody4TextDefaultLineHeight:1.5;--font-fontFamily:Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--color-colorDividerPrimary:#6b6c72;--font-fontWeight4:600;--fontSize-fontSize2:14px;--lineHeight-lineHeight2:20px;--color-colorTextPrimary:#393a3d;--font-fontWeightBody3:400;--typography-typographyBody3TextDefaultFontSize:14px;--typography-typographyBody3TextDefaultLineHeight:1.5;--color-colorTextSecondary:#6b6c72;--color-colorContainerBackgroundPrimary:#fff;--font-fontWeight3:500}.RefundMonitor-dark-e5cd037{--color-colorTextSecondary:#e3e5e8;--color-colorDividerPrimary:#8d9096;--color-colorTextPrimary:#eceef1;--color-colorUiPositive:#53b700;--color-colorContainerBackgroundPrimary:#393a3d;--color-colorIconSecondary:#babec5}.RefundMonitor-turbo-e5cd037.RefundMonitor-light-e5cd037,.RefundMonitor-turbotax-e5cd037.RefundMonitor-light-e5cd037{--color-colorTextSecondary:#5d686f;--color-colorDividerPrimary:#d5dee3;--color-colorTextPrimary:#21262a;--color-colorUiPositive:#00856d;--color-colorIconSecondary:#5d686f;--color-colorContainerBorderPrimary:#c3ced5}.RefundMonitor-mint-e5cd037.RefundMonitor-light-e5cd037{--color-colorTextSecondary:#5d686f;--color-colorDividerPrimary:#d5dee3;--color-colorTextPrimary:#21262a;--color-colorUiPositive:#1b8381;--color-colorIconSecondary:#5d686f;--color-colorContainerBorderPrimary:#c3ced5}.RefundMonitor-mint-e5cd037.RefundMonitor-dark-e5cd037{--color-colorUiPositive:#7df8c4}.RefundMonitor-quickbooks-e5cd037.RefundMonitor-light-e5cd037{--color-colorDividerPrimary:#8d9096;--color-colorContainerBorderPrimary:#8d9096}.RefundMonitor-quickbooks-e5cd037.RefundMonitor-dark-e5cd037{--color-colorTextSecondary:#babec5;--color-colorDividerPrimary:#6b6c72}.RefundMonitor-ttfullservice-e5cd037.RefundMonitor-light-e5cd037{--color-colorTextSecondary:#5d686f;--color-colorDividerPrimary:#d5dee3;--color-colorTextPrimary:#21262a;--color-colorUiPositive:#00856d;--color-colorIconSecondary:#5d686f;--color-colorContainerBorderPrimary:#c3ced5}.RefundMonitor-creditkarma-e5cd037.RefundMonitor-light-e5cd037{--color-colorTextSecondary:#55595b;--font-fontFamilyBody:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--color-colorDividerPrimary:#d9dfe2;--font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--font-fontWeight4:500;--color-colorTextPrimary:#000;--color-colorUiPositive:#008600;--color-colorIconSecondary:#5d686f;--color-colorContainerBorderPrimary:#c3ced5}.RefundMonitor-creditkarma-e5cd037.RefundMonitor-dark-e5cd037{--font-fontFamilyBody:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--font-fontWeight4:500}.RefundMonitor-mailchimp-e5cd037.RefundMonitor-light-e5cd037{--color-colorTextSecondary:rgba(36,28,21,.65);--font-fontFamilyBody:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;--color-colorDividerPrimary:rgba(36,28,21,.3);--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;--color-colorTextPrimary:#241c15;--color-colorUiPositive:#008547;--color-colorIconSecondary:#241c15}.RefundMonitor-mailchimp-e5cd037.RefundMonitor-dark-e5cd037{--color-colorTextSecondary:hsla(0,0%,100%,.5);--font-fontFamilyBody:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;--color-colorTextPrimary:#fff}.RefundMonitor-intuitnext-e5cd037.RefundMonitor-light-e5cd037{--color-colorTextSecondary:#3c4348;--color-colorDividerPrimary:#859299;--color-colorTextPrimary:#21262a;--color-colorUiPositive:#00892e;--color-colorIconSecondary:#3c4348;--color-colorContainerBorderPrimary:#727e85}.RefundMonitor-intuitnext-e5cd037.RefundMonitor-dark-e5cd037{--color-colorTextSecondary:#e2e9ed;--color-colorDividerPrimary:#859299;--color-colorTextPrimary:#f0f4f6;--color-colorUiPositive:#00a63b;--color-colorContainerBackgroundPrimary:#181c1f;--color-colorIconSecondary:#e2e9ed;--color-colorContainerBorderPrimary:#727e85}
/*# sourceMappingURL=RefundMonitor.module.css.map */
/*# sourceMappingURL=index.css.map */
.ProductHeader-productHeader-90a4501,.ProductHeader-sticky-90a4501{font-family:var(--font-fontFamily,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif);font-style:normal;transition-duration:.18s;transition-property:box-shadow;transition-timing-function:cubic-bezier(.12,0,.39,0)}@media screen and (prefers-reduced-motion:reduce){.ProductHeader-productHeader-90a4501,.ProductHeader-sticky-90a4501{transition:none}}.ProductHeader-productHeader-90a4501,.ProductHeader-sticky-90a4501{box-sizing:border-box;display:flex;max-width:100vw;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar;background-color:var(--color-colorContainerBackgroundPrimary,#fff);color:var(--color-colorTextSecondary,#6b6c72);height:60px;min-height:60px;position:relative;z-index:2}.ProductHeader-productHeader-90a4501:before,.ProductHeader-sticky-90a4501:before{border-bottom:1px solid var(--color-colorContainerBorderPrimary,#d4d7dc);bottom:0;content:"";left:50%;position:absolute;transform:translate(-50%);transition-duration:.25s;transition-property:border;transition-timing-function:cubic-bezier(.12,0,.39,0);width:100%}.ProductHeader-productHeader-90a4501.ProductHeader-full-width-border-90a4501:before,.ProductHeader-sticky-90a4501.ProductHeader-full-width-border-90a4501:before{width:100%}.ProductHeader-sticky-90a4501{position:-webkit-sticky;position:sticky;top:0}.ProductHeader-scrolled-90a4501{box-shadow:1px 2px 2px -2px var(--color-colorOverlay,rgba(0,0,0,.4))}.ProductHeader-scrolled-90a4501:before{border-color:transparent}.ProductHeader-left-90a4501{margin-left:8px}.ProductHeader-items-90a4501{justify-content:space-between;overflow-y:hidden;padding:8px 8px 8px 0;width:100%}.ProductHeader-items-90a4501,.ProductHeader-itemsLeft-90a4501,.ProductHeader-itemsRight-90a4501{align-items:center;display:flex}.ProductHeader-itemsRight-90a4501{justify-content:flex-end}.ProductHeader-center-90a4501{align-items:center;display:flex;flex:1 1;justify-content:center;margin:4px;min-width:0;overflow:hidden}.ProductHeader-spacer-90a4501{content:"";display:block;grid-area:spacer}.ProductHeader-controlButtons-90a4501{grid-area:controls}.ProductHeader-rightControlButtons-90a4501{grid-area:rightControls}.ProductHeader-items-90a4501:has(.ProductHeader-center-90a4501:not(:empty)) .ProductHeader-controlButtons-90a4501:first-child{padding-left:0}.ProductHeader-controlButtons-90a4501:first-child,.ProductHeader-flexArea-90a4501:first-child,.ProductHeader-logoOnlyMobile-90a4501~.ProductHeader-flexArea-90a4501{padding-left:20px}.ProductHeader-badge-90a4501,.ProductHeader-flexArea-90a4501,.ProductHeader-item-90a4501{align-items:center;display:flex}.ProductHeader-controlButtons-90a4501,.ProductHeader-rightControlButtons-90a4501{display:grid;gap:4px;grid-auto-flow:column;margin-left:auto}.ProductHeader-dropdown-trigger-90a4501 .ProductHeader-item-90a4501:last-child,:not(.ProductHeader-dropdown-trigger-90a4501)>.ProductHeader-item-90a4501:last-child{margin-right:0}.ProductHeader-dropdown-item-90a4501{border:0;color:var(--color-colorTextSecondary,#6b6c72);display:block;font-size:var(--fontSize-fontSize2,14px);font-weight:500;line-height:var(--lineHeight-lineHeight2,20px);padding:12px 20px}.ProductHeader-dropdown-item-90a4501:focus,.ProductHeader-dropdown-item-90a4501:hover{background-color:var(--color-colorActionPassiveSubtleHover,hsla(231,3%,43%,.1));color:var(--color-colorTextPrimary,#393a3d);outline:none}.ProductHeader-dropdown-item-90a4501.ProductHeader-disabled-90a4501{cursor:not-allowed;opacity:.4;z-index:-1}.ProductHeader-dropdown-item-90a4501.ProductHeader-disabled-90a4501>*{pointer-events:none}.ProductHeader-dropdown-item-90a4501:first-child{border-top-left-radius:var(--radius-radiusSmall);border-top-right-radius:var(--radius-radiusSmall)}.ProductHeader-dropdown-item-90a4501:last-child{border-bottom-left-radius:var(--radius-radiusSmall);border-bottom-right-radius:var(--radius-radiusSmall)}.ProductHeader-dropdown-contents-90a4501{display:flex;flex-direction:column;padding:0;position:relative;z-index:1}[data-cgds-keyboard-nav] .ProductHeader-dropdown-item-90a4501:focus,[data-cgds-keyboard-nav] .ProductHeader-item-90a4501:focus,[data-cgds-keyboard-nav] .ProductHeader-logo-90a4501:focus>*{border-radius:var(--radius-radiusSmall)}.ProductHeader-verticalLine-90a4501{background-color:var(--color-colorDividerPrimary,#6b6c72);height:40px;margin:0 8px;width:1px}.ProductHeader-logo-90a4501{align-items:center;display:flex;grid-area:logo;padding:0 12px 0 20px}.ProductHeader-logo-90a4501:focus{outline:none}.ProductHeader-hamburger-90a4501+.ProductHeader-logo-90a4501{padding-left:8px}.ProductHeader-hamburger-90a4501{align-items:center;display:flex;grid-area:hamburger;margin-left:8px}.ProductHeader-logo-90a4501,.ProductHeader-logo-90a4501 img{height:100%}.ProductHeader-logoLarge-90a4501{display:none}.ProductHeader-logoLarge-90a4501,.ProductHeader-logoSmall-90a4501{height:28px}@media only screen and (min-width:992px){.ProductHeader-logoSmall-90a4501:not(.ProductHeader-onlySmall-90a4501){display:none}.ProductHeader-logoLarge-90a4501{display:inherit}.ProductHeader-hamburger-90a4501,.ProductHeader-logoOnlyMobile-90a4501{display:none}}@media only screen and (max-width:480px){.ProductHeader-item-90a4501 .ProductHeader-label-90a4501.ProductHeader-has-badge-90a4501{position:absolute;clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;white-space:nowrap;width:1px}}[data-cgds-window-resize] .ProductHeader-productHeader-90a4501,[data-cgds-window-resize] .ProductHeader-sticky-90a4501{transition:none}.ProductHeader-controlItem-90a4501{margin-bottom:4px!important;margin-top:4px!important;padding:8px!important;position:relative}.ProductHeader-controlItem-90a4501>:first-child>svg,.ProductHeader-controlItem-90a4501>svg{height:20px!important;width:20px!important}.ProductHeader-controlItemLabel-90a4501{font-size:var(--fontSize2,14px)!important;line-height:var(--lineHeight2,20px)!important}.ProductHeader-notification-90a4501{left:calc(100% - 16px);position:absolute;top:-4px}.ProductHeader-notification-90a4501.ProductHeader-dot-90a4501{top:0}:root{--color-colorTextSecondary:#6b6c72;--radius-radiusSmall:4px}.ProductHeader-dark-90a4501{--color-colorTextSecondary:#e3e5e8;--color-colorDividerPrimary:#8d9096;--color-colorContainerBackgroundPrimary:#393a3d;--color-colorTextPrimary:#eceef1;--color-colorActionPassiveSubtleHover:hsla(0,0%,100%,.1)}.ProductHeader-mint-90a4501.ProductHeader-light-90a4501,.ProductHeader-turbo-90a4501.ProductHeader-light-90a4501,.ProductHeader-turbotax-90a4501.ProductHeader-light-90a4501{--color-colorTextSecondary:#5d686f;--color-colorDividerPrimary:#d5dee3;--color-colorContainerBorderPrimary:#c3ced5;--color-colorTextPrimary:#21262a;--color-colorActionPassiveSubtleHover:#f0f4f6}.ProductHeader-quickbooks-90a4501.ProductHeader-light-90a4501{--color-colorDividerPrimary:#8d9096;--color-colorContainerBorderPrimary:#8d9096}.ProductHeader-quickbooks-90a4501.ProductHeader-dark-90a4501{--color-colorTextSecondary:#babec5;--color-colorDividerPrimary:#6b6c72}.ProductHeader-ttfullservice-90a4501.ProductHeader-light-90a4501{--color-colorTextSecondary:#5d686f;--color-colorDividerPrimary:#d5dee3;--color-colorContainerBorderPrimary:#c3ced5;--color-colorTextPrimary:#21262a;--color-colorActionPassiveSubtleHover:#f0f4f6}.ProductHeader-creditkarma-90a4501.ProductHeader-light-90a4501{--font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--color-colorTextSecondary:#55595b;--color-colorDividerPrimary:#d9dfe2;--color-colorContainerBorderPrimary:#c3ced5;--color-colorTextPrimary:#000;--color-colorActionPassiveSubtleHover:#f0f4f6}.ProductHeader-creditkarma-90a4501.ProductHeader-dark-90a4501{--font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif}.ProductHeader-mailchimp-90a4501.ProductHeader-light-90a4501{--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;--color-colorOverlay:rgba(36,28,21,.5);--color-colorTextSecondary:rgba(36,28,21,.65);--color-colorDividerPrimary:rgba(36,28,21,.3);--color-colorTextPrimary:#241c15}.ProductHeader-mailchimp-90a4501.ProductHeader-dark-90a4501{--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;--color-colorTextSecondary:hsla(0,0%,100%,.5);--color-colorTextPrimary:#fff}.ProductHeader-intuitnext-90a4501.ProductHeader-light-90a4501{--color-colorTextSecondary:#3c4348;--color-colorDividerPrimary:#859299;--color-colorContainerBorderPrimary:#727e85;--color-colorTextPrimary:#21262a;--color-colorActionPassiveSubtleHover:#f0f4f6}.ProductHeader-intuitnext-90a4501.ProductHeader-dark-90a4501{--color-colorOverlay:rgba(0,0,0,.6);--color-colorTextSecondary:#e2e9ed;--color-colorDividerPrimary:#859299;--color-colorContainerBackgroundPrimary:#181c1f;--color-colorContainerBorderPrimary:#727e85;--color-colorTextPrimary:#f0f4f6;--color-colorActionPassiveSubtleHover:#2b3135}
/*# sourceMappingURL=index.css.map */
:root{--small-padding-inline:6px;--medium-padding-inline:14px;--large-padding-inline:18px}.Button-button-16a2e42{font-family:var(--font-fontFamily,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif);font-style:normal;--border-width:2px;align-items:center;background-clip:initial;background-color:initial;border:var(--border-width) solid transparent;box-sizing:border-box;cursor:pointer;display:inline-flex;justify-content:center;line-height:normal;margin:0;padding:0;position:relative;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.Button-button-16a2e42::-moz-focus-inner{border:0}.Button-button-16a2e42:focus{box-shadow:none;outline:none}[data-cgds-keyboard-nav] .Button-button-16a2e42:focus{--negative-one:-1;outline:var(--size-sizeOutlineGap,2px) solid transparent;outline-offset:2px}[data-cgds-keyboard-nav] .Button-button-16a2e42:focus:before{border-radius:var(--button-buttonMediumContainerDefaultRadius,4px);content:"";inset:calc(var(--negative-one)*(var(--size-sizeOutline, 2px) + var(--border-width)));position:absolute;transition:box-shadow .1s ease}[data-cgds-keyboard-nav] .Button-button-16a2e42:focus:focus:before{box-shadow:0 0 0 var(--size-sizeOutlineGap) var(--color-colorFocusIndicator,#0077c5)}.Button-button-16a2e42 .Button-icon-16a2e42,.Button-button-16a2e42 .Button-spinner-16a2e42{flex-shrink:0}.Button-button-16a2e42 .Button-spinner-16a2e42{position:absolute}.Button-button-16a2e42.Button-disabled-16a2e42{cursor:not-allowed;opacity:var(--opacity-opacityDisabled,.5)}.Button-button-16a2e42.Button-full-16a2e42,.Button-button-16a2e42.Button-responsive-16a2e42{width:100%}@media only screen and (min-width:768px){.Button-button-16a2e42.Button-responsive-16a2e42{width:auto}}.Button-priority-primary-16a2e42{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.Button-priority-primary-16a2e42.Button-purpose-standard-16a2e42{color:var(--color-colorTextInverse,#fff)}.Button-priority-primary-16a2e42.Button-purpose-standard-16a2e42 .Button-spinner-16a2e42 circle{stroke:var(--color-colorTextInverse)}.Button-priority-primary-16a2e42.Button-purpose-standard-16a2e42{background-color:var(--color-colorActionStandard)}.Button-priority-primary-16a2e42.Button-purpose-standard-16a2e42:hover:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionStandardHover,#0265ac)}.Button-priority-primary-16a2e42.Button-purpose-standard-16a2e42:active:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionStandardActive,#055393)}.Button-priority-primary-16a2e42.Button-purpose-passive-16a2e42{color:var(--color-colorTextPrimary)}.Button-priority-primary-16a2e42.Button-purpose-passive-16a2e42 .Button-spinner-16a2e42 circle{stroke:var(--color-colorTextPrimary)}.Button-priority-primary-16a2e42.Button-purpose-passive-16a2e42{background-color:var(--color-colorActionPassive,#e3e5e8)}.Button-priority-primary-16a2e42.Button-purpose-passive-16a2e42:hover:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionPassiveHover,#d4d7dc)}.Button-priority-primary-16a2e42.Button-purpose-passive-16a2e42:active:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionPassiveActive,#babec5)}.Button-priority-primary-16a2e42.Button-purpose-special-16a2e42{color:var(--color-colorTextInverse,#fff)}.Button-priority-primary-16a2e42.Button-purpose-special-16a2e42 .Button-spinner-16a2e42 circle{stroke:var(--color-colorTextInverse)}.Button-priority-primary-16a2e42.Button-purpose-special-16a2e42{background-color:var(--color-colorActionStandard)}.Button-priority-primary-16a2e42.Button-purpose-special-16a2e42:hover:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionStandardHover,#0265ac)}.Button-priority-primary-16a2e42.Button-purpose-special-16a2e42:active:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionStandardActive,#055393)}.Button-priority-primary-16a2e42.Button-purpose-destruction-16a2e42{color:var(--color-colorTextInverse)}.Button-priority-primary-16a2e42.Button-purpose-destruction-16a2e42 .Button-spinner-16a2e42 circle{stroke:var(--color-colorTextInverse)}.Button-priority-primary-16a2e42.Button-purpose-destruction-16a2e42{background-color:var(--color-colorActionNegative)}.Button-priority-primary-16a2e42.Button-purpose-destruction-16a2e42:hover:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionNegativeHover,#c6160f)}.Button-priority-primary-16a2e42.Button-purpose-destruction-16a2e42:active:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionNegativeActive,#b80000)}.Button-priority-secondary-16a2e42.Button-purpose-standard-16a2e42{color:var(--color-colorActionStandard,#0077c5)}.Button-priority-secondary-16a2e42.Button-purpose-standard-16a2e42 .Button-spinner-16a2e42 circle{stroke:var(--color-colorActionStandard)}.Button-priority-secondary-16a2e42.Button-purpose-standard-16a2e42{border-color:var(--color-colorActionStandard)}.Button-priority-secondary-16a2e42.Button-purpose-standard-16a2e42:hover:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionStandardSubtleHover,rgba(0,119,197,.1))}.Button-priority-secondary-16a2e42.Button-purpose-standard-16a2e42:active:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionStandardSubtleActive,rgba(0,119,197,.2))}.Button-priority-secondary-16a2e42.Button-purpose-passive-16a2e42{color:var(--color-colorTextPrimary,#393a3d)}.Button-priority-secondary-16a2e42.Button-purpose-passive-16a2e42 .Button-spinner-16a2e42 circle{stroke:var(--color-colorTextPrimary)}.Button-priority-secondary-16a2e42.Button-purpose-passive-16a2e42{background-color:var(--color-colorActionPassiveSubtle,hsla(231,3%,43%,0));border-color:var(--color-colorUiSecondary,#393a3d)}.Button-priority-secondary-16a2e42.Button-purpose-passive-16a2e42:hover:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionPassiveSubtleHover,hsla(231,3%,43%,.1))}.Button-priority-secondary-16a2e42.Button-purpose-passive-16a2e42:active:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionPassiveSubtleActive,hsla(231,3%,43%,.2))}.Button-priority-secondary-16a2e42.Button-purpose-special-16a2e42{color:var(--color-colorActionStandard,#0077c5)}.Button-priority-secondary-16a2e42.Button-purpose-special-16a2e42 .Button-spinner-16a2e42 circle{stroke:var(--color-colorActionStandard)}.Button-priority-secondary-16a2e42.Button-purpose-special-16a2e42{border-color:var(--color-colorActionStandard)}.Button-priority-secondary-16a2e42.Button-purpose-special-16a2e42:hover:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionStandardSubtleHover,rgba(0,119,197,.1))}.Button-priority-secondary-16a2e42.Button-purpose-special-16a2e42:active:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionStandardSubtleActive,rgba(0,119,197,.2))}.Button-priority-secondary-16a2e42.Button-purpose-destruction-16a2e42{color:var(--color-colorActionNegative,#d52b1e)}.Button-priority-secondary-16a2e42.Button-purpose-destruction-16a2e42 .Button-spinner-16a2e42 circle{stroke:var(--color-colorActionNegative)}.Button-priority-secondary-16a2e42.Button-purpose-destruction-16a2e42{background-color:var(--color-colorActionNegativeSubtle,rgba(213,43,30,0));border-color:var(--color-colorActionNegative)}.Button-priority-secondary-16a2e42.Button-purpose-destruction-16a2e42:hover:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionNegativeSubtleHover,rgba(213,43,30,.1))}.Button-priority-secondary-16a2e42.Button-purpose-destruction-16a2e42:active:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionNegativeSubtleActive,rgba(213,43,30,.2))}.Button-priority-tertiary-16a2e42.Button-purpose-standard-16a2e42{color:var(--color-colorActionStandard)}.Button-priority-tertiary-16a2e42.Button-purpose-standard-16a2e42 .Button-spinner-16a2e42 circle{stroke:var(--color-colorActionStandard)}.Button-priority-tertiary-16a2e42.Button-purpose-standard-16a2e42{background-color:var(--color-colorActionStandardSubtle,rgba(0,119,197,0))}.Button-priority-tertiary-16a2e42.Button-purpose-standard-16a2e42:hover:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionStandardSubtleHover)}.Button-priority-tertiary-16a2e42.Button-purpose-standard-16a2e42:active:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionStandardSubtleActive)}.Button-priority-tertiary-16a2e42.Button-purpose-passive-16a2e42{color:var(--color-colorTextPrimary,#393a3d)}.Button-priority-tertiary-16a2e42.Button-purpose-passive-16a2e42 .Button-spinner-16a2e42 circle{stroke:var(--color-colorTextPrimary)}.Button-priority-tertiary-16a2e42.Button-purpose-passive-16a2e42{background-color:var(--color-colorActionPassiveSubtle,hsla(231,3%,43%,0))}.Button-priority-tertiary-16a2e42.Button-purpose-passive-16a2e42:hover:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionPassiveSubtleHover,hsla(231,3%,43%,.1))}.Button-priority-tertiary-16a2e42.Button-purpose-passive-16a2e42:active:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionPassiveSubtleHover)}.Button-priority-tertiary-16a2e42.Button-purpose-special-16a2e42{color:var(--color-colorActionStandard)}.Button-priority-tertiary-16a2e42.Button-purpose-special-16a2e42 .Button-spinner-16a2e42 circle{stroke:var(--color-colorActionStandard)}.Button-priority-tertiary-16a2e42.Button-purpose-special-16a2e42{background-color:var(--color-colorActionStandardSubtle,rgba(0,119,197,0))}.Button-priority-tertiary-16a2e42.Button-purpose-special-16a2e42:hover:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionStandardSubtleHover)}.Button-priority-tertiary-16a2e42.Button-purpose-special-16a2e42:active:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionStandardSubtleActive)}.Button-priority-tertiary-16a2e42.Button-purpose-destruction-16a2e42{color:var(--color-colorActionNegative,#d52b1e)}.Button-priority-tertiary-16a2e42.Button-purpose-destruction-16a2e42 .Button-spinner-16a2e42 circle{stroke:var(--color-colorActionNegative)}.Button-priority-tertiary-16a2e42.Button-purpose-destruction-16a2e42{background-color:var(--color-colorActionNegativeSubtle,rgba(213,43,30,0))}.Button-priority-tertiary-16a2e42.Button-purpose-destruction-16a2e42:hover:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionNegativeSubtleHover,rgba(213,43,30,.1))}.Button-priority-tertiary-16a2e42.Button-purpose-destruction-16a2e42:active:not(.Button-disabled-16a2e42){background-color:var(--color-colorActionNegativeSubtleActive,rgba(213,43,30,.2))}.Button-size-small-16a2e42{--padding-inline:var(--small-padding-inline);padding-left:var(--padding-inline);padding-right:var(--padding-inline)}.Button-size-small-16a2e42 .Button-iconMarginRight-16a2e42{margin-left:-4px;margin-right:4px}.Button-size-small-16a2e42 .Button-iconMarginLeft-16a2e42{margin-left:4px;margin-right:-4px}.Button-size-small-16a2e42 .Button-iconMarginLeft-16a2e42.Button-iconMarginRight-16a2e42{margin-left:4px;margin-right:4px}.Button-size-small-16a2e42{border-radius:var(--radius-radiusSmall);font-size:var(--fontSize-fontSize1,12px);font-weight:var(--font-fontWeight4);height:auto;min-height:24px;min-width:80px;padding-block:2px}.Button-size-small-16a2e42 .Button-icon-16a2e42,.Button-size-small-16a2e42 .Button-spinner-16a2e42{height:16px;width:16px}.Button-size-medium-16a2e42{--padding-inline:var(--medium-padding-inline);padding-left:var(--padding-inline);padding-right:var(--padding-inline)}.Button-size-medium-16a2e42 .Button-iconMarginRight-16a2e42{margin-left:-4px;margin-right:8px}.Button-size-medium-16a2e42 .Button-iconMarginLeft-16a2e42{margin-left:8px;margin-right:-4px}.Button-size-medium-16a2e42 .Button-iconMarginLeft-16a2e42.Button-iconMarginRight-16a2e42{margin-left:8px;margin-right:8px}.Button-size-medium-16a2e42{border-radius:var(--radius-radiusSmall);font-size:var(--fontSize-fontSize3,16px);font-weight:var(--font-fontWeight4);min-height:36px;min-width:100px;padding-block:4px}.Button-size-medium-16a2e42 .Button-icon-16a2e42,.Button-size-medium-16a2e42 .Button-spinner-16a2e42{height:24px;width:24px}.Button-size-large-16a2e42{--padding-inline:var(--large-padding-inline);padding-left:var(--padding-inline);padding-right:var(--padding-inline)}.Button-size-large-16a2e42 .Button-iconMarginRight-16a2e42{margin-left:-4px;margin-right:12px}.Button-size-large-16a2e42 .Button-iconMarginLeft-16a2e42{margin-left:12px;margin-right:-4px}.Button-size-large-16a2e42 .Button-iconMarginLeft-16a2e42.Button-iconMarginRight-16a2e42{margin-left:12px;margin-right:12px}.Button-size-large-16a2e42{border-radius:var(--radius-radiusSmall);font-size:var(--fontSize-fontSize4,20px);font-weight:var(--font-fontWeight4);min-height:48px;min-width:120px;padding-block:6px}.Button-size-large-16a2e42 .Button-icon-16a2e42,.Button-size-large-16a2e42 .Button-spinner-16a2e42{height:28px;width:28px}:root{--color-colorActionStandard:#0077c5;--color-colorTextPrimary:#393a3d;--color-colorActionNegative:#d52b1e;--size-sizeOutlineGap:2px;--color-colorTextInverse:#fff;--color-colorActionStandardSubtleHover:rgba(0,119,197,.1);--color-colorActionStandardSubtleActive:rgba(0,119,197,.2);--color-colorActionPassiveSubtle:hsla(231,3%,43%,0);--color-colorActionPassiveSubtleHover:hsla(231,3%,43%,.1);--color-colorActionStandardSubtle:rgba(0,119,197,0);--color-colorActionNegativeSubtle:rgba(213,43,30,0);--color-colorActionNegativeSubtleHover:rgba(213,43,30,.1);--color-colorActionNegativeSubtleActive:rgba(213,43,30,.2);--radius-radiusSmall:4px;--font-fontWeight4:600;--color-colorActionStandardHover:#0265ac;--color-colorActionStandardActive:#055393}.Button-dark-16a2e42{--color-colorActionStandard:#34bfff;--color-colorTextPrimary:#eceef1;--color-colorActionNegative:#ff8979;--color-colorTextInverse:#282828;--color-colorActionStandardSubtleHover:rgba(52,191,255,.1);--color-colorActionStandardSubtleActive:rgba(52,191,255,.2);--color-colorActionPassiveSubtle:hsla(0,0%,100%,0);--color-colorActionPassiveSubtleHover:hsla(0,0%,100%,.1);--color-colorActionPassiveSubtleActive:hsla(0,0%,100%,.2);--color-colorActionNegativeSubtle:rgba(228,56,52,0);--color-colorActionNegativeSubtleHover:rgba(228,56,52,.1);--color-colorActionNegativeSubtleActive:rgba(228,56,52,.2);--color-colorActionStandardSubtle:rgba(52,191,255,0);--color-colorFocusIndicator:#34bfff;--color-colorActionStandardHover:#5dccff;--color-colorActionStandardActive:#71d2ff;--color-colorActionPassive:#6b6c72;--color-colorActionPassiveHover:hsla(231,3%,43%,.85);--color-colorActionPassiveActive:hsla(231,3%,43%,.75);--color-colorActionNegativeHover:#ffa194;--color-colorActionNegativeActive:#ffaca1}.Button-turbotax-16a2e42.Button-light-16a2e42{--color-colorActionStandard:#205ea3;--color-colorTextPrimary:#21262a;--color-colorActionNegative:#db334d;--color-colorActionStandardSubtleHover:#f4f9ff;--color-colorActionStandardSubtleActive:#e0edff;--color-colorUiSecondary:#21262a;--color-colorActionPassiveSubtle:rgba(226,233,237,0);--color-colorActionPassiveSubtleHover:#f0f4f6;--color-colorActionPassiveSubtleActive:#e2e9ed;--color-colorActionNegativeSubtle:hsla(0,100%,95%,0);--color-colorActionNegativeSubtleHover:#fff6f6;--color-colorActionNegativeSubtleActive:#ffe7e7;--color-colorActionStandardSubtle:rgba(244,249,255,0);--color-colorFocusIndicator:#205ea3;--color-colorActionStandardHover:#17497f;--color-colorActionStandardActive:#103661;--color-colorActionPassive:#e2e9ed;--color-colorActionPassiveHover:#d5dee3;--color-colorActionPassiveActive:#c3ced5;--color-colorActionNegativeHover:#b61a37;--color-colorActionNegativeActive:#8f1229}.Button-turbotax-16a2e42.Button-dark-16a2e42{--color-colorTextInverse:#21262a;--color-colorActionStandardSubtleHover:#29373e;--color-colorActionStandardSubtleActive:#2a4653}.Button-turbo-16a2e42.Button-light-16a2e42{--color-colorActionStandard:#205ea3;--color-colorTextPrimary:#21262a;--color-colorActionNegative:#db334d;--color-colorActionStandardSubtleHover:#f4f9ff;--color-colorActionStandardSubtleActive:#e0edff;--color-colorUiSecondary:#21262a;--color-colorActionPassiveSubtle:rgba(226,233,237,0);--color-colorActionPassiveSubtleHover:#f0f4f6;--color-colorActionPassiveSubtleActive:#e2e9ed;--color-colorActionNegativeSubtle:hsla(0,100%,95%,0);--color-colorActionNegativeSubtleHover:#fff6f6;--color-colorActionNegativeSubtleActive:#ffe7e7;--color-colorActionStandardSubtle:rgba(244,249,255,0);--color-colorFocusIndicator:#205ea3;--color-colorActionStandardHover:#17497f;--color-colorActionStandardActive:#103661;--color-colorActionPassive:#e2e9ed;--color-colorActionPassiveHover:#d5dee3;--color-colorActionPassiveActive:#c3ced5;--color-colorActionNegativeHover:#b61a37;--color-colorActionNegativeActive:#8f1229}.Button-turbo-16a2e42.Button-dark-16a2e42{--color-colorTextInverse:#21262a;--color-colorActionStandardSubtleHover:#29373e;--color-colorActionStandardSubtleActive:#2a4653}.Button-mint-16a2e42.Button-light-16a2e42{--color-colorActionStandard:#1b8381;--color-colorTextPrimary:#21262a;--color-colorActionNegative:#c61c5a;--color-colorActionStandardSubtleHover:#deeaec;--color-colorActionStandardSubtleActive:#c9dee0;--color-colorUiSecondary:#21262a;--color-colorActionPassiveSubtle:rgba(226,233,237,0);--color-colorActionPassiveSubtleHover:#f0f4f6;--color-colorActionPassiveSubtleActive:#e2e9ed;--color-colorActionNegativeSubtle:hsla(0,100%,95%,0);--color-colorActionNegativeSubtleHover:#fff6f6;--color-colorActionNegativeSubtleActive:#ffe7e7;--color-colorActionStandardSubtle:rgba(27,131,129,0);--color-colorFocusIndicator:#205ea3;--color-colorActionStandardHover:#247170;--color-colorActionStandardActive:#1b8381;--color-colorActionPassive:#e2e9ed;--color-colorActionPassiveHover:#d5dee3;--color-colorActionPassiveActive:#c3ced5;--color-colorActionNegativeHover:#b61a37;--color-colorActionNegativeActive:#8f1229}.Button-mint-16a2e42.Button-dark-16a2e42{--color-colorTextInverse:#21262a;--color-colorActionStandardSubtleHover:#243935;--color-colorActionStandardSubtleActive:#204942}.Button-quickbooks-16a2e42.Button-light-16a2e42{--color-colorActionStandard:#2ca01c;--color-colorActionStandardSubtleHover:hsla(231,3%,43%,.1);--color-colorActionStandardSubtleActive:hsla(231,3%,43%,.2);--color-colorUiSecondary:#2ca01c;--color-colorActionStandardSubtle:hsla(231,3%,43%,0);--color-colorActionStandardHover:#258f1d;--color-colorActionStandardActive:#108000}.Button-quickbooks-16a2e42.Button-dark-16a2e42{--color-colorActionStandard:#53b700;--color-colorActionStandardSubtleHover:hsla(218,9%,75%,.1);--color-colorActionStandardSubtleActive:hsla(218,9%,75%,.2);--color-colorUiSecondary:#53b700;--color-colorActionStandardSubtle:hsla(218,9%,75%,0);--color-colorActionStandardHover:#75c533;--color-colorActionStandardActive:#87cd4c}.Button-ttfullservice-16a2e42.Button-light-16a2e42{--color-colorActionStandard:#393a3d;--color-colorTextPrimary:#21262a;--color-colorActionNegative:#db334d;--color-colorActionStandardSubtleHover:#ebebec;--color-colorActionStandardSubtleActive:#d7d8d8;--color-colorUiSecondary:#21262a;--color-colorActionPassiveSubtle:rgba(226,233,237,0);--color-colorActionPassiveSubtleHover:#f0f4f6;--color-colorActionPassiveSubtleActive:#e2e9ed;--color-colorActionNegativeSubtle:hsla(0,100%,95%,0);--color-colorActionNegativeSubtleHover:#fff6f6;--color-colorActionNegativeSubtleActive:#ffe7e7;--color-colorActionStandardSubtle:rgba(244,249,255,0);--color-colorFocusIndicator:#205ea3;--color-colorActionStandardHover:#28292b;--color-colorActionStandardActive:#000;--color-colorActionPassive:#e2e9ed;--color-colorActionPassiveHover:#d5dee3;--color-colorActionPassiveActive:#c3ced5;--color-colorActionNegativeHover:#b61a37;--color-colorActionNegativeActive:#8f1229}.Button-ttfullservice-16a2e42.Button-dark-16a2e42{--color-colorTextInverse:#21262a;--color-colorActionStandardSubtleHover:#29373e;--color-colorActionStandardSubtleActive:#2a4653}.Button-creditkarma-16a2e42.Button-light-16a2e42{--font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--color-colorActionStandard:#008600;--color-colorTextPrimary:#000;--color-colorActionNegative:#c74900;--color-colorActionStandardSubtleHover:#edf1f3;--color-colorActionStandardSubtleActive:#edf1f3;--color-colorUiSecondary:#55595b;--color-colorActionPassiveSubtle:rgba(226,233,237,0);--color-colorActionPassiveSubtleHover:#f0f4f6;--color-colorActionPassiveSubtleActive:#e2e9ed;--color-colorActionNegativeSubtle:hsla(0,100%,95%,0);--color-colorActionNegativeSubtleHover:#fff6f6;--color-colorActionNegativeSubtleActive:#ffe7e7;--color-colorActionStandardSubtle:rgba(0,134,0,0);--font-fontWeight4:500;--color-colorFocusIndicator:#008600;--color-colorActionStandardHover:#007b00;--color-colorActionStandardActive:#007000;--color-colorActionPassive:#e2e9ed;--color-colorActionPassiveHover:#d5dee3;--color-colorActionPassiveActive:#c3ced5;--color-colorActionNegativeHover:#c74900;--color-colorActionNegativeActive:#8f1229}.Button-creditkarma-16a2e42.Button-dark-16a2e42{--font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif;--color-colorTextInverse:#21262a;--color-colorActionStandardSubtleHover:#243124;--color-colorActionStandardSubtleActive:#203b20;--font-fontWeight4:500}.Button-mailchimp-16a2e42.Button-light-16a2e42{--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;--color-colorActionStandard:#007c89;--color-colorTextPrimary:#241c15;--button-buttonMediumContainerDefaultRadius:9999px;--color-colorActionStandardSubtleHover:rgba(0,124,137,.1);--color-colorActionStandardSubtleActive:rgba(0,124,137,.2);--color-colorActionStandardSubtle:rgba(0,124,137,0);--color-colorFocusIndicator:#004e56;--color-colorActionStandardHover:#004e56;--color-colorActionStandardActive:#007c89}.Button-mailchimp-16a2e42.Button-dark-16a2e42{--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;--color-colorActionStandard:#4bc4c2;--color-colorTextPrimary:#fff;--button-buttonMediumContainerDefaultRadius:9999px;--color-colorTextInverse:#241c15;--color-colorActionStandardSubtleHover:rgba(75,196,194,.1);--color-colorActionStandardSubtleActive:rgba(75,196,194,.2);--color-colorActionStandardSubtle:rgba(75,196,194,0);--color-colorActionStandardHover:#36a6a4}.Button-intuitnext-16a2e42.Button-light-16a2e42{--color-colorActionStandard:#2b77cc;--color-colorTextPrimary:#21262a;--color-colorActionNegative:#db334d;--color-colorActionStandardSubtleHover:#e0edff;--color-colorActionStandardSubtleActive:#c5e1ff;--color-colorUiSecondary:#2b3135;--color-colorActionPassiveSubtle:rgba(240,244,246,0);--color-colorActionPassiveSubtleHover:#f0f4f6;--color-colorActionPassiveSubtleActive:#e2e9ed;--color-colorActionNegativeSubtle:hsla(0,100%,95%,0);--color-colorActionNegativeSubtleHover:#ffe7e7;--color-colorActionNegativeSubtleActive:#ffd4d8;--color-colorActionStandardSubtle:rgba(224,237,255,0);--color-colorFocusIndicator:#2b77cc;--color-colorActionStandardHover:#205ea3;--color-colorActionStandardActive:#17497f;--color-colorActionPassive:#e2e9ed;--color-colorActionPassiveHover:#d5dee3;--color-colorActionPassiveActive:#c3ced5;--color-colorActionNegativeHover:#b61a37;--color-colorActionNegativeActive:#8f1229}.Button-intuitnext-16a2e42.Button-dark-16a2e42{--color-colorActionStandard:#7cbcff;--color-colorTextPrimary:#f0f4f6;--color-colorActionNegative:#f7576c;--color-colorTextInverse:#000;--color-colorActionStandardSubtleHover:#00254a;--color-colorActionStandardSubtleActive:#103661;--color-colorUiSecondary:#e2e9ed;--color-colorActionPassiveSubtle:rgba(43,49,53,0);--color-colorActionPassiveSubtleHover:#2b3135;--color-colorActionPassiveSubtleActive:#3c4348;--color-colorActionNegativeSubtle:rgba(64,3,14,0);--color-colorActionNegativeSubtleHover:#40030e;--color-colorActionNegativeSubtleActive:#4f0513;--color-colorActionStandardSubtle:rgba(0,37,74,0);--color-colorFocusIndicator:#3492ef;--color-colorActionStandardHover:#a0cfff;--color-colorActionStandardActive:#c5e1ff;--color-colorActionPassive:#5d686f;--color-colorActionPassiveHover:#4c555b;--color-colorActionPassiveActive:#3c4348;--color-colorActionNegativeHover:#ff808c;--color-colorActionNegativeActive:#ff9ba4}
/*# sourceMappingURL=index.css.map */
.SkipToContent-button-07ea68c.SkipToContent-skip-to-content-07ea68c{background-color:var(--color-colorPageBackgroundPrimary,#fff);left:auto;opacity:1;position:fixed;z-index:10}.SkipToContent-button-07ea68c.SkipToContent-skip-to-content-07ea68c:not(:focus){border:none;height:0;left:-9999px;opacity:0;overflow:hidden;padding:0}.SkipToContent-dark-07ea68c{--color-colorPageBackgroundPrimary:#282828}.SkipToContent-mailchimp-07ea68c.SkipToContent-dark-07ea68c{--color-colorPageBackgroundPrimary:#241c15}.SkipToContent-intuitnext-07ea68c.SkipToContent-dark-07ea68c{--color-colorPageBackgroundPrimary:#181c1f}
/*# sourceMappingURL=index.css.map */
@media (max-width:767px){.App-app-0e940bb.App-bottomNav-0e940bb{color:var(--color-colorTextPrimary,#393a3d)}.App-app-0e940bb.App-bottomNav-0e940bb .App-contentArea-0e940bb{margin-bottom:68px}.App-app-0e940bb.App-bottomNav-0e940bb .App-bottomNavigation-0e940bb .App-mobileTabBar-0e940bb.App-expanded-0e940bb .App-fab-0e940bb{right:unset}.App-app-0e940bb.App-bottomNav-0e940bb .App-bottomNavigation-0e940bb .App-mobileTabBar-0e940bb.App-collapsed-0e940bb .App-fab-0e940bb{position:unset}}.App-app-0e940bb{display:flex;font-family:var(--font-fontFamily,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif);font-style:normal;max-width:100vw;min-height:100vh;width:100%}@media only screen and (min-width:992px){.App-app-0e940bb.App-left-nav-dominant-0e940bb{display:grid;grid-template-areas:"leftnav content drawer rightrail";grid-template-columns:max-content 1fr max-content}.App-app-0e940bb.App-left-nav-dominant-0e940bb.App-noLeftNav-0e940bb{display:grid;grid-template-areas:"content drawer rightrail";grid-template-columns:1fr max-content}}.App-app-0e940bb.App-product-header-dominant-0e940bb{flex-direction:column}@media only screen and (min-width:992px){.App-app-0e940bb.App-product-header-dominant-0e940bb{display:grid;grid-template-areas:"header drawer rightrail" "content drawer rightrail";grid-template-columns:1fr max-content}.App-app-0e940bb.App-product-header-dominant-large-0e940bb .App-main-content-0e940bb{width:calc(100% - var(--left-nav-large-width))}.App-app-0e940bb.App-product-header-dominant-medium-0e940bb .App-main-content-0e940bb{width:calc(100% - var(--left-nav-medium-width))}}.App-banner-0e940bb,.App-main-content-0e940bb{display:flex;flex-direction:column;justify-content:space-between;width:100%}.App-banner-0e940bb{box-sizing:border-box;padding:0 16px}@media only screen and (min-width:480px){.App-banner-0e940bb{padding:0 20px}}.App-main-content-0e940bb{height:100%;outline:none}.App-main-content-0e940bb .App-footer-0e940bb{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-end}@media only screen and (min-width:992px){.App-product-header-dominant-0e940bb.App-noLeftNav-0e940bb .App-main-content-0e940bb{width:100%}}.App-body-0e940bb{position:relative}.App-footer-0e940bb{bottom:0;margin-bottom:24px}.App-MD-0e940bb .App-footer-0e940bb,.App-SM-0e940bb .App-footer-0e940bb,.App-XL-0e940bb .App-footer-0e940bb,.App-XS-0e940bb .App-footer-0e940bb,.App-XXL-0e940bb .App-footer-0e940bb{margin-bottom:40px}.App-left-nav-0e940bb{height:100%;left:0;max-height:100vh;position:fixed;top:0;transform:translateX(-100%);transition-duration:.25s;transition-property:transform,visibility;transition-timing-function:cubic-bezier(.12,0,.39,0);visibility:hidden;z-index:3}@media only screen and (min-width:992px){.App-left-nav-dominant-0e940bb .App-left-nav-0e940bb{grid-area:leftnav;overflow:hidden auto;overscroll-behavior:contain;position:-webkit-sticky;position:sticky;top:0}.App-product-header-dominant-0e940bb .App-left-nav-0e940bb{height:calc(100% + 60px);left:0;overflow:hidden auto;overscroll-behavior:contain;position:fixed;top:60px}}.App-leftNavInner-0e940bb{height:100%}.App-exit-0e940bb{align-items:center;background:transparent;border:none;color:var(--color-colorIconSecondary,#6b6c72);cursor:pointer;display:flex;padding:5px;position:absolute;right:15px;top:19px;z-index:3}.App-contentArea-0e940bb{display:flex;flex:1 1;grid-area:content;height:auto;min-width:0;position:relative;width:100%}.App-left-nav-dominant-0e940bb .App-contentArea-0e940bb{flex-direction:column}@media only screen and (min-width:992px){.App-product-header-dominant-0e940bb .App-contentArea-0e940bb{justify-content:flex-end}.App-product-header-dominant-0e940bb .App-contentArea-0e940bb:before{content:"";display:block;width:var(--left-nav-large-width)}}.App-expanded-0e940bb .App-left-nav-0e940bb{transform:translateX(0);visibility:visible}.App-with-virtual-keyboard-0e940bb .App-header-0e940bb{display:block}.App-header-0e940bb{display:contents;width:100%}.App-backdrop-0e940bb{transition-duration:333ms;transition-property:opacity;transition-timing-function:cubic-bezier(.12,0,.39,0)}@media screen and (prefers-reduced-motion:reduce){.App-backdrop-0e940bb{transition:none}}.App-backdrop-0e940bb{background:rgba(#000000,.3);height:calc(100% + 60px);opacity:0;pointer-events:none;position:fixed;top:-60px;transition-duration:.25s;width:100%;z-index:2}.App-backdrop-0e940bb.App-active-0e940bb{opacity:1;pointer-events:inherit}@media only screen and (min-width:992px){.App-backdrop-0e940bb.App-active-0e940bb{opacity:0;pointer-events:none}.App-app-0e940bb.App-left-nav-dominant-0e940bb .App-left-nav-0e940bb,.App-app-0e940bb.App-product-header-dominant-0e940bb .App-left-nav-0e940bb{transform:translateX(0)}.App-app-0e940bb.App-left-nav-dominant-0e940bb .App-left-nav-0e940bb{height:auto}.App-left-nav-0e940bb{visibility:visible}.App-expanded-0e940bb{overflow:auto}.App-app-0e940bb [data-focus-guard],.App-exit-0e940bb{display:none}}.App-drawerRoot-0e940bb{display:flex;flex-direction:column;height:100vh;z-index:8}@media only screen and (min-width:992px){.App-drawerRoot-0e940bb{flex-grow:1;grid-area:drawer;position:-webkit-sticky;position:sticky;top:0}}.App-stickyRightRail-0e940bb{border-left:1px solid var(--color-colorDividerPrimary,#6b6c72);display:flex;flex-direction:column;height:100vh;transition:right .5s ease-in;z-index:5}@media only screen and (min-width:992px){.App-stickyRightRail-0e940bb{flex-grow:1;grid-area:rightrail;position:-webkit-sticky;position:sticky;top:0}}@media only screen and (min-width:1200px){.App-stickyRightRail-0e940bb.App-rightPanelActive-0e940bb{right:32%;transition:right .5s ease-in}}body:not([data-cgds-page-available]) .App-applyFallbackSpacing-0e940bb .App-main-content-0e940bb{box-sizing:border-box;margin:0 auto;max-width:1000px;padding:24px 16px 0}body:not([data-cgds-page-available]) .App-applyFallbackSpacing-0e940bb .App-main-content-0e940bb.App-XS-0e940bb{padding:40px 40px 0}body:not([data-cgds-page-available]) .App-applyFallbackSpacing-0e940bb .App-main-content-0e940bb.App-SM-0e940bb{padding:40px 80px 0}body:not([data-cgds-page-available]) .App-applyFallbackSpacing-0e940bb .App-main-content-0e940bb.App-MD-0e940bb{padding:40px 100px 0}body:not([data-cgds-page-available]) .App-applyFallbackSpacing-0e940bb .App-main-content-0e940bb.App-LG-0e940bb,body:not([data-cgds-page-available]) .App-applyFallbackSpacing-0e940bb .App-main-content-0e940bb.App-XL-0e940bb{padding:40px 0 0;width:calc(100% - 200px)}.App-dark-0e940bb{--color-colorIconSecondary:#babec5;--color-colorDividerPrimary:#8d9096;--color-colorTextPrimary:#eceef1}.App-mint-0e940bb.App-light-0e940bb,.App-turbo-0e940bb.App-light-0e940bb,.App-turbotax-0e940bb.App-light-0e940bb{--color-colorIconSecondary:#5d686f;--color-colorDividerPrimary:#d5dee3;--color-colorTextPrimary:#21262a}.App-quickbooks-0e940bb.App-light-0e940bb{--color-colorDividerPrimary:#8d9096}.App-quickbooks-0e940bb.App-dark-0e940bb{--color-colorDividerPrimary:#6b6c72}.App-ttfullservice-0e940bb.App-light-0e940bb{--color-colorIconSecondary:#5d686f;--color-colorDividerPrimary:#d5dee3;--color-colorTextPrimary:#21262a}.App-creditkarma-0e940bb.App-light-0e940bb{--color-colorIconSecondary:#5d686f;--color-colorDividerPrimary:#d9dfe2;--color-colorTextPrimary:#000}.App-creditkarma-0e940bb.App-dark-0e940bb,.App-creditkarma-0e940bb.App-light-0e940bb{--font-fontFamily:National2,Avenir Next forINTUIT,Avenir,Helvetica,Arial,sans-serif}.App-mailchimp-0e940bb.App-light-0e940bb{--color-colorIconSecondary:#241c15;--color-colorDividerPrimary:rgba(36,28,21,.3);--color-colorTextPrimary:#241c15;--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif}.App-mailchimp-0e940bb.App-dark-0e940bb{--color-colorTextPrimary:#fff;--font-fontFamily:Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif}.App-intuitnext-0e940bb.App-light-0e940bb{--color-colorIconSecondary:#3c4348;--color-colorDividerPrimary:#859299;--color-colorTextPrimary:#21262a}.App-intuitnext-0e940bb.App-dark-0e940bb{--color-colorIconSecondary:#e2e9ed;--color-colorDividerPrimary:#859299;--color-colorTextPrimary:#f0f4f6}
/*# sourceMappingURL=App.module.css.map */
/*# sourceMappingURL=index.css.map */
.S8Wofn5mnRD7-h0EJHeJkQ\=\= ul{list-style-type:none;margin:0;padding:0;overflow:hidden;background-color:#333}.S8Wofn5mnRD7-h0EJHeJkQ\=\= li{float:left}.S8Wofn5mnRD7-h0EJHeJkQ\=\= li a{display:block;color:#fff;text-align:center;padding:14px 16px;text-decoration:none;font-size:14px}.S8Wofn5mnRD7-h0EJHeJkQ\=\= li a:hover{background-color:#111}

/*# sourceMappingURL=72.426ff04c7107772f.css.map*/