@keyframes customFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 0.5em, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes zoomOutElement {
  from {
    transform: scale(1) translate(0, 0); }
  to {
    transform: scale(4) translate(30px, -30px); } }

@keyframes dottedLoading {
  0%,
  80%,
  100% {
    box-shadow: 0 1.5em 0 -0.9em; }
  40% {
    box-shadow: 0 1.5em 0 0; } }

@keyframes stickyFadeInUp {
  from {
    transform: translate3d(0, 0.2em, 0);
    visibility: visible;
    opacity: 0; }
  to {
    transform: translate3d(0, -50%, 0);
    opacity: 1; } }

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

.report-wrapper {
  background-color: #f2f2f2; }
  .report-wrapper .report-container:first-child {
    padding-top: 15px; }
    @media (min-width: 768px) {
      .report-wrapper .report-container:first-child {
        padding-top: 20px; } }
    @media (min-width: 1920px) {
      .report-wrapper .report-container:first-child {
        padding-top: 30px; } }
  .report-wrapper .report-container:last-child {
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .report-wrapper .report-container:last-child {
        padding-bottom: 20px; } }
    @media (min-width: 1920px) {
      .report-wrapper .report-container:last-child {
        padding-bottom: 30px; } }
  .report-wrapper .report-container .report-year {
    color: #004a8d;
    padding-bottom: 15px;
    margin: 0;
    font-size: 22px;
    font-size: 1.57143rem; }
    @media (min-width: 768px) {
      .report-wrapper .report-container .report-year {
        padding-bottom: 20px;
        font-size: 30px;
        font-size: 2.14286rem; } }
    @media (min-width: 992px) {
      .report-wrapper .report-container .report-year {
        font-size: 24px;
        font-size: 1.71429rem; } }
    @media (min-width: 1200px) {
      .report-wrapper .report-container .report-year {
        font-size: 30px;
        font-size: 2.14286rem; } }
    @media (min-width: 1920px) {
      .report-wrapper .report-container .report-year {
        font-size: 40px;
        font-size: 2.85714rem; } }
  .report-wrapper .report-container .main-content {
    width: 100%;
    margin: 0 auto; }
    .report-wrapper .report-container .main-content::before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: lightgray; }
  .report-wrapper .report-container .report-content {
    border: 1px solid lightgray;
    background-color: #fff; }
    .report-wrapper .report-container .report-content.no-report {
      height: calc(100% + 10px); }
  .report-wrapper .report-container .left-item {
    margin: 15px 0 7.5px; }
    @media (min-width: 768px) {
      .report-wrapper .report-container .left-item {
        margin: 20px 0 10px; } }
    @media (min-width: 992px) {
      .report-wrapper .report-container .left-item {
        margin: 20px 0 10px;
        padding-right: 0; } }
    @media (min-width: 1920px) {
      .report-wrapper .report-container .left-item {
        margin-top: 30px; } }
    @media (min-width: 992px) {
      .report-wrapper .report-container .left-item .report-content {
        margin-right: 10px; } }
    @media (min-width: 1920px) {
      .report-wrapper .report-container .left-item .report-content {
        margin-right: 15px; } }
  .report-wrapper .report-container .right-item {
    margin-top: 7.5px; }
    @media (min-width: 768px) {
      .report-wrapper .report-container .right-item {
        margin-top: 10px; } }
    @media (min-width: 992px) {
      .report-wrapper .report-container .right-item {
        margin: 20px 0 0;
        padding-left: 0; } }
    @media (min-width: 1920px) {
      .report-wrapper .report-container .right-item {
        margin-top: 30px; } }
    @media (min-width: 992px) {
      .report-wrapper .report-container .right-item .report-content {
        margin-left: 10px; } }
    @media (min-width: 1920px) {
      .report-wrapper .report-container .right-item .report-content {
        margin-left: 15px; } }
  .report-wrapper .report-container .image-item,
  .report-wrapper .report-container .content-item {
    padding: 7.5px; }
    @media (min-width: 768px) {
      .report-wrapper .report-container .image-item,
      .report-wrapper .report-container .content-item {
        padding: 15px; } }
    @media (min-width: 992px) {
      .report-wrapper .report-container .image-item,
      .report-wrapper .report-container .content-item {
        padding: 10px; } }
    @media (min-width: 1920px) {
      .report-wrapper .report-container .image-item,
      .report-wrapper .report-container .content-item {
        padding: 20px; } }
  .report-wrapper .report-container .report-image {
    box-shadow: 0 0 8px 5px #c1c1c1; }
  .report-wrapper .report-container .report-title,
  .report-wrapper .report-container .report-date {
    color: #004a8d;
    font-weight: 100; }
  .report-wrapper .report-container .report-title {
    margin-bottom: 5px;
    font-size: 22px;
    font-size: 1.57143rem; }
    @media (min-width: 768px) {
      .report-wrapper .report-container .report-title {
        font-size: 30px;
        font-size: 2.14286rem; } }
    @media (min-width: 992px) {
      .report-wrapper .report-container .report-title {
        font-size: 22px;
        font-size: 1.57143rem; } }
    @media (min-width: 1200px) {
      .report-wrapper .report-container .report-title {
        font-size: 30px;
        font-size: 2.14286rem; } }
    @media (min-width: 1920px) {
      .report-wrapper .report-container .report-title {
        font-size: 40px;
        font-size: 2.85714rem; } }
  .report-wrapper .report-container .report-date {
    font-size: 14px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .report-wrapper .report-container .report-date {
        font-size: 16px;
        font-size: 1.14286rem; } }
    @media (min-width: 992px) {
      .report-wrapper .report-container .report-date {
        font-size: 14px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .report-wrapper .report-container .report-date {
        font-size: 16px;
        font-size: 1.14286rem; } }
    @media (min-width: 1920px) {
      .report-wrapper .report-container .report-date {
        font-size: 20px;
        font-size: 1.42857rem; } }
  .report-wrapper .report-container .report-action {
    position: absolute;
    right: 7.5px;
    bottom: 7.5px; }
    @media (min-width: 768px) {
      .report-wrapper .report-container .report-action {
        right: 10px;
        bottom: 10px; } }
    @media (min-width: 1920px) {
      .report-wrapper .report-container .report-action {
        right: 20px;
        bottom: 20px; } }
    .report-wrapper .report-container .report-action a {
      font-weight: 400;
      text-transform: uppercase;
      color: #004a8d;
      font-size: 14px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        .report-wrapper .report-container .report-action a {
          font-size: 18px;
          font-size: 1.28571rem; } }
      @media (min-width: 992px) {
        .report-wrapper .report-container .report-action a {
          font-size: 14px;
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        .report-wrapper .report-container .report-action a {
          font-size: 18px;
          font-size: 1.28571rem; } }
      @media (min-width: 768px) {
        .report-wrapper .report-container .report-action a:first-child {
          padding-right: 2px; } }
      @media (min-width: 992px) {
        .report-wrapper .report-container .report-action a:first-child {
          padding-right: 0; } }
      @media (min-width: 1200px) {
        .report-wrapper .report-container .report-action a:first-child {
          padding-right: 3px; } }
      .report-wrapper .report-container .report-action a:nth-child(2) {
        border-left: 2px solid #004a8d;
        padding-left: 3px; }
        @media (min-width: 768px) {
          .report-wrapper .report-container .report-action a:nth-child(2) {
            padding-left: 5px; } }
        @media (min-width: 992px) {
          .report-wrapper .report-container .report-action a:nth-child(2) {
            padding-left: 4px; } }
        @media (min-width: 1200px) {
          .report-wrapper .report-container .report-action a:nth-child(2) {
            padding-left: 6px; } }
  .report-wrapper .report-container .coming-soon {
    min-height: 128px;
    position: relative;
    box-shadow: 0 0 8px 5px #c1c1c1; }
    @media (min-width: 768px) {
      .report-wrapper .report-container .coming-soon {
        min-height: 168px; } }
    @media (min-width: 992px) {
      .report-wrapper .report-container .coming-soon {
        min-height: auto;
        height: 100%; } }
    .report-wrapper .report-container .coming-soon span {
      font-weight: 400;
      color: #004a8d;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      font-size: 10px;
      font-size: 0.71429rem;
      transform: translate(-50%, -50%); }
      @media (min-width: 768px) {
        .report-wrapper .report-container .coming-soon span {
          font-size: 12px;
          font-size: 0.85714rem; } }
      @media (min-width: 992px) {
        .report-wrapper .report-container .coming-soon span {
          font-size: 10px;
          font-size: 0.71429rem; } }
      @media (min-width: 1200px) {
        .report-wrapper .report-container .coming-soon span {
          font-size: 12px;
          font-size: 0.85714rem; } }
      @media (min-width: 1600px) {
        .report-wrapper .report-container .coming-soon span {
          font-size: 16px;
          font-size: 1.14286rem; } }
      @media (min-width: 1920px) {
        .report-wrapper .report-container .coming-soon span {
          font-size: 18px;
          font-size: 1.28571rem; } }
