  @charset "UTF-8";
.page-template-anniversary-page .page-intro {
  display: none; }

.anni-hero {
  position: relative;
  min-height: 905px;
  overflow: hidden;
  background: #003c5c; }

.anni-hero-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }
  .anni-hero-slider .slick-list,
  .anni-hero-slider .slick-track {
    height: 100%; }
  .anni-hero-slider .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateX(-50%);
    z-index: 5; }
    .anni-hero-slider .slick-dots li {
      width: auto;
      height: auto;
      margin: 0;
      opacity: 1 !important; }
      .anni-hero-slider .slick-dots li button {
        width: 12px;
        height: 12px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4) !important;
        font-size: 0;
        cursor: pointer;
        transition: .3s; }
        .anni-hero-slider .slick-dots li button:before {
          content: '';
          display: none; }
      .anni-hero-slider .slick-dots li.slick-active button {
        width: 30px;
        border-radius: 30px;
        background: #fff !important; }

.anni-hero-slide {
  position: relative;
  height: 905px; }

.anni-hero-slide-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.anni-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 60, 90, 0.72) 0%, rgba(0, 60, 90, 0.55) 45%, rgba(0, 60, 90, 0.75) 100%); }

.anni-hero-content {
  position: relative;
  z-index: 3;
  min-height: 905px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 30px 110px;
  pointer-events: none; }

.anni-hero-logo {
  max-width: 650px;
  margin: 0 auto 30px; }

.anni-hero-logo-image {
  display: block;
  width: 100%;
  height: auto; }

.anni-hero-heading {
  margin: 0 auto 42px;
  max-width: 860px;
  text-align: center;
  color: #fff;
  font-size: 67.5px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase; }

.anni-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  pointer-events: auto; }

.anni-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 60px;
  padding: 15px 34px;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: .3s; }
  .anni-hero-button:hover {
    text-decoration: none;
    color: #0079c7;
    transform: translateY(-2px); }

