
@import url("https://use.typekit.net/vfy8aji.css");
/*      Request ID: 9991751a4944c422b0e6a7747abd8bed_1769211037 (01/23/2026 6:32pm) (rY7RDYAgDERXcQCh6ofrmAYrEooaihK3F1xBv17uLnk5uDBCzhkYs2bDGL2m+YTJbTbS7GhLAmmlQAJDN4xq3QMdaEuUdHNBpxZ2xrt0azEibQOflaXtf5NVD+Au+i9fharbe/EB)      */



/*      Resource ID: 4fca541186965e2a4a04bdd31a6 (0-flickity.scss, compiled by node-sass, minified by none) (01/22/2026 7:00pm) (A:2103, B:2103, C:2097, D:2097, F:2097, J:2097, K:2097)      */

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*      Resource ID: 4aa8ef248791d3a1cc74b733364 (2021.scss, compiled by node-sass, minified by none) (01/22/2026 7:00pm) (A:47770, B:47856, C:60927, D:61247, F:61247, J:61247, K:61247)      */

.ex_clearfix::before, .homepage-section::before, .ex_clearfix::after, .homepage-section::after {
  clear: both;
  content: '';
  display: table; }

.ex_list-reset {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ex_wrap {
  overflow-wrap: break-word;
  /* new name */ }

.ex_hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.ex_smooth, .ex_btn-orange, .featured-story_btn, .image-callout .image-callout_box p:last-child a:last-child, .homepage-section .homepage-section_link, .homepage-quote .homepage-quote_blockquote, .homepage-quote .homepage-quote_link {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ex_unsmooth {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.ex_fill-container, .homepage-quote .homepage-quote_inner, .homepage-quote .homepage-quote_nav_btn::after, .homepage-quote .homepage-quote_item, .homepage-quote .homepage-quote_image, .homepage-quote .homepage-quote_image::before, .homepage-gallery .homepage-gallery_slide_inner, .explore-grid .statistics_box_inner, .homepage-prefooter .homepage-prefooter_image::after, .law-hero .law-hero_image, .law-hero .law-hero_inner, .big-video .big-video_image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ex_has-img-bg, .homepage-quote .homepage-quote_image, .explore-more .explore-more_img, .homepage-prefooter .homepage-prefooter_image, .law-hero .law-hero_image {
  position: relative;
  overflow: hidden; }
  .ex_has-img-bg img, .homepage-quote .homepage-quote_image img, .explore-more .explore-more_img img, .homepage-prefooter .homepage-prefooter_image img, .law-hero .law-hero_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none; }

.ex_remove-img-border {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important; }

.ex_btn-reset, .homepage-quote .homepage-quote_nav_btn, .homepage-gallery .homepage-gallery_slide_play, .big-video .big-video_play {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0; }
  .ex_btn-reset:focus, .homepage-quote .homepage-quote_nav_btn:focus, .homepage-gallery .homepage-gallery_slide_play:focus, .big-video .big-video_play:focus {
    outline: none; }

.ex_btn-base {
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 1px;
  padding: 8px 22px 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  transition: all 0.3s ease; }
  .ex_btn-base:hover, .ex_btn-base:focus {
    text-decoration: none; }
  .ex_btn-base:focus:not(:hover) {
    outline: 2px dotted #41a0ff;
    outline: auto 2px #41a0ff;
    outline-color: #41a0ff; }

.ex_btn-orange, .featured-story_btn, .image-callout .image-callout_box p:last-child a:last-child {
  display: inline-block;
  padding: 14px 35px 12px;
  border-radius: 1px;
  background-color: #cd511c;
  color: #ffffff;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  transition: background-color 240ms ease; }
  .ex_btn-orange:hover, .featured-story_btn:hover, .image-callout .image-callout_box p:last-child a:hover:last-child, .ex_btn-orange:focus, .featured-story_btn:focus, .image-callout .image-callout_box p:last-child a:focus:last-child {
    color: #ffffff;
    background-color: #b24618;
    text-decoration: none; }
  .ex_btn-orange:focus:not(:hover), .featured-story_btn:focus:not(:hover), .image-callout .image-callout_box p:last-child a:focus:not(:hover):last-child {
    outline: 2px dotted #41a0ff;
    outline: auto 2px #41a0ff;
    outline-color: #41a0ff; }

@media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .homepage-section {
    margin-top: 120px;
    margin-bottom: 120px; } }

@media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-section {
    margin-top: 80px;
    margin-bottom: 80px; } }

.homepage-section .title-rule,
.homepage-section .has-title-rule > h2,
.homepage-section .has-title-rule > h3,
.homepage-section .has-title-rule > h4 {
  margin-bottom: 37px;
  position: relative; }

.homepage-section .has-title-rule > h2 {
  position: relative;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #343430;
  font-family: goudy-old-style, serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 800; }
  .homepage-section .has-title-rule > h2::after {
    content: '';
    display: inline-block;
    margin-left: 25px;
    flex: 1 1 auto;
    height: 0;
    border-bottom: 1px solid #d6d6d6; }

.homepage-section .homepage-section_link {
  display: inline-block;
  float: right;
  margin-top: 35px;
  padding-bottom: 13px;
  border-bottom: 3px solid transparent;
  color: #c9501c;
  font-size: 16px;
  line-height: 1.12px;
  font-weight: 700;
  transition: border-color 0.3s ease; }
  .homepage-section .homepage-section_link:hover {
    color: #cd511c;
    border-bottom-color: #cd511c; }
  .homepage-section .homepage-section_link::after {
    background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/orange-arrow.svg");
    background-size: contain;
    height: 13px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -1px; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage-section .homepage-section_link {
      margin-top: 25px; } }

.homepage-quote {
  display: block;
  position: relative;
  background-color: #001100; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .homepage-quote {
      min-height: 570px; }
      .homepage-quote::after {
        content: '';
        display: block;
        padding-bottom: calc(690 / 1440 * 100%); } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .homepage-quote {
      height: 620px; } }
  .homepage-quote .homepage-quote_inner_container {
    position: relative; }
  .homepage-quote .homepage-quote_nav {
    z-index: 2;
    position: absolute; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .homepage-quote .homepage-quote_nav {
        left: 18px;
        top: 100px; }
        .homepage-quote .homepage-quote_nav::before, .homepage-quote .homepage-quote_nav::after {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          border-left: 1px solid rgba(255, 255, 255, 0.28); }
        .homepage-quote .homepage-quote_nav::before {
          bottom: calc(100% + 13px);
          height: 30px; }
        .homepage-quote .homepage-quote_nav::after {
          top: calc(100% + 18px);
          height: 110px; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .homepage-quote .homepage-quote_nav {
        left: 24px;
        top: 36px; } }
  .homepage-quote .homepage-quote_nav_btn {
    display: block;
    position: relative;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    overflow: hidden; }
    .homepage-quote .homepage-quote_nav_btn:not(:first-child) {
      margin-top: 13px; }
    .homepage-quote .homepage-quote_nav_btn img {
      display: block;
      border-radius: 50%;
      transition: -webkit-filter 240ms ease;
      transition: filter 240ms ease;
      transition: filter 240ms ease, -webkit-filter 240ms ease; }
    .homepage-quote .homepage-quote_nav_btn::after {
      content: '';
      display: block;
      border-radius: 50%;
      background-color: rgba(108, 108, 108, 0.65);
      transition: opacity 240ms ease; }
    .homepage-quote .homepage-quote_nav_btn:hover img, .homepage-quote .homepage-quote_nav_btn:focus img, .homepage-quote .homepage-quote_nav_btn.is-active img {
      -webkit-filter: brightness(1.2);
      filter: brightness(1.2); }
    .homepage-quote .homepage-quote_nav_btn:hover::after, .homepage-quote .homepage-quote_nav_btn:focus::after, .homepage-quote .homepage-quote_nav_btn.is-active::after {
      opacity: 0; }
    .homepage-quote .homepage-quote_nav_btn:focus-visible {
      outline: 2px dotted #41a0ff;
      outline: auto 2px #41a0ff;
      outline-color: #41a0ff; }
  .homepage-quote .homepage-quote_item {
    overflow: hidden;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 600ms ease 100ms; }
    .homepage-quote .homepage-quote_item.is-active {
      opacity: 1;
      pointer-events: all;
      visibility: visible; }
  .homepage-quote .homepage-quote_image {
    position: absolute;
    z-index: 0; }
    .homepage-quote .homepage-quote_image img {
      z-index: -1;
      height: 100%; }
    .homepage-quote .homepage-quote_image::before {
      content: '';
      width: 60%;
      background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%); }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .homepage-quote .homepage-quote_image::after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%); }
      .homepage-quote .homepage-quote_image img {
        left: 30%; } }
  .homepage-quote .homepage-quote_item_container {
    z-index: 1; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .homepage-quote .homepage-quote_item_container {
        position: relative;
        height: 100%; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .homepage-quote .homepage-quote_item_container {
        position: absolute;
        height: auto;
        bottom: 20px;
        padding-left: 25px; } }
  .homepage-quote .homepage-quote_top {
    position: absolute; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .homepage-quote .homepage-quote_top {
        position: absolute;
        top: 100px;
        left: calc(60px + 20px); } }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .homepage-quote .homepage-quote_top {
        width: 30%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .homepage-quote .homepage-quote_top {
        width: 50%; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .homepage-quote .homepage-quote_top {
        position: relative; } }
  .homepage-quote .homepage-quote_blockquote {
    margin-bottom: 12px;
    font-family: goudy-old-style, serif;
    font-size: 30px;
    line-height: 1.33;
    font-weight: 700; }
    @media only screen and (max-width: 579px) {
      .homepage-quote .homepage-quote_blockquote {
        font-size: 24px; } }
    .homepage-quote .homepage-quote_blockquote:focus {
      outline: none; }
  .homepage-quote .homepage-quote_name {
    display: block;
    margin-bottom: 0;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 16px;
    line-height: 1.87;
    text-transform: uppercase; }
  .homepage-quote a.homepage-quote_name {
    display: block;
    text-decoration: underline; }
    .homepage-quote a.homepage-quote_name:hover {
      text-decoration: none; }
  .homepage-quote .homepage-quote_subtitle {
    font-size: 16px;
    line-height: 1.87; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .homepage-quote .homepage-quote_bottom {
      position: absolute;
      bottom: 18px;
      right: 0;
      background-color: rgba(0, 0, 0, 0.25); }
      .homepage-quote .homepage-quote_bottom::before {
        z-index: -1;
        content: '';
        display: block;
        position: absolute;
        left: -300px;
        right: -300px;
        top: -220px;
        bottom: -280px;
        background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.06) 46%, rgba(0, 0, 0, 0) 53%); } }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .homepage-quote .homepage-quote_bottom {
      width: 35%;
      padding: 26px 28px 28px; } }
  @media only screen and (max-width: 1120px) {
    .homepage-quote .homepage-quote_bottom {
      right: 18px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage-quote .homepage-quote_bottom {
      width: 40%;
      padding: 16px 18px 18px; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .homepage-quote .homepage-quote_bottom {
      position: relative;
      margin-top: 6px;
      right: auto; } }
  .homepage-quote .homepage-quote_caption {
    position: relative;
    color: #f7f7f7;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.65); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .homepage-quote .homepage-quote_caption {
        font-size: 15px; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .homepage-quote .homepage-quote_caption {
        display: none; } }
    .homepage-quote .homepage-quote_caption a {
      color: #fff;
      display: inline-block;
      position: relative; }
      .homepage-quote .homepage-quote_caption a:hover {
        color: #cd511c; }
      .homepage-quote .homepage-quote_caption a::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        border-bottom: 3px solid #cd511c; }
    .homepage-quote .homepage-quote_caption .nowrap {
      white-space: pre; }
  .homepage-quote .homepage-quote_link {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 700;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.65); }
    .homepage-quote .homepage-quote_link:hover {
      color: #cd511c; }
    .homepage-quote .homepage-quote_link::before {
      content: '';
      display: block;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      border-bottom: 3px solid #cd511c; }
    .homepage-quote .homepage-quote_link::after {
      background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/orange-arrow.svg");
      background-size: contain;
      height: 13px;
      width: 20px;
      background-position: center;
      background-repeat: no-repeat;
      content: '';
      display: inline-block;
      margin: 6px 0 -1px 10px; }

.homepage-intro {
  display: flex; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .homepage-intro {
      margin-top: 120px;
      margin-bottom: 120px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage-intro {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .homepage-intro {
      flex-wrap: wrap;
      margin-top: 48px;
      margin-bottom: 48px;
      padding: 0 27px; } }
  .homepage-intro .homepage-intro_image {
    align-self: center;
    position: relative;
    margin: 0;
    max-width: 550px; }
    @media only screen and (min-width: 1300px) {
      .homepage-intro .homepage-intro_image {
        flex: 0 0 38%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px) {
      .homepage-intro .homepage-intro_image {
        flex: 0 0 44%;
        margin-left: -20px; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .homepage-intro .homepage-intro_image {
        flex: 0 0 auto;
        margin: 0 auto;
        max-width: 100%; } }
    .homepage-intro .homepage-intro_image .lw_preview_image {
      display: block;
      line-height: 0;
      pointer-events: none; }
    .homepage-intro .homepage-intro_image picture.lw_image {
      display: block; }
    .homepage-intro .homepage-intro_image::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 60%;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .homepage-intro .homepage-intro_image_caption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.29;
    font-weight: 500; }
    .homepage-intro .homepage-intro_image_caption a {
      text-decoration: underline; }
  .homepage-intro .homepage-intro_text {
    color: #555555;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.89; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .homepage-intro .homepage-intro_text {
        margin-top: 65px;
        margin-left: 85px;
        padding-right: 3%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .homepage-intro .homepage-intro_text {
        margin-top: 40px;
        margin-left: 75px;
        padding-right: 2%;
        font-size: 16px; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .homepage-intro .homepage-intro_text {
        flex: 0 0 100%;
        margin-top: 35px;
        font-size: 16px; } }
  .homepage-intro .homepage-intro_text_editable h2 {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    color: #343430;
    font-family: goudy-old-style, serif;
    font-size: 48px;
    line-height: 1.08; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .homepage-intro .homepage-intro_text_editable h2 {
        font-size: 32px;
        margin-bottom: 20px; } }
    .homepage-intro .homepage-intro_text_editable h2::before {
      background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/logo-shield.svg");
      background-size: contain;
      height: 56px;
      width: 42px;
      background-position: center;
      background-repeat: no-repeat;
      content: '';
      display: inline-block;
      position: absolute;
      right: calc(100% + 15px);
      top: 2px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .homepage-intro .homepage-intro_text_editable h2::before {
          width: 34px;
          height: 46px;
          top: 0; } }
      @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
        .homepage-intro .homepage-intro_text_editable h2::before {
          width: 34px;
          height: 46px;
          position: relative;
          top: auto;
          right: auto;
          margin: 0 15px -12px 0px; } }
  .homepage-intro .homepage-intro_text_editable a {
    color: #c9501c;
    font-weight: 700;
    font-style: normal; }
  .homepage-intro .homepage-intro_btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .homepage-intro .homepage-intro_btns {
        margin-top: 30px; } }
    .homepage-intro .homepage-intro_btns .btn {
      flex: 0 0 47.5%;
      padding: 15px 20px;
      margin-bottom: 22px; }
      @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .homepage-intro .homepage-intro_btns .btn {
          font-size: 19px; } }
      @media only screen and (max-width: 500px) {
        .homepage-intro .homepage-intro_btns .btn {
          flex: 0 0 100%; } }

@media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .homepage-gallery {
    margin-top: 120px;
    margin-bottom: 120px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-gallery {
    margin-top: 80px;
    margin-bottom: 80px; } }

@media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
  .homepage-gallery {
    margin-top: 48px;
    margin-bottom: 48px; } }

.homepage-gallery .homepage-gallery_row {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent; }
  .homepage-gallery .homepage-gallery_row:first-child {
    margin-bottom: 8px; }
  .homepage-gallery .homepage-gallery_row:focus-visible {
    border-color: #41a0ff; }

.homepage-gallery .homepage-gallery_slide {
  position: relative;
  margin-right: 16px;
  display: block;
  width: 80%;
  max-width: 790px; }
  .homepage-gallery .homepage-gallery_slide::before {
    content: '';
    display: block;
    padding-bottom: calc(500 / 790 * 100%); }

.homepage-gallery .homepage-gallery_slide_inner {
  position: absolute;
  overflow: hidden; }
  .homepage-gallery .homepage-gallery_slide_inner a.lw_preview_image {
    display: block;
    line-height: 0;
    pointer-events: none;
    visibility: hidden; }
  .homepage-gallery .homepage-gallery_slide_inner picture.lw_image {
    visibility: visible; }
  .homepage-gallery .homepage-gallery_slide_inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .homepage-gallery .homepage-gallery_slide_inner::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 22%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .homepage-gallery .homepage-gallery_slide_inner::after {
        height: 28%; } }

.homepage-gallery .homepage-gallery_slide_caption {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px 18px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .homepage-gallery .homepage-gallery_slide_caption {
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.9); } }
  .homepage-gallery .homepage-gallery_slide_caption a {
    color: #fff;
    text-decoration: underline; }
    .homepage-gallery .homepage-gallery_slide_caption a:hover {
      text-decoration: none; }

.homepage-gallery .homepage-gallery_slide_iframe {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 240ms ease; }

.homepage-gallery .homepage-gallery_slide.is-playing .homepage-gallery_slide_iframe {
  pointer-events: all;
  opacity: 1;
  visibility: visible; }

.homepage-gallery .homepage-gallery_slide_play {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f7f7f7;
  transition: background-color 240ms ease, opacity 240ms ease; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .homepage-gallery .homepage-gallery_slide_play {
      width: 60px;
      height: 60px; } }
  .homepage-gallery .homepage-gallery_slide_play .fa-play {
    color: #cd511c;
    margin-left: 6px;
    margin-top: 1px;
    font-size: 27px;
    transition: color 240ms ease; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .homepage-gallery .homepage-gallery_slide_play .fa-play {
        font-size: 23px; } }
  .homepage-gallery .homepage-gallery_slide_play:hover {
    background-color: #cd511c; }
    .homepage-gallery .homepage-gallery_slide_play:hover .fa-play {
      color: #f7f7f7; }
  .homepage-gallery .homepage-gallery_slide_play:focus {
    outline: 2px dotted #41a0ff;
    outline: auto 2px #41a0ff;
    outline-color: #41a0ff; }

.homepage-gallery .homepage-gallery_slide.is-playing .homepage-gallery_slide_play {
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }

.explore-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media only screen and (max-width: 660px) {
    .explore-grid {
      justify-content: center;
      margin-left: -18px;
      margin-right: -18px; } }
  .explore-grid .explore-more,
  .explore-grid .explore-more_stats {
    margin-top: 0;
    max-width: 465px; }
    @media only screen and (min-width: 1300px) {
      .explore-grid .explore-more,
      .explore-grid .explore-more_stats {
        flex: 0 0 31%;
        margin-bottom: 3.5%; } }
    @media only screen and (min-width: 992px) and (max-width: 1299px) {
      .explore-grid .explore-more,
      .explore-grid .explore-more_stats {
        flex: 0 0 32%;
        margin-bottom: 2%; } }
    @media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .explore-grid .explore-more,
      .explore-grid .explore-more_stats {
        flex: 0 0 48.5%;
        margin-bottom: 3%; }
        .explore-grid .explore-more:last-child:nth-child(2n + 1),
        .explore-grid .explore-more_stats:last-child:nth-child(2n + 1) {
          margin-left: auto;
          margin-right: auto; } }
    @media only screen and (max-width: 660px) {
      .explore-grid .explore-more,
      .explore-grid .explore-more_stats {
        flex: 0 0 100%;
        margin-bottom: 25px; } }
  .explore-grid .statistics {
    margin: 0; }
  .explore-grid .statistics_box {
    position: relative;
    padding: 0; }
    .explore-grid .statistics_box::before {
      position: relative;
      height: 0;
      padding-bottom: 100%; }
  .explore-grid .statistics_box_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 45px 70px; }
    @media only screen and (min-width: 1300px) {
      .explore-grid .statistics_box_inner {
        padding: 55px 65px 70px; } }
  .explore-grid .statistics_headline-small {
    font-size: 6rem;
    margin-bottom: 10px; }
    @media only screen and (min-width: 1300px) {
      .explore-grid .statistics_headline-small {
        font-size: 7rem; } }
  .explore-grid .statistics_summary {
    margin-top: 10px;
    font-size: 1.6rem; }
    @media only screen and (min-width: 1300px) {
      .explore-grid .statistics_summary {
        font-size: 1.8rem; } }

.explore-more {
  position: relative;
  overflow: hidden;
  max-width: 360px;
  margin-top: 40px;
  margin-bottom: 40px; }
  .explore-more::after {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .explore-more .explore-more_inner {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start; }
  .centered .explore-more .explore-more_inner {
    top: 0;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center; }
  .explore-more .explore-more_label {
    padding: 6px 17px 5px;
    border-radius: 15px;
    background-color: #c9501c;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase; }
  .explore-more .explore-more_title {
    position: relative;
    margin: 7px 30px 0 0;
    color: #ffffff;
    font-family: goudy-old-style, serif;
    font-size: 34px;
    line-height: 1; }
    .explore-more .explore-more_title a:focus {
      text-decoration: none; }
    .explore-more .explore-more_title .fa {
      font-size: 24px;
      position: absolute;
      bottom: 0;
      left: 100%;
      margin-left: 10px; }
  .explore-more:not([class*='has-image']) {
    background-color: #cd511c;
    transition: -webkit-filter 240ms ease;
    transition: filter 240ms ease;
    transition: filter 240ms ease, -webkit-filter 240ms ease; }
    .explore-more:not([class*='has-image']):hover {
      -webkit-filter: brightness(1.1);
      filter: brightness(1.1); }
  .explore-more .explore-more_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .explore-more .explore-more_img img {
      max-width: 100%;
      transition: -webkit-filter 240ms ease;
      transition: filter 240ms ease;
      transition: filter 240ms ease, -webkit-filter 240ms ease; }
    .explore-more .explore-more_img::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60%;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
    .law-homepage .explore-more .explore-more_img::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000000;
      opacity: 0.55; }
  .explore-more.instagram .explore-more_img::before, .explore-more.tiktok .explore-more_img::before, .explore-more.youtube .explore-more_img::before, .explore-more.facebook .explore-more_img::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 23%;
    background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
  .explore-more .explore-more_social {
    z-index: 2;
    position: absolute;
    left: 30px;
    top: 28px;
    color: #f7f7f7;
    font-size: 13px;
    line-height: 1;
    font-weight: 500; }
    .explore-more .explore-more_social::before {
      content: '';
      z-index: 1;
      height: 24px;
      vertical-align: middle;
      display: inline-block;
      margin-right: 7px; }
    .explore-more .explore-more_social.instagram::before {
      background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/instagram.png");
      background-size: contain;
      height: 21px;
      width: 21px;
      background-position: center;
      background-repeat: no-repeat; }
    .explore-more .explore-more_social.tiktok::before {
      background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/tiktok.png");
      background-size: contain;
      height: 21px;
      width: 21px;
      background-position: center;
      background-repeat: no-repeat; }
    .explore-more .explore-more_social.youtube::before {
      background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/youtube.png");
      background-size: contain;
      height: 21px;
      width: 21px;
      background-position: center;
      background-repeat: no-repeat; }
    .explore-more .explore-more_social.facebook::before {
      background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/facebook.png");
      background-size: contain;
      height: 21px;
      width: 21px;
      background-position: center;
      background-repeat: no-repeat; }
  .explore-more:hover .explore-more_img img {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1); }

section.social {
  background-color: #f2f2f2; }

.news-carousel .swiper-wrapper {
  align-items: stretch; }

.news-carousel.swiper-container-initialized .swiper-slide {
  pointer-events: none;
  opacity: 0.25;
  transition: opacity 600ms ease; }

.news-carousel.swiper-container-initialized .swiper-slide-active {
  opacity: 1;
  pointer-events: all; }

@media only screen and (min-width: 660px) {
  .news-carousel.swiper-container-initialized .swiper-slide-next {
    opacity: 1;
    pointer-events: all; } }

@media only screen and (min-width: 1500px) {
  .news-carousel.swiper-container-initialized .swiper-slide-next + .swiper-slide {
    opacity: 1;
    pointer-events: all; } }

@media all and (-ms-high-contrast: none) {
  .news-carousel .swiper-slide {
    opacity: 1 !important; } }

.news-carousel .news-carousel_slide {
  height: auto;
  max-width: 550px;
  border: 1px solid #d6d6d6;
  background-color: #fff; }

.news-carousel .news-carousel_image a {
  line-height: 0;
  display: block; }

.news-carousel .news-carousel_text {
  padding: 27px 32px 42px;
  max-height: 260px; }

.news-carousel .news-carousel_title {
  margin: 0 0 8px;
  color: #343430;
  font-family: goudy-old-style, serif;
  font-size: 26px;
  line-height: 1; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .news-carousel .news-carousel_title {
      font-size: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-carousel .news-carousel_title {
      font-size: 28px; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .news-carousel .news-carousel_title {
      font-size: 26px;
      line-height: 1.05; } }
  @media only screen and (max-width: 435px) {
    .news-carousel .news-carousel_title {
      font-size: 24px;
      line-height: 1.2; } }
  .news-carousel .news-carousel_title a:focus {
    outline: none; }
  .news-carousel .news-carousel_title a:focus-within {
    outline: 2px dotted #41a0ff;
    outline: auto 2px #41a0ff;
    outline-color: #41a0ff; }

.news-carousel .news-carousel_summary {
  color: #555555;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500; }
  .news-carousel .news-carousel_summary a {
    color: #cd511c;
    font-weight: 700; }
    .news-carousel .news-carousel_summary a:hover, .news-carousel .news-carousel_summary a:focus {
      text-decoration: underline; }

.news-carousel .swiper-button-prev,
.news-carousel .swiper-button-next {
  transition: opacity 0.3s ease; }
  .news-carousel .swiper-button-prev::after,
  .news-carousel .swiper-button-next::after {
    background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/chevron.svg");
    background-size: contain;
    height: 46px;
    width: 24px;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block; }
    @media only screen and (min-width: 992px) and (max-width: 1299px) {
      .news-carousel .swiper-button-prev::after,
      .news-carousel .swiper-button-next::after {
        width: 18px;
        height: 35px; } }
  .news-carousel .swiper-button-prev:hover,
  .news-carousel .swiper-button-next:hover {
    opacity: 0.7; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .news-carousel .swiper-button-prev,
    .news-carousel .swiper-button-next {
      display: none; } }

.news-carousel .swiper-button-prev {
  transform: rotate(180deg); }
  @media only screen and (min-width: 1300px) {
    .news-carousel .swiper-button-prev {
      left: 30px; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .news-carousel .swiper-button-prev {
      left: 25px; } }

@media only screen and (min-width: 1300px) {
  .news-carousel .swiper-button-next {
    right: 30px; } }

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .news-carousel .swiper-button-next {
    right: 25px; } }

.featured-story {
  display: flex;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .featured-story {
      flex-wrap: wrap; } }

.featured-story_image {
  line-height: 0; }
  @media (max-width: 767px) {
    .featured-story_image {
      flex: 0 0 100%;
      text-align: center; }
      .featured-story_image img {
        width: auto; } }
  @media (min-width: 768px) {
    .featured-story_image {
      flex: 0 0 46%;
      padding-right: 46px; } }
  @media (min-width: 1300px) {
    .featured-story_image {
      flex: 0 0 53%;
      padding-right: 56px; } }
  @media (min-width: 1520px) {
    .featured-story_image {
      flex: 0 0 56%;
      margin-left: -120px;
      padding-right: 64px; } }
  .featured-story_image img {
    transition: -webkit-filter 240ms ease;
    transition: filter 240ms ease;
    transition: filter 240ms ease, -webkit-filter 240ms ease; }
  .featured-story_image a:hover img {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1); }

.featured-story_title {
  margin: 50px 0 20px;
  color: #343430;
  font-family: goudy-old-style, serif;
  font-size: 4.8rem;
  line-height: 1.08;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal; }
  @media (max-width: 1299px) {
    .featured-story_title {
      margin-top: 20px;
      font-size: 4rem; } }
  @media (max-width: 991px) {
    .featured-story_title {
      margin-top: 15px;
      font-size: 3.4rem; } }
  @media (max-width: 767px) {
    .featured-story_title {
      margin-top: 30px;
      font-size: 2.7rem; } }

.featured-story_summary {
  margin-bottom: 75px;
  color: #555555;
  font-size: 1.8rem;
  line-height: 1.89;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal; }
  @media (max-width: 1299px) {
    .featured-story_summary {
      margin-bottom: 35px; } }
  @media (max-width: 767px) {
    .featured-story_summary {
      margin-bottom: 30px;
      font-size: 1.7rem;
      line-height: 1.3; } }

.homepage-prefooter {
  position: relative;
  z-index: 0;
  height: auto;
  min-height: calc(715 / 1440 * 100vw); }
  @media only screen and (min-width: 1600px) {
    .homepage-prefooter {
      min-height: 0;
      height: 790px; } }
  .homepage-prefooter .homepage-prefooter_inner {
    padding-top: 145px;
    padding-bottom: 120px;
    text-align: center; }
  .homepage-prefooter .homepage-prefooter_title {
    background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/large-l-and-c-is.png");
    background-size: contain;
    height: 145px;
    width: 253px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 5px; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .homepage-prefooter .homepage-prefooter_title {
        background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/small-l-and-c-is.png");
        background-size: contain;
        height: 90px;
        width: 190px;
        background-position: center;
        background-repeat: no-repeat; } }
  .homepage-prefooter .homepage-prefooter_words {
    margin: 0 auto 18px;
    max-width: 1000px;
    color: #ffffff;
    font-family: goudy-old-style, serif;
    font-size: 96px;
    line-height: 1.25; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .homepage-prefooter .homepage-prefooter_words {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 82px;
        line-height: 1.33; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .homepage-prefooter .homepage-prefooter_words {
        margin-top: 30px;
        margin-bottom: 40px;
        font-size: 48px;
        line-height: 1.33; } }
    @media only screen and (max-width: 435px) {
      .homepage-prefooter .homepage-prefooter_words {
        font-size: 42px; } }
  .homepage-prefooter .homepage-prefooter_name {
    color: #ffffff;
    font-family: franklin-gothic-urw, sans-serif;
    font-size: 16px;
    line-height: 1.87;
    text-decoration: underline;
    text-transform: uppercase; }
  .homepage-prefooter .homepage-prefooter_image {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 1440px) {
      .homepage-prefooter .homepage-prefooter_image img {
        height: 100%; } }
    .homepage-prefooter .homepage-prefooter_image a {
      display: block;
      line-height: 0;
      pointer-events: none; }
    .homepage-prefooter .homepage-prefooter_image::after {
      content: '';
      display: block;
      background-color: rgba(17, 17, 17, 0.54); }

.law-hero {
  position: relative;
  background-color: #343430; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .law-hero {
      min-height: 570px; }
      .law-hero::after {
        content: '';
        display: block;
        padding-bottom: calc(690 / 1440 * 100%); } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .law-hero {
      height: 540px; } }
  .law-hero .law-hero_image {
    position: absolute;
    z-index: 0; }
    .law-hero .law-hero_image img {
      z-index: -1;
      height: 100%; }
    .law-hero .law-hero_image::after {
      display: block;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 85%;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
      @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
        .law-hero .law-hero_image::after {
          height: 100%; } }
  .law-hero .law-hero_inner {
    z-index: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .law-hero .law-hero_inner .container {
      display: flex;
      flex-direction: column;
      align-items: center; }
  .law-hero .law-hero_title {
    margin: 0 0 20px;
    color: #ffffff;
    font-family: goudy-old-style, serif;
    line-height: 1.08;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-align: center; }
    @media only screen and (min-width: 1300px) {
      .law-hero .law-hero_title {
        font-size: 9.6rem; } }
    @media only screen and (min-width: 992px) and (max-width: 1299px) {
      .law-hero .law-hero_title {
        font-size: 8rem; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .law-hero .law-hero_title {
        font-size: 5.2rem; } }
    @media only screen and (min-width: 580px) and (max-width: 767px) {
      .law-hero .law-hero_title {
        font-size: 4.8rem;
        margin-bottom: 34px; } }
    @media only screen and (max-width: 579px) {
      .law-hero .law-hero_title {
        font-size: 4rem;
        margin-bottom: 15px; } }
  .law-hero .law-hero_text {
    max-width: 800px;
    margin-bottom: 30px;
    color: #f7f7f7;
    font-size: 1.8rem;
    line-height: 1.89;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    text-align: center; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .law-hero .law-hero_text {
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 25px; } }
  .law-hero .law-hero_btn.law-hero_btn {
    width: auto;
    margin-bottom: 65px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .law-hero .law-hero_btn.law-hero_btn {
        max-width: 80%;
        padding-left: 40px;
        padding-right: 65px; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .law-hero .law-hero_btn.law-hero_btn {
        margin-bottom: 35px;
        padding: 14px 20px;
        font-size: 18px; }
        .law-hero .law-hero_btn.law-hero_btn::after {
          display: none !important; } }

.law-intro {
  position: relative;
  padding-top: calc(56px + 16px);
  margin-top: 55px;
  margin-bottom: 40px;
  max-width: 890px;
  text-align: center;
  color: #555555;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.89; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .law-intro {
      padding-top: calc(46px + 16px);
      margin-top: 45px;
      margin-bottom: 30px;
      font-size: 16px; } }
  .law-intro::before {
    background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/logo-shield.svg");
    background-size: contain;
    height: 56px;
    width: 42px;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
    right: 50%;
    top: 0;
    margin-right: -21px; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .law-intro::before {
        width: 34px;
        height: 46px;
        margin-left: -17px; } }
  .law-intro h2 {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    color: #343430;
    font-family: goudy-old-style, serif;
    font-size: 48px;
    line-height: 1.08; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .law-intro h2 {
        font-size: 32px;
        margin-bottom: 20px; } }
  .law-intro a {
    color: #c9501c;
    font-weight: 700;
    font-style: normal; }

.big-video {
  position: relative;
  margin: 0 auto 20px;
  max-width: 980px; }
  .big-video::before {
    content: '';
    display: block;
    padding-bottom: calc(550 / 980 * 100%); }
  .big-video .big-video_title {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 26px;
    color: #ffffff;
    font-family: goudy-old-style, serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal; }
  .big-video .big-video_image {
    position: absolute;
    overflow: hidden;
    z-index: 0; }
    .big-video .big-video_image a.lw_preview_image {
      display: block;
      line-height: 0;
      pointer-events: none;
      visibility: hidden; }
    .big-video .big-video_image picture.lw_image {
      visibility: visible; }
    .big-video .big-video_image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
    .big-video .big-video_image::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 22%;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
      @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
        .big-video .big-video_image::after {
          height: 28%; } }
  .big-video .big-video_iframe {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 240ms ease; }
  .big-video.is-playing .big-video_iframe {
    pointer-events: all;
    opacity: 1;
    visibility: visible; }
  .big-video .big-video_play {
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f7f7f7;
    transition: background-color 240ms ease, opacity 240ms ease; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .big-video .big-video_play {
        width: 60px;
        height: 60px; } }
    .big-video .big-video_play .fa-play {
      color: #cd511c;
      margin-left: 6px;
      margin-top: 1px;
      font-size: 27px;
      transition: color 240ms ease; }
      @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
        .big-video .big-video_play .fa-play {
          font-size: 23px; } }
    .big-video .big-video_play:hover {
      background-color: #cd511c; }
      .big-video .big-video_play:hover .fa-play {
        color: #f7f7f7; }
    .big-video .big-video_play:focus {
      outline: 2px dotted #41a0ff;
      outline: auto 2px #41a0ff;
      outline-color: #41a0ff; }
  .big-video.is-playing .big-video_play {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }

.faculty-carousel .swiper-wrapper {
  align-items: stretch; }

.faculty-carousel.swiper-container-initialized .swiper-slide {
  pointer-events: none;
  opacity: 0.25;
  transition: opacity 600ms ease; }

.faculty-carousel.swiper-container-initialized .swiper-slide-active {
  opacity: 1;
  pointer-events: all; }

@media only screen and (min-width: 992px) {
  .faculty-carousel.swiper-container-initialized .swiper-slide-next {
    opacity: 1;
    pointer-events: all; } }

@media only screen and (min-width: 1800px) {
  .faculty-carousel.swiper-container-initialized .swiper-slide-next + .swiper-slide {
    opacity: 1;
    pointer-events: all; } }

@media all and (-ms-high-contrast: none) {
  .faculty-carousel .swiper-slide {
    opacity: 1 !important; } }

.faculty-carousel .faculty-carousel_slide {
  height: auto; }
  @media only screen and (min-width: 540px) {
    .faculty-carousel .faculty-carousel_slide {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; } }
  @media only screen and (max-width: 539px) {
    .faculty-carousel .faculty-carousel_slide {
      text-align: center; } }

@media only screen and (min-width: 540px) {
  .faculty-carousel .faculty-carousel_image {
    flex: 0 0 30%; } }

@media only screen and (min-width: 660px) {
  .faculty-carousel .faculty-carousel_image {
    flex: 0 0 auto; } }

.faculty-carousel .faculty-carousel_image a {
  line-height: 0;
  display: block; }

.faculty-carousel .faculty-carousel_image img {
  transition: -webkit-filter 240ms ease;
  transition: filter 240ms ease;
  transition: filter 240ms ease, -webkit-filter 240ms ease; }

.faculty-carousel .faculty-carousel_image a:hover img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1); }

.faculty-carousel .faculty-carousel_text {
  padding: 12px 0 0; }
  @media only screen and (min-width: 540px) {
    .faculty-carousel .faculty-carousel_text {
      padding: 2px 32px 0px; } }
  .faculty-carousel .faculty-carousel_text a .faculty-carousel_name:hover,
  .faculty-carousel .faculty-carousel_text a .faculty-carousel_title:hover {
    text-decoration: underline; }
  .faculty-carousel .faculty-carousel_text a .faculty-carousel_name:focus,
  .faculty-carousel .faculty-carousel_text a .faculty-carousel_title:focus {
    outline: none; }
  .faculty-carousel .faculty-carousel_text a .faculty-carousel_name:focus-within,
  .faculty-carousel .faculty-carousel_text a .faculty-carousel_title:focus-within {
    outline: 2px dotted #41a0ff;
    outline: auto 2px #41a0ff;
    outline-color: #41a0ff; }

.faculty-carousel .faculty-carousel_name {
  margin: 0 0 8px;
  color: #343430;
  font-family: goudy-old-style, serif;
  line-height: 1;
  font-size: 30px; }

.faculty-carousel .faculty-carousel_title {
  margin: 0 0 8px;
  color: #343430;
  font-family: franklin-gothic-urw, sans-serif;
  line-height: 1;
  font-weight: bold; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .faculty-carousel .faculty-carousel_title {
      font-size: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faculty-carousel .faculty-carousel_title {
      font-size: 18px; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .faculty-carousel .faculty-carousel_title {
      font-size: 16px;
      line-height: 1.05; } }
  @media only screen and (max-width: 435px) {
    .faculty-carousel .faculty-carousel_title {
      font-size: 16px;
      line-height: 1.2; } }

.faculty-carousel .faculty-carousel_summary {
  color: #343430;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 14px;
  line-height: 18px; }

.faculty-carousel .swiper-button-prev,
.faculty-carousel .swiper-button-next {
  transition: opacity 0.3s ease; }
  .faculty-carousel .swiper-button-prev::after,
  .faculty-carousel .swiper-button-next::after {
    background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/chevron.svg");
    background-size: contain;
    height: 46px;
    width: 24px;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block; }
    @media only screen and (min-width: 992px) and (max-width: 1299px) {
      .faculty-carousel .swiper-button-prev::after,
      .faculty-carousel .swiper-button-next::after {
        width: 18px;
        height: 35px; } }
  .faculty-carousel .swiper-button-prev:hover,
  .faculty-carousel .swiper-button-next:hover {
    opacity: 0.7; }

.faculty-carousel .swiper-button-prev {
  transform: rotate(180deg); }
  @media only screen and (min-width: 1300px) {
    .faculty-carousel .swiper-button-prev {
      left: 30px; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .faculty-carousel .swiper-button-prev {
      left: 25px; } }

@media only screen and (min-width: 1300px) {
  .faculty-carousel .swiper-button-next {
    right: 30px; } }

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .faculty-carousel .swiper-button-next {
    right: 25px; } }

.image-callout {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .image-callout {
      padding-top: 80px;
      min-height: 610px; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .image-callout {
      background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/black-texture.jpg");
      background-size: contain;
      height: auto;
      width: auto;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      padding: 65px 43px 70px;
      color: #f7f7f7;
      margin-left: -18px;
      margin-right: -18px;
      padding: 60px 38px; } }
  @media only screen and (max-width: 579px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 580px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 579px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 580px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (max-width: 991px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 579px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 580px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 768px) and (max-width: 991px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 579px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 580px) and (max-width: 767px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (max-width: 991px) and (min-device-pixel-ratio: 1.5) {
    .image-callout {
      background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/black-texture@2x.jpg"); } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .image-callout::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(17, 17, 17, 0.8); } }
  @media only screen and (max-width: 579px) {
    .image-callout {
      padding: 30px 18px; } }
  .image-callout .image-callout_box {
    z-index: 1;
    position: relative;
    color: #f7f7f7;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .image-callout .image-callout_box {
        background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/black-texture.jpg");
        background-size: contain;
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 404px;
        padding: 65px 43px 70px; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (max-width: 1299px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 1300px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (max-width: 1299px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 1300px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 992px) and (max-width: 1299px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 1300px) and (min-device-pixel-ratio: 1.5) {
    .image-callout .image-callout_box {
      background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/black-texture@2x.jpg"); } }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
        .image-callout .image-callout_box::before {
          content: '';
          display: block;
          z-index: -1;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(17, 17, 17, 0.8); } }
    .image-callout .image-callout_box h2,
    .image-callout .image-callout_box h3,
    .image-callout .image-callout_box h4 {
      margin: 0 0 5px;
      color: #ffffff;
      font-family: goudy-old-style, serif;
      font-size: 4.8rem;
      line-height: 1.08;
      font-weight: 700; }
      @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .image-callout .image-callout_box h2,
        .image-callout .image-callout_box h3,
        .image-callout .image-callout_box h4 {
          font-size: 32px;
          margin-bottom: 10px; } }
    .image-callout .image-callout_box a {
      text-decoration: underline; }
      .image-callout .image-callout_box a:hover {
        text-decoration: none; }
    .image-callout .image-callout_box p:last-child a:last-child {
      margin-top: 40px; }
      @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .image-callout .image-callout_box p:last-child a:last-child {
          margin-top: 20px; } }
  .image-callout .image-callout_img {
    z-index: 0;
    position: relative;
    line-height: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .image-callout .image-callout_img {
        position: absolute;
        right: 0;
        top: 0;
        height: auto;
        width: 80%;
        max-width: 926px; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .image-callout .image-callout_img {
        margin-bottom: 25px; } }
  .image-callout img {
    width: 100%;
    height: auto; }

/*      Resource ID: e9aef3cc5381c786cbfa6152c82 (aos.css, minified by none) (01/22/2026 7:00pm) (A:26053, B:26053, J:26053, K:26053)      */

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}

/*      Resource ID: ea1e3f084df98a7b4794f45aad5 (style-2026.scss, compiled by node-sass, minified by none) (01/23/2026 6:32pm) (A:380, B:380, C:27948, D:28048, F:28048, J:28048, K:28048)      */


.separator {
  width: 100%;
  height: 16px;
  margin: 30px auto;
  background-color: #F47721; }
  .separator.wood {
    height: 32px;
    background-image: url("/live/resource/image/_ingredients/themes/2026-homepages/images/separator-wood-texture.png");
    background-size: cover; }

html body {
  line-height: 1.4; }

.row {
  margin: 0; }

.section-footer-link {
  display: inline-block;
  float: right;
  margin: 30px 0;
  padding: 4px 8px;
  background-color: #231F20;
  -webkit-font-smoothing: antialiased;
  color: white;
  background-color: #F47721;
  font-size: 18px;
  font-weight: bold; }
  .section-footer-link a, .section-footer-link p, .section-footer-link ul, .section-footer-link ol, .section-footer-link h1, .section-footer-link h2, .section-footer-link h3, .section-footer-link h4, .section-footer-link h5, .section-footer-link h6, .section-footer-link .h1, .section-footer-link .h2, .section-footer-link .h3, .section-footer-link .h4, .section-footer-link .h5, .section-footer-link .h6 {
    color: white; }
  .section-footer-link a:hover {
    color: white; }
  .section-footer-link:is(a, p, ul, ol, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .section-footer-link:has(a, p, ul, ol, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    background-color: #C75000; }
  .section-footer-link:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    margin-left: 8px;
    font-size: .9em;
    content: "\f061"; }

#site-content {
  position: sticky;
  top: 0;
  margin-top: 0; }
  body[data-scroll="500"] #site-content {
    position: relative;
    margin-top: 500px; }
  #site-content > section > div:not(.statistics-2026):not(.three-school-links) {
    padding: 40px 0; }
  @media screen and (min-width: 581px) {
    #site-content > section > div:not(.statistics-2026):not(.three-school-links) {
      padding: 60px 0; } }

.dark-blur {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4); }
  .dark-blur > * {
    position: relative;
    z-index: 2; }
  .dark-blur:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(2px);
    z-index: 1; }

.logo {
  width: 100%;
  position: absolute;
  top: 20px;
  height: 400px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .hero-feature .logo {
    height: 350px; }
    .hero-feature .logo img {
      max-width: 65%; } }

@media only screen and (max-width: 435px), only screen and (max-width: 579px) {
  .hero-feature .logo {
    height: 325px; } }

.video-hero .hero-top {
  height: 400px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4); }
  .video-hero .hero-top > * {
    position: relative;
    z-index: 2; }
  .video-hero .hero-top:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(2px);
    z-index: 1; }
  @media screen and (max-width: 767px) {
    .video-hero .hero-top {
      height: 325px; } }
  @media only screen and (max-width: 435px), only screen and (max-width: 579px) {
    .video-hero .hero-top {
      height: 275px; } }

.video-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 0 60px;
  z-index: 1; }
  .video-hero .overlay .logo {
    padding: 100px 0 120px; }
    .video-hero .overlay .logo img {
      width: 50%;
      max-width: 362px;
      height: auto; }
  .video-hero .overlay [class*='border'] {
    border-width: 3px !important;
    border-color: white !important; }
  .video-hero .overlay [class*='padding'] {
    padding: 15px 30px; }
  .video-hero .overlay .h1,
  .video-hero .overlay .h2 {
    font-weight: normal;
    margin: 0;
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    -webkit-font-smoothing: antialiased; }
  .video-hero .overlay .h1 {
    font-size: 96px;
    font-style: italic; }
    @media screen and (max-width: 767px) {
      .video-hero .overlay .h1 {
        font-size: 75px; } }
  .video-hero .overlay .h2 {
    font-size: 64px; }
    .video-hero .overlay .h2 em {
      padding-left: 15px; }
  @media only screen and (max-width: 1299px) {
    .video-hero .overlay .hero-feature-first-word {
      zoom: 0.8; } }
  @media only screen and (max-width: 991px) {
    .video-hero .overlay .hero-feature-first-word {
      zoom: 0.6; } }
  @media only screen and (max-width: 767px) {
    .video-hero .overlay .hero-feature-first-word {
      zoom: 0.6; } }
  @media only screen and (max-width: 579px) {
    .video-hero .overlay .hero-feature-first-word {
      zoom: 0.5; }
      .video-hero .overlay .hero-feature-first-word .matrix {
        zoom: 1.3; } }
  .video-hero .overlay .first-word {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center; }
    .video-hero .overlay .first-word > * {
      position: relative;
      z-index: 2; }
    .video-hero .overlay .first-word:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      backdrop-filter: blur(2px);
      z-index: 1; }
  .video-hero .overlay .matrix {
    margin-bottom: 60px;
    position: relative;
    width: 240px;
    height: 300px;
    border-right: 3px solid #fff; }
    .video-hero .overlay .matrix .box {
      position: absolute;
      width: 25%;
      height: 20%;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #ffffff33;
      transition: background-color 0.5s; }
      body[data-scroll='500'] .video-hero .overlay .matrix .box {
        background-color: #00000066; }
      .video-hero .overlay .matrix .box.video-control {
        background-color: #00000066; }
        body[data-scroll='500'] .video-hero .overlay .matrix .box.video-control {
          background-color: #000000ff; }
      .video-hero .overlay .matrix .box button {
        border: none;
        background-color: transparent; }
        .video-hero .overlay .matrix .box button:hover {
          transform: scale(1.2); }
      .video-hero .overlay .matrix .box.video-caption {
        right: 50%;
        top: 40%;
        width: auto;
        height: auto;
        color: white;
        border: 3px solid white;
        margin: -3px -3px 0 -150px;
        padding: 25px;
        background: #000;
        min-height: calc(60% + 3px);
        display: none; }
        .video-hero .overlay .matrix .box.video-caption a {
          color: #F47721;
          text-decoration: underline; }
          .video-hero .overlay .matrix .box.video-caption a:hover {
            text-decoration: none; }
      @media only screen and (max-width: 435px), only screen and (max-width: 579px) {
        .video-hero .overlay .matrix .box {
          border-left: 1px solid white;
          border-bottom: 1px solid white; } }
    .video-hero .overlay .matrix .x1 {
      right: 75%; }
    .video-hero .overlay .matrix .x2 {
      right: 50%; }
    .video-hero .overlay .matrix .x3 {
      right: 25%; }
    .video-hero .overlay .matrix .x4 {
      right: 0; }
    .video-hero .overlay .matrix .y1 {
      top: 0; }
    .video-hero .overlay .matrix .y2 {
      top: 20%; }
    .video-hero .overlay .matrix .y3 {
      top: 40%; }
    .video-hero .overlay .matrix .y4 {
      top: 60%; }
    .video-hero .overlay .matrix .y5 {
      top: 80%; }
    .video-hero .overlay .matrix .fa {
      font-size: 28px;
      text-align: center;
      color: white; }
    @media only screen and (max-width: 435px), only screen and (max-width: 579px) {
      .video-hero .overlay .matrix {
        zoom: 1.63 !important;
        border-right: 1px solid white; }
        .video-hero .overlay .matrix .x3.y3,
        .video-hero .overlay .matrix .x4.y3 {
          display: none; }
        .video-hero .overlay .matrix .y4 {
          top: 40%; }
        .video-hero .overlay .matrix .y5 {
          top: 60%; } }

.video-hero.show-caption .video-caption {
  display: block !important; }

.video-hero.muted .lw_vimeo_mute {
  display: none; }

.video-hero.muted .lw_vimeo_unmute {
  display: block; }

.video-hero:not(.muted) .lw_vimeo_mute {
  display: block; }

.video-hero:not(.muted) .lw_vimeo_unmute {
  display: none; }

.video-hero .lw_vimeo_play {
  display: none;
  visibility: hidden; }

.video-hero.paused .lw_vimeo_play {
  display: block;
  visibility: visible; }

.video-hero.paused .lw_vimeo_pause {
  display: none; }

.video-hero-video {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 435px), only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .video-hero-video {
      display: flex;
      justify-content: center; } }
  @media only screen and (min-width: 1300px) {
    .video-hero-video {
      min-height: 900px;
      height: 900px !important; } }
  @media only screen and (max-width: 1299px) {
    .video-hero-video {
      min-height: 800px;
      height: 800px !important; } }
  @media only screen and (max-width: 991px) {
    .video-hero-video {
      min-height: 700px;
      height: 700px !important; } }
  @media only screen and (max-width: 767px) {
    .video-hero-video {
      min-height: 75vh;
      height: 75vh !important; } }
  .video-hero-video:has(.fluid-width-video-wrapper) {
    visibility: visible;
    opacity: 1;
    height: auto; }
  .video-hero-video img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

#homepage-video,
#homepage-video > .container-fluid {
  height: 100%; }

.video-hero-video {
  visibility: hidden;
  transition: opacity 0.5s;
  opacity: 0;
  height: 80vh; }
  .video-hero-video:has(.fluid-width-video-wrapper) {
    visibility: visible;
    opacity: 1;
    height: auto; }
  .video-hero-video .fluid-width-video-wrapper {
    padding-top: 56.25% !important;
    aspect-ratio: 16/9;
    height: 100%;
    width: unset; }
    .video-hero-video .fluid-width-video-wrapper iframe {
      border: none; }
  .video-hero-video:before {
    content: '';
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(8deg, rgba(0, 0, 0, 0.5) 3%, rgba(0, 0, 0, 0) 55%);
    pointer-events: none; }
  .video-hero-video .lw_vimeo_pause,
  .video-hero-video .lw_vimeo_play {
    position: absolute;
    top: 3%;
    right: 1%;
    padding: 0.5rem 1rem;
    border: none;
    background-color: transparent;
    color: white;
    border-radius: 10px;
    line-height: 1; }
    .video-hero-video .lw_vimeo_pause:hover,
    .video-hero-video .lw_vimeo_play:hover {
      background-color: black; }
  .video-hero-video .lw_vimeo_play {
    display: none; }
  .video-hero-video.paused .lw_vimeo_play {
    display: block; }
  .video-hero-video.paused .lw_vimeo_pause {
    display: none; }

.inst-homepage-intro {
  background-color: #231f20;
  -webkit-font-smoothing: antialiased;
  color: white;
  padding-bottom: 30px;
  overflow: hidden; }
  .inst-homepage-intro a,
  .inst-homepage-intro p,
  .inst-homepage-intro ul,
  .inst-homepage-intro ol,
  .inst-homepage-intro h1,
  .inst-homepage-intro h2,
  .inst-homepage-intro h3,
  .inst-homepage-intro h4,
  .inst-homepage-intro h5,
  .inst-homepage-intro h6,
  .inst-homepage-intro .h1,
  .inst-homepage-intro .h2,
  .inst-homepage-intro .h3,
  .inst-homepage-intro .h4,
  .inst-homepage-intro .h5,
  .inst-homepage-intro .h6 {
    color: white; }
  .inst-homepage-intro a:hover {
    color: white; }
  .inst-homepage-intro .intro-first .h2 {
    font-weight: bold;
    font-family: helvetica-neue-lt-pro, sans-serif;
    margin: 0; }
  @media screen and (max-width: 580px) {
    .inst-homepage-intro #intro-left {
      font-size: 80%; }
    .inst-homepage-intro .intro-second {
      font-size: 90%;
      padding-left: 0;
      padding-top: 12px; } }

.institutional-homepage .three-links {
  position: relative; }
  .institutional-homepage .three-links:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/images/palatine-topo-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.6; }

/* -------------------------------------------------------------------------- */
/*                            college-homepage.scss                           */
/* -------------------------------------------------------------------------- */
.cas-homepage .homepage-quote .homepage-quote_item blockquote:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px; }

.cas-homepage .homepage-section:has(+ section.social) {
  margin-bottom: 30px; }

.cas-homepage section:has(> .program-finder) + .homepage-section {
  margin-top: 60px; }

.cas-homepage .homepage-intro_btns .btn.style-1:before,
.cas-homepage .homepage-intro_btns .btn.style-2:before {
  background-image: url("/live/resource/image/_ingredients/themes/global/assets/images/search-overlay-tree-rings-fill.jpg");
  background-position: center left;
  background-size: 175%; }

.cas-homepage section.social .social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  float: right;
  margin: 0 0 0 16px; }
  .cas-homepage section.social .social-links li {
    display: inline-block;
    margin-right: 2px;
    margin: 0; }
  .cas-homepage section.social .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 1px;
    color: #ffffff;
    background-color: #C75000;
    font-size: 13px; }
    .cas-homepage section.social .social-links a:hover {
      background-color: #000; }

@media only screen and (max-width: 435px) {
  .cas-homepage .homepage-section:has(+ section.social) {
    margin-bottom: 0; } }

@media screen and (max-width: 992px) {
  .cas-homepage .statistics-2026 {
    padding: 25px 0; } }

@media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .cas-homepage .homepage-gallery {
    margin-top: 120px;
    margin-bottom: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cas-homepage .homepage-gallery {
    margin-top: 80px;
    margin-bottom: 20px; } }

/* -------------------------------------------------------------------------- */
/*                            grad-homepage.scss                           */
/* -------------------------------------------------------------------------- */
.grad-homepage .homepage-quote .homepage-quote_item blockquote:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px; }

.grad-homepage .homepage-section:has(+ section.social) {
  margin-bottom: 30px; }

.grad-homepage section:has(> .program-finder) + .homepage-section {
  margin-top: 60px; }

.grad-homepage .homepage-intro_btns .btn.style-1:before,
.grad-homepage .homepage-intro_btns .btn.style-2:before {
  background-image: url("/live/resource/image/_ingredients/themes/global/assets/images/search-overlay-tree-rings-fill.jpg");
  background-position: center left;
  background-size: 175%; }

.grad-homepage section.social .social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  float: right;
  margin: 0 0 0 16px; }
  .grad-homepage section.social .social-links li {
    display: inline-block;
    margin-right: 2px;
    margin: 0; }
  .grad-homepage section.social .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 1px;
    color: #ffffff;
    background-color: #C75000;
    font-size: 13px; }
    .grad-homepage section.social .social-links a:hover {
      background-color: #000; }

@media only screen and (max-width: 435px) {
  .grad-homepage .homepage-section:has(+ section.social) {
    margin-bottom: 0; } }

@media screen and (max-width: 992px) {
  .grad-homepage .statistics-2026 {
    padding: 25px 0; } }

@media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .grad-homepage .homepage-gallery {
    margin-top: 120px;
    margin-bottom: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grad-homepage .homepage-gallery {
    margin-top: 80px;
    margin-bottom: 20px; } }

/* -------------------------------------------------------------------------- */
/*                            law-homepage.scss                           */
/* -------------------------------------------------------------------------- */
.law-homepage .homepage-quote .homepage-quote_item blockquote:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px; }

.law-homepage .homepage-section:has(+ section.social) {
  margin-bottom: 30px; }

.law-homepage section:has(> .program-finder) + .homepage-section {
  margin-top: 60px; }

.law-homepage .homepage-intro_btns .btn.style-1:before,
.law-homepage .homepage-intro_btns .btn.style-2:before {
  background-image: url("/live/resource/image/_ingredients/themes/global/assets/images/search-overlay-tree-rings-fill.jpg");
  background-position: center left;
  background-size: 175%; }

.law-homepage section.social .social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  float: right;
  margin: 0 0 0 16px; }
  .law-homepage section.social .social-links li {
    display: inline-block;
    margin-right: 2px;
    margin: 0; }
  .law-homepage section.social .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 1px;
    color: #ffffff;
    background-color: #C75000;
    font-size: 13px; }
    .law-homepage section.social .social-links a:hover {
      background-color: #000; }

@media only screen and (max-width: 435px) {
  .law-homepage .homepage-section:has(+ section.social) {
    margin-bottom: 0; } }

@media screen and (max-width: 992px) {
  .law-homepage .statistics-2026 {
    padding: 25px 0; } }

@media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .law-homepage .homepage-gallery {
    margin-top: 120px;
    margin-bottom: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .law-homepage .homepage-gallery {
    margin-top: 80px;
    margin-bottom: 20px; } }

.news-spotlight {
  overflow: hidden;
  background-color: #231F20;
  -webkit-font-smoothing: antialiased;
  color: white;
  padding-top: 50px; }
  .news-spotlight a, .news-spotlight p, .news-spotlight ul, .news-spotlight ol, .news-spotlight h1, .news-spotlight h2, .news-spotlight h3, .news-spotlight h4, .news-spotlight h5, .news-spotlight h6, .news-spotlight .h1, .news-spotlight .h2, .news-spotlight .h3, .news-spotlight .h4, .news-spotlight .h5, .news-spotlight .h6 {
    color: white; }
  .news-spotlight a:hover {
    color: white; }
  .news-spotlight a {
    color: white !important; }
  .news-spotlight .newsroom-widget-header {
    margin-top: 0 !important; }
  .news-spotlight .swiper-button-next,
  .news-spotlight .swiper-button-prev {
    color: white; }
  .news-spotlight .swiper-button-prev,
  .news-spotlight .swiper-button-next {
    transition: opacity 0.3s ease; }
    .news-spotlight .swiper-button-prev::after,
    .news-spotlight .swiper-button-next::after {
      background-image: url("/live/resource/image/_ingredients/themes/2021-homepages/img/chevron-white.svg") !important; }
    .news-spotlight .swiper-button-prev:hover,
    .news-spotlight .swiper-button-next:hover {
      opacity: 0.7; }

.statistics-2026 {
  padding: 60px 0; }
  @media screen and (max-width: 992px) {
    .statistics-2026 {
      padding: 25px 0; } }
  @media screen and (max-width: 660px) {
    .statistics-2026 {
      padding-top: 0; }
      .statistics-2026 .separator.wood {
        height: 55px;
        margin-top: 0; } }

.homepage-statistics-slider {
  padding: 30px 90px; }
  @media only screen and (max-width: 1299px) {
    .homepage-statistics-slider {
      padding: 30px 60px; } }
  @media only screen and (max-width: 991px) {
    .homepage-statistics-slider {
      padding: 30px 15px 45px 15px; } }
  .homepage-statistics-slider .h1 {
    font-weight: normal;
    display: block;
    text-align: center;
    color: #C75000;
    font-size: 95px; }
  .homepage-statistics-slider .h1 + p,
  .homepage-statistics-slider .h1 + ul {
    border-top: 1px solid #343430;
    padding-top: 18px;
    font-weight: bold; }
  .homepage-statistics-slider .swiper-button-next,
  .homepage-statistics-slider .swiper-button-prev {
    color: #231F20; }
    @media screen and (max-width: 660px) {
      .homepage-statistics-slider .swiper-button-next,
      .homepage-statistics-slider .swiper-button-prev {
        display: none; } }
  @media screen and (min-width: 661px) {
    .homepage-statistics-slider .swiper-pagination {
      display: none; } }
  .homepage-statistics-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #C75000 !important; }
  .homepage-statistics-slider .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px; }
  .homepage-statistics-slider .swiper-slide {
    pointer-events: none;
    opacity: 0;
    transition: opacity 600ms ease; }
  .homepage-statistics-slider .swiper-slide-active {
    opacity: 1;
    pointer-events: all; }
  .homepage-statistics-slider .swiper-slide-next {
    right: 0; }
    @media only screen and (min-width: 660px) {
      .homepage-statistics-slider .swiper-slide-next {
        opacity: 1;
        pointer-events: all; } }
  @media only screen and (min-width: 992px) {
    .homepage-statistics-slider .swiper-slide-next + .swiper-slide {
      opacity: 1;
      pointer-events: all; } }
  .homepage-statistics-slider .swiper-button-prev {
    left: 0; }
  .homepage-statistics-slider .swiper-button-next {
    right: 0; }

/* -------------------------------------------------------------------------- */
/*                              three-links.scss                              */
/* -------------------------------------------------------------------------- */
.three-links {
  padding-bottom: 60px;
  padding-top: 0 !important; }
  .three-links > .row {
    justify-content: space-around; }
  .three-links .three-links-image {
    position: relative; }
    .three-links .three-links-image:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 30%;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
    .three-links .three-links-image picture,
    .three-links .three-links-image img {
      width: 100%; }
  .three-links .h2 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-weight: bold;
    color: white; }
    .three-links .h2 a:hover {
      text-decoration: underline; }
  .three-links .three-links-content ul {
    padding-left: 36px; }
    .three-links .three-links-content ul li a {
      font-size: 1.1em;
      font-family: helvetica-neue-lt-pro-cond, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 700; }

.title-rule:has(+ .three-links) {
  margin-top: 6rem;
  padding: 0 18px; }

.program-finder {
  position: relative;
  padding: 50px 0 30px;
  background-color: #231F20;
  -webkit-font-smoothing: antialiased;
  color: white; }
  .program-finder a, .program-finder p, .program-finder ul, .program-finder ol, .program-finder h1, .program-finder h2, .program-finder h3, .program-finder h4, .program-finder h5, .program-finder h6, .program-finder .h1, .program-finder .h2, .program-finder .h3, .program-finder .h4, .program-finder .h5, .program-finder .h6 {
    color: white; }
  .program-finder a:hover {
    color: white; }
  .program-finder .program-finder-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    position: static; }
  .program-finder .background-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    opacity: 0.05;
    filter: saturate(0.5);
    pointer-events: none; }
  .program-finder .program-finder-header {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px; }
    .program-finder .program-finder-header .find-your {
      font-family: helvetica-neue-lt-pro-cond, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-weight: 700;
      font-size: 90px;
      text-transform: uppercase;
      color: white; }
      .program-finder .program-finder-header .find-your + span {
        font-family: ltc-goudy-oldstyle-pro, serif;
        font-size: 82px;
        margin-top: -20px;
        color: #F47721;
        font-style: italic;
        min-width: 375px; }
        .program-finder .program-finder-header .find-your + span > span {
          display: none; }
          .program-finder .program-finder-header .find-your + span > span.show {
            display: block; }
    @media only screen and (max-width: 1299px) {
      .program-finder .program-finder-header {
        zoom: 0.8; } }
    @media only screen and (max-width: 991px) {
      .program-finder .program-finder-header {
        zoom: 0.6; } }
    @media only screen and (max-width: 767px) {
      .program-finder .program-finder-header {
        zoom: 0.6; } }
    @media only screen and (max-width: 579px) {
      .program-finder .program-finder-header {
        zoom: 0.5;
        justify-content: center;
        text-align: center; }
        .program-finder .program-finder-header .find-your + span {
          margin-top: -50px;
          margin-bottom: 30px; } }
  .program-finder .program-finder-form {
    position: relative; }
    .program-finder .program-finder-form fieldset {
      all: unset;
      box-sizing: border-box;
      width: 100%; }
    .program-finder .program-finder-form input[type='text'] {
      font-family: helvetica-neue-lt-pro, sans-serif;
      font-size: 48px;
      padding: 16px;
      width: 80%; }
      @media only screen and (max-width: 991px) {
        .program-finder .program-finder-form input[type='text'] {
          zoom: 0.7;
          width: 100%;
          font-size: 36px; } }
      @media only screen and (min-width: 992px) and (max-width: 1299px) {
        .program-finder .program-finder-form input[type='text'] {
          font-size: 40px; } }
      .program-finder .program-finder-form input[type='text']:focus-visible {
        outline: -webkit-focus-ring-color auto 1px;
        outline-offset: 4px; }
      .program-finder .program-finder-form input[type='text']:hover {
        outline: #F47721 1px solid;
        outline-offset: 4px; }
    .program-finder .program-finder-form button[type='submit']:focus-visible {
      position: relative;
      left: 0;
      display: inline-block;
      width: auto;
      height: 100%;
      font-size: 48px;
      padding: 18px;
      outline-offset: 2px; }
    .program-finder .program-finder-form .legend {
      font-weight: bold;
      color: #F47721;
      padding: 12px 0;
      position: absolute;
      top: 100%; }
  .program-finder:has(#program-finder-results > *) .program-finder-form .legend {
    display: none; }

.program-finder-results {
  min-height: 60px; }

#program-finder-results {
  display: flex !important;
  padding: 24px 0;
  flex-wrap: wrap;
  gap: 16px; }
  #program-finder-results > [class^='qa_category'] {
    padding-right: 60px; }
    #program-finder-results > [class^='qa_category'].qa_category_College_of_Arts_and_Sciences {
      order: 1; }
    #program-finder-results > [class^='qa_category'].qa_category_Law_School {
      order: 2; }
    #program-finder-results > [class^='qa_category'].qa_category_Graduate_School {
      order: 3; }
  #program-finder-results .qa_more_results {
    width: 100%;
    padding-top: 24px;
    border-top: 1px solid #999;
    order: 4; }
  #program-finder-results .qa_message,
  #program-finder-results .qa_category_title {
    margin: 0;
    padding: 0;
    margin-bottom: 16px; }
  #program-finder-results .qa_category_title,
  #program-finder-results .qa_more_results {
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-style: italic;
    font-size: 24px;
    font-weight: normal;
    color: #F47721;
    text-transform: none; }
  #program-finder-results a:hover {
    color: white;
    background-color: transparent;
    text-decoration: underline;
    text-decoration-color: #F47721; }
  #program-finder-results .qa_selected {
    background-color: transparent; }