/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
header.header-action main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  @media screen and (max-width: 39.99875em) {
    header.header-action main {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.tack-holder .tack-container .tack {
  position: absolute;
  right: 0;
  bottom: -2em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 50%;
  width: 80px;
  font-size: 0.625rem;
  font-weight: bold; }
  @media print, screen and (min-width: 40em) {
    .tack-holder .tack-container .tack {
      font-size: 0.875rem; } }
  .tack-holder .tack-container .tack.bg-contrast {
    background-color: transparent; }
    .tack-holder .tack-container .tack.bg-contrast::before, .tack-holder .tack-container .tack.bg-contrast::after {
      border-top-color: #ff5d2b;
      border-bottom-color: #ff5d2b; }
    .tack-holder .tack-container .tack.bg-contrast::after {
      background-color: #ff5d2b; }
  .tack-holder .tack-container .tack.color-white span {
    color: #ffffff; }
  .tack-holder .tack-container .tack::before, .tack-holder .tack-container .tack::after {
    content: "";
    position: absolute;
    height: 0;
    border-top: 15px solid #36c3ff;
    border-bottom: 15px solid #36c3ff; }
  .tack-holder .tack-container .tack::before {
    width: 15px;
    left: 0;
    border-left: 15px solid transparent;
    z-index: 2; }
  .tack-holder .tack-container .tack::after {
    width: calc(100% - 15px);
    right: 0;
    background-color: #36c3ff;
    z-index: 1; }
  .tack-holder .tack-container .tack span {
    color: #352354;
    z-index: 2; }

.report-singular,
.report-subscription {
  background-color: #f3f5f6;
  padding: 1.5rem;
  margin: -10px 0px; }
  .clear.report-singular,
  .clear.report-subscription {
    background-color: transparent; }
  .stick.report-singular,
  .stick.report-subscription {
    top: 0px;
    -webkit-transition: top 1s;
    transition: top 1s;
    -webkit-transition-timing-function: l;
            transition-timing-function: l; }
  @media print, screen and (min-width: 40em) {
    .dir-row.report-singular > h3, .dir-row.report-subscription > h3 {
      text-align: center; }
    .dir-row.report-singular .choice, .dir-row.report-subscription .choice {
      margin: 0; }
      .dir-row.report-singular .choice > main, .dir-row.report-subscription .choice > main,
      .dir-row.report-singular .choice > form,
      .dir-row.report-subscription .choice > form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .dir-row.report-singular .choice > main fieldset.distinct, .dir-row.report-subscription .choice > main fieldset.distinct, .dir-row.report-singular .choice > main fieldset.popular, .dir-row.report-subscription .choice > main fieldset.popular,
        .dir-row.report-singular .choice > form fieldset.distinct,
        .dir-row.report-subscription .choice > form fieldset.distinct,
        .dir-row.report-singular .choice > form fieldset.popular,
        .dir-row.report-subscription .choice > form fieldset.popular {
          padding-top: 0;
          margin-top: 0; } }
  .dir-row.small-up-1.report-singular .choice > main, .dir-row.small-up-1.report-subscription .choice > main,
  .dir-row.small-up-1.report-singular .choice > form,
  .dir-row.small-up-1.report-subscription .choice > form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .dir-row.small-up-1.report-singular .choice > main fieldset, .dir-row.small-up-1.report-subscription .choice > main fieldset,
    .dir-row.small-up-1.report-singular .choice > form fieldset,
    .dir-row.small-up-1.report-subscription .choice > form fieldset {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      width: calc((100% - 16px - 0px) / 1); }
  .dir-row.small-up-2.report-singular .choice > main, .dir-row.small-up-2.report-subscription .choice > main,
  .dir-row.small-up-2.report-singular .choice > form,
  .dir-row.small-up-2.report-subscription .choice > form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .dir-row.small-up-2.report-singular .choice > main fieldset, .dir-row.small-up-2.report-subscription .choice > main fieldset,
    .dir-row.small-up-2.report-singular .choice > form fieldset,
    .dir-row.small-up-2.report-subscription .choice > form fieldset {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      width: calc((100% - 32px - 0px) / 2); }
  .dir-row.small-up-3.report-singular .choice > main, .dir-row.small-up-3.report-subscription .choice > main,
  .dir-row.small-up-3.report-singular .choice > form,
  .dir-row.small-up-3.report-subscription .choice > form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .dir-row.small-up-3.report-singular .choice > main fieldset, .dir-row.small-up-3.report-subscription .choice > main fieldset,
    .dir-row.small-up-3.report-singular .choice > form fieldset,
    .dir-row.small-up-3.report-subscription .choice > form fieldset {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      width: calc((100% - 48px - 0px) / 3); }
  .dir-row.small-up-4.report-singular .choice > main, .dir-row.small-up-4.report-subscription .choice > main,
  .dir-row.small-up-4.report-singular .choice > form,
  .dir-row.small-up-4.report-subscription .choice > form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .dir-row.small-up-4.report-singular .choice > main fieldset, .dir-row.small-up-4.report-subscription .choice > main fieldset,
    .dir-row.small-up-4.report-singular .choice > form fieldset,
    .dir-row.small-up-4.report-subscription .choice > form fieldset {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      width: calc((100% - 64px - 0px) / 4); }
  .dir-row.report-singular .choice > main, .dir-row.report-subscription .choice > main,
  .dir-row.report-singular .choice > form,
  .dir-row.report-subscription .choice > form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .dir-row.report-singular .choice > main fieldset, .dir-row.report-subscription .choice > main fieldset,
    .dir-row.report-singular .choice > form fieldset,
    .dir-row.report-subscription .choice > form fieldset {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      width: calc((100% - 16px - 0px) / 1); }
  @media print, screen and (min-width: 40em) {
    .dir-row.medium-up-1.report-singular .choice > main, .dir-row.medium-up-1.report-subscription .choice > main,
    .dir-row.medium-up-1.report-singular .choice > form,
    .dir-row.medium-up-1.report-subscription .choice > form {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .dir-row.medium-up-1.report-singular .choice > main fieldset, .dir-row.medium-up-1.report-subscription .choice > main fieldset,
      .dir-row.medium-up-1.report-singular .choice > form fieldset,
      .dir-row.medium-up-1.report-subscription .choice > form fieldset {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        width: calc((100% - 16px - 10px) / 1); }
    .dir-row.medium-up-2.report-singular .choice > main, .dir-row.medium-up-2.report-subscription .choice > main,
    .dir-row.medium-up-2.report-singular .choice > form,
    .dir-row.medium-up-2.report-subscription .choice > form {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .dir-row.medium-up-2.report-singular .choice > main fieldset, .dir-row.medium-up-2.report-subscription .choice > main fieldset,
      .dir-row.medium-up-2.report-singular .choice > form fieldset,
      .dir-row.medium-up-2.report-subscription .choice > form fieldset {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        width: calc((100% - 32px - 10px) / 2); }
    .dir-row.medium-up-3.report-singular .choice > main, .dir-row.medium-up-3.report-subscription .choice > main,
    .dir-row.medium-up-3.report-singular .choice > form,
    .dir-row.medium-up-3.report-subscription .choice > form {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .dir-row.medium-up-3.report-singular .choice > main fieldset, .dir-row.medium-up-3.report-subscription .choice > main fieldset,
      .dir-row.medium-up-3.report-singular .choice > form fieldset,
      .dir-row.medium-up-3.report-subscription .choice > form fieldset {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        width: calc((100% - 48px - 10px) / 3); }
    .dir-row.medium-up-4.report-singular .choice > main, .dir-row.medium-up-4.report-subscription .choice > main,
    .dir-row.medium-up-4.report-singular .choice > form,
    .dir-row.medium-up-4.report-subscription .choice > form {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .dir-row.medium-up-4.report-singular .choice > main fieldset, .dir-row.medium-up-4.report-subscription .choice > main fieldset,
      .dir-row.medium-up-4.report-singular .choice > form fieldset,
      .dir-row.medium-up-4.report-subscription .choice > form fieldset {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        width: calc((100% - 64px - 10px) / 4); }
    .dir-row.report-singular .choice > main, .dir-row.report-subscription .choice > main,
    .dir-row.report-singular .choice > form,
    .dir-row.report-subscription .choice > form {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .dir-row.report-singular .choice > main fieldset, .dir-row.report-subscription .choice > main fieldset,
      .dir-row.report-singular .choice > form fieldset,
      .dir-row.report-subscription .choice > form fieldset {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        width: calc((100% - 32px - 10px) / 2); } }
  @media print, screen and (min-width: 64em) {
    .dir-row.large-up-1.report-singular .choice > main, .dir-row.large-up-1.report-subscription .choice > main,
    .dir-row.large-up-1.report-singular .choice > form,
    .dir-row.large-up-1.report-subscription .choice > form {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .dir-row.large-up-1.report-singular .choice > main fieldset, .dir-row.large-up-1.report-subscription .choice > main fieldset,
      .dir-row.large-up-1.report-singular .choice > form fieldset,
      .dir-row.large-up-1.report-subscription .choice > form fieldset {
        margin-left: 1rem;
        margin-right: 1rem;
        width: calc((100% - 32px - 10px) / 1); }
    .dir-row.large-up-2.report-singular .choice > main, .dir-row.large-up-2.report-subscription .choice > main,
    .dir-row.large-up-2.report-singular .choice > form,
    .dir-row.large-up-2.report-subscription .choice > form {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .dir-row.large-up-2.report-singular .choice > main fieldset, .dir-row.large-up-2.report-subscription .choice > main fieldset,
      .dir-row.large-up-2.report-singular .choice > form fieldset,
      .dir-row.large-up-2.report-subscription .choice > form fieldset {
        margin-left: 1rem;
        margin-right: 1rem;
        width: calc((100% - 64px - 10px) / 2); }
    .dir-row.large-up-3.report-singular .choice > main, .dir-row.large-up-3.report-subscription .choice > main,
    .dir-row.large-up-3.report-singular .choice > form,
    .dir-row.large-up-3.report-subscription .choice > form {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .dir-row.large-up-3.report-singular .choice > main fieldset, .dir-row.large-up-3.report-subscription .choice > main fieldset,
      .dir-row.large-up-3.report-singular .choice > form fieldset,
      .dir-row.large-up-3.report-subscription .choice > form fieldset {
        margin-left: 1rem;
        margin-right: 1rem;
        width: calc((100% - 96px - 10px) / 3); }
    .dir-row.large-up-4.report-singular .choice > main, .dir-row.large-up-4.report-subscription .choice > main,
    .dir-row.large-up-4.report-singular .choice > form,
    .dir-row.large-up-4.report-subscription .choice > form {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .dir-row.large-up-4.report-singular .choice > main fieldset, .dir-row.large-up-4.report-subscription .choice > main fieldset,
      .dir-row.large-up-4.report-singular .choice > form fieldset,
      .dir-row.large-up-4.report-subscription .choice > form fieldset {
        margin-left: 1rem;
        margin-right: 1rem;
        width: calc((100% - 128px - 10px) / 4); }
    .dir-row.report-singular .choice > main fieldset, .dir-row.report-subscription .choice > main fieldset,
    .dir-row.report-singular .choice > form fieldset,
    .dir-row.report-subscription .choice > form fieldset {
      margin-left: 1rem;
      margin-right: 1rem;
      width: calc((100% - 128px - 10px) / 4); } }
  .report-singular .choice, .report-subscription .choice {
    margin: 0 0 1rem 0; }
  .report-singular fieldset, .report-subscription fieldset {
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    padding: 1rem;
    margin-top: 1rem; }
    .report-singular fieldset legend, .report-subscription fieldset legend {
      font-size: 0.625rem;
      margin: 0 auto;
      padding: 0.5rem 1rem;
      color: #ffffff;
      background-color: #ff5d2b;
      border-radius: 50px; }
      @media print, screen and (min-width: 40em) {
        .report-singular fieldset legend, .report-subscription fieldset legend {
          font-size: 0.875rem; } }
    .report-singular fieldset.distinct, .report-subscription fieldset.distinct, .report-singular fieldset.popular, .report-subscription fieldset.popular {
      padding-top: 0.5rem;
      margin-top: 0.5rem;
      border: solid 1px #ff5d2b;
      background-color: rgba(255, 93, 43, 0.1); }
    .report-singular fieldset > p, .report-subscription fieldset > p {
      font-size: 0.625rem;
      font-style: italic; }
      @media print, screen and (min-width: 40em) {
        .report-singular fieldset > p, .report-subscription fieldset > p {
          font-size: 0.875rem; } }
    .report-singular fieldset .has-tip, .report-subscription fieldset .has-tip {
      display: none; }
  .compact.report-singular .choice, .compact.report-subscription .choice {
    margin: 1rem 0; }
  .compact.report-singular fieldset, .compact.report-subscription fieldset {
    padding-top: 10px; }
    .compact.report-singular fieldset + fieldset, .compact.report-subscription fieldset + fieldset {
      margin-top: 0; }
    .compact.report-singular fieldset.distinct, .compact.report-subscription fieldset.distinct, .compact.report-singular fieldset.popular, .compact.report-subscription fieldset.popular {
      padding-top: 0;
      margin-top: -1rem; }
      .compact.report-singular fieldset.distinct legend, .compact.report-subscription fieldset.distinct legend, .compact.report-singular fieldset.popular legend, .compact.report-subscription fieldset.popular legend {
        font-size: smaller; }
    .compact.report-singular fieldset > p, .compact.report-subscription fieldset > p {
      display: none; }
    .compact.report-singular fieldset .has-tip, .compact.report-subscription fieldset .has-tip {
      display: inline-block; }
      .compact.report-singular fieldset .has-tip i::before, .compact.report-subscription fieldset .has-tip i::before {
        -webkit-transform: rotate(10deg);
            -ms-transform: rotate(10deg);
                transform: rotate(10deg);
        width: 1em;
        font-size: 1em;
        background-color: #ffffff;
        border-radius: 50%; }
  .compact.report-singular .ddp-button-group, .compact.report-subscription .ddp-button-group {
    display: none; }

.report-singular fieldset > .subscription-level,
.report-subscription fieldset > .subscription-level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .report-singular fieldset > .subscription-level .form-radio, .report-subscription fieldset > .subscription-level .form-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .report-singular fieldset > .subscription-level .form-radio input, .report-subscription fieldset > .subscription-level .form-radio input,
    .report-singular fieldset > .subscription-level .form-radio label,
    .report-subscription fieldset > .subscription-level .form-radio label {
      margin: 0; }
    
    .report-singular fieldset > .subscription-level .form-radio label,
    .report-subscription fieldset > .subscription-level .form-radio label {
      font-weight: bold;
      margin-left: 0.5em; }
  .report-singular fieldset > .subscription-level .price, .report-subscription fieldset > .subscription-level .price {
    color: #352354; }
    .report-singular fieldset > .subscription-level .price .discount, .report-subscription fieldset > .subscription-level .price .discount {
      margin-left: 0.25rem;
      font-size: smaller;
      text-decoration: line-through; }
    .report-singular fieldset > .subscription-level .price .discount-off, .report-subscription fieldset > .subscription-level .price .discount-off {
      font-size: smaller; }

@-moz-document url-prefix() { }

.banner-overlay {
  position: relative; }
  .banner-overlay img {
    width: 100%; }
  .banner-overlay .overlay-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(0, 0, 0, 0.6); }
    .banner-overlay .overlay-button i.gd-ico {
      font-size: 2em; }
      .banner-overlay .overlay-button i.gd-ico.round {
        background: #36c3ff; }
        .banner-overlay .overlay-button i.gd-ico.round::before {
          color: #ffffff; }
        .banner-overlay .overlay-button i.gd-ico.round.inverse {
          background: #ffffff; }
          .banner-overlay .overlay-button i.gd-ico.round.inverse::before {
            color: #36c3ff; }
    .banner-overlay .overlay-button span {
      color: #ffffff;
      font-size: 18px;
      font-weight: 500; }

.ico-list.report-ico li i.gd-ico {
  color: #36c3ff; }

.ico-list.report-ico li p {
  font-weight: 600; }
  .ico-list.report-ico li p + p {
    padding-top: 0;
    margin-top: -15px;
    font-weight: 400; }

@media screen and (max-width: 39.99875em) {
  .ico-list.report-ico li {
    width: 100%; } }

@media screen and (max-width: 39.99875em) {
  .ico-list.report-ico .side-by-side-inner li {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

body > main .grid-container.fluid.shade + .reporting-headline.grid-container.fluid:not(.shade),
body > main .grid-container.fluid.reporting-headline:last-child:not(:first-child):not(.shade),
body > main .grid-container.fluid.reporting-headline:first-child,
.reporting-headline {
  padding-top: 20px;
  padding-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    body > main .grid-container.fluid.shade + .reporting-headline.grid-container.fluid:not(.shade),
    body > main .grid-container.fluid.reporting-headline:last-child:not(:first-child):not(.shade),
    body > main .grid-container.fluid.reporting-headline:first-child,
    .reporting-headline {
      padding-bottom: 28px; } }
  @media print, screen and (min-width: 51.25em) {
    body > main .grid-container.fluid.shade + .reporting-headline.grid-container.fluid:not(.shade),
    body > main .grid-container.fluid.reporting-headline:last-child:not(:first-child):not(.shade),
    body > main .grid-container.fluid.reporting-headline:first-child,
    .reporting-headline {
      padding-top: 60px;
      padding-bottom: 68px; } }
  body > main .grid-container.fluid.shade + .reporting-headline.grid-container.fluid:not(.shade).compact,
  body > main .grid-container.fluid.reporting-headline:last-child:not(:first-child):not(.shade).compact,
  body > main .grid-container.fluid.reporting-headline:first-child.compact,
  .reporting-headline.compact {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media screen and (max-width: 39.99875em) {
      body > main .grid-container.fluid.shade + .reporting-headline.grid-container.fluid:not(.shade).compact,
      body > main .grid-container.fluid.reporting-headline:last-child:not(:first-child):not(.shade).compact,
      body > main .grid-container.fluid.reporting-headline:first-child.compact,
      .reporting-headline.compact {
        padding-top: 10px;
        padding-bottom: 10px; } }

.reporting-headline .button-collection,
.reporting-banner .button-collection {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .reporting-headline .button-collection .hollow, .reporting-headline .button-collection .hollow:hover,
  .reporting-banner .button-collection .hollow,
  .reporting-banner .button-collection .hollow:hover {
    background-color: #ffffff; }

.reporting-headline.bg-report-multi, .reporting-headline.bg-report-singular {
  background: #ffffff; }
  @media print, screen and (min-width: 40em) {
    .reporting-headline.bg-report-multi, .reporting-headline.bg-report-singular {
      background: url(../../../assets/img/bg/report/bg-report-singular-003.png) 100% -50px no-repeat, url(../../../assets/img/bg/report/bg-report-singular-001.png) right center no-repeat, #352354;
      background-size: auto 95%, auto 75%; } }
  @media print, screen and (min-width: 51.25em) {
    .reporting-headline.bg-report-multi, .reporting-headline.bg-report-singular {
      background: url(../../../assets/img/bg/report/bg-report-singular-002.png) left 50px no-repeat, url(../../../assets/img/bg/report/bg-report-singular-003.png) 105% -50px no-repeat, url(../../../assets/img/bg/report/bg-report-singular-001.png) right center no-repeat, #352354;
      background-size: auto 95%, auto 95%, auto 90%; } }
  @media print, screen and (min-width: 64em) {
    .reporting-headline.bg-report-multi, .reporting-headline.bg-report-singular {
      background: url(../../../assets/img/bg/report/bg-report-singular-002.png) left 50px no-repeat, url(../../../assets/img/bg/report/bg-report-singular-003.png) 105% -50px no-repeat, url(../../../assets/img/bg/report/bg-report-singular-001.png) 95% center no-repeat, #352354;
      background-size: auto 95%, auto 95%, auto 95%; } }

.reporting-headline.bg-word-web {
  background: #ffffff; }
  @media print, screen and (min-width: 40em) {
    .reporting-headline.bg-word-web {
      background: url(../../../assets/img/bg/report/bg-report-singular-003.png) 100% -50px no-repeat, url(../../../assets/img/bg/report/bg-word-web.png) 135% center no-repeat, #352354;
      background-size: auto 95%, auto 75%; } }
  @media print, screen and (min-width: 51.25em) {
    .reporting-headline.bg-word-web {
      background: url(../../../assets/img/bg/report/bg-report-singular-002.png) left 50px no-repeat, url(../../../assets/img/bg/report/bg-report-singular-003.png) 105% -50px no-repeat, url(../../../assets/img/bg/report/bg-word-web.png) 135% center no-repeat, #352354;
      background-size: auto 95%, auto 95%, auto 90%; } }
  @media print, screen and (min-width: 64em) {
    .reporting-headline.bg-word-web {
      background: url(../../../assets/img/bg/report/bg-report-singular-002.png) left 50px no-repeat, url(../../../assets/img/bg/report/bg-report-singular-003.png) 105% -50px no-repeat, url(../../../assets/img/bg/report/bg-word-web.png) 85% center no-repeat, #352354;
      background-size: auto 95%, auto 95%, auto 95%; } }

.reporting-headline.bg-lightbulb {
  background: #ffffff; }
  @media print, screen and (min-width: 40em) {
    .reporting-headline.bg-lightbulb {
      background: url(../../../assets/img/bg/report/bg-report-singular-003.png) 100% -50px no-repeat, url(../../../assets/img/bg/report/bg-lightbulb.svg) 135% center no-repeat, #352354;
      background-size: auto 95%, auto 75%; } }
  @media print, screen and (min-width: 51.25em) {
    .reporting-headline.bg-lightbulb {
      background: url(../../../assets/img/bg/report/bg-report-singular-002.png) left 50px no-repeat, url(../../../assets/img/bg/report/bg-report-singular-003.png) 105% -50px no-repeat, url(../../../assets/img/bg/report/bg-lightbulb.svg) 135% center no-repeat, #352354;
      background-size: auto 95%, auto 95%, auto 90%; } }
  @media print, screen and (min-width: 64em) {
    .reporting-headline.bg-lightbulb {
      background: url(../../../assets/img/bg/report/bg-report-singular-002.png) left 50px no-repeat, url(../../../assets/img/bg/report/bg-report-singular-003.png) 105% -50px no-repeat, url(../../../assets/img/bg/report/bg-lightbulb.svg) 85% center no-repeat, #352354;
      background-size: auto 95%, auto 95%, auto 125%; } }

.reporting-headline .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .reporting-headline .body h1, .reporting-headline .body h2, .reporting-headline .body h3,
  .reporting-headline .body > p,
  .reporting-headline .body .source {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .reporting-headline .body .report-singular {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #c7cfd4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .reporting-headline .body .report-singular .button-collection {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reporting-headline .body h1, .reporting-headline .body h2, .reporting-headline .body h3,
    .reporting-headline .body .source {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .reporting-headline .body .report-singular {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
      .reporting-headline .body .report-singular .button-collection {
        padding-left: 20px; } }

.reporting-headline,
.reporting-headline h1, .reporting-headline h2, .reporting-headline h3 {
  color: #352354; }
  @media print, screen and (min-width: 40em) {
    .reporting-headline,
    .reporting-headline h1, .reporting-headline h2, .reporting-headline h3 {
      color: #ffffff; } }

.reporting-headline .source {
  font-size: 12px; }
  .reporting-headline .source .gd-logo {
    height: 20px;
    padding-left: 10px;
    -webkit-filter: none;
            filter: none; }
    @media print, screen and (min-width: 40em) {
      .reporting-headline .source .gd-logo {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); } }

.reporting-headline .report-singular {
  background-color: transparent; }
  .reporting-headline .report-singular.side-by-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .reporting-headline .report-singular.side-by-side .price {
      padding: 0; }

.reporting-headline.stick {
  top: 0;
  -webkit-transition: top 1s ease-in-out 0s;
  transition: top 1s ease-in-out 0s; }

.reporting-headline.compact .compact-hide {
  display: none; }

.reporting-headline.compact .body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .reporting-headline.compact .body > * {
    white-space: nowrap; }
  .reporting-headline.compact .body p {
    margin-bottom: 0; }
  @media screen and (max-width: 39.99875em) {
    .reporting-headline.compact .body {
      border-bottom: solid 1px #c7cfd4; }
      .reporting-headline.compact .body .report-singular {
        margin: 0;
        border-bottom: none; } }

.reporting-banner.bg-report-singular {
  background: url(../../../assets/img/bg/report/bg-report-singular-002.png) left bottom no-repeat, url(../../../assets/img/bg/report/bg-report-singular-003.png) right top no-repeat, #352354;
  background-size: auto 50%, auto 50%; }
  @media print, screen and (min-width: 51.25em) {
    .reporting-banner.bg-report-singular {
      background: url(../../../assets/img/bg/report/bg-report-singular-002.png) left 50px no-repeat, url(../../../assets/img/bg/report/bg-report-singular-003.png) 105% -50px no-repeat, #352354;
      background-size: auto 95%, auto 95%; } }
  .reporting-banner.bg-report-singular > .grid-container {
    padding-top: 18px;
    padding-bottom: 28px; }

.reporting-banner.bg-report-singular {
  color: #ffffff; }
  .reporting-banner.bg-report-singular header,
  .reporting-banner.bg-report-singular h1, .reporting-banner.bg-report-singular h2, .reporting-banner.bg-report-singular h3,
  .reporting-banner.bg-report-singular p,
  .reporting-banner.bg-report-singular .body {
    color: #ffffff; }
  .reporting-banner.bg-report-singular header {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5em; }
    @media print, screen and (min-width: 40em) {
      .reporting-banner.bg-report-singular header {
        font-size: 2.5rem; } }
  .reporting-banner.bg-report-singular p {
    font-size: 1.1875rem;
    font-weight: 500; }
    @media print, screen and (min-width: 40em) {
      .reporting-banner.bg-report-singular p {
        font-size: 1.5rem; } }
  .reporting-banner.bg-report-singular li {
    font-size: 0.8125rem;
    font-weight: 400; }
    @media print, screen and (min-width: 40em) {
      .reporting-banner.bg-report-singular li {
        font-size: 1.125rem; } }

.reporting-banner .body a:not(.button):hover {
  color: #0025aa; }

.meta-report {
  display: inline-block; }
  .meta-report span {
    margin-right: 1rem; }

.report-form {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.04);
  padding: 24px;
  border: 1px solid #f3f5f6;
  border-radius: 0.1875rem;
  background-color: #ffffff; }
  .report-form .input-group {
    margin-bottom: 0; }

.centered {
  text-align: center; }

.list-counter {
  list-style: none;
  counter-reset: gd-counter;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 0; }
  .list-counter li {
    counter-increment: gd-counter;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% / 3);
    color: #231142; }

.border-top {
  border-top: 1px solid #c7cfd4; }

.border-right {
  border-right: 1px solid #c7cfd4; }

.invoice > div {
  border-bottom: 1px solid #c7cfd4;
  padding: 10px 0; }
  .invoice > div p {
    margin-bottom: 0.5rem; }

.invoice-header {
  display: block; }

.invoice > .invoice-footer {
  border: none;
  background-color: #f3f5f6;
  padding: 0px 10px; }
  .invoice > .invoice-footer > div:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #c7cfd4; }

.invoice-body {
  display: block; }
  .invoice-body > div:not(:first-child) {
    border-top: 1px solid #c7cfd4;
    padding: 10px 0px; }

.separator > .cell {
  border-left: dashed 1px #c7cfd4; }
  .separator > .cell:first-child {
    border: none; }
  .separator > .cell h6 {
    font-size: 18px;
    margin: 0;
    color: #595959; }

.payment-services {
  height: 36px;
  margin: 30px 0px 0px 200px; }

.stripe-container {
  position: relative;
  padding: 30px 0px; }
  .stripe-container:before, .stripe-container:after {
    top: 0;
    position: absolute;
    font-weight: bold; }
  .stripe-container:before {
    left: 0;
    content: 'Card Number'; }
  .stripe-container:after {
    right: 0;
    content: 'Expiry Date* CVC*'; }

.table-container table {
  background-color: white;
  border: none;
  width: 100%; }

.table-container thead, .table-container tbody, .table-container tfoot {
  border: none; }

.table-container .product {
  vertical-align: top; }
  .table-container .product-title {
    width: 70%; }
  .table-container .product-price {
    width: 15%; }
    .table-container .product-price p {
      margin-bottom: 0px; }
  .table-container .product-action {
    width: 15%; }
    .table-container .product-action a {
      display: inline-block;
      float: right; }

.divided-form > div:not(:last-child) {
  border-right: 1px dotted #c7cfd4;
  padding-right: 20px;
  margin-right: 10px;
  width: calc(33.33% - 20px); }

.shop-compact {
  z-index: 101;
  position: fixed;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  /*.stick {}*/ }
  .shop-compact .stand,
  .shop-compact .stand > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .shop-compact .stand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 15px;
    border-radius: 5px 0  0 5px;
    border: solid 1px #0034ec;
    border-right: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px; }
    .shop-compact .stand + * {
      margin-top: 10px; }
    .shop-compact .stand .gd-ico {
      font-size: 1.25rem; }
    .shop-compact .stand > a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
      text-decoration: none; }
      .shop-compact .stand > a:visited {
        text-decoration: none; }
      .shop-compact .stand > a::before {
        font-size: 0.625rem;
        content: attr(data-total); }
      .shop-compact .stand > a::after {
        content: attr(data-stand);
        color: #352354;
        text-transform: capitalize;
        font-size: 0.625rem; }
        @media print, screen and (min-width: 40em) {
          .shop-compact .stand > a::after {
            font-size: 0.875rem; } }
  @media screen and (max-width: 39.99875em) {
    .shop-compact {
      position: static;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .shop-compact .stand,
      .shop-compact .stand > a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        color: #0034ec; }
      .shop-compact .stand {
        border: none;
        background-color: transparent; }
        .shop-compact .stand .gd-ico {
          font-size: 1rem; }
      .shop-compact .stand > a {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        .shop-compact .stand > a::before {
          content: ''; }
        .shop-compact .stand > a::after {
          content: attr(data-stand) " " attr(data-total);
          font-size: 0.75rem;
          padding-left: 0.5em;
          color: #0034ec; } }

a.shop-stand, a.shop-stand.button.clear {
  color: #352354;
  padding-left: 0;
  padding-right: 0; }
  a.shop-stand > .gd-ico, a.shop-stand.button.clear > .gd-ico {
    padding-right: 0.3em; }
  a.shop-stand:visited, a.shop-stand.button.clear:visited {
    text-decoration: none; }
  a.shop-stand::before, a.shop-stand.button.clear::before {
    content: ''; }
  a.shop-stand::after, a.shop-stand.button.clear::after {
    content: attr(data-stand) " (" attr(data-total) ")";
    text-transform: capitalize;
    font-size: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      a.shop-stand::after, a.shop-stand.button.clear::after {
        font-size: 0.875rem; } }

.report-singular {
  padding: 0; }
  .report-singular > * {
    padding: 0 1.5rem; }
  .report-singular > p:first-child {
    padding-top: 1rem; }
  .report-singular img {
    padding: 0; }
  .report-singular .price {
    font-size: 1.4375rem;
    font-weight: 500;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .report-singular .price {
        font-size: 2.375rem; } }
  .report-singular .ddp-button-group,
  .report-singular .ddp-button-group a {
    font-size: 0.6875rem; }
    @media print, screen and (min-width: 40em) {
      .report-singular .ddp-button-group,
      .report-singular .ddp-button-group a {
        font-size: 0.6875rem; } }
  .report-singular.compact {
    padding-bottom: 1rem; }

.card.data.report-banner > main section:first-child a:not(.button),
.card.data.report-banner .detail a {
  text-decoration: none;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #352354; }
  @media print, screen and (min-width: 40em) {
    .card.data.report-banner > main section:first-child a:not(.button),
    .card.data.report-banner .detail a {
      font-size: 1.375rem; } }

.card.data.report-banner .summary {
  color: #352354; }

.card.data.report-banner footer .button-collection .input-group {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.card.data .discount {
  margin-left: 0.25rem;
  font-size: smaller;
  text-decoration: line-through; }

.card.data .discount-off {
  font-size: smaller;
  font-weight: normal; }

.tack-holder {
  position: relative; }
  .tack-holder .tack-container {
    position: absolute;
    top: 0;
    width: 100%; }
    .tack-holder .tack-container .tack {
      top: 0;
      bottom: auto;
      height: 56px;
      max-width: 110%;
      width: 110%;
      font-size: 0.8125rem; }
      @media print, screen and (min-width: 40em) {
        .tack-holder .tack-container .tack {
          font-size: 1rem; } }
      .tack-holder .tack-container .tack::before, .tack-holder .tack-container .tack::after {
        border-width: 20px; }
      .tack-holder .tack-container .tack::after {
        width: calc(100% - 20px); }
    @media screen and (max-width: 39.99875em) {
      .tack-holder .tack-container {
        position: static; }
        .tack-holder .tack-container .tack {
          position: static;
          width: 100%; } }
