header {
  height: 88px;
  background-color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 41px 0 37px;
  position: sticky;
  z-index: 9999;
  top: 0;
}
header .burger-menu {
  display: flex;
  gap: 17px;
}
header .header-logo {
  width: 148px;
  height: 50px;
}
header .header-studio {
  width: 50px;
  height: 50px;
}
header .search {
  position: relative;
}
header .search .search__input {
  height: 46px;
  width: 800px;
  background-color: #ffffff;
  border: none;
  padding: 11px 60px;
}
header .search .search__input:focus {
  outline: none;
}
header .search .search__icon {
  position: absolute;
  left: 21px;
  top: 12px;
  width: 24px;
  height: 24px;
}
header .search .search__results__item {
  margin-bottom: 12px;
  display: block;
  font-style: normal;
  font-weight: 350;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-family: FiraGo;
}
header .search .search__x {
  position: absolute;
  top: 16px;
  right: 21px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
header .search .search-results-wrapper {
  position: absolute;
  left: 0;
  top: 68px;
  z-index: 9999999999;
  width: 100%;
  background-color: #ffffff;
  padding: 20px 40px;
}
header .search .search-results-wrapper .search__key__word {
  font-weight: 350;
  font-size: 16px;
  line-height: 19px;
  color: #a09c9b;
  margin-bottom: 12px;
  font-family: FiraGo;
}
header .search .search-results-wrapper .serach__results__item {
  font-weight: 350;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}
header .search .search-results-wrapper .search__all-results {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #f0c2c7;
}
header nav {
  overflow-y: auto;
  position: absolute;
  width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  top: 88px;
  left: 0;
  z-index: 99999;
  background-color: black;
  padding-bottom: 100px;
}
header nav * {
  text-transform: uppercase;
}
header nav .category {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style-type: none;
}
header nav .category .category__header {
  color: #828181;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
header nav .category .category__item a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
}
header nav .category .category__item--upper {
  text-transform: uppercase;
}
header nav .more {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-bottom: 1px solid #f3e47f;
  padding-bottom: 14px;
}
header nav .more .more__heading {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #f3e47f;
  border-bottom: 1px solid #f3e47f;
  border-top: 1px solid #f3e47f;
  padding: 14px 0;
}
header nav .more .more__item a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #f3e47f;
  text-transform: uppercase;
  text-decoration: none;
}
header nav .soc-media {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
header nav .soc-media .soc-media__heading {
  color: #828181;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
header nav .soc-media .soc-media__wrapper {
  display: flex;
  gap: 14px;
}
header nav .pages li {
  margin-bottom: 5px;
}
header nav .pages a {
  font-family: KronaOne;
  font-size: 16px;
  font-weight: 350;
  line-height: 16px;
  color: #fff;
}
header nav .contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
header nav .contact .contact__heading {
  color: #828181;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-family: KronaOne;
}
header nav .contact .contact__email {
  font-weight: 350;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  text-decoration: underline;
}
header nav .studio-button {
  display: flex;
  justify-content: space-between;
  border: 1.4px solid #ffffff;
  padding: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 24px;
}
header nav .studio-button:hover {
  background: #fff;
  color: #000;
}
header nav .studio-button .img-hidden {
  display: none;
}
header nav .studio-button:hover .img-hidden {
  display: inline;
}
header nav .studio-button:hover .img-visible {
  display: none;
}

#search-overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1600px) and (min-width: 769px) {
  header {
    height: 71px;
    padding: 0 36px 0 30px;
  }
  header .burger-menu {
    gap: 12px;
  }
  header .header-logo {
    width: 118px;
    height: 40px;
  }
  header .header-studio {
    width: 40px;
    height: 40px;
  }
  header .search .search__input {
    height: 35px;
    width: 640px;
    padding: 11px 52px;
  }
  header .search .search__icon {
    top: 8px;
    left: 8px;
    width: 20px;
    height: 20px;
  }
  header .search .search__x {
    top: 13px;
  }
  header .search .search__results__item {
    font-size: 12px;
  }
  header .search .search-results-wrapper {
    top: 55px;
    padding: 16px 32px;
  }
  header .search .search-results-wrapper .search__key__word {
    font-size: 12px;
    margin-bottom: 8px;
  }
  header .search .search-results-wrapper .serach__results__item {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  header .search .search-results-wrapper .search__all-results {
    font-size: 12px;
    line-height: 16px;
  }
  header nav {
    gap: 26px;
    top: 71px;
  }
  header nav .category {
    gap: 10px;
  }
  header nav .category .category__header {
    font-size: 12px;
  }
  header nav .category .category__item a {
    font-size: 16px;
    line-height: 20px;
  }
  header nav .more {
    gap: 12px;
    padding-bottom: 12px;
  }
  header nav .more .more__heading {
    font-size: 12px;
    line-height: 14px;
    padding: 12px 0;
  }
  header nav .more .more__item a {
    font-size: 16px;
    line-height: 20px;
  }
  header nav .soc-media {
    gap: 12px;
  }
  header nav .soc-media .soc-media__heading {
    font-size: 12px;
    line-height: 14px;
  }
  header nav .soc-media .soc-media__wrapper {
    gap: 12px;
  }
  header nav .contact {
    gap: 12px;
  }
  header nav .contact .contact__heading {
    font-size: 12px;
    line-height: 14px;
  }
  header nav .contact .contact__email {
    font-size: 14px;
    line-height: 14px;
  }
  header nav .studio-button {
    padding: 16px;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .nav-dropdown-item.active {
    height: 100vh !important;
    padding: 0px 20px 140px !important;
  }
  header .pages a {
    font-size: 14px !important;
  }
}
footer {
  padding: 48px 80px;
  background-color: #000000;
}
footer .footer__content {
  display: flex;
  gap: 280px;
}
footer .footer__content .footer-logo {
  width: 200px;
  height: 62.93px;
}
footer .footer__content .socials__wrapper {
  gap: 24px;
  color: white;
}
footer .footer__content .socials__wrapper .socials__heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
footer .footer__content .socials__wrapper .socials__icon {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
footer .footer__content .socials__wrapper .socials__item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
footer .footer__content .socials__wrapper .socials__item__name {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #cccccc;
  font-family: FiraGO;
}
footer .footer__content .contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
footer .footer__content .contact .contact__heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
footer .footer__content .contact .contact__email {
  color: #cccccc;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  font-family: Firago;
}
footer .footer__content .contact .about {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
footer .footer__content .contact .about .contact__about {
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  font-family: KronaOne;
  color: #fff;
}
footer .copyright {
  padding: 32px 0 0;
  border-top: 1px solid #4c4a4f;
  margin-top: 33px;
}
footer .copyright .copyright__item {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #a09c9b;
  font-family: FiraGo;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
  .copyright__item {
    font-size: 10px !important;
  }
  footer .footer-logo-wrapper {
    width: 100%;
  }
  footer .footer-logo-wrapper img {
    max-width: 120px;
  }
}
.pagination-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 72px 0 48px;
  gap: 30px;
}
.pagination-wrapper a,
.pagination-wrapper span {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #a09c9b;
  width: 44px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrapper a:hover,
.pagination-wrapper span:hover {
  background: #ededed;
  color: #a09c9b;
}
.pagination-wrapper span.active {
  background: #000000;
  color: #fff;
}
.pagination-wrapper.white-mode {
  color: #fff;
}
.pagination-wrapper.white-mode span.active {
  color: #000;
  background: #fff;
}

.scroll-wrapper {
  position: relative;
}

.footer-wrapper {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.footer-wrapper #scrollToTopBtn {
  width: 80px;
  height: 80px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: #000;
  position: absolute;
  right: 80px;
  top: -80px;
  display: none;
  z-index: 999999;
}
.footer-wrapper #scrollToTopBtn.show {
  display: flex !important;
}
.footer-wrapper #scrollToTopBtn:hover {
  opacity: 0.8;
}

.homepage-top--slider .arrows-wrapper {
  padding: 20px 80px;
}
.homepage-top--slider .slick-slide {
  width: 100%;
  height: 688px;
}
.homepage-top--slider .slider-item {
  width: 100%;
  height: 688px;
  position: relative;
}
.homepage-top--slider .slider-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  padding-left: 80px;
  display: flex;
  align-items: flex-end;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}
.homepage-top--slider .slider-overlay .text-container {
  text-transform: uppercase;
}
.homepage-top--slider .slider-overlay .text-container a.slider-tag {
  margin-bottom: 20px;
  font-family: "KronaOne";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  color: #c4e3e4;
  text-decoration: none;
}
.homepage-top--slider .slider-overlay .text-container .title-wrapper {
  margin-top: 20px;
}
.homepage-top--slider .slider-overlay .text-container a.slider-title {
  width: 100%;
  font-family: "KronaOne";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.homepage-top--slider .slider-overlay .text-container h5 {
  margin-top: 12px;
  margin-bottom: 68px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  color: #f3e47f;
}
.homepage-top--slider .overlay-shadow {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 330px;
  bottom: 0;
  left: 0;
  background: linear-gradient(2.77deg, #000000 60.19%, rgba(0, 0, 0, 0) 97.83%);
}
.homepage-top--slider .slick-slide img {
  height: 688px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .homepage-top--slider .slick-slide {
    height: 550px;
  }
  .homepage-top--slider .slider-item {
    height: 550px;
  }
  .homepage-top--slider .slider-overlay .text-container a.slider-tag {
    font-size: 21px;
  }
  .homepage-top--slider .slider-overlay .text-container .title-wrapper {
    margin-top: 20px;
  }
  .homepage-top--slider .slider-overlay .text-container a.slider-title {
    font-size: 40px;
  }
  .homepage-top--slider .slider-overlay .text-container h5 {
    margin-bottom: 68px;
    font-size: 20px;
  }
  .homepage-top--slider .overlay-shadow {
    height: 260px;
  }
  .homepage-top--slider .slick-slide img {
    height: 550px;
  }
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .homepage-top--slider .slick-slide {
    height: 440px;
  }
  .homepage-top--slider .slider-item {
    height: 440px;
  }
  .homepage-top--slider .slider-overlay .text-container a.slider-tag {
    font-size: 17px;
  }
  .homepage-top--slider .slider-overlay .text-container .title-wrapper {
    margin-top: 16px;
  }
  .homepage-top--slider .slider-overlay .text-container a.slider-title {
    font-size: 32px;
  }
  .homepage-top--slider .slider-overlay .text-container h5 {
    margin-bottom: 58px;
    font-size: 16px;
  }
  .homepage-top--slider .overlay-shadow {
    height: 208px;
  }
  .homepage-top--slider .slick-slide img {
    height: 440px;
  }
}
@media only screen and (max-width: 768px) {
  .homepage-top--slider .slick-slide {
    height: 190px;
  }
  .homepage-top--slider .slider-item {
    height: 190px;
  }
  .homepage-top--slider .slider-overlay {
    padding: 0 24px;
  }
  .homepage-top--slider .slider-overlay .text-container a.slider-tag {
    font-size: 10px;
    line-height: 24px;
  }
  .homepage-top--slider .slider-overlay .text-container .title-wrapper {
    margin: 8px 0 4px;
  }
  .homepage-top--slider
    .slider-overlay
    .text-container
    .title-wrapper
    a.slider-title {
    font-size: 18px !important;
  }
  .homepage-top--slider .slider-overlay .text-container h5 {
    font-size: 10px;
    line-height: 20px;
    margin: 0 0 16px;
  }
  .homepage-top--slider .overlay-shadow {
    height: 90px;
  }
  .homepage-top--slider .slick-slide img {
    height: 190px;
  }
  .top-slider-dots {
    margin: auto;
  }
  .slick-dots li {
    width: 15px !important;
    height: 8px !important;
  }
}
.homepage-studio--slider {
  width: 100%;
  background: #000;
}
.homepage-studio--slider .studio-slider--marquee {
  text-align: center;
  color: #fff;
}
.homepage-studio--slider .studio-all-videos {
  text-align: center;
  padding-bottom: 64px;
}
.homepage-studio--slider .studio-all-videos img {
  width: 80px;
}
.homepage-studio--slider .studio-container {
  width: calc(100% - 160px);
  margin: auto;
}
.homepage-studio--slider .studio-container .title-wrapper {
  margin: 80px 0 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.homepage-studio--slider .studio-container .title-wrapper .icons-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.homepage-studio--slider .studio-container .title-wrapper h4 {
  font-family: "KronaOne";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  color: #ffffff;
}
.homepage-studio--slider .studio-container .studio-slider {
  width: 100%;
  height: 640px;
}
.homepage-studio--slider .studio-container .studio-slider .slider-item {
  width: 100%;
  height: 640px;
  position: relative;
}
.homepage-studio--slider .studio-container .studio-slider .slider-item img {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-studio--slider
  .studio-container
  .studio-slider
  .slider-item
  .tag-wrapper {
  padding-bottom: 20px;
}
.homepage-studio--slider
  .studio-container
  .studio-slider
  .slider-item
  .slider-overlay {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.homepage-studio--slider
  .studio-container
  .studio-slider
  .slider-item
  .text-container {
  padding-left: 40px;
  padding-bottom: 56px;
  max-width: 70%;
}
.homepage-studio--slider
  .studio-container
  .studio-slider
  .slider-item
  .text-container
  .studio-slider-tag {
  padding: 16px;
  background: #fff;
  text-decoration: none;
  font-family: "KronaOne";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #000000;
  margin-right: 8px;
}
.homepage-studio--slider
  .studio-container
  .studio-slider
  .slider-item
  .text-container
  .studio-title-wrapper {
  margin-top: 20px;
}
.homepage-studio--slider
  .studio-container
  .studio-slider
  .slider-item
  .text-container
  .slider-title {
  margin: 0;
  font-family: "KronaOne";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.homepage-studio--slider .studio-container .arrows-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid #fff;
  margin-top: 64px;
  padding-bottom: 64px;
}
.homepage-studio--slider .studio-container .arrows-wrapper img {
  cursor: pointer;
}
.homepage-studio--slider .studio-container .slick-dots {
  position: absolute;
  display: flex;
  bottom: -145px;
  width: 50%;
  left: 25%;
  text-align: center;
  justify-content: center;
  z-index: 9;
  gap: 20px;
}
.homepage-studio--slider .studio-container .slick-dots li {
  width: 60.4px;
  height: 20px;
  border: 1.4px solid #ffffff;
  cursor: pointer;
}
.homepage-studio--slider .studio-container .slick-dots li.slick-active {
  background: #fff;
}
.homepage-studio--slider .studio-container .slick-dots li button {
  display: none;
}

@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .homepage-studio--slider .icons-wrapper img {
    width: 45px;
  }
  .homepage-studio--slider .studio-container {
    width: calc(100% - 128px);
  }
  .homepage-studio--slider .studio-container .title-wrapper {
    margin: 72px 0 36px;
    padding: 12px 0;
  }
  .homepage-studio--slider .studio-container .title-wrapper h4 {
    font-size: 36px;
  }
  .homepage-studio--slider .studio-container .studio-slider {
    width: 100%;
    height: 512px;
  }
  .homepage-studio--slider .studio-container .studio-slider .slider-item {
    height: 512px;
  }
  .homepage-studio--slider .studio-container .studio-slider .slider-item img {
    height: 512px;
  }
  .homepage-studio--slider
    .studio-container
    .studio-slider
    .slider-item
    .tag-wrapper {
    padding-bottom: 16px;
  }
  .homepage-studio--slider
    .studio-container
    .studio-slider
    .slider-item
    .text-container {
    padding-left: 36px;
    padding-bottom: 44px;
  }
  .homepage-studio--slider
    .studio-container
    .studio-slider
    .slider-item
    .text-container
    .studio-slider-tag {
    padding: 12px;
    font-size: 23px;
  }
  .homepage-studio--slider
    .studio-container
    .studio-slider
    .slider-item
    .text-container
    .studio-title-wrapper {
    margin-top: 16px;
  }
  .homepage-studio--slider
    .studio-container
    .studio-slider
    .slider-item
    .text-container
    .slider-title {
    font-size: 28px;
  }
  .homepage-studio--slider .studio-container .arrows-wrapper {
    padding-top: 26px;
    margin-top: 48px;
  }
  .homepage-studio--slider .studio-container .slick-dots {
    bottom: -120px;
    gap: 16px;
  }
  .homepage-studio--slider .studio-container .slick-dots li {
    width: 48.3px;
    height: 16px;
  }
}
.news {
  display: flex;
  gap: 44px;
}
.news .news__latest {
  width: 40%;
}
.news .news__latest .news__latest--item {
  width: 100%;
}
.news .news__latest .news__latest__img {
  width: 100%;
  height: 531px;
  display: block;
}
.news .news__latest .news__latest__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news .news__latest .news__latest__heading {
  font-weight: 400;
  font-size: 36px;
  line-height: 155%;
  color: #000000;
  text-decoration: none;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}
.news .news__old {
  border-left: 1.4px solid #000000;
  border-right: 1.4px solid #000000;
  padding: 0 44px;
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.news .news__old .news__old__article {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.news .news__old .news__old__article .article__img {
  display: block;
  width: 164px;
  height: 164px;
}
.news .news__old .news__old__article .article__img img {
  width: 164px;
  height: 164px;
  -o-object-fit: cover;
  object-fit: cover;
}
.news .news__old .news__old__article .article__text .article__heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  display: block;
  margin: 8px 0 12px;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
}
.news .news__old .news__old__article .article__text .article__date {
  font-weight: 350;
  font-size: 16px;
  line-height: 20px;
  color: #a09c9b;
  font-family: FiraGo;
}
.news .news__video {
  width: 27%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.news .news__video .news__video__item {
  width: 100%;
}
.news .news__video .news__video__item .news__video__img {
  width: 100%;
  position: relative;
}
.news .news__video .news__video__item .news__video__img a.img-wrapper {
  width: 100%;
  height: 100%;
  display: block;
}
.news .news__video .news__video__item .news__video__img .play {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
}
.news .news__video .news__video__item .news__video__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news .news__video .news__video__item .news__video__heading {
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 155%;
  margin-top: 20px;
  text-transform: uppercase;
  color: #000000;
}

.special-projects-container {
  padding: 48px 80px;
  color: white;
  margin-bottom: 45px;
  background-color: #000000;
}
.special-projects-container h1 {
  font-family: KronaOne;
  font-size: 64px;
  font-weight: 400;
  line-height: 90px;
  color: #000000;
  text-transform: uppercase;
}
.special-projects-container.projects-page {
  background-color: transparent;
  padding: 48px 0;
}
.special-projects-container.projects-page .projects {
  flex-wrap: wrap;
}
.special-projects-container .special-projects__header {
  display: flex;
  justify-content: space-between;
  border-top: 1.4px solid #ffffff;
  border-bottom: 1.4px solid #ffffff;
  align-items: center;
}
.special-projects-container .special-projects__header .special-projects__title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
}
.special-projects-container .special-projects__header .special-projects__arrow {
  width: 80px;
  height: 80px;
}
.special-projects-container
  .special-projects__header
  .special-projects__arrow
  img {
  width: 100%;
  height: 100%;
}
.special-projects-container .projects {
  display: flex;
  margin-top: 48px;
}
.special-projects-container .projects .project__item {
  width: 25%;
  padding: 44px;
  border: 1.4px solid #ffffff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 724px;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: black;
}
.special-projects-container .projects .project__item .project__header {
  font-size: 14px;
  text-transform: uppercase;
}
.special-projects-container .projects .project__item .project__icon {
  width: 200px;
  height: 190px;
  margin: auto;
}
.special-projects-container .projects .project__item .project__header {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  color: #ffffff;
  max-width: 300px;
  width: 100%;
  word-wrap: break-word;
}
.special-projects-container .projects .project__item .project__date {
  color: #ffffff;
  display: flex;
  justify-content: right;
  font-weight: 400;
  font-size: 32px;
  line-height: 20px;
}

@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .special-projects-container {
    padding: 38px 64px;
    background-color: #000000;
  }
  .special-projects-container h1 {
    font-size: 54px;
    line-height: 80px;
  }
  .special-projects-container.projects-page {
    padding: 38px 0;
  }
  .special-projects-container
    .special-projects__header
    .special-projects__title {
    font-size: 32px;
    line-height: 120%;
  }
  .special-projects-container
    .special-projects__header
    .special-projects__arrow {
    width: 64px;
    height: 64px;
  }
  .special-projects-container
    .special-projects__header
    .special-projects__arrow
    img {
    width: 100%;
    height: 100%;
  }
  .special-projects-container .projects {
    margin-top: 38px;
  }
  .special-projects-container .projects .project__item {
    padding: 36px;
    height: 580px;
  }
  .special-projects-container .projects .project__item .project__header {
    font-size: 11px;
    height: 72px;
  }
  .special-projects-container .projects .project__item .project__icon {
    width: 180px;
    height: 152px;
  }
  .special-projects-container .projects .project__item .project__header {
    font-size: 26px;
    line-height: 120%;
    max-width: 240px;
  }
  .special-projects-container .projects .project__item .project__date {
    font-size: 24px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .special-projects-container .projects .project__item {
    height: 466px;
  }
  .special-projects-container .projects .project__item .project__header {
    font-size: 11px;
    height: 58px;
  }
  .special-projects-container .projects .project__item .project__icon {
    width: 180px;
    height: 152px;
  }
  .special-projects-container .projects .project__item .project__header {
    font-size: 26px;
    line-height: 100%;
    max-width: 240px;
  }
  .special-projects-container .projects .project__item .project__date {
    font-size: 24px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .projects .project__item {
    height: 244px !important;
  }
}
.hammock-tv-wrapper {
  margin: 50px auto !important;
  width: 100%;
}
.hammock-tv-wrapper .section-main-article {
  width: 100%;
  height: 719px;
  position: relative;
  margin-top: 48px;
  margin-bottom: 36px;
}
.hammock-tv-wrapper .section-main-article a {
  display: block;
  width: 100%;
  height: 719px;
  position: relative;
}
.hammock-tv-wrapper .section-main-article a .tv-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  padding-left: 80px;
  display: flex;
  align-items: flex-end;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}
.hammock-tv-wrapper .section-main-article a .article-img {
  width: 100%;
  height: 719px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hammock-tv-wrapper .section-main-article a h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  bottom: 56px;
  left: 80px;
  z-index: 4;
}
.hammock-tv-wrapper .section-main-article a .play-btn {
  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 70px);
  width: 140px;
  height: 140px;
  z-index: 4;
}
.hammock-tv-wrapper .tv-slider-items--wrapper {
  margin-bottom: 40px;
}
.hammock-tv-wrapper .tv-slider-items--wrapper .slick-slide {
  margin: 0 10px;
}
.hammock-tv-wrapper .tv-slider-items--wrapper .slick-list {
  margin: 0 -10px;
}
.hammock-tv-wrapper .tv-slider-items--wrapper .slider-item {
  width: calc(25% - 16px);
  max-width: 416px;
  position: relative;
  display: block;
}
.hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .img-wrapper {
  position: relative;
  height: 268px;
  width: 100%;
  margin-bottom: 12px;
}
.hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .slider-img {
  width: 100%;
  height: 268px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .play-btn {
  width: 80px;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .slider-time {
  font-family: "FiraGO";
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #a09c9b;
  margin-bottom: 12px;
}
.hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .slider-title {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #000;
}
.hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .slider-date {
  font-family: "FiraGO";
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #a09c9b;
}

.editorial-container .editorial-items--wrapper {
  margin-top: 48px;
}
.editorial-container .editorial-items--wrapper .slick-slide {
  margin: 0 10px;
}
.editorial-container .editorial-items--wrapper .slick-list {
  margin: 0 -10px;
}
.editorial-container .editorial-items--wrapper .slick-slide {
  height: 472px;
}
.editorial-container
  .editorial-items--wrapper
  .slick-slide
  .editorial__item__img {
  height: 472px;
}

@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .hammock-tv-wrapper {
    margin: 45px auto !important;
  }
  .hammock-tv-wrapper .section-main-article {
    height: 580px;
    margin-top: 38px;
    margin-bottom: 30px;
  }
  .hammock-tv-wrapper .section-main-article a {
    height: 580px;
  }
  .hammock-tv-wrapper .section-main-article a .tv-overlay {
    padding-left: 64px;
  }
  .hammock-tv-wrapper .section-main-article a .article-img {
    height: 580px;
  }
  .hammock-tv-wrapper .section-main-article a h3 {
    font-size: 38px;
    line-height: 120%;
    bottom: 44px;
    left: 64px;
  }
  .hammock-tv-wrapper .section-main-article a .play-btn {
    top: calc(50% - 56px);
    left: calc(50% - 56px);
    width: 112px;
    height: 112px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper {
    margin-bottom: 36px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item {
    max-width: 333px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .img-wrapper {
    height: 215px;
    margin-bottom: 8px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .slider-img {
    height: 215px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .play-btn {
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .slider-time {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 8px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .slider-title {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 8px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .slider-date {
    font-size: 12px;
    line-height: 16px;
  }
  .editorial-container .editorial-items--wrapper {
    margin-top: 38px;
  }
  .editorial-container .editorial-items--wrapper .slick-slide {
    height: 378px;
  }
  .editorial-container
    .editorial-items--wrapper
    .slick-slide
    .editorial__item__img {
    height: 378px;
  }
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .hammock-tv-wrapper {
    margin: 40px auto !important;
  }
  .hammock-tv-wrapper .section-main-article {
    height: 464px;
    margin-top: 30px;
    margin-bottom: 26px;
  }
  .hammock-tv-wrapper .section-main-article a {
    height: 464px;
  }
  .hammock-tv-wrapper .section-main-article a .tv-overlay {
    padding-left: 58px;
  }
  .hammock-tv-wrapper .section-main-article a .article-img {
    height: 464px;
  }
  .hammock-tv-wrapper .section-main-article a h3 {
    font-size: 34px;
    line-height: 100%;
    bottom: 44px;
    left: 58px;
  }
  .hammock-tv-wrapper .section-main-article a .play-btn {
    top: calc(50% - 55px);
    left: calc(50% - 55px);
    width: 110px;
    height: 110px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper {
    margin-bottom: 36px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item {
    max-width: 333px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .img-wrapper {
    height: 215px;
    margin-bottom: 8px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .slider-img {
    height: 215px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .play-btn {
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .slider-time {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 8px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .slider-title {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 8px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .slider-date {
    font-size: 12px;
    line-height: 16px;
  }
  .editorial-container .editorial-items--wrapper {
    margin-top: 38px;
  }
  .editorial-container .editorial-items--wrapper .slick-slide {
    height: 378px;
  }
  .editorial-container
    .editorial-items--wrapper
    .slick-slide
    .editorial__item__img {
    height: 378px;
  }
}
@media only screen and (max-width: 768px) {
  .under-tv-marquee .banner {
    margin: 20px auto 40px !important;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .img-wrapper {
    height: 102px;
  }
  .hammock-tv-wrapper
    .tv-slider-items--wrapper
    .slider-item
    .img-wrapper
    .slider-img {
    height: 102px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .slider-title,
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .slider-date {
    font-size: 10px;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .play-btn {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper .slider-item .play-btn img {
    width: 100%;
  }
  .tv-slider-items--wrapper .slick-slide {
    margin: 0 20px !important;
  }
  .editorial-container {
    margin-top: 40px !important;
  }
  .slick-slider-dots {
    margin: auto !important;
  }
  .hammock-tv-wrapper .slick-list {
    padding: 0 20% 0 20% !important;
  }
  .editorial-items--wrapper .slick-list {
    padding: 0 20% 0 0 !important;
  }
  .arrows-wrapper img {
    display: none !important;
  }
  .section-main-article {
    height: 188px !important;
  }
  .section-main-article a {
    height: 188px !important;
  }
  .section-main-article a .article-img {
    height: 188px !important;
  }
  .section-main-article a h3 {
    font-size: 15px !important;
  }
  .section-main-article a .play-btn {
    top: calc(50% - 30px) !important;
    left: calc(50% - 30px) !important;
    width: 60px !important;
    height: 60px !important;
  }
}
.section {
  padding: 64px 80px;
}
.section h1 {
  font-family: "KronaOne";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  color: #000000;
  margin-bottom: 40px;
}

.video-items--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video-items--wrapper .video-item {
  width: calc(50% - 40px);
  border-bottom: 1.4px solid #000000;
  margin-bottom: 80px;
  text-decoration: none;
}
.video-items--wrapper .video-item .video-thumbnail--wrapper {
  width: 100%;
  height: 440px;
  margin-bottom: 20px;
  position: relative;
}
.video-items--wrapper .video-item .video-thumbnail--wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-items--wrapper .video-item .video-thumbnail--wrapper .play-btn {
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  position: absolute;
}
.video-items--wrapper .video-item .video-duration {
  font-family: "FiraGO";
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #a09c9b;
}
.video-items--wrapper .video-item .video-title {
  font-family: "KronaOne";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 20px;
}
.video-items--wrapper .video-item h5 {
  font-family: "FiraGO";
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 20px;
  color: #a09c9b;
  margin-bottom: 20px;
}

.single-video-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-video-section .video__header .video__header__title {
  font-weight: 400;
  font-size: 44px;
  line-height: 140%;
  text-transform: uppercase;
}
.single-video-section iframe {
  width: 100% !important;
  height: 640px !important;
  border: none;
}
.single-video-section .video__desc {
  font-weight: 350;
  font-size: 18px;
  line-height: 140%;
  font-family: FiraGo !important;
  font-feature-settings: normal;
}
.single-video-section .vtag-container .vtag__title {
  font-family: FiraGo;
  font-weight: 350;
  font-size: 20px;
  line-height: 20px;
  color: #a09c9b;
  margin-bottom: 20px;
}
.single-video-section .vtag-container .vtag__wrapper {
  display: flex;
  gap: 8px;
}
.single-video-section .video__date .video__date__title {
  font-weight: 350;
  font-size: 20px;
  line-height: 20px;
  color: #a09c9b;
  font-family: FiraGo;
  text-transform: lowercase;
  font-feature-settings: normal;
  margin-bottom: 8px;
}
.single-video-section .video__date .video__date__time {
  font-weight: 500;
  font-size: 20px;
  line-height: 16px;
  color: #000000;
  margin-top: 4px;
  text-transform: capitalize;
  font-family: FiraGo;
  text-transform: lowercase;
  font-feature-settings: normal;
}

.share .share__title {
  font-weight: 350;
  font-size: 20px;
  line-height: 140%;
  color: #a09c9b;
  margin-bottom: 20px;
  font-family: FiraGo;
  text-transform: lowercase;
  font-feature-settings: normal;
}
.share .share__socials {
  display: flex;
  gap: 16px;
}
.share .share__socials .share__socials__item {
  width: 64px;
  height: 64px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share .share__socials .share__socials__copy {
  background-color: #000000;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  text-transform: uppercase;
}
.share .share__socials .share__socials__copy img {
  width: 32px;
  height: 32px;
}

.studio-video-wrapper {
  background: #000;
  color: #fff;
}
.studio-video-wrapper .vtag {
  color: #fff;
  border-color: #fff;
}
.studio-video-wrapper .video__date__time {
  color: #fff !important;
}
.studio-video-wrapper .share__socials__item,
.studio-video-wrapper .share__socials__copy {
  background: #ffffff !important;
}
.studio-video-wrapper .share__socials__copy {
  color: #000 !important;
}
.studio-video-wrapper .video__desc,
.studio-video-wrapper .video__desc * {
  color: #fff !important;
  background-color: initial !important;
  font-size: 18px !important;
  font-family: FiraGO !important;
  font-style: normal !important;
  font-weight: 350 !important;
  line-height: 140% !important;
  letter-spacing: 0.4px !important;
  text-transform: lowercase !important;
  font-feature-settings: normal !important;
}

.hammock-tv-page .video-items--wrapper .video-item .video-thumbnail--wrapper {
  height: 340px;
}

@media only screen and (max-width: 768px) {
  .video-items--wrapper .video-item .video-thumbnail--wrapper {
    height: 188px !important;
  }
  .video__date .video__date__title {
    font-size: 16px !important;
    margin-bottom: 4px !important;
  }
  .video__date .video__date__time {
    font-size: 16px !important;
  }
  .share__title {
    font-size: 16px !important;
  }
  .article-tags-wrapper .tag {
    margin-bottom: 4px !important;
  }
}
.library-main-nav {
  padding: 35.5px 40px;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 18px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 88px;
  background: #fff;
}
.library-main-nav .library-main-nav--item a {
  text-decoration: none;
  font-family: "KronaOne";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #000000;
}
.library-main-nav .library-main-nav--item a.active {
  padding: 16px;
  border: 2px solid black;
}

.library-header .library-title-section {
  background: #f7f7f7;
  padding: 48px 0 40px 80px;
}
.library-header .library-title-section h1 {
  font-family: "KronaOne";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  color: #000000;
  text-transform: uppercase;
}

.library-categories {
  background: #000;
  padding: 34px 80px;
  gap: 34px;
  display: flex;
}
.library-categories li a {
  font-family: "KronaOne";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.library-categories li a.active {
  color: #f0c2c7;
}

.library-section {
  padding-top: 49px;
  width: calc(100% - 160px);
  margin: 0 auto;
}
.library-section .library-filter {
  display: flex;
  gap: 28px;
  margin-bottom: 48px;
}
.library-section .library-filter .see-more {
  display: none;
}
.library-section .library-filter li a {
  text-decoration: none;
  font-family: "FiraGO";
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #000000;
}
.library-section .library-filter li a.active {
  font-weight: bold;
}
.library-section .library-items .library-item {
  display: flex;
  margin-bottom: 64px;
}
.library-section .library-items .library-item .img-wrapper {
  width: 327px;
  height: 203px;
  margin-right: 28px;
}
.library-section .library-items .library-item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.library-section
  .library-items
  .library-item
  .library-item-content
  .tag-wrapper {
  margin-bottom: 20px;
}
.library-section .library-items .library-item .library-item-content .tag {
  margin-bottom: 8px;
}
.library-section .library-items .library-item .library-item-content .title {
  width: 100%;
  font-family: "KronaOne";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}
.library-section .library-items .library-item .library-item-content h4 {
  display: flex;
  font-family: "FiraGO";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #828181;
  margin-bottom: 44px;
  margin-top: 20px;
}
.library-section .library-items .library-item .library-item-content h4 img {
  margin-right: 10px;
  width: 20px;
}
.library-section .library-items .library-item .library-item-content h5 {
  font-family: "FiraGO";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #828181;
}

.library-author-header .author {
  position: relative;
  width: 100%;
  height: 560px;
}
.library-author-header .author .author__img {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
  object-fit: cover;
}
.library-author-header .library-author__background {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 560px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72));
  position: absolute;
  top: 0px;
}
.library-author-header .library-author__background .author-desc {
  color: #ffffff;
  text-align: center;
}
.library-author-header
  .library-author__background
  .author-desc
  .author-desc__name {
  padding: 12px;
  margin: 12px 0;
  font-weight: 400;
  font-size: 56px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.library-author-header
  .library-author__background
  .author-desc
  .author-desc__birthyear {
  text-align: center;
  margin-bottom: 36px;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  text-transform: capitalize;
}
.library-author-header
  .library-author__background
  .author-desc
  .author-desc__readmore {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  text-transform: uppercase;
  border: 1.4px solid #ffffff;
  padding: 16px 124px;
}

.library-category-header {
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.library-category-header .library-ctegory-text {
  position: absolute;
  bottom: 80px;
  left: 80px;
}
.library-category-header .library-ctegory-text .tag-secondary {
  margin-bottom: 24px;
}
.library-category-header .library-ctegory-text h1 {
  font-size: 80px;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .library-aside {
    padding-top: 40px;
  }
  .library-header .library-main-nav {
    padding: 15px 20px;
    gap: 20px;
    overflow-y: scroll;
  }
  .library-header .library-main-nav .library-main-nav--item a {
    font-size: 12px;
  }
  .library-header .library-main-nav .library-main-nav--item .active {
    padding: 8px;
  }
  .library-header .library-title-section {
    padding: 20px;
  }
  .library-header .library-title-section h1 {
    font-size: 32px;
  }
  .library-header .library-categories {
    padding: 12px 20px;
    gap: 20px;
    overflow: scroll;
  }
  .library-header .library-categories .library-category a {
    font-size: 12px;
  }
  .library-section {
    width: 100%;
    padding: 20px;
  }
  .library-section .library-content .library-items .library-item {
    margin-bottom: 20px;
  }
  .library-section .library-content .library-items .library-item .img-wrapper {
    width: 113px;
    height: 114px;
    margin-right: 8px;
  }
  .library-section
    .library-content
    .library-items
    .library-item
    .library-item-content {
    position: relative;
  }
  .library-section
    .library-content
    .library-items
    .library-item
    .library-item-content
    .tag-wrapper {
    margin: 0;
  }
  .library-section
    .library-content
    .library-items
    .library-item
    .library-item-content
    .tag-wrapper
    .tag {
    margin-bottom: 6px;
  }
  .library-section
    .library-content
    .library-items
    .library-item
    .library-item-content
    .title {
    font-size: 12px;
  }
  .library-section
    .library-content
    .library-items
    .library-item
    .library-item-content
    h4 {
    align-items: center;
    margin: 6px 0 24px;
    font-size: 10px;
  }
  .library-section
    .library-content
    .library-items
    .library-item
    .library-item-content
    h4
    img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .library-section
    .library-content
    .library-items
    .library-item
    .library-item-content
    h5 {
    position: absolute;
    bottom: 0;
    font-size: 10px;
  }
  .library-container .homepage-library-count {
    font-size: 12px;
  }
  .library-container .homepage-library-count {
    font-size: 10px;
    display: flex;
  }
  .library-container .homepage-library-count img {
    margin-right: 4px;
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .library-main-nav {
    top: 69px;
  }
}
@media only screen and (max-width: 768px) {
  .library-section .library-filter {
    gap: 12px;
  }
  .library-section .library-filter li a {
    font-size: 12px;
  }
  .library-section .library-filter .see-more button {
    font-size: 12px;
    padding: 12px 8px;
  }
  .library-section .library-filter .see-more button img {
    width: 16px;
    height: 16px;
    margin-left: 2px;
  }
  .library-author-header .author {
    height: 245px;
  }
  .library-author-header .author .author__img {
    height: 100%;
  }
  .library-author-header .library-author__background {
    height: 245px;
  }
  .library-author-header .library-author__background .author-desc__name {
    margin-bottom: 12px !important;
  }
  .library-author-header .library-author__background .author-desc__readmore {
    font-size: 12px !important;
    padding: 8px;
  }
  .article-list-item {
    margin-bottom: 24px !important;
  }
  .banner-section img {
    width: 100%;
  }
}
.article-container .category-title {
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 140%;
  margin: 48px 0 40px;
  color: #000000;
}

.article-banner-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article-banner-wrapper .articles-section {
  width: calc(100% - 400px);
}
.article-banner-wrapper .banner-section {
  width: 348px;
}
.article-banner-wrapper .banner-section img {
  width: 100%;
}
.article-banner-wrapper .banner-section .custom-banner {
  width: 100%;
  height: 500px;
  background: pink;
}

.article-list-item {
  height: 203px;
  display: flex;
  color: #000;
  margin-bottom: 64px;
}
.article-list-item .article-image-wrapper {
  max-width: 327px;
  width: 100%;
  height: 203px;
}
.article-list-item .article-image-wrapper img {
  width: 327px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-list-item .article-list-item--details {
  margin-left: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-list-item .article-list-item--details h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.article-list-item .article-list-item--details h5 {
  font-family: "FiraGO";
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 20px;
  color: #a09c9b;
}

.beauty-video-item .article-image-wrapper {
  position: relative;
}
.beauty-video-item .article-image-wrapper .play-btn {
  width: 80px;
  height: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.beauty-video-item .article-image-wrapper .play-btn img {
  width: 100% !important;
  height: 100% !important;
}

.beauty-wrapper section {
  margin: 0 !important;
  border-bottom: 1px solid black;
}
.beauty-wrapper .beauty-marquee {
  margin: 70px 0;
}
.beauty-wrapper .beauty-marquee .marquee {
  border-top: 1px solid black;
}
.beauty-wrapper .beauty-category-wrapper {
  height: 480px;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
}
.beauty-wrapper .beauty-category-wrapper .beaury-text {
  position: absolute;
  bottom: 48px;
  left: 80px;
}
.beauty-wrapper .beauty-category-wrapper .beaury-text h1 {
  font-size: 120px;
}
.beauty-wrapper .beauty-banner {
  width: 100%;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beauty-wrapper .beauty-banner h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 148px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
}
.beauty-wrapper .beauty-content {
  margin-top: 64px;
}
.beauty-wrapper .section-header--wrapper {
  margin-bottom: 32px;
}
.beauty-wrapper .beauty-tags-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.beauty-wrapper .beauty-tags-wrapper .tag {
  margin-bottom: 20px;
}

.editorials-wrapper .editorial__heading {
  font-weight: 400;
  font-size: 64px;
  line-height: 140%;
  text-transform: uppercase;
  margin: 64px 0 40px;
}

.editorial {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.editorial__item {
  width: calc(50% - 40px);
  position: relative;
  height: 472px;
  margin-bottom: 40px;
}
.editorial__item .editorial__item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.editorial__item .editorial-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  padding-left: 80px;
  display: flex;
  align-items: flex-end;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}
.editorial__item .aditorial__item__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 33px 24px;
}
.editorial__item .aditorial__item__desc .aditorial__item__desc__img {
  width: 56px;
  height: 56px;
}
.editorial__item .aditorial__item__desc .aditorial__item__desc__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  margin-top: 8px;
  color: #ffffff;
  text-transform: uppercase;
}

.article-body-size {
  max-width: 864px;
  margin: auto;
}

.single-article-container {
  padding-top: 50px;
}
.single-article-container .video__date__title,
.single-article-container .share__title {
  font-family: FiraGO;
  font-size: 20px;
  font-weight: 350;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-align: left;
  margin-bottom: 8px;
  color: #a09c9b;
  text-transform: lowercase;
  font-feature-settings: normal;
}
.single-article-container .share__title {
  margin-bottom: 24px;
}
.single-article-container .video__date__time {
  font-family: FiraGO;
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.400000006px;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
  text-transform: lowercase;
  font-feature-settings: normal;
}
.single-article-container h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 140%;
  text-transform: uppercase;
  margin: 12px 0 32px;
}
.single-article-container .article-info {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.single-article-container .article-info h3 {
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #a09c9b;
  margin-right: 12px;
  font-family: FiraGO;
  position: relative;
}
.single-article-container .article-info h3::after {
  width: 2px;
  height: 10px;
  background: black;
  content: "";
  position: absolute;
  right: -12px;
  top: 5px;
}
.single-article-container .article-info a {
  font-family: FiraGO;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0px;
  text-align: left;
  font-style: normal;
  text-decoration-line: underline;
  color: #000;
  margin-left: 12px;
}
.single-article-container .article-img {
  width: 100%;
  height: 100%;
  max-height: 576px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 40px;
}
.single-article-container .article-body {
  margin-top: 40px;
  max-width: 864px;
  margin: auto;
}
.single-article-container .article-additions {
  max-width: 864px;
  margin: auto;
  margin-left: 0;
}
.single-article-container .article-body {
  margin-top: 15px;
}
.single-article-container .article-body,
.single-article-container .article-body * {
  font-family: "FiraGO" !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  letter-spacing: 0.25px !important;
  color: #000000 !important;
  line-height: 155% !important;
  font-feature-settings: normal;
}
.single-article-container .article-body strong {
  font-weight: 700 !important;
}
.single-article-container .article-body iframe {
  display: block !important;
  margin: 30px auto !important;
  max-width: 100%;
}
.single-article-container .article-body *:not(figure):not(iframe):not(img) {
  max-width: 864px !important;
  margin: auto;
}
.single-article-container .article-body figure {
  text-align: center;
}
.single-article-container .article-body figcaption {
  color: #a09c9b !important;
  text-align: center !important;
  font-family: FiraGO !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 350 !important;
  line-height: 140% !important;
  letter-spacing: 0.25px !important;
}
.single-article-container p {
  line-height: 25px !important;
}
.single-article-container .article-body img:not(.article-carousel img) {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  margin: 15px auto !important;
  max-width: 650px !important;
  max-height: 900px;
  display: block;
}
.single-article-container .article-carousel .arrows-wrapper {
  padding: 20px 0px 5px !important;
}
.single-article-container .article-carousel .slider-container {
  height: 100%;
}
.single-article-container .article-tags-wrapper {
  margin-bottom: 64px;
}

.similar-articles {
  margin: 56px auto 0;
  background: #f3e47f;
}
.similar-articles h2.title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #000000;
  padding: 40px 0 30px;
}
.similar-articles .slick-slide {
  margin: 0 10px;
}
.similar-articles .slick-list {
  margin: 0 -10px;
}
.similar-articles .similar-article-item {
  width: 480px;
}
.similar-articles .similar-article-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 255.12px;
}
.similar-articles .similar-article-item h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 20px;
  text-decoration: none;
  color: #000;
}

.comments-section {
  padding-top: 40px;
  max-width: 850px;
  margin: auto;
  margin-left: 0;
}
.comments-section h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 35px;
}
.comments-section iframe {
  width: 100% !important;
}

.article-carousel .prev,
.article-carousel .next {
  cursor: pointer;
}
.article-carousel .slider-container {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
}
.article-carousel .arrows-wrapper .article-dots {
  margin: 0 auto !important;
}
.article-carousel .article-carousel-slider {
  width: calc(100% - 184px);
  margin: 15px auto 0;
}
.article-carousel .article-carousel-slider .slick-slide {
  width: 100%;
  height: 521px;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-carousel .article-carousel-slider .slider-container {
  display: flex;
}

.under-tv-marquee .banner {
  margin: 75px auto 100px;
}

.video-comments-section .title {
  margin-bottom: 35px;
}

.fb-comments {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .single-article-container,
  .single-video-section {
    width: calc(100% - 300px) !important;
  }
}
.header-overlay {
  position: sticky;
  top: -2px;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .comments-section {
    width: calc(100% - 40px);
    margin: auto;
  }
  .header-overlay.active {
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
  }
  .slider-container {
    max-height: 202px !important;
    margin-bottom: 0 !important;
  }
  .slider-container * {
    max-height: 202px !important;
  }
  .comments-section {
    padding-top: 55px;
  }
  .video-comments-section {
    padding-bottom: 20px;
  }
  .video-comments-section .title {
    margin-bottom: 25px;
    font-size: 19px;
  }
  .beauty-video-item .article-image-wrapper .play-btn {
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
  }
  .editorial__heading {
    font-size: 32px !important;
    margin: 12px 0 !important;
  }
  .editorial__item {
    height: 195px;
    width: 100%;
    margin-bottom: 20px;
  }
  .editorial__item .aditorial__item__desc__img {
    width: 24px !important;
    height: 24px !important;
  }
  .editorial__item .aditorial__item__desc__title {
    font-size: 12px !important;
  }
  .library-main-nav {
    overflow-y: auto;
    top: 62px;
  }
  .article-container .category-title {
    font-size: 32px;
  }
  .articles-section {
    width: 100% !important;
  }
  .articles-section .article-list-item {
    height: 114px;
  }
  .articles-section .article-list-item .article-image-wrapper {
    width: 114px;
    height: 114px;
  }
  .articles-section .article-list-item .article-image-wrapper img {
    width: 114px;
    height: 114px;
  }
  .articles-section .article-list-item .article-list-item--details h3 {
    font-size: 12px;
  }
  .articles-section .article-list-item .article-list-item--details h5 {
    font-size: 10px;
  }
  .pagination-wrapper {
    padding: 70px 0 !important;
    gap: 0 !important;
  }
  .video-section {
    padding: 20px;
  }
  .video-section h1 {
    font-size: 32px;
  }
  .video-section .video-items--wrapper .video-item {
    width: 100%;
  }
  .video-section .video-items--wrapper .video-item .video-title {
    font-size: 18px;
  }
  .video-section .video-items--wrapper .video-item .video-thumbnail--wrapper {
    height: 188px;
  }
  .video-section
    .video-items--wrapper
    .video-item
    .video-thumbnail--wrapper
    .play-btn {
    width: 60px !important;
    height: 60px !important;
    top: calc(50% - 30px) !important;
    left: calc(50% - 30px) !important;
  }
  .half-side .slider-item .img-wrapper {
    height: 102px !important;
    width: 158px !important;
  }
  .half-side .slider-item .img-wrapper .slider-img {
    height: 102px !important;
  }
  .half-side .slider-item .play-btn {
    top: calc(50% - 16px) !important;
    left: calc(50% - 16px) !important;
    width: 32px !important;
    height: 32px !important;
  }
  .half-side .slider-item .play-btn img {
    width: 100%;
  }
  .full-side .slider-item .img-wrapper {
    height: 140px !important;
  }
  .full-side .slider-item .img-wrapper .slider-img {
    height: 140px !important;
  }
  .full-side .slider-item .play-btn {
    top: calc(50% - 16px) !important;
    left: calc(50% - 16px) !important;
    width: 32px !important;
    height: 32px !important;
  }
  .full-side .slider-item .play-btn img {
    width: 100%;
  }
  .studio-container h2 {
    font-size: 18px;
  }
  .studio-section
    .studio-container
    .slider-item
    .text-container
    a.slider-title {
    font-size: 12px !important;
  }
  .studio-section .studio-container .slider-item .text-container .date {
    font-size: 10px !important;
  }
  .sp-wrapper .sp-stories-wrapper {
    padding: 20px !important;
  }
  .editorial-slider-dots {
    margin: auto;
  }
  .section-header--wrapper h3,
  .stories-header h3 {
    font-size: 18px !important;
  }
  .section-header--wrapper img,
  .stories-header img {
    width: 33px;
    height: 24px;
  }
  .sp-article-item .sp-article-texts {
    height: 114px !important;
  }
  .sp-article-item .sp-article-texts a {
    font-size: 12px !important;
  }
  .sp-article-item .sp-article-texts h4 {
    font-size: 10px !important;
  }
  .editorial-container .editorial-items--wrapper .slick-slide {
    height: 194px !important;
  }
  .editorial-container
    .editorial-items--wrapper
    .slick-slide
    .aditorial__item__desc__img {
    width: 24px !important;
    height: 24px !important;
  }
  .editorial-container
    .editorial-items--wrapper
    .slick-slide
    .aditorial__item__desc__title {
    font-size: 15px !important;
  }
  .editorial-container
    .editorial-items--wrapper
    .slick-slide
    .editorial__item__img {
    height: 194px !important;
  }
  .similar-articles {
    padding-bottom: 20px;
  }
  .similar-articles .arrows-wrapper {
    display: none !important;
  }
  .similar-articles .title {
    font-size: 16px !important;
  }
  .similar-articles .similar-article-item img {
    height: 140px !important;
  }
  .similar-articles .similar-article-item h3 {
    font-size: 12px !important;
  }
  .similar-articles-slider .slick-list {
    padding: 0 20% 0 0 !important;
  }
  .sp-wrapper .video-slider-dots {
    margin: auto;
  }
  .sp-wrapper .video-items--wrapper {
    margin-top: 20px;
  }
  .sp-wrapper .video-items--wrapper .slick-list {
    padding: 0 20% 0 0 !important;
  }
  .sp-wrapper .video-thumbnail--wrapper {
    height: 140px !important;
  }
  .sp-wrapper .video-thumbnail--wrapper .play-btn {
    width: 32px !important;
    height: 32px !important;
    top: calc(50% - 16px) !important;
    left: calc(50% - 16px) !important;
  }
  .sp-wrapper .video-thumbnail--wrapper .video-title {
    font-size: 12px;
  }
  .sp-wrapper .video-thumbnail--wrapper h5 {
    font-size: 10px;
  }
  section {
    padding: 20px !important;
  }
  .comments-section h2 {
    font-size: 16px !important;
  }
  .single-article-container h1 {
    font-size: 24px !important;
  }
  .single-article-container .article-info {
    margin-bottom: 12px;
  }
  .single-article-container .article-info h3 {
    font-size: 12px;
  }
  .single-article-container .article-info a {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
  }
  .single-article-container .article-img {
    max-height: 175px;
    margin-bottom: 12px;
  }
  .single-video-section .video__header .video__header__title {
    font-size: 24px !important;
  }
  .single-video-section iframe {
    height: 200px !important;
  }
  .single-video-section .video__date__title,
  .single-video-section .share__title {
    font-size: 16px !important;
  }
  .single-video-section .video__date__time {
    font-size: 16px !important;
  }
  .search-page .search-title {
    font-size: 32px !important;
  }
  .search-page .search-stats {
    font-size: 14px !important;
  }
  .author-container {
    padding: 0 !important;
  }
  .author-container .author-profile .author-profile__img img {
    width: 120px !important;
    height: 120px !important;
  }
  .author-container
    .author-profile
    .author-profile__desc
    .author-profile__desc__name {
    font-size: 16px !important;
  }
  .author-container
    .author-profile
    .author-profile__desc
    .author-profile__desc__status {
    font-size: 10px !important;
  }
  .author-container
    .author-profile
    .author-profile__desc
    .author-profile__desc__paragraph {
    font-size: 14px !important;
  }
  .author-container .author-profile .author-profile__articles {
    font-size: 14px !important;
  }
  .marquee-section {
    padding: 0 !important;
  }
  .article-carousel {
    max-height: 250px;
    height: 100% !important;
  }
  .slider-container .prev,
  .slider-container .next {
    width: 24px;
  }
  .slider-container .article-carousel-slider {
    width: calc(100% - 72px) !important;
  }
  .slider-container .article-carousel-slider .slick-slide {
    height: 165px !important;
  }
  .share .share__socials {
    gap: 12px;
  }
  .share .share__socials .share__socials__item {
    width: 24px;
    height: 24px;
  }
  .share .share__socials .share__socials__item img {
    width: 8px;
  }
  .share .share__socials .share__socials__copy {
    padding: 4px 8px;
    font-size: 10px;
  }
  .share .share__socials .share__socials__copy img {
    width: 10px;
    height: 10px;
  }
}
.author-profile {
  margin: 64px 0 40px;
  border-bottom: 1.4px solid #000000;
}
.author-profile .author-profle--wrapper {
  display: flex;
  gap: 32px;
}
.author-profile .author-profle--wrapper h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.author-profile .author-profle--wrapper .author-profile__desc__status {
  font-family: "FiraGO";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #a09c9b;
  margin-bottom: 20px;
}
.author-profile .author-profle--wrapper .author-profile__desc__paragraph {
  font-family: "FiraGO";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.25px;
  color: #4c4a4f;
}
.author-profile .author-profle--wrapper .author-profile__img img {
  width: 272px;
  height: 253px;
  -o-object-fit: cover;
  object-fit: cover;
}
.author-profile .author-profile__articles {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  width: 100%;
  margin: 40px 0;
}

.banner {
  margin: 140px auto;
  height: 100%;
}
.banner a {
  width: 100%;
  height: 100%;
}
.banner a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .banner {
    margin: 100px auto;
  }
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .banner {
    margin: 80px auto;
    height: 141px;
  }
  .banner a {
    height: 141px;
  }
  .banner a img {
    height: 141px;
  }
}
.studio-section {
  background: #000;
  margin: -4px auto 0;
  padding: 0px 80px;
}
.studio-section .homepage-studio--slider {
  padding-top: 100px;
}
.studio-section .studio-section-wrapper {
  padding-bottom: 100px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.studio-section .studio-section-wrapper .section-header {
  width: 100%;
  border: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  padding: 20px 0;
  display: flex;
  margin-bottom: 32px;
  justify-content: space-between;
  align-items: center;
}
.studio-section .studio-section-wrapper .section-header h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
  color: #ffffff;
  text-transform: uppercase;
}
.studio-section .studio-section-wrapper .single-item {
  height: 640px;
  width: 100%;
  position: relative;
}
.studio-section .studio-section-wrapper .single-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.studio-section .studio-section-wrapper .single-item .studio-url {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
}
.studio-section .studio-section-wrapper .single-item .studio-url:hover {
  text-decoration: none;
}
.studio-section .studio-container {
  width: 100% !important;
}
.studio-section .studio-container .slider-item .text-container h5 {
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #a09c9b;
  margin: 20px 0;
}
.studio-section .studio-container .slider-item .text-container h4 {
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 16px;
  text-transform: uppercase;
  color: #a09c9b;
  margin: 20px 0;
}
.studio-section .studio-container .slider-item .text-container a.slider-title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.studio-section h1 {
  color: #fff;
}
.studio-section .video-items--wrapper .video-item {
  border-color: #fff !important;
}
.studio-section .video-items--wrapper .video-title {
  color: #fff !important;
}
.studio-section .slick-slide {
  margin: 0 10px;
}
.studio-section .slick-list {
  margin: 0 -10px;
}
.studio-section .slider-item {
  width: calc(33% - 16px);
  position: relative;
  display: block;
}
.studio-section .slider-item .img-wrapper {
  position: relative;
  height: 328px;
  width: 100%;
  margin-bottom: 12px;
}
.studio-section .slider-item .img-wrapper .slider-img {
  width: 100%;
  height: 328px;
  -o-object-fit: cover;
  object-fit: cover;
}
.studio-section .play-btn {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.studio-section .play-btn img {
  width: 100%;
  height: 100% !important;
}

.studio-cover {
  width: 100%;
  background: black;
}

body:has(> .studio-section) footer {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .studio-section .studio-section-wrapper .section-header h2 {
    font-size: 18px;
  }
  .studio-section .studio-section-wrapper .single-item {
    height: 188px;
  }
  .studio-section .studio-section-wrapper .single-item .studio-url {
    font-size: 12px;
    left: 10px;
    bottom: 10px;
  }
}
.shop-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 440px;
}

.shop-wrapper + .footer-wrapper {
  margin-top: 0 !important;
}

.about-wrapper .about-cover-wrapper {
  width: 100%;
  height: 480px;
  margin-bottom: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-wrapper .about-cover-wrapper h1 {
  font-family: KronaOne;
  font-size: 148px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5.92px;
  text-transform: uppercase;
  color: #fff;
}
.about-wrapper .section-text {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: "FiraGO";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 155%;
  font-feature-settings: normal;
  letter-spacing: 0.25px;
}
.about-wrapper .partners-title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  margin: 90px 0 45px;
  text-transform: uppercase;
}
.about-wrapper .partners-wrapper {
  display: flex;
  gap: 80px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.about-wrapper .partners-wrapper a {
  width: 140px;
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .about-wrapper .about-cover-wrapper {
    height: 141px;
  }
  .about-wrapper .about-cover-wrapper h1 {
    font-size: 32px;
  }
  .about-wrapper .partners-wrapper {
    gap: 40px;
    justify-content: space-between !important;
  }
}
.sp-wrapper {
  padding-bottom: 60px;
}
.sp-wrapper .sp-cover-wrapper {
  width: 100%;
  height: 688px;
  position: relative;
}
.sp-wrapper .sp-cover-wrapper .slider-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}
.sp-wrapper .sp-cover-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sp-wrapper .sp-cover-wrapper .sp-cover-text-items {
  padding: 80px 75px;
  bottom: 0;
  width: 100%;
  width: 100%;
}
.sp-wrapper .sp-cover-wrapper .sp-cover-text-items h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 140%;
  align-items: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}
.sp-wrapper .sp-cover-wrapper .sp-cover-text-items h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.25px;
  color: #f3e47f;
  margin-bottom: 0;
}
.sp-wrapper .sp-stories-wrapper {
  background: #f3e47f;
  padding: 80px;
}
.sp-wrapper .sp-stories-wrapper .stories-header {
  border: 1px solid black;
  border-left: 0;
  border-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sp-wrapper .sp-stories-wrapper .stories-header a,
.sp-wrapper .sp-stories-wrapper .stories-header a img {
  width: 80px;
  height: 80px;
}
.sp-wrapper .sp-stories-wrapper .stories-header h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000000;
  margin: 20px 0;
}
.sp-wrapper .stories-slider video {
  width: 398px;
  height: 568px;
}
.sp-wrapper .sp-video-slider .video-item {
  border-bottom: 20px;
}
.sp-wrapper .arrows-wrapper {
  padding: 20px 0;
  margin-top: 40px;
}
.sp-wrapper .article-container {
  margin-top: 82px;
}
.sp-wrapper .article-container .sp-articles .sp-article-item {
  margin-top: 40px;
  display: flex;
}
.sp-wrapper .article-container .sp-articles .sp-article-item .img-wrapper {
  width: 100%;
  height: 100%;
  max-width: 327px;
  max-height: 203px;
  margin-right: 28px;
}
.sp-wrapper .article-container .sp-articles .sp-article-item img {
  width: 327px;
  height: 203px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sp-wrapper .article-container .sp-articles .sp-article-item .sp-article-texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 203px;
}
.sp-wrapper
  .article-container
  .sp-articles
  .sp-article-item
  .sp-article-texts
  a {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #000 !important;
}
.sp-wrapper
  .article-container
  .sp-articles
  .sp-article-item
  .sp-article-texts
  h4 {
  font-family: "FiraGO";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #a09c9b !important;
}
.sp-wrapper .slick-slide {
  margin: 0 40px;
}
.sp-wrapper .slick-list {
  margin: 0 -40px;
}
.sp-wrapper .slick-dots:nth-child(2) {
  display: none !important;
}
.sp-wrapper .video-container {
  width: 308px;
  height: 568px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
}
.sp-wrapper .video-container video {
  width: 308px;
  height: 568px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sp-wrapper .video-container .playback-icons,
.sp-wrapper .video-container .volume-button svg {
  width: 30px !important;
  height: 30px !important;
  fill: #fff;
}
.sp-wrapper .video-container .video-controls {
  right: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 20px;
  transition: all 0.2s ease;
}
.sp-wrapper .video-container .video-controls.hide {
  opacity: 0;
  pointer-events: none;
}
.sp-wrapper .video-container .video-progress {
  position: relative;
  height: 6px;
  margin-bottom: 10px;
}
.sp-wrapper .video-container progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  width: 100%;
  height: 6px;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.sp-wrapper .video-container progress::-webkit-progress-bar {
  background: #828181;
  border-radius: 8px;
}
.sp-wrapper .video-container progress::-webkit-progress-value {
  background: #fff;
  border-radius: 2px;
}
.sp-wrapper .video-container progress::-moz-progress-bar {
  border: 1px solid #fff;
  background: #fff;
}
.sp-wrapper .video-container .bottom-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sp-wrapper .video-container .left-controls {
  display: flex;
  align-items: center;
  color: #fff;
}
.sp-wrapper .video-container .volume-controls {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.sp-wrapper .video-container .volume-controls:hover input,
.sp-wrapper .video-container .volume-controls input:focus {
  width: 100px;
  opacity: 1;
}
.sp-wrapper .video-container button {
  cursor: pointer;
  position: relative;
  margin-right: 7px;
  font-size: 12px;
  padding: 3px;
  border: none;
  outline: none;
  background-color: transparent;
}
.sp-wrapper .video-container button * {
  pointer-events: none;
}
.sp-wrapper .video-container button::before {
  content: attr(data-title);
  position: absolute;
  display: none;
  right: 0;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  word-break: keep-all;
  white-space: pre;
}
.sp-wrapper .video-container button:hover::before {
  display: inline-block;
}
.sp-wrapper .video-container .playback-animation {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.sp-wrapper .video-container .hidden {
  display: none;
}
.sp-wrapper .video-thumbnail--wrapper {
  height: 328px !important;
}

@media only screen and (max-width: 768px) {
  .sp-wrapper .sp-cover-wrapper {
    height: 190px;
  }
  .sp-wrapper .sp-cover-wrapper .sp-cover-text-items {
    padding: 15px 25px;
  }
  .sp-wrapper .sp-cover-wrapper .sp-cover-text-items h1 {
    font-size: 18px;
  }
  .sp-wrapper .sp-cover-wrapper .sp-cover-text-items h3 {
    font-size: 10px;
  }
  .sp-wrapper .article-container .sp-articles .sp-article-item {
    height: 114px;
  }
  .sp-wrapper .article-container .sp-articles .sp-article-item .img-wrapper {
    margin-right: 8px;
    width: 114px;
    height: 114px;
  }
  .sp-wrapper
    .article-container
    .sp-articles
    .sp-article-item
    .img-wrapper
    img {
    width: 114px;
    height: 114px;
  }
  .sp-wrapper .sp-stories-wrapper .stories-header a,
  .sp-wrapper .sp-stories-wrapper .stories-header a img {
    width: 24px;
    height: 24px;
  }
  .sp-wrapper .video-container {
    width: 100%;
  }
  .sp-wrapper .video-container video {
    width: 100%;
  }
  .video-items--wrapper .video-item .video-title {
    font-size: 12px;
  }
  .video-items--wrapper .video-item h5 {
    font-size: 10px;
  }
}
:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --scroll-end: calc(-100% - var(--gap));
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-text: papayawhip;
    --color-bg: navy;
    --color-bg-accent: #2626a0;
  }
}
.infinite-marquee {
  /* Parent wrapper */
}
.infinite-marquee .marquee {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: 4px;
  padding: 0;
}
.infinite-marquee li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.infinite-marquee img {
  width: 40px;
  height: 40px;
  color: #fff;
}
.infinite-marquee h3 {
  font-family: KronaOne;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 2px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.infinite-marquee h3.shaped {
  color: white;
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}
.infinite-marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 14px;
  min-width: 100%;
  animation: scroll-x 1800s linear infinite;
  padding: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .infinite-marquee .marquee__group {
    animation-play-state: paused;
  }
}
.infinite-marquee .marquee--vertical {
  --mask-direction: to bottom;
}
.infinite-marquee .marquee--vertical,
.infinite-marquee .marquee--vertical .marquee__group {
  flex-direction: column;
}
.infinite-marquee .marquee--vertical .marquee__group {
  animation-name: scroll-y;
}
.infinite-marquee .marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}
@keyframes scroll-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-120%);
  }
}
.infinite-marquee .wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: auto;
  max-width: 100vw;
}

@media only screen and (max-width: 768px) {
  .marquee .marquee__group {
    animation: scroll-x 1200s linear infinite;
    gap: 6px;
  }
  .infinite-marquee .marquee h3 {
    font-size: 10px;
    line-height: 20px;
  }
  .infinite-marquee .marquee img {
    width: 12px;
    height: 12px;
  }
}
body {
  font-family: "KronaOne";
  font-feature-settings: "case";
}

body:has(.studio-video-wrapper),
body:has(.studio-section) {
  background-color: #000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.d-none {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.banner .mobile-banner {
  display: none;
}

.section-header--wrapper {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  height: 91px;
}
.section-header--wrapper:not(.about-wrapper .section-header--wrapper):hover {
  border-color: #c4e3e4;
}
.section-header--wrapper:not(.about-wrapper .section-header--wrapper):hover h3 {
  color: #c4e3e4;
}
.section-header--wrapper .icons-url {
  display: flex;
  gap: 6px;
}
.section-header--wrapper h3 {
  font-family: "KronaOne";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
}
.section-header--wrapper
  h3:not(.about-wrapper .section-header--wrapper h3):hover {
  color: #c4e3e4;
}

.section-header--wrapper {
  position: relative;
}

.img-bottom {
  display: none;
}

.section-header--wrapper:hover .img-top {
  display: none;
}

.section-header--wrapper:hover .img-bottom {
  display: block !important;
}

.container {
  width: calc(100% - 160px);
  margin: 0 auto;
}

.half-width {
  width: 50% !important;
}

.no-border {
  border-right: none !important;
}

.tag {
  padding: 8px 12px;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
}

.tag-primary {
  background-color: #000000;
  color: #c4e3e4;
}

.tag-secondary {
  color: #000000;
  background-color: #c4e3e4;
}

.tag-pink {
  background-color: #f0c2c7;
  color: #000;
}

.tag-white {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.tag-pink-border {
  background-color: #f5bcc2;
  color: #000;
  border: 1.4px solid #000000;
  padding: 16px 20px;
}

.tag-pink-secondary {
  background-color: #000;
  color: #f0c2c7;
}

.vtag {
  padding: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  border: 1.4px solid #000000;
  font-family: FiraGo;
}
.vtag.active {
  color: #fff;
  background: #000;
}

.arrows-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.arrows-wrapper img {
  cursor: pointer;
}

.slick-track {
  margin-left: 0 !important;
}

.carousel-dots,
.similar-articles-dots,
.video-slider-dots,
.editorial-slider-dots,
.slick-slider-dots,
.top-slider-dots {
  width: auto;
  display: flex;
  gap: 20px;
}
.carousel-dots .slick-dots,
.similar-articles-dots .slick-dots,
.video-slider-dots .slick-dots,
.editorial-slider-dots .slick-dots,
.slick-slider-dots .slick-dots,
.top-slider-dots .slick-dots {
  display: flex;
  gap: 20px;
  height: 100%;
  align-items: center;
}
.carousel-dots .slick-dots li,
.similar-articles-dots .slick-dots li,
.video-slider-dots .slick-dots li,
.editorial-slider-dots .slick-dots li,
.slick-slider-dots .slick-dots li,
.top-slider-dots .slick-dots li {
  list-style-type: none;
  width: 60px;
  height: 20px;
  border: 2px solid black;
  cursor: pointer;
}
.carousel-dots .slick-dots li button,
.similar-articles-dots .slick-dots li button,
.video-slider-dots .slick-dots li button,
.editorial-slider-dots .slick-dots li button,
.slick-slider-dots .slick-dots li button,
.top-slider-dots .slick-dots li button {
  display: none;
}
.carousel-dots .slick-dots .slick-active,
.similar-articles-dots .slick-dots .slick-active,
.video-slider-dots .slick-dots .slick-active,
.editorial-slider-dots .slick-dots .slick-active,
.slick-slider-dots .slick-dots .slick-active,
.top-slider-dots .slick-dots .slick-active {
  background: black;
}

.slick-arrow.slick-hidden {
  display: block !important;
}

.success-message {
  position: fixed;
  bottom: 100px;
  right: 100px;
  background: lightgreen;
  color: #000;
  padding: 15px 40px;
  border-radius: 20px;
  text-align: center;
}

.search-page .search-title {
  margin: 48px 0 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 140%;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  color: #000000;
}
.search-page .search-stats {
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 48px;
  color: #828181;
}
.search-page .search-stats span {
  text-decoration-line: underline;
  color: #000000;
  cursor: pointer;
}

.marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #000;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  min-width: 100%;
  padding: 12px;
}
.marquee__content img {
  margin-right: 8px;
  margin-left: 8px;
}
.marquee__content h3 {
  font-family: KronaOne;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.marquee__content h3.shaped {
  color: white;
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.beauty .marquee {
  background: #f5bcc2;
}
.beauty .marquee__content h3 {
  color: #000000 !important;
}
.beauty .marquee__content h3.shaped {
  color: black !important;
  -webkit-text-fill-color: transparent !important; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black !important;
}

.studio .marquee {
  background: #000;
}
.studio img {
  width: auto;
}
.studio .marquee__content h3 {
  color: #fff !important;
}
.studio .marquee__content h3.shaped {
  color: white !important;
  -webkit-text-fill-color: transparent !important; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white !important;
}

.tv .marquee {
  background: #c4e3e4;
}
.tv h3 {
  color: #000 !important;
}
.tv h3.shaped {
  color: #000 !important;
  -webkit-text-fill-color: transparent !important; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000 !important;
}

.sp .marquee {
  background: #f3e380;
}
.sp h3 {
  color: #000 !important;
}
.sp h3.shaped {
  color: #000 !important;
  -webkit-text-fill-color: transparent !important; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000 !important;
}
.sp img {
  width: auto;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Enable animation */
.enable-animation .marquee__content {
  animation: scroll 20s linear infinite;
}

/* Reverse animation */
.marquee--reverse .marquee__content {
  animation-direction: reverse;
}

/* Pause on hover */
.marquee--hover-pause:hover .marquee__content {
  animation-play-state: paused;
}

/* Attempt to size parent based on content. Keep in mind that the parent width is equal to both content containers that stretch to fill the parent. */
.marquee--fit-content {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

/* Enable position absolute animation on the duplicate content (last-child) */
.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  animation-name: scroll-abs;
}

.homepage-library-count {
  font-size: 20px;
  font-family: FiraGO;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 12px;
}
.homepage-library-count img {
  margin-right: 10px;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + 1rem));
  }
  to {
    transform: translateX(0);
  }
}
/* Other page demo styles */
.marquee__content > * {
  display: flex;
  align-items: center;
  color: white;
}

section {
  margin: 50px 0;
}

section > * + * {
  -webkit-margin-before: 0.5rem;
  margin-block-start: 0.5rem;
}

@media only screen and (max-width: 1600px) and (min-width: 1366px) {
  .carousel-dots,
  .similar-articles-dots,
  .video-slider-dots,
  .editorial-slider-dots,
  .slick-slider-dots,
  .top-slider-dots {
    gap: 16px;
  }
  .carousel-dots .slick-dots,
  .similar-articles-dots .slick-dots,
  .video-slider-dots .slick-dots,
  .editorial-slider-dots .slick-dots,
  .slick-slider-dots .slick-dots,
  .top-slider-dots .slick-dots {
    gap: 16px;
  }
  .carousel-dots .slick-dots li,
  .similar-articles-dots .slick-dots li,
  .video-slider-dots .slick-dots li,
  .editorial-slider-dots .slick-dots li,
  .slick-slider-dots .slick-dots li,
  .top-slider-dots .slick-dots li {
    width: 48px;
    height: 16px;
  }
  .arrows-wrapper img {
    width: 60px;
    height: 60px;
  }
  .marquee__content {
    gap: 0.8rem;
    padding: 10px;
  }
  .marquee__content h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .section-header--wrapper {
    padding: 16px 0;
    height: 75px;
  }
  .section-header--wrapper h3 {
    font-size: 36px;
  }
  .section-header--wrapper img {
    width: 60px;
  }
  .news {
    gap: 35px;
  }
  .news .news__latest .news__latest__img {
    height: 425px;
  }
  .news .news__latest .news__latest__heading {
    font-size: 30px;
    margin-top: 16px;
  }
  .news .news__old {
    padding: 0 40px;
    gap: 24px;
  }
  .news .news__old .news__old__article {
    gap: 10px;
  }
  .news .news__old .news__old__article .article__img {
    width: 133px;
    height: 133px;
  }
  .news .news__old .news__old__article .article__img img {
    width: 133px;
    height: 133px;
  }
  .news .news__old .news__old__article .article__text .article__heading {
    font-size: 14px;
    margin: 8px 0 12px;
  }
  .news .news__old .news__old__article .article__text .article__date {
    font-weight: 350;
    font-size: 14px;
    line-height: 16px;
    font-family: FiraGo;
  }
  .news .news__video {
    gap: 36px;
  }
  .news .news__video .news__video__item .news__video__img .play {
    position: absolute;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    width: 72px;
    height: 72px;
  }
  .news .news__video .news__video__item .news__video__heading {
    font-size: 16px;
    margin-top: 16px;
  }
  .editorial__item {
    width: calc(50% - 36px);
    height: 378px;
  }
  .editorial__item .editorial-overlay {
    padding-left: 64px;
  }
  .editorial__item .aditorial__item__desc {
    padding: 27px 19px;
  }
  .editorial__item .aditorial__item__desc .aditorial__item__desc__img {
    width: 45px;
    height: 45px;
  }
  .editorial__item .aditorial__item__desc .aditorial__item__desc__title {
    font-size: 30px;
    line-height: 120%;
    margin-top: 6px;
  }
  .share .share__socials .share__socials__item {
    width: 48px;
    height: 48px;
  }
  .share .share__socials .share__socials__item img {
    width: 13px;
  }
  .share .share__socials .share__socials__copy {
    padding: 8px;
    font-size: 12px;
  }
  .share .share__socials .share__socials__copy img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 1365px) and (min-width: 769px) {
  .carousel-dots,
  .similar-articles-dots,
  .video-slider-dots,
  .editorial-slider-dots,
  .slick-slider-dots,
  .top-slider-dots {
    gap: 12px;
  }
  .carousel-dots .slick-dots,
  .similar-articles-dots .slick-dots,
  .video-slider-dots .slick-dots,
  .editorial-slider-dots .slick-dots,
  .slick-slider-dots .slick-dots,
  .top-slider-dots .slick-dots {
    gap: 12px;
  }
  .carousel-dots .slick-dots li,
  .similar-articles-dots .slick-dots li,
  .video-slider-dots .slick-dots li,
  .editorial-slider-dots .slick-dots li,
  .slick-slider-dots .slick-dots li,
  .top-slider-dots .slick-dots li {
    width: 40px;
    height: 12px;
  }
  .arrows-wrapper img {
    width: 48px;
    height: 48px;
  }
  .marquee__content {
    gap: 0.6rem;
    padding: 8px;
  }
  .marquee__content h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .section-header--wrapper {
    padding: 12px 0;
    height: 60px;
  }
  .section-header--wrapper h3 {
    font-size: 29px;
  }
  .section-header--wrapper img {
    width: 45px;
  }
  .news {
    gap: 30px;
  }
  .news .news__latest .news__latest__img {
    height: 340px;
  }
  .news .news__latest .news__latest__heading {
    font-size: 24px;
    margin-top: 12px;
  }
  .news .news__old {
    padding: 0 32px;
    gap: 20px;
  }
  .news .news__old .news__old__article {
    gap: 10px;
  }
  .news .news__old .news__old__article .article__img {
    width: 110px;
    height: 110px;
  }
  .news .news__old .news__old__article .article__img img {
    width: 110px;
    height: 110px;
  }
  .news .news__old .news__old__article .article__text .article__heading {
    font-size: 12px;
    margin: 8px 0;
  }
  .news .news__old .news__old__article .article__text .article__date {
    font-size: 14px;
    line-height: 16px;
    font-weight: 350;
    font-family: FiraGo;
  }
  .news .news__video {
    gap: 30px;
  }
  .news .news__video .news__video__item .news__video__img .play {
    position: absolute;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    width: 72px;
    height: 72px;
  }
  .news .news__video .news__video__item .news__video__heading {
    font-size: 16px;
    margin-top: 16px;
  }
  .editorial__item {
    width: calc(50% - 30px);
    height: 378px;
  }
  .editorial__item .editorial-overlay {
    padding-left: 58px;
  }
  .editorial__item .aditorial__item__desc {
    padding: 27px 19px;
  }
  .editorial__item .aditorial__item__desc .aditorial__item__desc__img {
    width: 45px;
    height: 45px;
  }
  .editorial__item .aditorial__item__desc .aditorial__item__desc__title {
    font-size: 30px;
    line-height: 120%;
    margin-top: 6px;
  }
}
.hide-on-desktop {
  display: none;
}

.slider-image-wrapper {
  height: 512px;
  position: relative;
}
.slider-image-wrapper .play-btn {
  position: absolute;
  z-index: 99;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.slider-image-wrapper .play-btn img {
  width: 100%;
  height: 100% !important;
}

@media only screen and (max-width: 768px) {
  html {
    position: relative;
    overflow-x: hidden;
  }
  .slider-image-wrapper {
    height: 188px;
  }
  .slider-image-wrapper .play-btn {
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
  }
  .image-wrapper {
    height: 188px;
    position: relative;
  }
  .hide-on-desktop {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }
  .vtag {
    font-size: 10px;
  }
  .banner .mobile-banner {
    display: block;
  }
  .banner .desktop-banner {
    display: none;
  }
  .about-wrapper .partners-title {
    font-size: 22px;
    margin: 70px 0 45px;
  }
  .about-wrapper .partners-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tag {
    padding: 0 4px;
    font-weight: 400;
    font-size: 10px;
    line-height: 24px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .slick-dots {
    gap: 8px !important;
  }
  .banner {
    margin: 40px auto;
  }
  .fixed {
    position: fixed;
  }
  header {
    height: 64px;
    padding: 24px 21px;
    top: -4px;
    width: 100%;
  }
  header .burger-menu {
    gap: 12px;
  }
  header .burger-menu img {
    width: 20px;
    height: 20px;
  }
  header .header-logo {
    width: 88px;
    height: 30px;
  }
  header .header-studio {
    width: 40px;
    height: 40px;
  }
  header nav {
    top: 58px;
    position: fixed;
  }
  header .search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  header .search .search__input {
    width: 100%;
  }
  header .search .search-results-wrapper {
    width: 100%;
  }
  .homepage-top--slider .slider-overlay {
    padding: 0 24px;
  }
  .homepage-top--slider .slider-overlay .text-container a.slider-tag {
    font-size: 10px;
    line-height: 24px;
  }
  .homepage-top--slider .slider-overlay .text-container .title-wrapper {
    margin: 8px 0 4px;
  }
  .homepage-top--slider
    .slider-overlay
    .text-container
    .title-wrapper
    a.slider-title {
    font-size: 18px !important;
  }
  .homepage-top--slider .slider-overlay .text-container h5 {
    font-size: 10px;
    line-height: 20px;
    margin: 0 0 16px;
  }
  .section-header--wrapper {
    padding: 8px 0 !important;
    height: 36px !important;
  }
  .arrows-wrapper .slick-arrow {
    display: none !important;
  }
  .hammock-tv-wrapper {
    margin: 20px 16px !important;
  }
  .hammock-tv-wrapper .section-header--wrapper {
    height: 40px;
    padding: 8px 0;
  }
  .hammock-tv-wrapper .section-header--wrapper h3 {
    font-size: 18px;
  }
  .hammock-tv-wrapper .section-main-article {
    margin: 20px 0;
  }
  .hammock-tv-wrapper .section-main-article a h3 {
    font-size: 12px !important;
    left: 10px;
    bottom: 10px;
  }
  .hammock-tv-wrapper .section-main-article a .play-btn {
    width: 60px;
    height: 60px;
  }
  .hammock-tv-wrapper .section-main-article a .play-btn img {
    width: 100%;
    height: 100%;
  }
  .hammock-tv-wrapper .tv-slider-items--wrapper {
    margin-bottom: 20px;
  }
  .homepage-hammock-tv-wrapper {
    margin: 20px 16px 0 !important;
  }
  .news {
    flex-direction: column;
    gap: 20px;
  }
  .news .news__latest {
    width: 100%;
  }
  .news .news__latest .news__latest--item {
    border-bottom: 1px solid #000000;
  }
  .news .news__latest .news__latest--item .news__latest__heading {
    font-size: 18px;
    margin-top: 12px;
    padding-bottom: 8px;
  }
  .news .news__old {
    width: 100%;
    border: none;
    padding: 0;
  }
  .news .news__old .news__old__article {
    gap: 8px;
    position: relative;
  }
  .news .news__old .news__old__article .article__text .article__heading {
    font-size: 12px;
  }
  .news .news__old .news__old__article .article__text .article__date {
    font-size: 10px;
    font-weight: 350;
    font-family: FiraGo;
  }
  .news .news__video {
    width: 100%;
    gap: 20px;
  }
  .news .news__video .news__video__item {
    border-bottom: 1px solid #000000;
    padding-bottom: 8px;
  }
  .news .news__video .news__video__item .news__video__img .play {
    width: 60px;
    height: 60px;
  }
  .news .news__video .news__video__item .news__video__heading {
    font-size: 18px;
    margin-top: 12px;
  }
  .news .half-width {
    width: 100% !important;
  }
  .homepage-studio--slider .studio-all-videos {
    padding-bottom: 0;
  }
  .homepage-studio--slider .studio-all-videos img {
    width: 40px;
  }
  .homepage-studio--slider .studio-container {
    width: calc(100% - 40px);
  }
  .homepage-studio--slider .studio-container .title-wrapper {
    margin: 20px 0;
    padding: 8px 0;
  }
  .homepage-studio--slider .studio-container .title-wrapper h4 {
    font-size: 18px;
  }
  .homepage-studio--slider .studio-container .title-wrapper .icons-wrapper {
    display: flex;
    gap: 5px;
  }
  .homepage-studio--slider .studio-container .title-wrapper .icons-wrapper img {
    width: 24px;
  }
  .special-projects-container {
    padding: 20px;
    margin: 0;
    width: 100%;
  }
  .special-projects-container.projects-page {
    padding: 48px 20px;
  }
  .special-projects-container h1 {
    font-size: 32px;
    line-height: 115%;
  }
  .special-projects-container .special-projects__header {
    border: none;
    padding: 8px;
  }
  .special-projects-container
    .special-projects__header
    .special-projects__title {
    font-size: 18px;
  }
  .special-projects-container
    .special-projects__header
    .special-projects__arrow {
    width: 33px;
    height: 24px;
  }
  .special-projects-container
    .special-projects__header
    .special-projects__arrow
    img {
    width: 100%;
    height: 100%;
  }
  .special-projects-container .projects {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .special-projects-container .projects .project__item {
    width: 50%;
    padding: 16px;
  }
  .special-projects-container .projects .project__item .project__header {
    font-size: 14px;
  }
  .special-projects-container .projects .project__item .project__icon {
    width: 54px;
    height: 54px;
    margin: auto;
  }
  .special-projects-container .projects .project__item .project__date {
    font-size: 14px;
  }
  footer {
    padding: 20px;
  }
  footer .footer__content {
    flex-wrap: wrap;
    gap: 0;
  }
  footer .footer__content .footer-logo {
    width: 100%;
    margin-bottom: 28px;
  }
  footer .footer__content .socials__wrapper {
    flex-basis: 50%;
  }
  footer .footer__content .socials__wrapper .socials__heading {
    font-size: 12px;
    margin-bottom: 6px;
  }
  footer .footer__content .socials__wrapper .socials__icon {
    gap: 6px;
  }
  footer .footer__content .socials__wrapper .socials__icon .socials__item {
    gap: 8px;
  }
  footer .footer__content .socials__wrapper .socials__icon .socials__item img {
    width: 20px;
    height: 20px;
  }
  footer
    .footer__content
    .socials__wrapper
    .socials__icon
    .socials__item
    .socials__item__name {
    font-size: 10px;
    color: #fff;
    text-decoration: none;
  }
  footer .footer__content .contact {
    gap: 6px;
  }
  footer .footer__content .contact .contact__heading {
    font-size: 12px;
  }
  footer .footer__content .contact .contact__email {
    font-size: 10px;
  }
  footer .footer__content .contact .about {
    margin-top: 20px;
    gap: 6px;
  }
  footer .footer__content .contact .about .contact__about {
    font-size: 10px;
  }
  footer .footer__content .copyright {
    margin-top: 29px;
  }
  footer .footer__content .copyright p {
    font-size: 10px;
  }
  section {
    margin: 20px 0;
  }
  .marquee__content {
    padding: 0px 12px;
    gap: 4px;
  }
  .marquee__content img {
    margin-right: 2px;
    margin-left: 2px;
  }
  .marquee__content h3 {
    font-size: 10px;
    line-height: 20px;
  }
  .news .news__latest .news__latest__img {
    height: 188px;
  }
  .news .news__old .news__old__article .article__img {
    width: 114px;
    height: 114px;
  }
  .news .news__old .news__old__article .article__img img {
    width: 114px;
    height: 114px;
  }
  .studio-slider {
    height: auto !important;
  }
  .studio-slider .slider-item {
    height: auto !important;
  }
  .studio-slider .slider-item .slider-item {
    height: 188px !important;
  }
  .studio-slider .text-container {
    padding: 0 !important;
    max-width: 100% !important;
  }
  .studio-slider .slider-overlay {
    position: inherit !important;
  }
  .studio-slider .slider-overlay .studio-slider-tag {
    padding: 4px !important;
    font-size: 10px !important;
  }
  .studio-slider .slider-overlay .slider-title {
    font-size: 18px !important;
  }
  .library-section {
    align-items: center;
  }
  .library-section .library-filter {
    overflow: hidden;
  }
  .library-section .library-filter .see-more {
    display: inline-flex;
  }
  .library-section .library-filter .see-more button {
    display: flex !important;
    font-family: "KronaOne";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #000000;
    background: #fff;
    border: 1px solid #000;
    padding: 10px 12px;
  }
  .library-section .library-filter .see-more button img {
    width: 20px;
    margin-left: 4px;
  }
  .library-section .library-filter .see-more .arrow-down {
    display: none;
  }
  .library-section .library-filter .library-filter--item {
    align-self: center;
  }
  .library-section .library-filter.opened {
    flex-wrap: wrap;
  }
  .library-section .library-filter.opened .see-more {
    width: 100%;
  }
  .library-section .library-filter.opened .see-more button {
    background: #000;
    color: #fff;
  }
  .library-section .library-filter.opened .see-more button .arrow-down {
    display: block !important;
  }
  .library-section .library-filter.opened .see-more button .arrow-right {
    display: none;
  }
  .studio-section {
    padding: 0 20px !important;
  }
  .studio-section h1 {
    font-size: 31px;
  }
  .studio-section .video-items--wrapper .video-item {
    width: 100%;
  }
  .library-author-header .author-desc__readmore {
    padding: 16px !important;
  }
  .library-author-header .author-desc__name {
    font-size: 32px !important;
  }
  .library-category-header {
    height: 122px !important;
  }
  .library-category-header .library-ctegory-text {
    bottom: 10px;
    left: 20px;
  }
  .library-category-header h1 {
    font-size: 28px !important;
  }
  .article-list-item {
    height: 114px !important;
  }
  .article-list-item .article-image-wrapper {
    height: 114px !important;
    max-width: 114px !important;
  }
  .article-list-item .article-image-wrapper img {
    max-width: 114px !important;
  }
  .article-list-item h3 {
    font-size: 12px !important;
  }
  .article-list-item h5 {
    font-size: 10px !important;
  }
  .banner {
    height: 140px;
  }
  .banner img {
    height: 140px !important;
  }
  .beauty-wrapper .beauty-content {
    margin-top: 20px;
  }
  .beauty-wrapper .beauty-category-wrapper,
  .beauty-wrapper .beauty-banner {
    background-size: cover;
    height: 122px;
  }
  .beauty-wrapper .beauty-category-wrapper h1,
  .beauty-wrapper .beauty-banner h1 {
    font-size: 32px !important;
  }
  .beauty-wrapper .beauty-category-wrapper {
    display: flex;
    align-items: center;
    padding-left: 12px;
  }
  .beauty-wrapper .beauty-category-wrapper .beaury-text {
    position: initial !important;
  }
  .beauty-wrapper .beauty-tags-wrapper {
    margin-top: 22px;
    margin-bottom: 22px;
    display: flex;
    overflow-y: auto;
    gap: 8px;
  }
  .beauty-wrapper .beauty-tags-wrapper a {
    width: 100%;
    text-wrap: nowrap;
    white-space: nowrap;
  }
  .library-categories {
    gap: 20px;
    overflow-y: auto;
    padding: 12px 20px;
  }
  .library-categories li a {
    font-size: 12px;
    text-wrap: nowrap;
    white-space: nowrap;
  }
  h3.shaped {
    -webkit-text-stroke-width: 0.3px !important;
  }
}
