.award__content {
  display: flex;
}
.award__content--image {
  width: 160px;
}
.award__content--image img {
  width: auto;
  height: 270px;
}
.award__content--text {
  width: calc(100% - 160px);
}
.award__content--text h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}
.award__content--text p {
  margin-bottom: 22px;
}

.laureat {
  color: #111;
  padding-top: 73px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.laureat__lead {
  margin-bottom: 60px;
  line-height: 23px;
}
.laureat__lead p {
  margin-bottom: 20px;
}
.laureat--body {
  line-height: 22px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.laureat__people {
  display: flex;
  margin-bottom: 44px;
}
.laureat__people__image {
  text-align: center;
  width: 275px;
}
.laureat__people__image .image {
  margin-bottom: 13px;
}
.laureat__people__image .image img {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
}
.laureat__people__image--title {
  margin-bottom: 6px;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.laureat__people__image--lead {
  color: rgba(17, 17, 17, 0.5);
}
.laureat__people--body {
  width: calc(100% - 275px);
  padding-left: 20px;
}
.laureat__people--body p {
  line-height: 22px;
  margin-bottom: 30px;
}

.list-nomination {
  display: flex;
  margin-bottom: 33px;
}
.list-nomination--image {
  width: 120px;
}
.list-nomination--image img {
  width: 100%;
  height: auto;
}
.list-nomination__text {
  width: calc(100% - 120px);
  padding-left: 20px;
  padding-top: 26px;
}
.list-nomination__text--title {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.list-nomination__text--body {
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
}
.list-nomination__text--body a {
  color: #111;
  text-decoration: underline;
}

.members p {
  margin-bottom: 18px;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}
.members p b {
  font-weight: 600;
}

.content a {
  color: black;
  text-decoration: underline;
}

.gg-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gg-box .venobox {
  width: calc( 100% / 4 - 20px );
  display: inline-block;
  margin-bottom: 25px;
  max-height: 160px;
  overflow: hidden;
}
.gg-box .venobox img {
  width: 100%;
  height: auto;
}

.regulation {
  line-height: 22px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.regulation h3 {
  font-weight: 600;
}
.regulation p, .regulation li, .regulation h3 {
  margin-bottom: 30px;
  display: block;
}
.regulation p {
  margin-bottom: 30px;
}
.regulation.hide-text {
  max-height: 170px;
  overflow: hidden;
  position: relative;
}
.regulation.hide-text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
}
.regulation.hide-text.active {
  max-height: none;
}
.regulation.hide-text.active .show__more {
  display: none;
}
.regulation.hide-text.active:after {
  display: none;
}
.regulation.hide-text .show__more {
  cursor: pointer;
  position: absolute;
  left: 0;
  z-index: 1;
  left: 50%;
  bottom: 0;
  border: 2px solid #111;
  color: #111;
  letter-spacing: 1.2px;
  padding: 9px 74px;
  transform: translate(-50%, 0%);
  z-index: 2;
  background: #f5f5f5;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
}
.regulation.hide-text .show__more span[class*="icon"] {
  font-size: 12px;
  margin-left: 12px;
}

.award__slider {
  margin-bottom: 35px;
  height: 26px;
  overflow: hidden;
}
.award__slider h2 {
  display: inline-block;
  width: 200px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
.award__slider .splide {
  display: inline-block;
  width: calc(100% - 205px);
  padding-left: 0px;
  margin-top: 5px;
}
.award__slider .splide__arrow {
  background: transparent;
  opacity: 1;
}
.award__slider .splide__arrow--prev {
  opacity: 1;
  left: 0;
}
.award__slider .splide__arrow--prev:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  z-index: -1;
}
.award__slider .splide__arrow--next {
  right: 0;
}
.award__slider .splide__arrow--next:not(disabled):after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 72%);
  z-index: -1;
}
.award__slider .splide__arrow--next:disabled:after {
  display: none;
}
.award__slider .splide__slide {
  padding: 0 22px 0 34px;
  display: inline-block;
}
.award__slider .splide__slide a {
  color: rgba(17, 17, 17, 0.8);
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
}

.video.row__1 {
  width: 100%;
}
.video.row__2 {
  display: flex;
  justify-content: space-between;
}
.video.row__2 > div {
  width: calc(100% / 2 - 20px);
}
.video.row__3 {
  display: flex;
  justify-content: space-between;
}
.video.row__3 > div {
  width: calc(100% / 3 - 20px);
}
