/* Common CSS */
.block-pdb {
  padding-bottom: 50px;
}

.block-pdt {
  padding-top: 80px;
}

.border-none {
  border: none;
}

.block h2.block-title {
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #3c3c3c;
}

.block.media-room-page h2.block-title {
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #3c3c3c;
}

.block .block-description h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #3c3c3c;
  text-transform: uppercase;
}

.block .block-description p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #3c3c3c;
}

.block .block-description p a {
}

/* Block Slide Car Info */
.slide-car-info {
  position: relative;
  box-shadow: 0px 24px 30px rgba(0, 0, 0, 0.1);
}

.slide-car-info .swiper,
.slide-benefits {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}

.slide-car-info .swiper-slide-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.slide-car-info .field-image {
  width: 100%;
}

.slide-car-info .box-page-title {
  width: 100%;
  position: absolute;
  top: 40px;
  text-align: left;
  overflow: hidden;
  z-index: 2;
}

.slide-car-info .box-page-title h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: -0.04em;
  color: #3c3c3c;
}

.slide-car-info .box-content {
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.slide-car-info .box-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.slide-car-info .box-content p a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;

  color: #ffffff;
}

.slide-car-info .box-content .box-content-header {
  display: flex;
}

.slide-car-info .box-content .box-content-header .title {
  flex: 70%;
  display: flex;
  align-items: center;
}

.slide-car-info .box-content .box-content-header {
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.02em;
}

.slide-car-info .box-content .box-content-header .image {
  flex: 30%;
}

.slide-car-info .box-content .box-divider {
  height: 1px;
  background-color: #7a99ac;
  margin-top: 12px;
  margin-bottom: 36px;
}

.slide-car-info .box-content .box-content-body {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.slide-car-info .box-content .box-content-body ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
}

.slide-car-info .box-content .box-content-body ul li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: disc outside none;
}

.slide-car-info .box-content .box-content-body .sub-text {
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: -0.03em;
}

.slide-car-info .slide-car-prev,
.slide-car-info .slide-car-next {
  z-index: 2;
  width: 50px;
  height: 50px;
  color: #92a0b2;
  padding: 15px 20px;
  background: #ffffff6b;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}

.slide-car-info .slide-car-prev {
  left: 0px;
}

.slide-car-info .slide-car-next {
  right: 0px;
}

.slide-car-info .slide-car-prev::after,
.slide-car-info .slide-car-next::after {
  font-size: 20px;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.slide-car-info .slide-car-prev::after {
  content: "prev";
  color: #1464f4;
}

.slide-car-info .slide-car-next::after {
  content: "next";
  color: #1464f4;
}

.slide-car-info .slide-car-prev:hover,
.slide-car-info .slide-car-next:hover {
  color: #1464f4;
}

#block-slide-car-info .bottom-description {
  margin-bottom: 0;
  margin-top: 60px;
  color: rgba(60, 60, 60, 0.6);
  letter-spacing: -0.01em;
  font-weight: 300;
  font-size: 10px;
  line-height: 140%;
}

#block-slide-car-info .bottom-description p {
  margin-bottom: 0;
}

/*swiper-pagination*/
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  bottom: 10px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1464f4 !important;
}

.swiper-pagination-bullet {
  width: 80px;
  height: 8px;
  display: inline-block;
  border-radius: unset;
  opacity: unset;
  margin: 0px 10px;
  background: #d9e1e2;
  color: transparent;
}

.block-releases-items .title {
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #3c3c3c;
  flex: none;
}

.block-releases-items .date {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #3c3c3c;
}

.block-releases-items .text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #3c3c3c;
}

.block-releases-items .country {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #3c3c3c;
  padding-left: 25px;
  background: url("../images/media-room/ico-country.png") no-repeat left center;
}

.block-releases-items .d-inline-flex {
  color: #1464f4;
  cursor: pointer;
}

.block-releases-items .d-inline-flex i {
  padding-left: 10px;
}

/*kits-items*/

.kits-items .item img {
}

.kits-items .item img {
}

.team-items .item .card-title,
.kits-items .item .card-title {
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #3c3c3c;
}

.team-items .item .card-text,
.kits-items .item .card-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #3c3c3c;
}

.kits-items .item .card-text p {
}

.team-items .item .text-link,
.kits-items .item .text-link {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1464f4;
  cursor: pointer;
}

.team-items .item .card-text p span,
.kits-items .item .card-text p span {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1464f4;
}

.block img.blue-border {
  border-bottom: 3px solid #1464f4;
}

#block-speaker .block-content {
  position: relative;
}

#block-about-us .block-content {
  position: relative;
}

#block-about-us .field-image {
}

#block-speaker .field-body,
#block-about-us .field-body {
  width: 100%;
  position: absolute;
  top: 40px;
  text-align: left;
  overflow: hidden;
  z-index: 2;
}

#block-speaker .field-body .title,
#block-about-us .field-body .title {
  max-width: 400px;
}

#block-speaker .field-body .title h1,
#block-about-us .field-body .title h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: -0.04em;
  color: #3c3c3c;
}

#block-speaker .field-body .title .intro-text,
#block-about-us .field-body .title .intro-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.04em;
  color: #3c3c3c;
}

#block-speaker .field-body .title h1,
#block-speaker .field-body .title .intro-text {
  color: #fff;
}

#block-speaker a.btn {
  cursor: pointer;
}

#block-about-us a.btn {
  cursor: pointer;
}

#footer {
  margin-top: -70px;
  position: relative;
}

@media only screen and (min-width: 576px) {
  .slide-car-info .box-page-title,
  #block-kits .container-fluid,
  #block-team .container-fluid,
  #block-speaker .container-fluid,
  #block-about-us .field-body .container-fluid {
    padding-left: 4em;
    padding-right: 4em;
  }
}
