.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.gh-home-header h2,
.gh-home-header .h2,
.gh-home-main-section h2,
.gh-home-main-section .h2,
.gh-home-today--news h2,
.gh-home-today--news .h2 {
  font-size: 2.1rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .gh-home-header h2,
.gh-home-header .h2,
.gh-home-main-section h2,
.gh-home-main-section .h2,
.gh-home-today--news h2,
.gh-home-today--news .h2 {
    font-size: 2.55rem;
  }
}
.gh-home-header h2 span,
.gh-home-header .h2 span,
.gh-home-main-section h2 span,
.gh-home-main-section .h2 span,
.gh-home-today--news h2 span,
.gh-home-today--news .h2 span {
  color: #b20933;
}
.gh-home-header h3,
.gh-home-header .h3,
.gh-home-main-section h3,
.gh-home-main-section .h3,
.gh-home-today--news h3,
.gh-home-today--news .h3 {
  font-size: 1.25rem;
  line-height: 1.35rem;
}
.gh-home-header .link-black,
.gh-home-header .link-white,
.gh-home-main-section .link-black,
.gh-home-main-section .link-white,
.gh-home-today--news .link-black,
.gh-home-today--news .link-white {
  display: block;
  font-weight: 800;
  font-size: 0.95rem;
  text-transform: uppercase;
  margin-top: 2rem;
}
.gh-home-header .link-black:hover,
.gh-home-header .link-white:hover,
.gh-home-main-section .link-black:hover,
.gh-home-main-section .link-white:hover,
.gh-home-today--news .link-black:hover,
.gh-home-today--news .link-white:hover {
  text-decoration: none;
}
.gh-home-header .link-white,
.gh-home-main-section .link-white,
.gh-home-today--news .link-white {
  color: white;
}
.gh-home-header .link-white:hover,
.gh-home-main-section .link-white:hover,
.gh-home-today--news .link-white:hover {
  color: black;
}

.gh-home-header {
  overflow: hidden;
  background-color: #c0ceaa;
}
.gh-home-header h1 {
  margin-bottom: 1rem;
  line-height: 3rem;
  font-size: 3rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .gh-home-header h1 {
    margin-bottom: 4rem;
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}
.gh-home-header h1 span {
  text-transform: uppercase;
  color: #b20933;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .gh-home-header h1 span {
    font-size: 3.5rem;
  }
}
.gh-home-header .col-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 15px;
}
@media (min-width: 992px) {
  .gh-home-header .col-title {
    order: 1;
  }
}
.gh-home-header .col-title .carousel {
  margin: 0 1em;
}
@media (min-width: 992px) {
  .gh-home-header .col-title .carousel {
    margin: 0;
  }
}
.gh-home-header .col-title .carousel-control-next {
  right: -2em;
  width: 2em;
}
.gh-home-header .col-title .carousel-control-next .carousel-control-next-icon {
  background-image: url("../../img/angle-right.svg");
}
.gh-home-header .col-title .carousel-control-prev {
  left: -2em;
  width: 2em;
}
.gh-home-header .col-title .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("../../img/angle-left.svg");
}
.gh-home-header .col-img {
  text-align: center;
}
@media (min-width: 992px) {
  .gh-home-header .col-img {
    order: 2;
  }
}
.gh-home-header .col-img img {
  max-width: 75%;
}
@media (min-width: 992px) {
  .gh-home-header .col-img img {
    margin-left: 25%;
    max-width: 100%;
  }
}
.gh-home-header .col-img .gh-scroll-animation.tomato {
  position: absolute;
  right: 75%;
  top: 15%;
  width: 20%;
  height: auto;
}
@media (min-width: 992px) {
  .gh-home-header .col-img .gh-scroll-animation.tomato {
    right: 59%;
    top: 15%;
    width: auto;
  }
}
.gh-home-header .col-img .gh-scroll-animation.olive {
  position: absolute;
  right: 6%;
  bottom: 20%;
  width: 11%;
  height: auto;
}
@media (min-width: 992px) {
  .gh-home-header .col-img .gh-scroll-animation.olive {
    right: -14%;
    bottom: 20%;
    width: auto;
  }
}

.gh-home-main-section {
  overflow: hidden;
}
.gh-home-main-section article {
  margin: 4rem 0;
  text-align: justify;
}
@media (min-width: 992px) {
  .gh-home-main-section article {
    margin: 9rem 0;
  }
}
.gh-home-main-section article.gh-home-vision h2 {
  text-align: right;
}
.gh-home-main-section article.gh-home-vision .gh-scroll-animation {
  z-index: -1;
  transform: scaleX(-1);
  width: 200%;
  margin-left: -100%;
}
@media (min-width: 992px) {
  .gh-home-main-section article.gh-home-vision .gh-scroll-animation {
    margin-top: -4rem;
    transform: scaleX(1);
    width: 200%;
    margin-right: -100%;
    margin-left: 0;
  }
}
.gh-home-main-section article.gh-home-programmes {
  align-items: flex-end;
}
@media (min-width: 992px) {
  .gh-home-main-section article.gh-home-programmes img {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .gh-home-main-section article.gh-home-programmes .col-text {
    margin-bottom: 10rem;
  }
}
.gh-home-main-section article.gh-home-programmes .col-text ul {
  text-decoration: none;
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
}
.gh-home-main-section article.gh-home-programmes .col-text ul li {
  padding: 0.2rem 0;
  margin: 0;
  font-weight: 800;
}
.gh-home-main-section article.gh-home-programmes .gh-scroll-animation {
  width: 180%;
  margin-left: -80%;
}
@media (min-width: 992px) {
  .gh-home-main-section article.gh-home-programmes .gh-scroll-animation {
    margin-top: -9.25rem;
  }
}
@media (min-width: 992px) {
  .gh-home-main-section article.gh-home-countries .col-img {
    order: 2;
  }
}
.gh-home-main-section article.gh-home-countries .gh-scroll-animation {
  transform: scaleX(-1);
  width: 200%;
  margin-left: -100%;
}
@media (min-width: 992px) {
  .gh-home-main-section article.gh-home-countries .gh-scroll-animation {
    order: 3;
    transform: none;
    margin-left: 0;
    margin-right: -100%;
  }
}

.gh-home-today--news {
  margin-bottom: 5em;
}
.gh-home-today--news .gh-article-teaser:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.gh-home-today--news .col-big-article {
  position: relative;
}
.gh-home-today--news .col-big-article .col-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  padding: 1rem;
  min-height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.gh-home-today--news .col-big-article .col-text .gh-home-news--date {
  color: white;
}
.gh-home-today--news .col-big-article .col-text h3 {
  max-width: 20rem;
}
.gh-home-today--news .gh-home-news--date {
  margin-bottom: 0.35rem;
}
/*# sourceMappingURL=home.css.map */
