@import url("https://use.typekit.net/tvg4pki.css");
:root {
  --heading-font-family: Times New Roman, Times, serif;
  --body-font-family: neue-haas-grotesk-display, Garamond, Verdana, Arial, sans-serif;
}

@keyframes arrowLinkHover {
  0% {
    margin-left: 10px;
  }
  50% {
    margin-left: 15px;
  }
  100% {
    margin-left: 10px;
  }
}
.manual-feed {
  padding: 77px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("/themes/custom/icahn_default/images/pattern-background-blue.jpg");
}
@media (min-width: 992px) {
  .manual-feed {
    padding: 100px 95px;
  }
}
.manual-feed__heading {
  text-align: center;
  margin-bottom: 30px;
}
.manual-feed__container {
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}
.manual-feed__content {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 992px) {
  .manual-feed__content {
    grid-template-columns: calc(55% - 68.5px) calc(45% - 68.5px);
    grid-template-rows: auto;
    grid-gap: 137px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .manual-feed__content {
    grid-template-columns: calc(55% - 25px) calc(45% - 25px);
    grid-gap: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .manual-feed__content {
    padding: 0 30px;
  }
}
.manual-feed__content .swiper-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .manual-feed__content .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, min-content);
    gap: 50px;
  }
}
.manual-feed__content .swiper-container--manual-feed--social, .manual-feed__content .swiper-container--manual-feed--article {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, min-content);
  gap: 50px;
}
.manual-feed__content .swiper-container .carousel-controls {
  display: none;
  position: absolute;
  top: 170px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .manual-feed__content .swiper-container .carousel-controls {
    display: flex;
  }
}
.manual-feed__content .swiper-container .carousel-controls-next, .manual-feed__content .swiper-container .carousel-controls-prev {
  border: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.22);
}
.manual-feed__content .swiper-container .carousel-controls-next.swiper-button-disabled, .manual-feed__content .swiper-container .carousel-controls-prev.swiper-button-disabled {
  display: none;
}
.manual-feed__content .swiper-container .carousel-controls-next {
  margin-left: auto;
}
.manual-feed__content .swiper-notification {
  position: absolute;
  height: 0;
  overflow: hidden;
}
.manual-feed__bottom {
  padding: 0 50px;
}
@media (min-width: 992px) {
  .manual-feed__bottom {
    padding: 0;
  }
}
.manual-feed__bottom .block-social-media-links {
  margin-bottom: 0 !important;
}

.manual-card {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  height: 100%;
  background: linear-gradient(153deg, #007FAD 0%, #007FAD 50%, #221B74 100%);
  background-size: 100% 300%;
  background-position: 0 90%;
  transition: all 0.25s ease-in-out;
}
.is-tabbing .manual-card:focus {
  background-position: 0 0;
}
.is-tabbing .manual-card:focus figure img {
  transform: scale(1.1);
}
@media (hover: hover) {
  .manual-card:hover {
    background-position: 0 0;
  }
  .manual-card:hover figure img {
    transform: scale(1.1);
  }
}
.manual-card.has-image {
  min-height: 412px;
  overflow: hidden;
  justify-content: flex-end;
}
.manual-card.has-image figure {
  -o-object-position: top center;
     object-position: top center;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
.manual-card.has-image figure iframe,
.manual-card.has-image figure video,
.manual-card.has-image figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.manual-card.has-image figure img {
  scale: 1;
  transition: all 0.25s ease-in-out;
}
.manual-card.has-headline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.27%, rgba(0, 0, 0, 0.62) 80%);
  mix-blend-mode: multiply;
}
.manual-card.has-headline .manual-card__content {
  padding: 0 70px 34px 40px;
}
.manual-card__content {
  position: relative;
  color: #fff;
  font-family: "neue-haas-grotesk-display", Garamond, Verdana, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.manual-card__date {
  color: #fff;
  font-family: "neue-haas-grotesk-display", Garamond, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.8px;
  text-shadow: 0 0 20px #000;
}
.manual-card__social {
  padding: 20px 20px 0 20px;
}
.manual-card__social__header {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 3;
}
.manual-card__social__header i {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #DC199B;
}
.manual-card__social__header i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0;
  font-size: 28px;
  transform: translate(-50%, -50%);
}
.manual-card__social:not(.has-image) .manual-card__content {
  padding: 10px 30px 62px 30px;
}
@media (min-width: 576px) {
  .manual-card__social:not(.has-image) .manual-card__content {
    padding: 0 47px 62px 69px;
  }
}
.manual-card__social.has-image {
  justify-content: unset !important;
}
.manual-card__social.has-image .manual-card__content {
  margin-top: auto;
  padding: 0 50px 34px 20px;
}
.manual-card__social.facebook, .manual-card__social.instagram {
  aspect-ratio: 1/1;
}
.manual-card__article {
  min-height: 440px !important;
}
.manual-card .category-tag {
  position: absolute;
  top: 32px;
  left: 40px;
  z-index: 2;
}