.anni-hero-button-primary {
  background: #0079c7;
  min-width: 250px; }
  .anni-hero-button-primary:hover {
    background: #fff; }

.anni-hero-button-secondary {
  background: rgba(0, 63, 95, 0.65);
  min-width: 395px; }
  .anni-hero-button-secondary:hover {
    background: #fff; }

@media (max-width: 1199px) {
  .anni-hero,
  .anni-hero-slide {
    min-height: 720px;
    height: 720px; }
  .anni-hero-content {
    min-height: 720px; }
  .anni-hero-logo {
    max-width: 560px; }
  .anni-hero-heading {
    font-size: 54px; }
  .anni-hero-slider .slick-dots {
    bottom: 90px; } }

@media (max-width: 991px) {
  .anni-hero,
  .anni-hero-slide {
    min-height: 650px;
    height: 650px; }
  .anni-hero-content {
    min-height: 650px;
    padding: 60px 24px 90px; }
  .anni-hero-logo {
    max-width: 500px; }
  .anni-hero-heading {
    font-size: 46px; }
  .anni-hero-button {
    font-size: 16px;
    min-height: 56px; }
  .anni-hero-button-secondary {
    min-width: 350px; } }

@media (max-width: 767px) {
  .anni-hero,
  .anni-hero-slide {
    min-height: 620px;
    height: 620px; }
  .anni-hero-content {
    min-height: 620px;
    padding: 50px 20px 80px; }
  .anni-hero-logo {
    max-width: 400px; }
  .anni-hero-heading {
    font-size: 38px;
    margin-bottom: 30px; }
  .anni-hero-buttons {
    flex-direction: column;
    align-items: center; }
  .anni-hero-button,
  .anni-hero-button-primary,
  .anni-hero-button-secondary {
    width: 100%;
    max-width: 380px;
    min-width: initial; }
  .anni-hero-slider .slick-dots {
    bottom: 45px; } }

@media (max-width: 575px) {
  .anni-hero,
  .anni-hero-slide {
    min-height: 580px;
    height: 580px; }
  .anni-hero-content {
    min-height: 580px;
    padding: 40px 15px 75px; }
  .anni-hero-logo {
    max-width: 320px; }
  .anni-hero-heading {
    font-size: 30px; }
  .anni-hero-button {
    max-width: 330px;
    font-size: 15px;
    min-height: 52px; } }

.anni-section-title {
  font-size: 45px;
  line-height: 1.2;
  font-family: "Anton", sans-serif;
  color: #0078BF;
  font-weight: 400;
  text-transform: uppercase; }

.anni-button {
  padding: 20px 30px;
  background-color: #0078BF;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.45; }
  .anni-button:hover {
    background-color: #044162;
    color: #fff; }

.anni-button-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; }
  .anni-button-arrow:after {
    content: '';
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    background-image: url("/wp-content/themes/americanwiregroup-default/img/icon-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform .3s ease; }
  .anni-button-arrow:hover:after, .anni-button-arrow:focus:after {
    transform: translateX(4px); }

.anni-button-arrow-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; }
  .anni-button-arrow-blue:after {
    content: '';
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    -webkit-mask: url("/wp-content/themes/americanwiregroup-default/img/icon-arrow-right.svg") center/contain no-repeat;
    mask: url("/wp-content/themes/americanwiregroup-default/img/icon-arrow-right.svg") center/contain no-repeat;
    transition: transform .3s ease; }
  .anni-button-arrow-blue:hover:after {
    background-color: #0078bf;
    transform: translateX(4px); }

.anni-overview {
  padding: 80px 0; }
  .anni-overview .rows-of-2 {
    display: flex;
    align-items: center; }
  .anni-overview p {
    font-size: 18px;
    line-height: 1.56;
    color: #222222; }
  .anni-overview .anni-button {
    margin-top: 20px; }

@media (max-width: 767px) {
  .anni-overview .rows-of-2 {
    flex-direction: column; } }

.anni-history-module {
  overflow: hidden;
  padding: 70px 30px 40px;
  background: #f3f6f9; }
  .anni-history-module .anni-section-title {
    text-align: center;
    margin-bottom: 50px; }
  .anni-history-module .anni-history-desktop {
    position: relative;
    margin: 0 auto; }
  .anni-history-module .anni-history-columns {
    position: relative;
    z-index: 2; }
  .anni-history-module .anni-history-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px; }
  .anni-history-module .anni-history-row-top {
    width: calc(100% - 64px);
    margin-right: 64px;
    margin-bottom: 82px; }
  .anni-history-module .anni-history-row-bottom {
    width: calc(100% - 64px);
    margin-top: 82px;
    margin-left: 64px;
    position: relative;
    top:4px; }
  .anni-history-module .anni-history-timeline {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 1;
    height: 1px;
    background: #D1D5DB;
    transform: translateY(-50%);
    width: 90%;
    margin: 0 auto; }
  .anni-history-module .anni-history-item {
    position: relative;
    border-radius: 8px;
    transition: 0.3s all;
    min-width: 0; }
    .anni-history-module .anni-history-item:hover{
      transform: translateY(-5px);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      transition: 0.3s all;
    }
  /* .anni-history-module .anni-history-item-top {
    align-self: end; } */
  /* .anni-history-module .anni-history-item-bottom {
    align-self: start; } */
  .anni-history-module .anni-history-card {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 400px;
    padding: 16px 16px 20px;
    border-radius: 7px;
    background: #fff; }
  .anni-history-module .anni-history-image {
    width: 100%;
    height: 145px;
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 4px;
    background: #e7ebee; }
  .anni-history-module .anni-history-image-element {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .anni-history-module .anni-history-year {
    margin: 0 0 7px;
    color: #0078bf;
    font-size: 52px;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    line-height: 1.07;
    text-transform: none; }
  .anni-history-module .anni-history-divider {
    position: relative;
    display: block;
    width: 100%;
    height: 18px;
    margin: 0 0 14px; }
    .anni-history-module .anni-history-divider:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background: #D1D5DB;
      transform: translateY(-50%); }
    .anni-history-module .anni-history-divider:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 18px;
      width: 8px;
      height: 8px;
      border: 1px solid #D1D5DB;
      border-radius: 50%;
      background: #fff;
      transform: translateY(-50%); }
  .anni-history-module .anni-history-title {
    margin: 0 0 7px;
    color: #0F1729;
    font-size: 16px;
     font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 22px; }
  .anni-history-module .anni-history-description {
    color: #364153;
     font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; }
    .anni-history-module .anni-history-description p {
       font-size: 16px;
       line-height: 22px;
      margin: 0; }
    .anni-history-module .anni-history-description p + p {
      margin-top: 8px; }
  .anni-history-module .anni-history-connector {
    position: absolute;
    left: 50%;
    z-index: 3;
    width: 1px;
    height: 42px;
    background: #78badd;
    transform: translateX(-50%); }
  .anni-history-module .anni-history-connector-down {
    top: 100%; }
  .anni-history-module .anni-history-connector-up {
    bottom: 100%; }
  .anni-history-module .anni-history-dot-primary,
  .anni-history-module .anni-history-dot-gray {
    position: absolute;
    display: block;
    width: 11px;
    height: 12px;
    max-width: none; }
  .anni-history-module .anni-history-dot-primary {
    left: 50%;
    transform: translateX(-50%); }
  .anni-history-module .anni-history-connector-down .anni-history-dot-primary {
    bottom: -6px; }
  .anni-history-module .anni-history-connector-down .anni-history-connector-arm {
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #c6d2dc; }
  .anni-history-module .anni-history-connector-down .anni-history-dot-gray {
    top: 50%;
    right: -5px;
    transform: translateY(-50%); }
  .anni-history-module .anni-history-connector-up .anni-history-dot-primary {
    top: -6px; }
  .anni-history-module .anni-history-connector-up .anni-history-connector-arm {
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 1px;
    background: #c6d2dc; }
  .anni-history-module .anni-history-connector-up .anni-history-dot-gray {
    top: 50%;
    right: -5px;
    transform: translateY(-50%); }
  .anni-history-module .anni-history-mobile {
    display: none; }

@media (max-width: 991px) {
  .anni-history-module {
    padding: 32px 0 42px; }
    .anni-history-module .anni-history-module .inner-wrap {
      padding-right: 0;
      padding-left: 0; }
    .anni-history-module .anni-history-heading {
      margin: 0 20px 28px;
      font-size: 28px; }
    .anni-history-module .anni-history-desktop {
      display: none; }
    .anni-history-module .anni-history-mobile {
      position: relative;
      display: block;
      padding: 0 40px; }
    .anni-history-module .anni-history-mobile-slider {
      margin: 0; }
    .anni-history-module .anni-history-mobile-slider .slick-list {
      overflow: hidden;
      border-radius: 7px; }
    .anni-history-module .anni-history-mobile-slider .slick-track {
      display: flex;
      gap: 15px; }
    .anni-history-module .anni-history-mobile-slider .slick-slide {
      height: auto; }
      .anni-history-module .anni-history-mobile-slider .slick-slide > div {
        height: 100%; }
    .anni-history-module .anni-history-mobile-item {
      height: 100%; }
    .anni-history-module .anni-history-card {
      min-height: 307px;
      padding: 0 14px 18px;
      border-radius: 7px; }
    .anni-history-module .anni-history-image {
      width: calc(100% + 28px);
      height: 116px;
      margin: 0 -14px 17px;
      border-radius: 7px 7px 0 0; }
    .anni-history-module .anni-history-year {
      margin-bottom: 7px;
      font-size: 44px; }
    .anni-history-module .anni-history-divider {
      margin-bottom: 9px; }
    .anni-history-module .anni-history-title {
      margin-bottom: 5px;
      font-size: 15px; }
    .anni-history-module .anni-history-description {
      font-size: 14px;
      line-height: 1.35; }
    .anni-history-module .anni-history-arrow {
      position: absolute;
      top: 137px;
      z-index: 5;
      width: 30px;
      height: 30px;
      padding: 0;
      border: 1px solid #0078bf;
      border-radius: 50%;
      background: #fff;
      color: #0078bf;
      font-size: 24px;
      line-height: 26px;
      cursor: pointer;
      transition: color .3s ease,
 border-color .3s ease,
 opacity .3s ease; }
    .anni-history-module .anni-history-arrow-prev {
      left: 1px; }
    .anni-history-module .anni-history-arrow-next {
      right: 1px; }
    .anni-history-module .anni-history-arrow.slick-disabled {
      border-color: #c8d3dc;
      color: #a9b9c5;
      opacity: .75;
      cursor: default; }
    .anni-history-module .anni-history-mobile-timeline {
      margin-top: 25px; }
    .anni-history-module .anni-history-mobile-dots .slick-dots {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none; }
      .anni-history-module .anni-history-mobile-dots .slick-dots:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        z-index: 0;
        height: 1px;
        background: #b8c8d4;
        transform: translateY(-50%); }
      .anni-history-module .anni-history-mobile-dots .slick-dots li {
        position: relative;
        z-index: 1;
        width: 9px;
        height: 9px;
        margin: 0;
        opacity: 1; }
        .anni-history-module .anni-history-mobile-dots .slick-dots li button {
          display: block;
          width: 9px;
          height: 9px;
          padding: 0;
          border: 1px solid #9bb0bf;
          border-radius: 50%;
          background: #f3f6f9;
          font-size: 0;
          cursor: pointer; }
          .anni-history-module .anni-history-mobile-dots .slick-dots li button:before {
            display: none; }
      .anni-history-module .anni-history-mobile-dots .slick-dots li.slick-active button {
        width: 11px;
        height: 11px;
        margin: -1px;
        border: 2px solid #0078bf;
        background: #fff; }
    .anni-history-module .anni-history-mobile-years {
      display: flex;
      justify-content: space-between;
      margin-top: 8px;
      color: #90a3b3;
      font-size: 12px;
      font-weight: 700; }
    .anni-history-module .anni-history-mobile-first-year {
      color: #0078bf; } }

@media (max-width: 374px) {
  .anni-history-mobile {
    padding-right: 35px;
    padding-left: 35px; }
  .anni-history-heading {
    font-size: 25px; }
  .anni-history-arrow-prev {
    left: 0; }
  .anni-history-arrow-next {
    right: 0; } }

.anni-means-section {
  padding-top: 0;
  padding-bottom: 60px;
  background-color: #F3F6F9;
  text-align: center; }
  .anni-means-section hr {
    width: 80%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0 auto; }
  .anni-means-section .anni-means-description {
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 30px; }
  .anni-means-section .anni-section-title {
    margin-top: 50px; }

.anni-leadership {
  position: relative;
  overflow: hidden;
  padding: 72px 30px 84px;
  background: #044162; }

.anni-leadership-heading {
  margin: 0 0 42px;
  color: #ffffff;
  font-family: "Anton", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase; }

.anni-leadership-video-wrap {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 48px; }

.anni-leadership-video-trigger {
  position: relative;
  display: block;
  width: 100%;
  min-height: 460px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: #002d45;
  cursor: pointer; }
  .anni-leadership-video-trigger:hover .anni-leadership-play-icon, .anni-leadership-video-trigger:focus-visible .anni-leadership-play-icon {
    background: #ffffff;
    transform: translate(-50%, -50%) scale(1.08); }
  .anni-leadership-video-trigger:hover .anni-leadership-play-triangle, .anni-leadership-video-trigger:focus-visible .anni-leadership-play-triangle {
    border-left-color: #078acb; }
  .anni-leadership-video-trigger:hover .anni-leadership-video-thumbnail, .anni-leadership-video-trigger:focus-visible .anni-leadership-video-thumbnail {
    transform: scale(1.03); }

.anni-leadership-video-thumbnail {
  position: absolute;
  inset: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .5s ease; }

.anni-leadership-video-overlay {
  position: absolute;
  inset: 0;
  display: block;
  background: rgba(0, 39, 59, 0.45); }

.anni-leadership-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #078acb;
  transform: translate(-50%, -50%);
  transition: background-color .3s ease,
 transform .3s ease; }

.anni-leadership-play-triangle {
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
  transition: border-color .3s ease; }

.anni-leadership-video-label {
  position: absolute;
  top: calc(50% + 54px);
  left: 50%;
  z-index: 2;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
  transform: translateX(-50%); }

.anni-leadership-testimonials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 35px;
  width: 100%;
  margin: 0 auto; }

.anni-leadership-testimonial {
  min-height: 230px;
  padding: 30px 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07); }

.anni-leadership-quote {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.56;
  background: transparent; }
  .anni-leadership-quote p {
    margin: 0; }
  .anni-leadership-quote p + p {
    margin-top: 10px; }

.anni-leadership-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 4px; }
  .anni-leadership-author strong {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif; }

.anni-leadership-author-line {
  display: block;
  width: 16px;
  height: 1px;
  background: #ffffff; }

.anni-leadership-position {
  margin: 0 0 0 24px;
  color: #8AACDA;
  font-size: 13.5px;
  line-height: 18px; }

.anni-leadership-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease,
 visibility .3s ease; }

.anni-leadership-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.anni-leadership-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85); }

.anni-leadership-popup-dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px; }

.anni-leadership-popup-close {
  position: absolute;
  top: -42px;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer; }

.anni-leadership-popup-content {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #000000; }
  .anni-leadership-popup-content iframe,
  .anni-leadership-popup-content video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .anni-leadership-popup-content video {
    object-fit: contain; }

body.anni-leadership-popup-open {
  overflow: hidden; }

@media (max-width: 1199px) {
  .anni-leadership {
    padding: 65px 30px 75px; }
  .anni-leadership-heading {
    font-size: 32px; }
  .anni-leadership-video-wrap {
    max-width: 760px; }
  .anni-leadership-video-trigger {
    min-height: 425px; }
  .anni-leadership-testimonials {
    gap: 24px; } }

@media (max-width: 991px) {
  .anni-leadership-testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px; }
  .anni-leadership-testimonial:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 12px);
    margin: 0 auto; } }

@media (max-width: 767px) {
  .anni-leadership {
    padding: 50px 20px 58px; }
  .anni-leadership-heading {
    margin-bottom: 30px;
    font-size: 27px; }
  .anni-leadership-video-wrap {
    margin-bottom: 34px; }
  .anni-leadership-video-trigger {
    min-height: 320px; }
  .anni-leadership-play-icon {
    width: 62px;
    height: 62px; }
  .anni-leadership-video-label {
    top: calc(50% + 46px); }
  .anni-leadership-testimonials {
    display: block; }
  .anni-leadership-testimonial {
    min-height: 0;
    margin-bottom: 18px; }
  .anni-leadership-testimonial:last-child {
    width: 100%;
    margin-bottom: 0; }
  .anni-leadership-popup {
    padding: 20px; } }

@media (max-width: 575px) {
  .anni-leadership {
    padding-right: 16px;
    padding-left: 16px; }
  .anni-leadership-heading {
    font-size: 24px; }
  .anni-leadership-video-trigger {
    min-height: 230px; }
  .anni-leadership-play-icon {
    width: 54px;
    height: 54px; }
  .anni-leadership-play-triangle {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 12px; }
  .anni-leadership-video-label {
    top: calc(50% + 40px);
    font-size: 12px; }
  .anni-leadership-testimonial {
    padding: 24px 22px 22px; }
  .anni-leadership-quote {
    font-size: 14px; }
  .anni-leadership-popup {
    padding: 15px; }
  .anni-leadership-popup-close {
    top: -38px; } }

.anni-voices-awg {
  position: relative;
  overflow: hidden;
  padding: 60px 30px 60px;
  background: #f3f6f9; }

.anni-voices-awg-header {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center; }

.anni-voices-awg-heading {
  margin: 0 0 14px;
  color: #0078bf;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase; }

.anni-voices-awg-description {
  color: #747D8C;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif; }
  .anni-voices-awg-description p {
    margin: 0; }
  .anni-voices-awg-description p + p {
    margin-top: 10px; }

.anni-voices-awg-video-wrap {
  margin: 0 auto 70px;
  max-width: 820px;
  width: 100%; }

.anni-voices-awg-video-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  min-height: 450px; }

.anni-voices-awg-video-thumbnail {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.anni-voices-awg-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(4, 65, 98, 0.35);
  transition: background .3s ease; }

.anni-voices-awg-video-trigger:hover .anni-voices-awg-video-overlay {
  background: rgba(4, 65, 98, 0.55); }

.anni-voices-awg-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88px;
  height: 88px;
  margin: -44px 0 0 -44px;
  border-radius: 50%;
  background: #fff;
  transition: transform .3s ease; }

.anni-voices-awg-video-trigger:hover .anni-voices-awg-play-icon {
  transform: scale(1.08); }

.anni-voices-awg-play-triangle {
  position: absolute;
  left: 35px;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #0078bf; }

.anni-voices-awg-video-label {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
  font-weight: 600; }

.anni-voices-awg-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.anni-voices-awg-popup.is-active {
  visibility: visible;
  opacity: 1; }

.anni-voices-awg-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85); }

.anni-voices-awg-popup-content {
  position: relative;
  padding-top: 56.25%;
  background: #000; }

.anni-voices-awg-popup-content iframe,
.anni-voices-awg-popup-content video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.anni-voices-awg-popup-close {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  width: 42px;
  height: 42px;
  border: 0;
  background: #fff;
  color: #003859;
  cursor: pointer;
  z-index: 5;
  font-size: 30px; }

body.anni-voices-awg-open {
  overflow: hidden; }

@media (max-width: 991px) {
  .anni-voices-awg-play-icon {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px; }
  .anni-voices-awg-play-triangle {
    left: 28px;
    top: 21px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid #0078bf; } }

@media (max-width: 767px) {
  .anni-voices-awg-video-wrap {
    margin-bottom: 40px; }
  .anni-voices-awg-play-icon {
    width: 58px;
    height: 58px;
    margin: -29px 0 0 -29px; }
  .anni-voices-awg-play-triangle {
    left: 23px;
    top: 18px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 18px solid #0078bf; }
  .anni-voices-awg-video-label {
    font-size: 16px;
    bottom: 18px; } }

.anni-voices-awg-testimonials {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .anni-voices-awg-testimonials .slick-list {
    overflow: hidden;
    margin: 0 -14px;
    padding: 4px 0 18px; }
  .anni-voices-awg-testimonials .slick-track {
    display: flex;
    align-items: stretch; }
  .anni-voices-awg-testimonials .slick-slide {
    height: auto;
    padding: 0 14px; }
    .anni-voices-awg-testimonials .slick-slide > div {
      height: 100%; }
  .anni-voices-awg-testimonials .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #0078bf;
    border-radius: 50%;
    background: #ffffff;
    color: #0078bf;
    font-size: 0;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color .3s ease,
 border-color .3s ease,
 background-color .3s ease; }
    .anni-voices-awg-testimonials .slick-arrow:hover, .anni-voices-awg-testimonials .slick-arrow:focus {
      border-color: #0078bf;
      background: #0078bf;
      color: #ffffff; }
  .anni-voices-awg-testimonials .slick-prev {
    left: -58px; }
    .anni-voices-awg-testimonials .slick-prev:before {
      content: '‹'; }
  .anni-voices-awg-testimonials .slick-next {
    right: -58px; }
    .anni-voices-awg-testimonials .slick-next:before {
      content: '›'; }
  .anni-voices-awg-testimonials .slick-prev:before,
  .anni-voices-awg-testimonials .slick-next:before {
    color: inherit;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    opacity: 1; }
  .anni-voices-awg-testimonials .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none; }
    .anni-voices-awg-testimonials .slick-dots li {
      width: auto;
      height: auto;
      margin: 0;
      opacity: 1; }
      .anni-voices-awg-testimonials .slick-dots li button {
        display: block;
        width: 10px;
        height: 10px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(0, 120, 191, 0.4);
        font-size: 0;
        cursor: pointer;
        transition: width .3s ease,
 background-color .3s ease; }
        .anni-voices-awg-testimonials .slick-dots li button:before {
          display: none; }
    .anni-voices-awg-testimonials .slick-dots li.slick-active button {
      width: 28px;
      border-radius: 20px;
      background: #0078bf; }

.anni-voices-awg-testimonial {
  height: 100%;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 38px 30px;
  border-radius: 12px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 8px 26px rgba(19, 50, 68, 0.09); }

.anni-voices-awg-employee-image {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  margin: 0 auto 22px;
  overflow: hidden;
  border: 3px solid #8abce0;
  border-radius: 50%;
  background: #e5edf3; }

.anni-voices-awg-employee-image-element {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.anni-voices-awg-quote {
  flex-grow: 1;
  margin: 0 0 26px;
  color: #4c4f52;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.65; }
  .anni-voices-awg-quote p {
    margin: 0; }
  .anni-voices-awg-quote p + p {
    margin-top: 10px; }

.anni-voices-awg-employee-name {
  margin: 0 0 3px;
  color: #044162;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none; }

.anni-voices-awg-employee-years {
  margin: 0;
  color: #0078bf;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35; }

.anni-voices-awg-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 70px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease,
 visibility .3s ease; }

.anni-voices-awg-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.anni-voices-awg-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 24, 38, 0.92); }

.anni-voices-awg-popup-dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px; }

.anni-voices-awg-popup-close {
  position: absolute;
  top: -46px;
  right: 0;
  z-index: 5;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer; }

.anni-voices-awg-video-slider {
  position: relative;
  margin: 0 -12px; }
  .anni-voices-awg-video-slider .slick-list {
    overflow: hidden; }
  .anni-voices-awg-video-slider .slick-track {
    display: flex;
    align-items: stretch; }
  .anni-voices-awg-video-slider .slick-slide {
    height: auto;
    padding: 0 12px; }
    .anni-voices-awg-video-slider .slick-slide > div {
      height: 100%; }
  .anni-voices-awg-video-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: rgba(0, 63, 97, 0.85);
    color: #ffffff;
    font-size: 0;
    cursor: pointer;
    transform: translateY(-50%); }
  .anni-voices-awg-video-slider .slick-prev {
    left: -58px; }
    .anni-voices-awg-video-slider .slick-prev:before {
      content: '‹'; }
  .anni-voices-awg-video-slider .slick-next {
    right: -58px; }
    .anni-voices-awg-video-slider .slick-next:before {
      content: '›'; }
  .anni-voices-awg-video-slider .slick-prev:before,
  .anni-voices-awg-video-slider .slick-next:before {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    opacity: 1; }
  .anni-voices-awg-video-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none; }
    .anni-voices-awg-video-slider .slick-dots li {
      width: auto;
      height: auto;
      margin: 0;
      opacity: 1; }
      .anni-voices-awg-video-slider .slick-dots li button {
        display: block;
        width: 10px;
        height: 10px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4);
        font-size: 0;
        cursor: pointer; }
        .anni-voices-awg-video-slider .slick-dots li button:before {
          display: none; }
    .anni-voices-awg-video-slider .slick-dots li.slick-active button {
      width: 28px;
      border-radius: 20px;
      background: white; }

.anni-voices-awg-video-card {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff; }

.anni-voices-awg-video-player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #002d45; }
  .anni-voices-awg-video-player iframe,
  .anni-voices-awg-video-player video {
    position: absolute;
    inset: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    border: 0; }
  .anni-voices-awg-video-player video {
    object-fit: contain; }

.anni-voices-awg-video-thumbnail {
  position: absolute;
  inset: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.anni-voices-awg-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 40, 61, 0.35); }

.anni-voices-awg-inline-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #0078bf;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: background-color .3s ease,
 transform .3s ease; }
  .anni-voices-awg-inline-play:hover, .anni-voices-awg-inline-play:focus-visible {
    background: #005f99;
    transform: translate(-50%, -50%) scale(1.06); }

.anni-voices-awg-video-title {
  margin: 0;
  padding: 18px 20px;
  color: #003f61;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center; }

body.anni-voices-awg-popup-open {
  overflow: hidden; }

@media (max-width: 1299px) {
  .anni-voices-awg-testimonials {
    padding-right: 54px;
    padding-left: 54px; }
    .anni-voices-awg-testimonials .slick-prev {
      left: 0; }
    .anni-voices-awg-testimonials .slick-next {
      right: 0; } }

@media (max-width: 1199px) {
  .anni-voices-awg {
    padding: 65px 30px 72px; }
  .anni-voices-awg-heading {
    font-size: 38px; }
  .anni-voices-awg-testimonial {
    padding-right: 26px;
    padding-left: 26px; } }

@media (max-width: 991px) {
  .anni-voices-awg-popup {
    padding-right: 55px;
    padding-left: 55px; }
  .anni-voices-awg-video-slider .slick-prev {
    left: -48px; }
  .anni-voices-awg-video-slider .slick-next {
    right: -48px; } }

@media (max-width: 767px) {
  .anni-voices-awg {
    padding: 48px 20px 58px; }
  .anni-voices-awg-header {
    margin-bottom: 34px; }
  .anni-voices-awg-heading {
    margin-bottom: 10px;
    font-size: 30px; }
  .anni-voices-awg-description {
    font-size: 16px; }
  .anni-voices-awg-video-area {
    margin-bottom: 42px; }
  .anni-voices-awg-video-trigger {
    min-height: 165px; }
  .anni-voices-awg-testimonials {
    margin: 0 -8px;
    padding: 0; }
    .anni-voices-awg-testimonials .slick-list {
      margin: 0;
      padding-bottom: 14px; }
    .anni-voices-awg-testimonials .slick-slide {
      padding: 0 8px; }
  .anni-voices-awg-testimonial {
    min-height: 300px; }
  .anni-voices-awg-popup {
    padding: 55px 20px 30px; }
  .anni-voices-awg-video-slider {
    margin: 0; }
    .anni-voices-awg-video-slider .slick-slide {
      padding: 0; }
    .anni-voices-awg-video-slider .slick-arrow {
      width: 36px;
      height: 36px; }
    .anni-voices-awg-video-slider .slick-prev {
      left: 8px; }
    .anni-voices-awg-video-slider .slick-next {
      right: 8px; }
    .anni-voices-awg-video-slider .slick-prev:before,
    .anni-voices-awg-video-slider .slick-next:before {
      font-size: 26px;
      line-height: 30px; } }

@media (max-width: 575px) {
  .anni-voices-awg {
    padding-right: 16px;
    padding-left: 16px; }
  .anni-voices-awg-heading {
    font-size: 27px; }
  .anni-voices-awg-description {
    font-size: 15px; }
  .anni-voices-awg-video-trigger {
    min-height: 150px; }
  .anni-voices-awg-testimonial {
    min-height: 285px;
    padding: 26px 24px 28px; }
  .anni-voices-awg-quote {
    font-size: 14px; }
  .anni-voices-awg-popup-close {
    top: -42px; } }

.anni-projects {
  overflow: hidden;
  padding: 60px 30px 0px;
  background: #ffffff; }

.anni-projects-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 54px; }

.anni-projects-heading {
  margin: 0;
  color: #0078bf;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase; }

.anni-projects-view-all {
  min-width: 212px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 28px;
  border: 2px solid #0078bf;
  border-radius: 999px;
  background: #0078bf;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color .3s ease,
 border-color .3s ease,
 color .3s ease,
 transform .3s ease; }
  .anni-projects-view-all:hover, .anni-projects-view-all:focus-visible {
    border-color: #044162;
    background: #044162;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px); }
    .anni-projects-view-all:hover .anni-projects-view-all-arrow, .anni-projects-view-all:focus-visible .anni-projects-view-all-arrow {
      transform: translateX(4px); }

.anni-projects-view-all-arrow {
  font-size: 20px;
  line-height: 1;
  transition: transform .3s ease; }

.anni-projects-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px; }

.anni-projects-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #dce7ed; }

.anni-projects-item-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none; }
  .anni-projects-item-link:hover, .anni-projects-item-link:focus-visible {
    color: #ffffff;
    text-decoration: none; }
    .anni-projects-item-link:hover .anni-projects-image-element, .anni-projects-item-link:focus-visible .anni-projects-image-element {
      transform: scale(1.05); }
    .anni-projects-item-link:hover .anni-projects-overlay, .anni-projects-item-link:focus-visible .anni-projects-overlay {
      opacity: 1; }
    .anni-projects-item-link:hover .anni-projects-content, .anni-projects-item-link:focus-visible .anni-projects-content {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
    .anni-projects-item-link:hover .anni-projects-item-arrow, .anni-projects-item-link:focus-visible .anni-projects-item-arrow {
      transform: translateX(4px); }

.anni-projects-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }

.anni-projects-image-element {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease; }

.anni-projects-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  background: linear-gradient(0deg, rgba(0, 120, 191, 0.8), rgba(0, 56, 89, 0.8));
  opacity: 0;
  transition: opacity .35s ease; }

.anni-projects-content {
  position: absolute;
  top: 50%;
  right: 30px;
  left: 30px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transform: translateY(calc(-50%));
  transition: opacity .35s ease,
 visibility .35s ease,
 transform .35s ease; }

.anni-projects-title {
  max-width: 300px;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif; }

.anni-projects-item-arrow {
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  transition: transform .3s ease; }

@media (hover: none) {
  .anni-projects-overlay {
    opacity: .72; }
  .anni-projects-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%); } }

@media (max-width: 1199px) {
  .anni-projects {
    padding: 72px 30px 78px; }
  .anni-projects-heading {
    font-size: 40px; }
  .anni-projects-list {
    gap: 20px; }
  .anni-projects-item-link {
    min-height: 270px; }
  .anni-projects-title {
    font-size: 18px; } }

@media (max-width: 991px) {
  .anni-projects-header {
    margin-bottom: 42px; }
  .anni-projects-heading {
    font-size: 36px; }
  .anni-projects-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .anni-projects-item-link {
    min-height: 290px; }
  .anni-projects-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc(50% - 10px);
    margin: 0 auto; } }

@media (max-width: 767px) {
  .anni-projects {
    padding: 52px 20px 60px; }
  .anni-projects-header {
    align-items: flex-start;
    margin-bottom: 34px; }
  .anni-projects-heading {
    font-size: 31px; }
  .anni-projects-view-all {
    min-width: 170px;
    min-height: 50px;
    padding: 12px 20px;
    font-size: 14px; }
  .anni-projects-list {
    grid-template-columns: 1fr;
    gap: 18px; }
  .anni-projects-item:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%; }
  .anni-projects-item-link {
    min-height: 310px; }
  .anni-projects-content {
    right: 22px;
    left: 22px; }
  .anni-projects-title {
    font-size: 19px; } }

