/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/components/views/view/view.scss ***!
  \********************************************************************************************************************************************************************************************************************************/
.view__more-link a {
  display: inline;
  background-image: linear-gradient(0deg, var(--animate-underline-gradient-color-1, currentColor) 0%, var(--animate-underline-gradient-color-2, var(--animate-underline-gradient-color-1, currentColor)) 100%);
  background-size: var(--animate-underline-background-size-width, 0%) var(--animate-underline-background-size-height, 1px);
  background-repeat: no-repeat;
  background-position: var(--animate-underline-background-position-x, left) bottom;
  transition: all 200ms ease-in-out;
}
.view__more-link a:focus, .view__more-link a:hover {
  --animate-underline-background-size-width: var(--animate-underline-background-size-width-hover, 100%);
}

.view__header-content {
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  font-size: var(--heading-font-size);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height, 1);
  text-transform: var(--heading-text-transform);
  margin-bottom: var(--heading-margin-bottom, 0.25em);
}
.view__header-content:not(:first-child) {
  margin-top: var(--heading-margin-top, 1em);
}

.view__header-content {
  --heading-font-family: YaleDesign;
  --heading-font-size: var(--h2-font-size, clamp(
    1.776889rem,
    calc(1.579654321rem + 0.8765985733vw),
    2.368593037rem
  ));
  --heading-font-weight: 400;
  --heading-line-height: 1.12;
}

.view__pager {
  margin-top: 28.430224px;
}
.view__more-link {
  margin-top: 16px;
}
.view__more-link a {
  --a-color: #286DC0;
}
.view__more-link a:hover, .view__more-link a:focus {
  --a-color: #00356B;
}
