.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*! 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: hsla(0, 0%, 100%, 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;
}

#header .navBar {
  background-color: #1a1a1a;
}

@media only screen and (min-width: 1024px) {
  #page {
    margin-top: 136px;
  }
}
@media only screen and (min-width: 1200px) {
  #page {
    margin-top: 139px;
  }
}

.ar__section {
  margin: 0 0 1.5em;
}
.ar__section--padding {
  padding: 1em 0 1.5em;
}
@media screen and (min-width: 992px) {
  .ar__section {
    margin: 0 0 1.8em;
  }
  .ar__section--padding {
    padding: 1.8em 0;
  }
}
.ar__section-divider {
  display: block;
  position: relative;
  padding: 40px 0;
}
.ar__section-divider:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 200px;
  height: 2px;
  background-color: #9B3511;
}
.ar__page-content {
  font-weight: 400;
  line-height: 0.8;
  font-size: 28px;
  color: #2b2b2b;
  visibility: visible;
  margin: 0.5em 0 1em;
}
.ar__page-content .col-xs-1, .ar__page-content .col-sm-1, .ar__page-content .col-md-1, .ar__page-content .col-lg-1, .ar__page-content .col-xs-2, .ar__page-content .col-sm-2, .ar__page-content .col-md-2, .ar__page-content .col-lg-2, .ar__page-content .col-xs-3, .ar__page-content .col-sm-3, .ar__page-content .col-md-3, .ar__page-content .col-lg-3, .ar__page-content .col-xs-4, .ar__page-content .col-sm-4, .ar__page-content .col-md-4, .ar__page-content .col-lg-4, .ar__page-content .col-xs-5, .ar__page-content .col-sm-5, .ar__page-content .col-md-5, .ar__page-content .col-lg-5, .ar__page-content .col-xs-6, .ar__page-content .col-sm-6, .ar__page-content .col-md-6, .ar__page-content .col-lg-6, .ar__page-content .col-xs-7, .ar__page-content .col-sm-7, .ar__page-content .col-md-7, .ar__page-content .col-lg-7, .ar__page-content .col-xs-8, .ar__page-content .col-sm-8, .ar__page-content .col-md-8, .ar__page-content .col-lg-8, .ar__page-content .col-xs-9, .ar__page-content .col-sm-9, .ar__page-content .col-md-9, .ar__page-content .col-lg-9, .ar__page-content .col-xs-10, .ar__page-content .col-sm-10, .ar__page-content .col-md-10, .ar__page-content .col-lg-10, .ar__page-content .col-xs-11, .ar__page-content .col-sm-11, .ar__page-content .col-md-11, .ar__page-content .col-lg-11, .ar__page-content .col-xs-12, .ar__page-content .col-sm-12, .ar__page-content .col-md-12, .ar__page-content .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.ar__page-content .row {
  margin-left: -10px;
  margin-right: -10px;
}
.ar__page-content strong {
  font-family: "Gotham-Bold", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.ar__page-content p {
  line-height: 1.6em;
  font-size: 14px;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
}
.ar__page-content p a {
  color: #420A82;
  padding-bottom: 1px;
  border-bottom: 1px solid #420A82;
}
.ar__page-content p a:hover {
  text-decoration: none;
}
.ar__page-content .accent {
  color: #EF7D00;
}
@media screen and (min-width: 992px) {
  .ar__page-content p {
    font-size: 18px;
  }
}
.ar__cta {
  border: 1px solid #ffffff;
  background-color: #420A82;
  font-size: 14px;
  font-family: "GothamHTF-Medium", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
  color: #ffffff !important;
  padding: 14px 25px !important;
  line-height: 1em;
  display: inline-block;
  white-space: nowrap;
}
.ar__cta svg {
  margin-top: 1px;
  margin-left: 5px;
}
@media screen and (min-width: 992px) {
  .ar__cta {
    font-size: 16px;
    padding: 16px 30px !important;
  }
  .ar__cta svg {
    margin-left: 10px;
  }
}
.ar__cta:hover, .ar__cta:focus {
  background-color: transparent;
  text-decoration: none;
}
.ar__nav__item {
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
  margin: 0 -15px;
}
.ar__nav__item a {
  color: #2b2b2b;
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  border-bottom: 0;
  text-decoration: none;
  padding: 1.5em 20px;
  font-size: 21px;
  display: block;
}
.ar__nav__item a.ar__nav__item--first {
  letter-spacing: 1.25px;
}
.ar__nav__item a .ar__nav__item__label {
  position: relative;
  text-transform: uppercase;
}
.ar__nav__item a .ar__nav__item__label:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: transparent;
}
.ar__nav__item:hover > a .ar__nav__item__label:after, .ar__nav__item.is--current > a .ar__nav__item__label:after {
  background-color: #9B3511;
}
.ar__nav__item > a:focus {
  outline-color: #9B3511;
}
.ar__nav__item:first-child {
  padding-top: 0.5em;
}
.ar__nav__item--wsub {
  position: relative;
}
.ar__nav__item--wsub > a {
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}
.ar__nav__item__hint {
  width: 10px;
  height: 10px;
  border: solid #2b2b2b;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  display: block;
  margin-left: 13px;
  margin-top: -3px;
}
.ar__nav__item.is--active .ar__nav__item__hint {
  margin-top: 6px;
  transform: rotate(-225deg);
}
.ar__nav__item__submenu {
  overflow: hidden;
  height: 0;
  background-color: #f4f4f4;
}
.ar__nav__item__submenu .ar__nav__item--author {
  margin-top: -5px;
}
@media only screen and (max-width: 991px) {
  .ar__nav__item__submenu .ar__nav__item--author {
    padding-left: 20px;
  }
}
.ar__nav__item__submenu .ar__nav__item--author a {
  padding: 0 0 18px 0;
}
.ar__nav__item__submenu a {
  opacity: 0;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
  padding: 10px 0;
  line-height: 1em;
  font-size: 16px;
  transition: opacity 0.3s ease-in-out 0s;
}
.ar__nav__item__submenu a.ar__nav__item--strong {
  font-family: "GothamHTF-Medium", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
  padding: 18px 0;
}
@media only screen and (max-width: 640px) {
  .ar__nav__item__submenu a.ar__nav__item--strong {
    padding: 18px 20px;
  }
}
.ar__nav__item__submenu a.ar__nav__item--underline {
  border-bottom: 1px solid #dfdfdf;
}
.ar__nav__item__submenu a:not(.ar__no-link):hover, .ar__nav__item__submenu a:not(.ar__no-link):focus {
  color: #9B3511;
  outline-color: #9B3511;
}
.ar__nav__item__submenu a.ar__no-link {
  outline: none;
}
.ar__nav__item__submenu.is--active {
  height: 100%;
}
.ar__nav__item__submenu.is--active a {
  opacity: 1;
}
.ar__nav__item em {
  display: block;
  margin-top: 5px;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .ar__nav__item em {
    font-size: 18px;
  }
}
.ar__nav__item.mr-0 {
  margin-right: 0;
}
@media only screen and (min-width: 1024px) {
  .ar__nav {
    position: sticky;
    top: 64px;
    z-index: 999;
    background-color: #FFFFFF;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.05);
  }
}
@media only screen and (min-width: 768px) {
  .ar__nav {
    border-bottom: 1px solid #ebebeb;
  }
  .ar__nav__item {
    border-bottom: 0;
    display: inline-block;
    margin: 0 2em 0 0;
    position: relative;
  }
  .ar__nav__item:first-child {
    padding-top: 0;
  }
  .ar__nav__item a {
    padding: 1.4em 0 1.35em;
    font-size: 28px;
  }
  .ar__nav__item__hint {
    width: 12px;
    height: 12px;
    margin: 0 0 0 15px;
  }
  .ar__nav__item__submenu {
    width: 110%;
    height: auto;
    display: none;
    position: absolute;
    background-color: #ffffff;
    border-top: 2px solid #9B3511;
    z-index: 100;
    box-shadow: 4px 4px 22px 1px rgba(0, 0, 0, 0.1);
    padding: 5px 25px;
  }
  .ar__nav__item__submenu a {
    margin: 0;
    padding: 14px 0;
    font-size: 16px;
    letter-spacing: 0;
  }
  .ar__nav__item__submenu a.ar__nav__item--strong {
    padding: 24px 0;
    line-height: 1.2em;
    font-family: "GothamHTF-Medium", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
  }
  .ar__nav__item__submenu.is--active {
    height: auto;
    display: block;
  }
}
.ar__hero {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 679px) {
  .ar__hero {
    height: 330px;
  }
}
.ar__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 679px) {
  .ar__hero img {
    object-position: left;
  }
}
@media only screen and (max-width: 678px) {
  .ar__hero img {
    object-fit: contain;
  }
}
.ar__hero__big {
  height: initial;
}
.ar__hero__big img {
  height: auto;
  object-fit: initial;
}
.ar__hero--internal {
  height: auto;
}
.ar__hero--internal picture {
  display: block;
  width: 100%;
}
.ar__hero--internal img {
  height: auto;
  object-fit: initial;
  object-position: initial;
}
.ar__wrapper {
  margin: 2em 0 0;
}
.ar__section-title {
  font-family: "Gotham-Bold", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1.1em;
  color: #2b2b2b;
  margin: 0.4em 0 0.5em;
}
.ar__section-title__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.4em 0 0.5em;
}
.ar__section-title__wrapper .ar__section-title {
  margin: 0 20px 0 0;
}
.ar__section-title--small {
  font-size: 22px;
}
.ar__section-title small {
  font-size: 50%;
  display: block;
}
@media screen and (min-width: 992px) {
  .ar__section-title {
    font-size: 45px;
  }
  .ar__section-title--small {
    font-size: 40px;
  }
  .ar__section-title small {
    display: inline-block;
  }
}
.ar__section-second_title {
  font-family: "Gotham-Bold", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.1em;
  color: #2b2b2b;
  margin: 0.4em 0 0.6em;
}
.ar__section-subtitle {
  margin: 16px 0 0;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
}
@media only screen and (min-width: 992px) {
  .ar__section-subtitle {
    font-size: 24px;
  }
}
.ar__root-section-title {
  color: #9B3511;
  text-transform: uppercase;
  font-family: "GothamHTF-Medium", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
  letter-spacing: -0.01em;
  font-size: 14px;
}
.ar__link {
  color: #420A82;
  font-size: 14px;
  font-family: "Gotham-Bold", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
  text-decoration: none;
  border-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .ar__link {
    font-size: 16px;
  }
}
.ar__text {
  font-size: 18px;
  color: #444;
  line-height: 1.5em;
}
@media screen and (min-width: 992px) {
  .ar__text--columns {
    column-count: 2;
    column-gap: 55px;
  }
  .ar__text--columns p {
    margin: 0 0 1em;
  }
}
.ar__tabs__wrapper {
  margin: 1.2em -4px 1em;
  display: flex;
  flex-wrap: wrap;
}
.ar__tab {
  font-size: 13px;
  line-height: 1.2em;
  background-color: #f4f4f3;
  padding: 0.7em 1em 0.6em;
  font-family: "GothamHTF-Medium", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
  color: #444444;
  margin: 0 4px 8px;
  cursor: pointer;
  user-select: none;
  flex-grow: 1;
  text-align: center;
  text-decoration: none;
  width: calc(50% - 8px);
}
@media only screen and (min-width: 640px) {
  .ar__tab {
    width: auto;
  }
}
.ar__tab:hover, .ar__tab:focus {
  background-color: #eeeeee;
  color: #9B3511;
  text-decoration: none;
}
.ar__tab.is--active {
  background-color: #9B3511;
  color: #ffffff;
  cursor: default;
  font-family: "Gotham-Bold", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 992px) {
  .ar__tab {
    font-size: 17px;
    flex-grow: unset;
    padding: 0.8em 1.2em 0.7em;
  }
}
.ar__tab__block {
  display: none;
}
.ar__tab__block.is--active {
  display: block;
}
.ar__breadcrumbs {
  padding: 60px 0 20px;
}
.ar__breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.ar__breadcrumbs__list li {
  font-size: 14px;
  text-transform: uppercase;
}
.ar__breadcrumbs__list li:first-of-type:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border: solid #9B3511;
  border-width: 0 0 2px 2px;
  transform: rotate(45deg);
}
.ar__breadcrumbs__list li + li::before {
  display: inline-block;
  margin: 0 6px;
  transform: rotate(15deg);
  height: 10px;
  border-right: 1px solid #9B3511;
  content: "";
}
.ar__breadcrumbs__list li a {
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
  color: #9B3511;
  text-underline-offset: 2px;
}
.ar__breadcrumbs__list li a:focus {
  outline-color: #9B3511;
}
.ar__breadcrumbs__list li a:not([aria-current=page]) {
  text-decoration: underline;
}
.ar__breadcrumbs__list li a[aria-current=page] {
  font-family: "Gotham-Bold", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.ar__other_authors {
  position: relative;
  margin-top: 30px;
  padding: 45px 0;
  background-image: url("https://corp-assets.pirelli.com/corporate/annual-report-2025/ar-2025-authors-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ar__other_authors:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 992px) {
  .ar__other_authors {
    margin-top: 60px;
    padding: 80px 0;
  }
}
.ar__other_authors h3 {
  margin: 0;
  font-family: "Gotham-Bold", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .ar__other_authors h3 {
    font-size: 40px;
  }
}
.ar__other_authors .ar__carousel {
  margin-top: 30px;
}
.ar__other_authors .ar__carousel__item__wrapper {
  padding: 40px 32px;
  min-height: 210px;
  border-radius: 24px;
  background-color: #9B3511;
}
@media only screen and (min-width: 992px) {
  .ar__other_authors .ar__carousel__item__wrapper {
    min-height: 250px;
  }
}
@media only screen and (min-width: 1280px) {
  .ar__other_authors .ar__carousel__item__wrapper {
    min-height: 280px;
  }
}
.ar__other_authors .ar__carousel__item__wrapper h4, .ar__other_authors .ar__carousel__item__wrapper p {
  margin: 0;
  color: #ffffff;
}
.ar__other_authors .ar__carousel__item__wrapper h4 {
  font-family: "Gotham-Bold", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .ar__other_authors .ar__carousel__item__wrapper h4 {
    font-size: 32px;
  }
}
.ar__other_authors .ar__carousel__item__wrapper p {
  margin-top: 16px;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
}
@media screen and (min-width: 1200px) {
  .ar__other_authors .ar__carousel__item__wrapper p {
    font-size: 16px;
  }
}
.ar__other_authors .ar__carousel__item__wrapper a {
  display: inline-block;
  margin-top: 6.5vw;
  font-family: "GothamHTF-Medium", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
}
.ar__other_authors .ar__carousel__item__wrapper a span {
  display: inline-block;
  margin-right: 8px;
}
.ar__other_authors .ar__carousel__scrollbar {
  padding-bottom: 50px;
}
.ar__other_authors .ar__carousel__scrollbar .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 991px) {
  .ar__other_authors .ar__carousel__scrollbar .swiper-scrollbar {
    --swiper-scrollbar-sides-offset: 2.5%;
  }
}
.ar__other_authors .ar__carousel__scrollbar .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.5);
}
.ar__other_authors .ar__carousel__arrows {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 30px;
}
.ar__other_authors .ar__carousel__arrow {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.ar__other_authors .ar__carousel__arrow span {
  display: block;
  width: 8px;
  height: 8px;
  border: solid #ffffff;
  border-width: 1px 1px 0 0;
  pointer-events: none;
}
.ar__other_authors .ar__carousel__arrow--prev span {
  transform: rotate(-135deg);
  margin-left: 4px;
}
.ar__other_authors .ar__carousel__arrow--next span {
  transform: rotate(45deg);
  margin-left: -4px;
}
.ar__other_authors .ar__carousel__arrow.swiper-button-disabled {
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .ar__other_authors .ar__carousel__arrow {
    width: 48px;
    height: 48px;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.ar__bu__wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 4em;
}
.ar__bu__wrapper .ar__section-title--small {
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 2px solid #9B3511;
  padding-bottom: 8px;
  margin: 2em 0 1em;
}
@media only screen and (min-width: 992px) {
  .ar__bu__wrapper .ar__section-title--small {
    font-size: 32px;
  }
}

/*# sourceMappingURL=annual-report-2025-key-data-tpl.css.map */
