.custom {
  margin-bottom: 40px;
}

.custom .custom__items {
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 1919px) {
  .custom .custom__items {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .custom .custom__items {
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) {
  .custom .splide__list {
    display: grid;
    grid-gap: 100px;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
@media only screen and (max-width: 1759px) {
  .custom .splide__list {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
}
@media only screen and (max-width: 1439px) {
  .custom .splide__list {
    grid-template-columns: repeat(auto-fit, minmax(318px, 1fr));
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media only screen and (max-width: 1212px) {
  .custom .splide__list {
    grid-gap: 80px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .custom .splide__list {
    row-gap: 0;
    grid-gap: 0;
  }
}
.custom .custom__arrows {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .custom .custom__arrows {
    display: none;
  }
}
.custom .slider-button-next,
.custom .slider-button-prev {
  position: relative;
}

.custom .custom__item.link-inner {
  color: #FFFFFF;
}

.custom .custom__item.link-inner:visited {
  color: #FFFFFF;
}

.custom .custom__item.link-inner:hover {
  cursor: url(../../../img/cursor-green.png), auto;
}

.custom .custom__item.link-inner:hover .custom__item-title {
  color: #B0D747;
}

.custom .custom__item.link-inner:hover .text-button {
  text-decoration: underline;
}

.custom .custom__item.link-inner .text-button {
  text-decoration: none;
}

.custom .custom__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 155px;
  height: 115px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1439px) {
  .custom .custom__item-image {
    max-width: 130px;
    height: 95px;
  }
}
@media only screen and (max-width: 1023px) {
  .custom .custom__item-image {
    max-width: 110px;
    height: 80px;
    margin-bottom: 28px;
  }
}
.custom .custom__item-image img {
  max-width: 100%;
  max-height: 115px;
  width: auto;
}

@media only screen and (max-width: 1439px) {
  .custom .custom__item-image img {
    max-height: 95px;
  }
}
@media only screen and (max-width: 1023px) {
  .custom .custom__item-image img {
    max-height: 80px;
  }
}
.custom .custom__item-title {
  max-width: 370px;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1023px) {
  .custom .custom__item-title {
    max-width: 320px;
  }
}
.custom .custom__item-title > * {
  font-weight: 700;
}

.custom .custom__item-subtitle {
  margin-bottom: 20px;
}

.custom .custom__item-description {
  display: inline;
}

.custom .custom__item-description > a {
  color: #B0D747;
}

.custom.centered .custom__item, .custom.centered-bg .custom__item {
  text-align: center;
}

.custom.centered .custom__item-image,
.custom.centered .custom__item-title, .custom.centered-bg .custom__item-image,
.custom.centered-bg .custom__item-title {
  margin-right: auto;
  margin-left: auto;
}

.custom.centered .custom__item-title > *, .custom.centered-bg .custom__item-title > * {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

@media only screen and (max-width: 1023px) {
  .custom.centered .custom__item-title > *, .custom.centered-bg .custom__item-title > * {
    font-family: "Horatio D", sans-serif;
    line-height: 30px;
  }
}
.custom.centered .custom__item-title {
  margin-bottom: 24px;
}

.custom.centered-bg .custom__items {
  grid-gap: 48px 40px;
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .custom.centered-bg .custom__items {
    grid-gap: 40px;
    grid-template-columns: 1fr;
  }
}
.custom.centered-bg .custom__item {
  padding: 66px 48px;
  background: #202B40;
  border: 1px solid #B0D747;
  border-radius: 16px;
}

@media only screen and (max-width: 1759px) {
  .custom.centered-bg .custom__item {
    padding: 50px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .custom.centered-bg .custom__item {
    padding: 40px;
  }
}
.custom.centered-bg .custom__item-title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .custom.centered-bg .custom__item-title {
    margin-bottom: 28px;
  }
}