@media (max-width: 575px) {
  .anni-projects {
    padding-right: 16px;
    padding-left: 16px; }
  .anni-projects-header {
    flex-direction: column;
    gap: 22px; }
  .anni-projects-heading {
    font-size: 28px; }
  .anni-projects-view-all {
    min-width: 190px; }
  .anni-projects-item-link {
    min-height: 260px; }
  .anni-projects-title {
    font-size: 18px; } }

.anni-message-bod {
  overflow: hidden;
  padding: 82px 30px 28px;
  background: #f7f3ed; }

.anni-message-bod-content {
  width: 100%;
  margin: 0 auto; }

.anni-message-bod-quote {
  margin: 0 0 32px;
  color: #044162;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35; }

.anni-message-bod-description {
  color: #2A2A2A;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6; }
  .anni-message-bod-description p {
    margin: 0 0 30px; }
  .anni-message-bod-description p:last-child {
    margin-bottom: 0; }
  .anni-message-bod-description ul,
  .anni-message-bod-description ol {
    margin: 0 0 30px;
    padding-left: 24px; }
  .anni-message-bod-description a {
    color: #0078bf;
    text-decoration: underline; }

.anni-message-bod-footer {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin: 70px auto 0;
  padding-top: 38px;
  border-top: 1px solid #d8d1c7; }

.anni-message-bod-signatures {
  display: flex;
  align-items: flex-start;
  gap: 90px; }

.anni-message-bod-signature {
  min-width: 190px; }

.anni-message-bod-name {
  margin: 0 0 15px;
  color: rgba(4, 65, 98, 0.6);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28.8px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none; }

.anni-message-bod-title {
  margin: 0 0 2px;
  color: #044162;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  font-family: Arial, Helvetica, sans-serif; }

.anni-message-bod-company {
  margin: 0;
  color: #747D8C;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif; }

.anni-message-bod-logo {
  width: 100%;
  max-width: 165px;
  flex: 0 0 165px;
  opacity: .45; }

.anni-message-bod-logo-image {
  display: block;
  width: 100%;
  height: auto; }

@media (max-width: 1199px) {
  .anni-message-bod {
    padding: 72px 30px 30px; }
  .anni-message-bod-quote {
    font-size: 34px; }
  .anni-message-bod-description {
    font-size: 17px; }
  .anni-message-bod-signatures {
    gap: 60px; } }

@media (max-width: 991px) {
  .anni-message-bod {
    padding: 64px 24px 34px; }
  .anni-message-bod-quote {
    font-size: 31px; }
  .anni-message-bod-footer {
    align-items: flex-start;
    margin-top: 58px; }
  .anni-message-bod-signatures {
    gap: 42px; }
  .anni-message-bod-signature {
    min-width: 160px; }
  .anni-message-bod-name {
    font-size: 28px; }
  .anni-message-bod-logo {
    max-width: 145px;
    flex-basis: 145px; } }

@media (max-width: 767px) {
  .anni-message-bod {
    padding: 50px 20px 34px; }
  .anni-message-bod-quote {
    margin-bottom: 26px;
    font-size: 27px;
    line-height: 1.4; }
  .anni-message-bod-description {
    font-size: 16px;
    line-height: 1.6; }
    .anni-message-bod-description p {
      margin-bottom: 24px; }
  .anni-message-bod-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
    margin-top: 48px;
    padding-top: 30px; }
  .anni-message-bod-signatures {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px; }
  .anni-message-bod-signature {
    min-width: 0; }
  .anni-message-bod-name {
    margin-bottom: 11px;
    font-size: 26px; }
  .anni-message-bod-logo {
    max-width: 140px;
    flex-basis: auto;
    align-self: flex-end; } }

@media (max-width: 575px) {
  .anni-message-bod {
    padding-right: 16px;
    padding-left: 16px; }
  .anni-message-bod-quote {
    font-size: 24px; }
  .anni-message-bod-description {
    font-size: 15px; }
  .anni-message-bod-signatures {
    grid-template-columns: 1fr;
    gap: 26px; }
  .anni-message-bod-title {
    font-size: 15px; }
  .anni-message-bod-company {
    font-size: 13px; }
  .anni-message-bod-logo {
    max-width: 125px; } }

.anni-celebrating {
  position: relative;
  overflow: hidden;
  padding: 60px 30px 60px;
  background: #044162; }

.anni-celebrating-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 80px;
  width: 100%;
  margin: 0 auto; }
  .anni-celebrating-layout .anni-section-title {
    color: #fff; }

.anni-celebrating-content {
  max-width: 820px; }

.anni-celebrating-description {
  max-width: 790px;
  margin-bottom: 38px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65; }
  .anni-celebrating-description p {
    margin: 0; }
  .anni-celebrating-description p + p {
    margin-top: 18px; }
  .anni-celebrating-description ul,
  .anni-celebrating-description ol {
    margin: 18px 0 0;
    padding-left: 24px; }
  .anni-celebrating-description a {
    color: #ffffff;
    text-decoration: underline; }

.anni-celebrating-button {
  min-width: 360px;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 34px;
  border: 2px solid #007fc4;
  border-radius: 999px;
  background: #007fc4;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: background-color .3s ease,
 border-color .3s ease,
 color .3s ease,
 transform .3s ease,
 box-shadow .3s ease; }
  .anni-celebrating-button:hover, .anni-celebrating-button:focus-visible {
    border-color: #ffffff;
    background: #ffffff;
    color: #044162;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18); }
    .anni-celebrating-button:hover .anni-celebrating-button-arrow, .anni-celebrating-button:focus-visible .anni-celebrating-button-arrow {
      transform: translateX(4px); }

.anni-celebrating-button-arrow {
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 1;
  transition: transform .3s ease; }

.anni-celebrating-logo {
  width: 100%;
  max-width: 290px;
  justify-self: end; }

.anni-celebrating-logo-image {
  display: block;
  width: 100%;
  height: auto; }

@media (max-width: 1199px) {
  .anni-celebrating {
    padding: 82px 30px 86px; }
  .anni-celebrating-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 58px; }
  .anni-celebrating-heading {
    font-size: 40px; }
  .anni-celebrating-description {
    font-size: 17px; }
  .anni-celebrating-logo {
    max-width: 250px; } }

@media (max-width: 991px) {
  .anni-celebrating {
    padding: 72px 24px 76px; }
  .anni-celebrating-layout {
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 42px; }
  .anni-celebrating-heading {
    margin-bottom: 28px;
    font-size: 34px; }
  .anni-celebrating-description {
    margin-bottom: 32px;
    font-size: 16px; }
  .anni-celebrating-button {
    min-width: 320px;
    min-height: 58px;
    padding: 14px 28px;
    font-size: 16px; }
  .anni-celebrating-logo {
    max-width: 205px; } }

@media (max-width: 767px) {
  .anni-celebrating {
    padding: 58px 20px 64px; }
  .anni-celebrating-layout {
    grid-template-columns: 1fr;
    gap: 42px; }
  .anni-celebrating-content {
    max-width: none;
    text-align: center; }
  .anni-celebrating-heading {
    margin-bottom: 24px;
    font-size: 30px; }
  .anni-celebrating-description {
    max-width: 620px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.6; }
  .anni-celebrating-button {
    min-width: 0;
    width: 100%;
    max-width: 390px; }
  .anni-celebrating-logo {
    max-width: 220px;
    justify-self: center; } }

@media (max-width: 575px) {
  .anni-celebrating {
    padding: 50px 16px 56px; }
  .anni-celebrating-heading {
    font-size: 27px; }
  .anni-celebrating-description {
    font-size: 15px; }
  .anni-celebrating-button {
    max-width: 340px;
    min-height: 54px;
    padding: 13px 22px;
    font-size: 15px; }
  .anni-celebrating-logo {
    max-width: 185px; } }

.anni-card-answers {
  overflow: hidden;
  padding: 0px 30px 60px;
  background: #ffffff; }

.anni-card-answers-header {
  margin-bottom: 34px; }

.anni-card-answers-instruction {
  margin: 0 0 12px;
  color: #747D8C;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif; }

.anni-card-answers-counter {
  margin: 0;
  color: #0078bf;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35; }

.anni-card-answers-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px; }

.anni-card-answers-item {
  min-width: 0;
  height: 230px;
  perspective: 1400px; }

.anni-card-answers-card {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #ffffff;
  white-space: normal;
  cursor: pointer;
  text-align: center;
  appearance: none;
  -webkit-appearance: none; }
  .anni-card-answers-card:focus-visible {
    outline: 3px solid #8abce0;
    outline-offset: 4px; }
  .anni-card-answers-card:hover .anni-card-answers-card-front {
    background: #0875b4; }
  .anni-card-answers-card:hover .anni-card-answers-card-inner {
    transform: translateY(-3px) rotateY(0);
    box-shadow: 0 12px 28px rgba(0, 70, 110, 0.2); }

.anni-card-answers-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  transform: rotateY(0);
  transform-style: preserve-3d;
  transition: transform 0.75s cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 0.35s ease;
  will-change: transform; }

.anni-card-answers-card.is-flipped .anni-card-answers-card-inner {
  transform: rotateY(180deg);
  box-shadow: 0 12px 28px rgba(0, 50, 80, 0.26); }

.anni-card-answers-card.is-flipped:hover .anni-card-answers-card-inner {
  transform: translateY(-3px) rotateY(180deg); }

.anni-card-answers-card-front,
.anni-card-answers-card-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px 38px;
  border-radius: 8px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d; }

.anni-card-answers-card-front {
  border-left: 5px solid #8abce0;
  background: #087fc0;
  transform: rotateY(0deg);
  transition: background-color .3s ease; }
  .anni-card-answers-card-front:before {
    content: '?';
    position: absolute;
    top: 40px;
    left: 50%;
    color: rgba(209, 213, 219, 0.15);
    font-size: 150px;
    font-family: "Anton", sans-serif;
    font-weight: 700;
    line-height: 1;
    transform: translateX(-50%) translateZ(1px); }

.anni-card-answers-card-back {
  border-left: 5px solid #8abce0;
  background: #034a6d;
  transform: rotateY(180deg); }

.anni-card-answers-question-number,
.anni-card-answers-answer-label {
  position: relative;
  z-index: 2;
  display: block;
  flex: 0 0 auto;
  margin-bottom: 12px;
  color: #8abce0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: normal;
  transform: translateZ(28px); }

.anni-card-answers-question,
.anni-card-answers-answer {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 180px;
  display: block;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  color: #ffffff;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  white-space: normal;
  text-align: center;
  transform: translateZ(34px); }

.anni-card-answers-action {
  position: relative;
  z-index: 2;
  display: block;
  flex: 0 0 auto;
  margin-top: 12px;
  color: #8abce0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  white-space: normal;
  transform: translateZ(28px);
  text-transform: none; }

.anni-card-answers-card-back .anni-card-answers-action {
  color: rgba(255, 255, 255, 0.58); }

@media (prefers-reduced-motion: reduce) {
  .anni-card-answers-card-inner {
    transition: none; }
  .anni-card-answers-card:hover .anni-card-answers-card-inner,
  .anni-card-answers-card.is-flipped .anni-card-answers-card-inner,
  .anni-card-answers-card.is-flipped:hover .anni-card-answers-card-inner {
    transform: none; }
  .anni-card-answers-card-front {
    display: flex; }
  .anni-card-answers-card-back {
    display: none;
    transform: none; }
  .anni-card-answers-card.is-flipped .anni-card-answers-card-front {
    display: none; }
  .anni-card-answers-card.is-flipped .anni-card-answers-card-back {
    display: flex; } }

@media (max-width: 1199px) {
  .anni-card-answers {
    padding: 70px 30px 76px; }
  .anni-card-answers-heading {
    font-size: 40px; }
  .anni-card-answers-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px; }
  .anni-card-answers-item {
    height: 225px; }
  .anni-card-answers-question,
  .anni-card-answers-answer {
    max-width: 220px; } }

@media (max-width: 991px) {
  .anni-card-answers {
    padding: 62px 24px 68px; }
  .anni-card-answers-heading {
    font-size: 35px; }
  .anni-card-answers-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .anni-card-answers-item {
    height: 230px; }
  .anni-card-answers-question,
  .anni-card-answers-answer {
    max-width: 260px; } }

@media (max-width: 767px) {
  .anni-card-answers {
    padding: 50px 20px 58px; }
  .anni-card-answers-header {
    margin-bottom: 28px; }
  .anni-card-answers-heading {
    margin-bottom: 16px;
    font-size: 30px; }
  .anni-card-answers-instruction {
    font-size: 16px; }
  .anni-card-answers-list {
    grid-template-columns: 1fr;
    gap: 16px; }
  .anni-card-answers-item {
    height: 220px; }
  .anni-card-answers-card-front,
  .anni-card-answers-card-back {
    padding: 26px 30px; }
  .anni-card-answers-question,
  .anni-card-answers-answer {
    max-width: 320px;
    font-size: 17px; } }

@media (max-width: 575px) {
  .anni-card-answers {
    padding-right: 16px;
    padding-left: 16px; }
  .anni-card-answers-heading {
    font-size: 27px; }
  .anni-card-answers-instruction {
    font-size: 15px; }
  .anni-card-answers-counter {
    font-size: 15px; }
  .anni-card-answers-item {
    height: 210px; }
  .anni-card-answers-card-front,
  .anni-card-answers-card-back {
    padding-right: 24px;
    padding-left: 24px; }
  .anni-card-answers-question,
  .anni-card-answers-answer {
    max-width: 280px;
    font-size: 16px; } }

.anni-content-with-bg {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 76px 30px 82px;
  background-color: #044162;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.anni-content-with-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  background: linear-gradient(0deg, #044162cc 0%, #0078bfcc 100%);
  pointer-events: none; }

.anni-content-with-bg .inner-wrap-wide {
  position: relative;
  z-index: 2;
  width: 100%; }

.anni-content-with-bg-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  text-align: center; }

.anni-content-with-bg-heading {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: "Anton", sans-serif; }

.anni-content-with-bg-description {
  max-width: 780px;
  margin: 0 auto 38px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55; }
  .anni-content-with-bg-description p {
    margin: 0; }
  .anni-content-with-bg-description p + p {
    margin-top: 16px; }
  .anni-content-with-bg-description ul,
  .anni-content-with-bg-description ol {
    margin: 16px 0 0;
    padding-left: 24px;
    text-align: left; }
  .anni-content-with-bg-description a {
    color: #ffffff;
    text-decoration: underline; }

.anni-content-with-bg-button {
  min-width: 250px;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 15px 34px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #0078bf;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .3s ease,
 border-color .3s ease,
 color .3s ease,
 transform .3s ease; }
  .anni-content-with-bg-button:hover, .anni-content-with-bg-button:focus-visible {
    border-color: #fff;
    background: #fff;
    color: #0078bf;
    text-decoration: none;
    transform: translateY(-2px); }
    .anni-content-with-bg-button:hover .anni-content-with-bg-button-arrow, .anni-content-with-bg-button:focus-visible .anni-content-with-bg-button-arrow {
      transform: translateX(4px); }

.anni-content-with-bg-button-arrow {
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 1;
  transition: transform .3s ease; }

@media (max-width: 1199px) {
  .anni-content-with-bg {
    min-height: 480px;
    padding: 68px 30px 74px; }
  .anni-content-with-bg-inner {
    max-width: 760px; }
  .anni-content-with-bg-heading {
    font-size: 40px; }
  .anni-content-with-bg-description {
    font-size: 18px; } }

@media (max-width: 991px) {
  .anni-content-with-bg {
    min-height: 450px;
    padding: 62px 24px 68px; }
  .anni-content-with-bg-heading {
    font-size: 35px; }
  .anni-content-with-bg-description {
    max-width: 680px;
    margin-bottom: 32px;
    font-size: 17px; }
  .anni-content-with-bg-button {
    min-width: 230px;
    min-height: 58px;
    padding: 14px 28px;
    font-size: 16px; } }

@media (max-width: 767px) {
  .anni-content-with-bg {
    min-height: 430px;
    padding: 56px 20px 62px;
    background-position: center center; }
  .anni-content-with-bg-overlay {
    background: rgba(0, 65, 98, 0.68); }
  .anni-content-with-bg-heading {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.3; }
  .anni-content-with-bg-description {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.55; }
  .anni-content-with-bg-button {
    width: 100%;
    max-width: 320px;
    min-width: 0; } }

@media (max-width: 575px) {
  .anni-content-with-bg {
    min-height: 400px;
    padding: 50px 16px 56px; }
  .anni-content-with-bg-heading {
    font-size: 27px; }
  .anni-content-with-bg-description {
    font-size: 15px; }
  .anni-content-with-bg-button {
    max-width: 290px;
    min-height: 54px;
    padding: 13px 22px;
    font-size: 15px; } }

.anni-conclusion-section {
  padding: 100px 0;
  background: #0F1729; }
  .anni-conclusion-section .content {
    max-width: 750px;
    margin: 0 auto; }
    .anni-conclusion-section .content p {
      color: rgba(255, 255, 255, 0.9);
      font-family: Arial;
      font-size: 18px;
      line-height: 1.8; }
  .anni-conclusion-section .content-sign p {
    color: rgba(255, 255, 255, 0.6);
    font-family: Arial; }
