@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;
  }
}
.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  width: 100%;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}

.swiper-wrapper {
  display: flex;
  height: 100%;
  max-height: 100%;
}

.swiper-slide {
  width: auto;
  height: 100%;
  max-height: 100%;
  flex-shrink: 0;
  display: block;
}
.swiper-slide .media-item {
  width: 100%;
}
.swiper-slide .media-item img {
  width: 100%;
}
.swiper-slide.blue-overlay {
  background-image: linear-gradient(180deg, #007FAD, #221B74);
}
.swiper-slide.blue-overlay figure {
  mix-blend-mode: soft-light;
}

.swiper-container-autoheight.swiper-container--cards .swiper-wrapper {
  align-items: normal;
}
.swiper-container-autoheight.swiper-container--cards .swiper-wrapper .swiper-slide {
  display: flex;
}

.carousel-controls-prev,
.carousel-controls-next {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 2px solid #0091C8;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
  pointer-events: auto;
}
.carousel-controls-prev .icon-arrow::after, .carousel-controls-prev.slick-next:before, .carousel-controls-prev.slick-prev:before,
.carousel-controls-next .icon-arrow::after,
.carousel-controls-next.slick-next:before,
.carousel-controls-next.slick-prev:before {
  transition: all 0.25s ease-in-out;
  content: "";
  -webkit-mask-image: url("/themes/custom/icahn_default/images/arrow-right-carousel.svg");
          mask-image: url("/themes/custom/icahn_default/images/arrow-right-carousel.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0091C8;
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  display: block;
}
.carousel-controls-prev[class*=-controls-prev],
.carousel-controls-next[class*=-controls-prev] {
  transform: rotate(180deg);
}
.carousel-controls-prev.slick-prev,
.carousel-controls-next.slick-prev {
  left: 0;
}
.carousel-controls-prev.slick-next,
.carousel-controls-next.slick-next {
  right: 0;
}
.carousel-controls-prev.swiper-button-disabled, .carousel-controls-prev.slick-disabled,
.carousel-controls-next.swiper-button-disabled,
.carousel-controls-next.slick-disabled {
  pointer-events: none;
  border-color: rgba(142, 149, 149, 0.5);
}
.carousel-controls-prev.swiper-button-disabled .icon-arrow::after, .carousel-controls-prev.swiper-button-disabled.slick-next:before, .carousel-controls-prev.swiper-button-disabled.slick-prev:before, .carousel-controls-prev.slick-disabled .icon-arrow::after, .carousel-controls-prev.slick-disabled.slick-next:before, .carousel-controls-prev.slick-disabled.slick-prev:before,
.carousel-controls-next.swiper-button-disabled .icon-arrow::after,
.carousel-controls-next.swiper-button-disabled.slick-next:before,
.carousel-controls-next.swiper-button-disabled.slick-prev:before,
.carousel-controls-next.slick-disabled .icon-arrow::after,
.carousel-controls-next.slick-disabled.slick-next:before,
.carousel-controls-next.slick-disabled.slick-prev:before {
  opacity: 0.5;
  content: "";
  -webkit-mask-image: url("/themes/custom/icahn_default/images/arrow-right-carousel.svg");
          mask-image: url("/themes/custom/icahn_default/images/arrow-right-carousel.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #8E9595;
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  display: block;
}
.is-tabbing .carousel-controls-prev:focus:not(.swiper-button-disabled), .is-tabbing .carousel-controls-prev:focus:not(.slick-disabled),
.is-tabbing .carousel-controls-next:focus:not(.swiper-button-disabled),
.is-tabbing .carousel-controls-next:focus:not(.slick-disabled) {
  background-color: #0091C8;
}
.is-tabbing .carousel-controls-prev:focus:not(.swiper-button-disabled) .icon-arrow::after, .is-tabbing .carousel-controls-prev:focus:not(.swiper-button-disabled).slick-next:before, .is-tabbing .carousel-controls-prev:focus:not(.swiper-button-disabled).slick-prev:before, .is-tabbing .carousel-controls-prev:focus:not(.slick-disabled) .icon-arrow::after, .is-tabbing .carousel-controls-prev:focus:not(.slick-disabled).slick-next:before, .is-tabbing .carousel-controls-prev:focus:not(.slick-disabled).slick-prev:before,
.is-tabbing .carousel-controls-next:focus:not(.swiper-button-disabled) .icon-arrow::after,
.is-tabbing .carousel-controls-next:focus:not(.swiper-button-disabled).slick-next:before,
.is-tabbing .carousel-controls-next:focus:not(.swiper-button-disabled).slick-prev:before,
.is-tabbing .carousel-controls-next:focus:not(.slick-disabled) .icon-arrow::after,
.is-tabbing .carousel-controls-next:focus:not(.slick-disabled).slick-next:before,
.is-tabbing .carousel-controls-next:focus:not(.slick-disabled).slick-prev:before {
  content: "";
  -webkit-mask-image: url("/themes/custom/icahn_default/images/arrow-right-carousel.svg");
          mask-image: url("/themes/custom/icahn_default/images/arrow-right-carousel.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  display: block;
}
@media (hover: hover) {
  .carousel-controls-prev:hover:not(.swiper-button-disabled), .carousel-controls-prev:hover:not(.slick-disabled),
  .carousel-controls-next:hover:not(.swiper-button-disabled),
  .carousel-controls-next:hover:not(.slick-disabled) {
    background-color: #0091C8;
  }
  .carousel-controls-prev:hover:not(.swiper-button-disabled) .icon-arrow::after, .carousel-controls-prev:hover:not(.swiper-button-disabled).slick-next:before, .carousel-controls-prev:hover:not(.swiper-button-disabled).slick-prev:before, .carousel-controls-prev:hover:not(.slick-disabled) .icon-arrow::after, .carousel-controls-prev:hover:not(.slick-disabled).slick-next:before, .carousel-controls-prev:hover:not(.slick-disabled).slick-prev:before,
  .carousel-controls-next:hover:not(.swiper-button-disabled) .icon-arrow::after,
  .carousel-controls-next:hover:not(.swiper-button-disabled).slick-next:before,
  .carousel-controls-next:hover:not(.swiper-button-disabled).slick-prev:before,
  .carousel-controls-next:hover:not(.slick-disabled) .icon-arrow::after,
  .carousel-controls-next:hover:not(.slick-disabled).slick-next:before,
  .carousel-controls-next:hover:not(.slick-disabled).slick-prev:before {
    content: "";
    -webkit-mask-image: url("/themes/custom/icahn_default/images/arrow-right-carousel.svg");
            mask-image: url("/themes/custom/icahn_default/images/arrow-right-carousel.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #fff;
    height: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
    display: block;
  }
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  display: block;
  height: 8px;
  width: 8px;
  display: inline-block;
  background: #8E9595;
  border: none;
  margin: 0 5px;
  padding: 5px;
  overflow: hidden;
  vertical-align: top;
  border-radius: 0;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: block;
  height: 8px;
  width: 8px;
  display: inline-block;
  background: #8E9595;
  border: none;
  margin: 0 5px;
  padding: 5px;
  overflow: hidden;
  vertical-align: top;
  border-radius: 0;
  opacity: 1;
  background: #0091C8;
}

.carousel-controls {
  display: inline-flex;
  gap: 10px;
  padding: 15px;
  margin: 0;
  z-index: 10;
}
.carousel-controls .swiper-pagination {
  margin-top: 0;
  margin-bottom: 0;
}
.carousel__large {
  height: auto;
  min-height: 345px;
}
@media (min-width: 768px) {
  .carousel__large {
    height: 600px;
  }
}
.carousel__large__slide__image {
  top: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
.carousel__large__slide__image iframe,
.carousel__large__slide__image video,
.carousel__large__slide__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.carousel__large__slide__body {
  color: #fff;
  font-family: "neue-haas-grotesk-display", Garamond, Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}
.carousel__large__slide__body {
  font-size: 20px;
}
@media (min-width: 390px) and (max-width: 1440px) {
  .carousel__large__slide__body {
    font-size: calc(20px + 2 * (100vw - 390px) / (1050));
  }
}
@media (min-width: 1440px) and (max-width: 1440px) {
  .carousel__large__slide__body {
    font-size: calc(22px + (100vw - 1440px) * 22 / 1440);
  }
}
@media (min-width: 1440px) {
  .carousel__large__slide__body {
    font-size: calc(22px + (1440px - 1440px) * 22 / 1440);
  }
}
.carousel__large__slide__body {
  line-height: 28px;
}
@media (min-width: 390px) and (max-width: 1440px) {
  .carousel__large__slide__body {
    line-height: calc(28px + 4 * (100vw - 390px) / (1050));
  }
}
@media (min-width: 1440px) and (max-width: 1440px) {
  .carousel__large__slide__body {
    line-height: calc(32px + (100vw - 1440px) * 32 / 1440);
  }
}
@media (min-width: 1440px) {
  .carousel__large__slide__body {
    line-height: calc(32px + (1440px - 1440px) * 32 / 1440);
  }
}
.carousel__large .swiper-container {
  max-width: 100%;
}
.carousel__large .swiper-slide {
  height: 100%;
  min-height: 345px;
}
.carousel__large .swiper-slide__content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .carousel__large .swiper-slide__content {
    padding-bottom: 100px;
  }
}
.carousel__large .swiper-slide__content__text {
  position: relative;
  width: 700px;
  height: 100%;
  max-width: 100%;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .carousel__large .swiper-slide__content__text {
    padding-left: 95px;
  }
}
.carousel__large .swiper-slide__content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(211deg, rgba(255, 255, 255, 0) 11.28%, #383838 62.06%);
  mix-blend-mode: multiply;
}
.carousel__large .swiper-slide__content h1 {
  color: #fff;
  font-family: var(--heading-font-family);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 400;
  margin-bottom: 14px;
}
.carousel__large .swiper-slide__content h1 {
  font-size: 44px;
}
@media (min-width: 390px) and (max-width: 1440px) {
  .carousel__large .swiper-slide__content h1 {
    font-size: calc(44px + 18 * (100vw - 390px) / (1050));
  }
}
@media (min-width: 1440px) and (max-width: 1440px) {
  .carousel__large .swiper-slide__content h1 {
    font-size: calc(62px + (100vw - 1440px) * 62 / 1440);
  }
}
@media (min-width: 1440px) {
  .carousel__large .swiper-slide__content h1 {
    font-size: calc(62px + (1440px - 1440px) * 62 / 1440);
  }
}
.carousel__large .swiper-slide__content h1 {
  line-height: 44px;
}
@media (min-width: 390px) and (max-width: 1440px) {
  .carousel__large .swiper-slide__content h1 {
    line-height: calc(44px + 28 * (100vw - 390px) / (1050));
  }
}
@media (min-width: 1440px) and (max-width: 1440px) {
  .carousel__large .swiper-slide__content h1 {
    line-height: calc(72px + (100vw - 1440px) * 72 / 1440);
  }
}
@media (min-width: 1440px) {
  .carousel__large .swiper-slide__content h1 {
    line-height: calc(72px + (1440px - 1440px) * 72 / 1440);
  }
}
.carousel__large .swiper-slide__content h1 {
  letter-spacing: -0.1px;
}
@media (min-width: 390px) and (max-width: 1440px) {
  .carousel__large .swiper-slide__content h1 {
    letter-spacing: calc(-0.1px + -0.1 * (100vw - 390px) / (1050));
  }
}
@media (min-width: 1440px) and (max-width: 1440px) {
  .carousel__large .swiper-slide__content h1 {
    letter-spacing: calc(-0.2px + (100vw - 1440px) * -0.2 / 1440);
  }
}
@media (min-width: 1440px) {
  .carousel__large .swiper-slide__content h1 {
    letter-spacing: calc(-0.2px + (1440px - 1440px) * -0.2 / 1440);
  }
}
.carousel__large .carousel-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #F1F2F4;
}

.media-carousel .carousel-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  margin: 0;
  width: 100%;
}
@media (max-width: 575.98px) {
  .media-carousel .carousel-controls {
    top: 80px;
    transform: translateY(0);
  }
}
.media-carousel .carousel-controls .carousel-controls-next,
.media-carousel .carousel-controls .carousel-controls-prev {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  border: none;
  border-radius: 0;
  text-decoration: none;
  line-height: 1;
  min-height: 60px;
  text-transform: none;
  transition: all 0.25s ease-in-out;
  letter-spacing: normal;
  min-width: 200px;
  text-align: left;
  box-sizing: border-box;
  font-size: 18.66px;
  font-family: "neue-haas-grotesk-display", Garamond, Verdana, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background: linear-gradient(153deg, #007FAD 0%, #007FAD 50%, #221B74 100%);
  background-size: 100% 300%;
  background-position: 0 90%;
  padding: 0 30px;
  border: none;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: absolute;
}
.media-carousel .carousel-controls .carousel-controls-next:after,
.media-carousel .carousel-controls .carousel-controls-prev:after {
  content: "";
  -webkit-mask-image: url("/themes/custom/icahn_default/images/arrow-right-icon.svg");
          mask-image: url("/themes/custom/icahn_default/images/arrow-right-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  display: block;
  position: relative;
  margin-left: 10px;
  right: 0;
  transition: all 0.25s ease-in-out;
  width: 18px;
  height: 18px;
}
.is-tabbing .media-carousel .carousel-controls .carousel-controls-next:focus:after,
.is-tabbing .media-carousel .carousel-controls .carousel-controls-prev:focus:after {
  right: -10px;
}
@media (hover: hover) {
  .media-carousel .carousel-controls .carousel-controls-next:hover:after,
  .media-carousel .carousel-controls .carousel-controls-prev:hover:after {
    right: -10px;
  }
}
.is-tabbing .media-carousel .carousel-controls .carousel-controls-next:focus,
.is-tabbing .media-carousel .carousel-controls .carousel-controls-prev:focus {
  background-position: 0 0;
}
@media (hover: hover) {
  .media-carousel .carousel-controls .carousel-controls-next:hover,
  .media-carousel .carousel-controls .carousel-controls-prev:hover {
    background-position: 0 0;
  }
}
.media-carousel .carousel-controls .carousel-controls-prev {
  left: -30px;
  transform: rotate(180deg);
}
@media (max-width: 575.98px) {
  .media-carousel .carousel-controls .carousel-controls-prev {
    left: -20px;
  }
}
.media-carousel .carousel-controls .carousel-controls-next {
  right: -30px;
}
@media (max-width: 575.98px) {
  .media-carousel .carousel-controls .carousel-controls-next {
    right: -20px;
  }
}