﻿/* common border radius */
/* disable text selection */
section.gt-block.chefs-chart .preview-carousel {
  max-height: 30rem;
  padding: 0 5rem;
  overflow: hidden;
  background: #F8F8F8;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.chefs-chart .preview-carousel.hide {
  max-height: 0px;
  opacity: 0;
}
@media screen and (max-width: 1270px) {
  section.gt-block.chefs-chart .preview-carousel {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  section.gt-block.chefs-chart .preview-carousel {
    padding: 0 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
  }
}
section.gt-block.chefs-chart .preview-carousel .show-all {
  padding: 0 3rem 0 0;
  position: relative;
  display: block;
  color: #707070;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  cursor: pointer;
}
section.gt-block.chefs-chart .preview-carousel .show-all:after {
  content: " ";
  width: 2.1rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.081' height='11.543' viewBox='0 0 21.081 11.543'%3E%3Cpath d='M0,10.543a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L8.833-.707A1,1,0,0,1,9.54-1a1,1,0,0,1,.707.293l9.54,9.543a1,1,0,0,1-1.414,1.414L9.54,1.414.707,10.25A1,1,0,0,1,0,10.543Z' transform='translate(20.081 10.543) rotate(180)' fill='%23707070'/%3E%3C/svg%3E");
}
section.gt-block.chefs-chart .preview-carousel > .show-all {
  display: none;
}
@media screen and (max-width: 1270px) {
  section.gt-block.chefs-chart .preview-carousel > .show-all {
    padding: 1.2rem 0;
    border-top: 1px solid #D3D3D3;
    display: block;
  }
}
section.gt-block.chefs-chart .preview-carousel .title {
  min-width: 26rem;
  padding: 1.2rem 4rem 1.2rem 0;
}
section.gt-block.chefs-chart .preview-carousel .title h2 {
  padding: 0 0 0.6rem 0;
  margin: 0 0 0.8rem 0;
  border-bottom: 1px solid #D3D3D3;
  color: #1A2428;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 1270px) {
  section.gt-block.chefs-chart .preview-carousel .title {
    min-width: 0;
    padding: 1.2rem 0 0 0;
  }
  section.gt-block.chefs-chart .preview-carousel .title h2 {
    padding: 0;
    border: none;
    white-space: normal;
  }
  section.gt-block.chefs-chart .preview-carousel .title h2 br {
    display: none;
  }
  section.gt-block.chefs-chart .preview-carousel .title .show-all {
    display: none;
  }
}
section.gt-block.chefs-chart .preview-carousel .list-holder {
  padding: 0 6rem;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}
section.gt-block.chefs-chart .preview-carousel .list-holder:before,
section.gt-block.chefs-chart .preview-carousel .list-holder:after {
  content: " ";
  width: 10rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  display: block;
}
section.gt-block.chefs-chart .preview-carousel .list-holder:before {
  left: 6rem;
  background: rgba(255, 255, 255, 0.7);
  background: linear-gradient(-270deg, #F8F8F8 0%, rgba(248, 248, 248, 0.7) 50%, rgba(248, 248, 248, 0) 100%);
}
section.gt-block.chefs-chart .preview-carousel .list-holder:after {
  right: 6rem;
  background: rgba(255, 255, 255, 0.7);
  background: linear-gradient(-90deg, #F8F8F8 0%, rgba(248, 248, 248, 0.7) 50%, rgba(248, 248, 248, 0) 100%);
}
section.gt-block.chefs-chart .preview-carousel .list-holder .arrow-btn {
  margin-top: -3rem;
  position: absolute;
  top: 50%;
  z-index: 11;
}
section.gt-block.chefs-chart .preview-carousel .list-holder .arrow-btn--prev {
  left: 0;
}
section.gt-block.chefs-chart .preview-carousel .list-holder .arrow-btn--next {
  right: 0;
}
@media screen and (max-width: 500px) {
  section.gt-block.chefs-chart .preview-carousel .list-holder {
    padding: 0 4rem;
  }
  section.gt-block.chefs-chart .preview-carousel .list-holder:before,
  section.gt-block.chefs-chart .preview-carousel .list-holder:after {
    width: 3rem;
  }
  section.gt-block.chefs-chart .preview-carousel .list-holder:before {
    left: 4rem;
  }
  section.gt-block.chefs-chart .preview-carousel .list-holder:after {
    right: 4rem;
  }
  section.gt-block.chefs-chart .preview-carousel .list-holder .arrow-btn {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    background-size: 1.1rem auto;
  }
  section.gt-block.chefs-chart .preview-carousel .list-holder .arrow-btn--prev {
    left: 0rem;
  }
  section.gt-block.chefs-chart .preview-carousel .list-holder .arrow-btn--next {
    right: 0rem;
  }
}
section.gt-block.chefs-chart .preview-carousel .list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section.gt-block.chefs-chart .preview-carousel .list:not(.slick-initialized) {
  white-space: nowrap;
}
section.gt-block.chefs-chart .preview-carousel .list:not(.slick-initialized) .item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
section.gt-block.chefs-chart .preview-carousel .list.slick-initialized .item {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
section.gt-block.chefs-chart .preview-carousel .list.slick-initialized .item.slick-active {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
section.gt-block.chefs-chart .preview-carousel .list.slick-initialized .item.slick-active.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section.gt-block.chefs-chart .preview-carousel .item {
  width: 10rem;
  height: 10rem;
  margin: 1.2rem 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.chefs-chart .preview-carousel .item strong {
  display: block;
  overflow: hidden;
  color: #1A2428;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
section.gt-block.chefs-chart .preview-carousel .item .profile-image {
  width: 7.2rem;
  height: 7.2rem;
  margin-left: -5rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.35);
  background-color: #b7b7b7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.gt-block.chefs-chart .preview-carousel .item .badge {
  margin-left: 1.4rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 4;
}
section.gt-block.chefs-chart .chart {
  max-height: 10000vh;
  padding: 3rem 5rem 8.4rem 5rem;
  position: relative;
  overflow: hidden;
  background: #F8F8F8;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 500px) {
  section.gt-block.chefs-chart .chart {
    padding: 2rem 2rem 8.4rem 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
  }
}
section.gt-block.chefs-chart .chart:after {
  content: " ";
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 19;
  display: block;
  overflow: hidden;
  background: linear-gradient(to top, #f8f8f8 0%, rgba(248, 248, 248, 0.8) 80%, rgba(248, 248, 248, 0) 100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
section.gt-block.chefs-chart .chart:not(.opened) {
  max-height: 60rem;
}
section.gt-block.chefs-chart .chart:not(.opened):after {
  height: 12rem;
  opacity: 1;
}
section.gt-block.chefs-chart .chart .more-less {
  width: 100%;
  padding: 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
  color: #707070;
  font-size: 1.9rem;
  line-height: 2.4rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.chefs-chart .chart .more-less span {
  width: 17rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
section.gt-block.chefs-chart .chart .more-less span:after {
  content: " ";
  width: 2.2rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.481' height='8.242' viewBox='0 0 14.481 8.242'%3E%3Cpath d='M12.481,6.242,6.24,0,0,6.242' transform='translate(13.481 7.242) rotate(180)' fill='%23fff'/%3E%3Cpath d='M12.481,7.242a1,1,0,0,1-.707-.293L6.24,1.414.707,6.949a1,1,0,0,1-1.414,0,1,1,0,0,1,0-1.414L5.533-.707A1,1,0,0,1,6.24-1a1,1,0,0,1,.707.293l6.24,6.242a1,1,0,0,1-.707,1.707Z' transform='translate(13.481 7.242) rotate(180)' fill='%23707070'/%3E%3C/svg%3E");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.chefs-chart .chart.opened .more-less {
  padding: 3rem;
}
section.gt-block.chefs-chart .chart.opened .more-less span:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
section.gt-block.chefs-chart .chart.hide {
  max-height: 0px;
  padding: 0 5rem;
  opacity: 0;
}
section.gt-block.chefs-chart .chart .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.6rem;
}
@media screen and (max-width: 1310px) {
  section.gt-block.chefs-chart .chart .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  section.gt-block.chefs-chart .chart .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.gt-block.chefs-chart .chart .title {
  grid-row: 1 / span 2;
}
section.gt-block.chefs-chart .chart .title .web-section-btn {
  margin: 0 0 3rem 0;
}
section.gt-block.chefs-chart .chart .chef {
  min-height: 14rem;
  padding: 1.4rem 5.6rem 1.4rem 14rem;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  background: #fff;
  -webkit-box-shadow: 0 1px 0.6rem rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 0.6rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 0.6rem rgba(0, 0, 0, 0.16);
}
section.gt-block.chefs-chart .chart .chef .profile-image {
  width: 10.8rem;
  height: 10.8rem;
  position: absolute;
  left: 1.6rem;
  top: 1.4rem;
  z-index: 2;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #B7B7B7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.gt-block.chefs-chart .chart .chef .badge {
  position: absolute;
  left: 10.8rem;
  bottom: 1.4rem;
  z-index: 1;
}
section.gt-block.chefs-chart .chart .chef h3 {
  margin: 0;
  padding: 0 0 0.4rem 0;
  color: #1A2428;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
section.gt-block.chefs-chart .chart .chef p {
  min-height: 1.6rem;
  padding: 0;
  margin: 0 0 1.6rem 0;
  color: #1A2428;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
}
section.gt-block.chefs-chart .chart .chef .buttons {
  padding: 1.6rem 0 0 0;
  border-top: 1px solid #D3D3D3;
  text-align: right;
}
section.gt-block.chefs-chart .chart .chef .buttons .icon-btn {
  margin: 0 0 0 1rem;
}
section.gt-block.chefs-chart .chart .chef .buttons .rank {
  width: 3.9rem;
  height: 3.9rem;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #FD7D23 inset;
  -moz-box-shadow: 0 0 0 2px #FD7D23 inset;
  box-shadow: 0 0 0 2px #FD7D23 inset;
  color: #FD7D23;
  font-size: 1.5rem;
  line-height: 3.9rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-align: center;
}
section.gt-block.chefs-chart .chart .chef a.profile {
  width: 4rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: block;
  overflow: hidden;
  background: #3CB81F;
  color: white;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.chefs-chart .chart .chef a.profile:hover {
  background-color: #2B9A11;
}
section.gt-block.chefs-chart .chart .chef a.profile span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  writing-mode: vertical-lr;
  /*position: absolute;
                top: 50%;
                left: 0;
                transform-origin: center 0;
                .transform(rotate(-90deg));*/
}
@media screen and (max-width: 400px) {
  section.gt-block.chefs-chart .chart .chef {
    padding-right: 1.6rem;
    padding-bottom: 5.6rem;
  }
  section.gt-block.chefs-chart .chart .chef a.profile {
    width: 100%;
    height: 4rem;
    top: auto;
    bottom: 0;
  }
  section.gt-block.chefs-chart .chart .chef a.profile span {
    writing-mode: horizontal-tb;
  }
  section.gt-block.chefs-chart .chart .chef .badge {
    bottom: 5.6rem;
  }
}
@media screen and (max-width: 360px) {
  section.gt-block.chefs-chart .chart .chef {
    min-height: 10rem;
    padding: 1.4rem 1.4rem 5.6rem 9rem;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem;
    background: #fff;
    -webkit-box-shadow: 0 1px 0.6rem rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 0.6rem rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 0.6rem rgba(0, 0, 0, 0.16);
  }
  section.gt-block.chefs-chart .chart .chef .profile-image {
    width: 6rem;
    height: 6rem;
    left: 1.6rem;
    top: 1rem;
  }
  section.gt-block.chefs-chart .chart .chef .badge {
    left: 2.6rem;
    bottom: 5.6rem;
  }
}