.information {
  margin:0 auto;
  overflow: hidden;
}
.information ul{
  list-style:none;
  margin:0;
  padding:0;
}


.information {
  overflow: hidden;
  max-width: 1230px;
  margin: 0px auto;
}
section.information > h2 {
  color: #083888;
  text-align: center;
  font-family: Gotham;
  font-size: 6vw;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
}
.information__title {
  margin-left: -21px;
  transform: rotate(180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
  color: #083888;
  font-family: Gotham;
  font-size: 95px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 4.04px;
  text-transform: uppercase;
}
.information__title-container {
  flex-direction: column;
}


@media (max-width: 992px) {
  .information__title {
    font-size: 70px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .information__title {
    font-size: 85px;
    margin-left: 11px;
  }
}
@media (max-width: 500px) {
  .information__title {
    font-size: 65px;
    margin-left: 52px;
    line-height: 16px;
  }
}
.information__arrows {
  display: flex;
  margin-left: 56px;
}
@media (max-width: 500px) {
  .information__arrows {
    flex-direction: column;
    margin-left: 21px;
  }
}
.information__featured-news--slider {
  margin-bottom: 15px !important;
  height: 100%;
}
.information__featured-news--slider .slick-track {
  display: flex !important;
  height: 100%;
}
.information__featured-news--slider .slick-list {
  height: 100%;
}
.information__featured-news--slider .slick-slide {
  height: inherit !important;
}
.information__featured-news--slider .slick-slide > div, .information__featured-news--slider .slick-slide > div > div {
  height: 100%;
}
@media (max-width: 500px) {
  .information__featured-news--slider .slick-slide {
    margin-left: 0px;
  }
}
@media (max-width: 1025px) {
  .information .slick-list {
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .information .slick-list {
    margin-left: 0px;
  }
}
@media (max-width: 500px) {
  .information .slick-list {
    margin-left: 0;
  }
}


.information .slick-dots {
  bottom: unset;
  position: absolute;
  right: 30px;
  top: 27px;
  width: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex !important;
  flex-wrap: wrap;
}
.information .slick-dots li button:before {
  border: none;
  background-color: white;
}
.information .slick-dots li.slick-active button:before {
  background-color: #FFD336;
}
.information .slick-dots button {
  display: none;
}
.information .slick-dots li {
  background: #fff;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 0 6px;
}
.information .slick-dots li.slick-active {
  background: #EA0029;
}
.information .slick-prev, .information .slick-next {
  display: inline-block;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  transform: none;
  height: 60px;
  width: 60px;
  position: relative;
  text-align: right;
  z-index: 9;
}
.information .slick-prev:before, .information .slick-next:before {
  content: "";
  background-image: url("../img/icons/arrow_in_circle-white.svg");
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
}
.information .slick-next:before {
  transform: rotate(0deg);
}
.information .slick-prev {
  margin-right: 16px;
}
.information .slick-prev:before {
  transform: rotate(180deg);
}
@media (max-width: 500px) {
  .information .slick-prev {
    margin-bottom: 12px;
  }
}
.information .teaser {
  min-height: auto;
  background-color: #083888;
}
.information .teaser__bottom {
  background-color: #083888;
}
@media (max-width: 768px) {
  .information .teaser__bottom {
    padding: 40px 34px 35px;
  }
}
@media (max-width: 500px) {
  .information .teaser__bottom {
    padding: 30px 24px 0px;
  }
}
.information__right-column {
  height: calc(50% - 15px);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.information__right-column .overlay--bottom {
  height: 100% !important;
}
.information__right-column img {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s all ease-out;
}
.information__right-column .background-font {
  inset: 0;
  top: 0;
  left: 0;
}
.information__right-column a {
  z-index: 3;
}
.information__right-column a:hover img.galleries-block {
  transform: scale(1.2);
}
.information__right-column--teaser {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 25px 20px 25px;
  width: 100%;
  z-index: 3;
}
.information__right-column--teaser h3 {
  letter-spacing: 0;
  line-height: 33px;
  color: #FFF;
  font-family: "Chronicle Text G2",sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .information__right-column--teaser h3 {
    font-size: 21px;
    line-height: 27px;
  }
}
@media (max-width: 500px) {
  .information__right-column--teaser h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.information__right-column--slider {
  height: calc(50% - 15px);
}
.information__right-column--slider.js-information-right-slider.slick-initialized.slick-slider {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .information__right-column--slider.slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .information__right-column--slider.slick-dotted.slick-slider {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.information__right-column--slider .slick-slide {
  padding: 0 !important;
}
.information__right-column--slider .information__right-column--teaser {
  padding: 0 11px 20px 25px !important;
  height: auto !important;
}
.information__right-column--slider div {
  height: 100%;
}
@media (max-width: 768px) {
  .information__right-column--slider div {
    height: auto;
  }
}
.information__right-column--slider .cat-date {
  font-size: 12px;
  font-family: "NimbusSan-Reg", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  color: #FFD336;
  text-transform: uppercase;
  margin-bottom: 0;
}
.information__right-column--slider .dot {
  height: 4px;
  width: 4px;
  margin: 0 15px;
  border-radius: 50%;
  background-color: #FFD336;
}
@media (max-width: 1025px) {
  .information__right-column--slider .slick-list {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .information__right-column--slider {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .information__right-column {
    position: relative;
    height: 0 !important;
    width: 100%;
    padding-top: 98%;
  }
}
@media (max-width: 500px) {
  .information__right-column {
    padding-top: 85%;
  }
}
.information__right-column .watermark-blog {
  height: 70px;
  width: auto;
  top: 56px;
  right: 0;
  bottom: unset;
  left: unset;
  transform: translateY(-50%);
}
@media (max-width: 1399px) and (min-width: 768px) {
  .information__right-column .watermark-blog {
    height: 50px;
  }
}
@media (max-width: 668px) {
  .information__right-column .watermark-blog {
    height: 50px;
  }
}
.information .icon-links {
  flex-direction: column;
}
@media (min-width: 2250px) {
  .information .icon-links {
    justify-content: space-evenly !important;
  }
}
@media (max-width: 992px) {
  .information .icon-links {
    padding: 0;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .information .icon-links {
    margin-top: 20px;
  }
}
.information .icon-container {
  text-align: center;
  position: relative;
  z-index: 0;
  width: 70%;
  margin: 0 auto 12px;
}
@media (max-width: 1200px) {
  .information .icon-container {
    width: 95%;
  }
}
@media (min-width: 769px) {
  .information .icon-container {
    flex: 0;
  }
}
.information .icon-container .image-link-wrapper:hover .black-circle {
  left: 50%;
  top: 1px;
}
.information .icon-container p {
  font-size: 12px;
  font-weight: bold;
  overflow-wrap: normal;
  letter-spacing: 0;
  color: #083888;
  line-height: 16px;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 2250px) {
  .information .icon-container p {
    font-size: 16px;
    line-height: 22px;
  }
}
.icon-container .icon-wrap {
  align-items: center;
  background-color: #083888;
  border-radius: 50%;
  display: flex;
  height: 76px;
  justify-content: center;
  transition: all .3s ease;
  width: 76px;
  z-index: -1;
  margin: 0px auto;
}
.information .icon-container a {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.information .icon-container .black-circle {
  position: absolute;
  top: 2px;
  left: calc(50% + 5px);
  transform: translateX(-50%);
  background-color: #1D1D1D;
  border-radius: 50%;
  height: 49px;
  width: 49px;
  z-index: -1;
  transition: 0.3s all ease;
}
@media (min-width: 2250px) {
  .information .icon-container .black-circle {
    height: 69px;
    width: 69px;
  }
}
.information .icon-container img {
  z-index: 1;
}
@media (min-width: 2250px) {
  .information .icon-container img {
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 992px) {
  .information .icon-container img {
    height: 50px;
    width: 50px;
    max-width: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) and (max-height: 780px) and (min-height: 450px) {
  .home .block--information {
    margin-top: 20px;
  }
}


.teasers--slim {
  padding-left: 34px;
}
@media (max-width: 768px) {
  .teasers--slim {
    padding-left: 0;
  }
}
.teasers--slim__top {
  width: 100%;
  height: 0;
  padding-top: 60%;
}
.teasers--slim__top img {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.teasers--slim__bottom {
  background-color: #E5E5E5;
  padding: 18px 30px 34px;
}
@media (max-width: 1025px) {
  .teasers--slim__bottom {
    padding: 18px 35px 32px;
  }
}
.teasers--slim__bottom h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 33px;
  margin-top: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 2250px) {
  .teasers--slim__bottom h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 1025px) {
  .teasers--slim__bottom h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 27px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1380px) and (max-height: 780px) and (min-height: 450px) {
  .teasers--slim__bottom h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.teasers--slim__bottom-categories {
  align-items: center;
  margin-bottom: 40px;
}
.teasers--slim__bottom-categories p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.teasers--slim__bottom-categories p.dot {
  background-color: #1D1D1D;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  margin: 0 10px 2.5px;
}
@media (min-width: 1200px) and (max-width: 1380px) and (max-height: 780px) and (min-height: 450px) {
  .teasers--slim__bottom-categories p.dot {
    display: none;
  }
}
@media (min-width: 2250px) {
  .teasers--slim__bottom-categories p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 1200px) and (max-width: 1380px) and (max-height: 780px) and (min-height: 450px) {
  .teasers--slim__bottom-categories {
    align-items: flex-start;
    flex-direction: column;
  }
}
.teasers--slim__bottom-button a {
  margin-bottom: 0;
}
@media (min-width: 500px) and (max-width: 768px) {
  .teasers--slim__bottom-button {
    bottom: 30px;
    position: absolute;
  }
}
@media (min-width: 2250px) {
  .teasers--slim__bottom {
    padding: 51px 35px 40px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .teasers--slim__bottom {
    min-height: 340px;
  }
}
@media (min-width: 1680px) {
  .teasers--slim {
    padding-left: 29px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) and (max-height: 780px) and (min-height: 450px) {
  .teasers--slim {
    padding-right: 0;
  }
}
.teasers__newsletter-points {
  padding-left: 16px;
  margin-top: 15px;
}
.teasers__newsletter-points li {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
}

.news__grid, .explore-more, .newsletters-teasers-wrapper {
  margin-bottom: 100px;
}

.teaser {
  position: relative;
  height: 100%;
  background-color: #E5E5E5;
  padding-bottom: 100px;
  z-index: 0;
}
.teaser__top {
  top: 0px;
  right: -1px;
}
.teaser__link {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0;
  top: 0;
  left: 0;
}
.teaser__link:hover {
  text-decoration: none;
}
.teaser__link:hover .teaser__image img {
  transform: scale(1.1);
}
.teaser__image {
  height: 0;
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.teaser__image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .teaser__image img {
    transition: none;
  }
}
.teaser__bottom {
  padding: 40px 34px 10px;
  z-index: -1;
  background-color: #E5E5E5;
}
@media (max-wdith: 768px) {
  .teaser__bottom {
    padding: 40px 19px 90px;
  }
}
.teaser__bottom-categories {
  margin-top: 13px;
}
.teaser__bottom-categories p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 12px;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}
.teaser__bottom-categories p.dot {
  background-color: #fff;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  margin: 3px 10px 2.5px;
}
.teaser__bottom--excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-height: 26px;
  /* fallback */
  max-height: 78px;
  /* fallback */
  font-size: 18px;
  letter-spacing: 0;
  font-family: "NimbusSan-Reg", sans-serif;
  position: relative;
  color: black;
  visibility: visible;
}
@media (max-width: 500px) {
  .teaser__bottom--excerpt {
    line-height: 22px;
    font-size: 15px;
  }
}
html[lang="ar"] .information .information-right { padding-right:0; padding-left:124px; }

html[lang="ar"]  .teaser__bottom-button { padding-left:40px; }
.teaser__bottom-button {
  bottom: 30px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
  align-items: center;
  width: calc(100% - 20px);
}
@media (max-width: 500px) {
  .teaser__bottom-button {
    position: relative;
    bottom: 0;
  }
}
.teaser__bottom h3 {
  color: #fff;
  font-family: Chronicle Text G2, sans-serif;
  font-size: 2vw;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 33px;
}
@media (min-width: 2250px) {
  .teaser__bottom h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 1025px) {
  .teaser__bottom h3 {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (max-width: 768px) {
  .teaser__bottom h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 500px) {
  .teaser__bottom h3 {
    font-size: 19px;
    line-height: 25px;
  }
}
.teaser__bottom .teaser__date {
  color: #FFD336;
  font-family: "NimbusSan-Reg", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.09px;
  line-height: 26px;
}
@media screen and (max-width: 1024px) {
  .teaser__bottom .teaser__excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 30px;
    max-height: 90px;
  }
}
@media (min-width: 2250px) {
  .teaser__bottom {
    padding: 59px 34px 10px;
  }
}
@media (max-width: 1025px) {
  .teaser__bottom {
    padding: 40px 34px 82px;
  }
}
@media (max-width: 500px) {
  .teaser__bottom {
    padding: 28px 34px 30px;
  }
}
.teaser__featured {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #1D1D1D;
  width: 230px;
  height: 230px;
  z-index: 3;
  transform: translate(-59%, -59%);
}
.teaser__featured p {
  position: absolute;
  bottom: 25px;
  right: 22px;
  transform: rotate(-45deg);
  font-size: 12px;
  color: #FFD336;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center;
}
@media (min-width: 2250px) {
  .teaser {
    padding-bottom: 136px;
  }
}
@media (max-width: 500px) {
  .teaser {
    padding-bottom: 0;
  }
}

.teaser--rectangle {
  padding-bottom: 0;
}
@media (min-width: 991px) {
  .teaser--rectangle .teaser__bottom {
    position: absolute;
    bottom: 0;
    height: unset;
    padding: 18px 40px 20px;
    background-color: transparent;
  }
  .teaser--rectangle .teaser__bottom-button {
    display: none;
  }
  .teaser--rectangle .teaser__bottom-categories p {
    color: white;
  }
  .teaser--rectangle .teaser__bottom-categories p.dot {
    background-color: white;
  }
  .teaser--rectangle .teaser__title {
    max-width: 80%;
    color: #FFFFFF;
    font-family: "NimbusSan-Reg", sans-serif;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 44px;
  }
  .teaser--rectangle .teaser__date {
    color: white;
  }
  .teaser--rectangle .teaser__image {
    height: 100%;
  }
}
.teaser--rectangle .category__normal {
  display: none;
}
@media screen and (max-width: 768px) {
  .teaser--rectangle .category__normal {
    display: block;
  }
  .teaser--rectangle .category__featured {
    display: none;
  }
}

.information__right-column a:before {
  content: "";
  background: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.teaser__bottom p,
.information__right-column > a{
  position: relative;
  z-index: 9;
  color: #F0F0F0;
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165.1%;
}
.teaser__bottom-button p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}
.information__right-column--slider .information__right-column--teaser .hs-button,
.teaser__bottom-button .hs-button {
  font-size: 13px;
  line-height:1.3;
  padding-left: 20px;
  padding-right: 20px;
}
.information .information-right {
  padding-right: 124px;
  position: relative;
}
.information .information-right .icon-links {
  position: absolute;
  top: 0;
  right: 10px;
}
.icon-container .icon-wrap {
  height: 60px;
  width: 60px;
  padding: 15px;
}
.information .icon-container p {
  color: #083888;
}
.information .icon-container a:hover .icon-wrap {
  background: #EA0029;
}
.information .icon-container a p{
  transition:all ease 0.3s;
}
.information .icon-container a:hover p{
  color: #EA0029;
}

@media(max-width:1600px){
  .information__right-column--teaser h3 {
    font-size: 2vw;
    margin-bottom: 10px;
  }
  .information__title {
    font-size: 5vw;
    margin-left: -1vw;
    margin-top: 8vw;
  }
}

@media(min-width:1025px) and (max-width:1380px){
  .information .icon-container p {
    font-size: 11px;
    line-height: normal;
  }
  .information .icon-container {
    margin: 0 auto -4px;
  }
}
@media(max-width:767px){
  .information-right {
    display: flex;4
    flex-direction: column-reverse;
  }
  .information .information-right .icon-links {
    position: static;
    display: flex;
    flex-wrap: wrap;
  }
  .information .information-right {
    padding-right: 0;
  }
  .information .icon-container {
    width: 33.333%;
    margin-bottom: 17px;
  }
  .information .teaser__bottom-button {
    width: 100%;
    padding-right: 0;
  }
  .information__right-column--teaser h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .information__right-column--slider div > a {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    right: 0;
  }
  .information .information-right .span6 {
    margin-bottom: 30px;
  }
  .information__right-column--slider .information__right-column--teaser {
    background: #083888;
    padding: 30px !important;
  }
  .information .information-right .span6 {
    margin-bottom: 30px;
  }
  .information__title {
    transform: none;
    rotate: none;
    font-size: 30px;
    writing-mode: unset;
    left: 0;
    text-align: center;
    line-height: 1;
    margin: 0 0 20px;
  }
  .teaser.teaser--post.object-fit {
    padding-bottom: 0;
  }
  .information .information__right-column {
    padding-top: 480px;
  }
  .teaser__bottom-categories.teaser__bottom-button {
    position: static;
    margin-top: 50px;
  }
  section.information > h2 {
    margin-bottom: 10px;
    font-size:30px;
  }
  .information__right-column--slider .information__right-column--teaser p:last-child {
    margin: 0;
  }
}

@media(max-width:479px){
  .information .information__right-column {
    padding-top: 350px;
  }
}