@media (min-width: 768px) {
    #program_show {
      padding-top: 1rem;
    }
}

[data-block-type="custom_grid_blocks"] .custom-container {
  padding-bottom: 0;
  border-bottom: 2px solid transparent;
  padding-top: 0;
  border-top: 2px solid transparent;
  max-width: 1600px;
  width: 100%;
}

#catalog_filters.search-filters {
  display: block;
}
#catalog_filters.search-filters .ui-filters {
  display: none;
}

#catalog_filters.search-filters .filters-select:nth-child(3) {
  display: none;
}

.custom-grid-block--logo {
  min-height: calc(120px + 2rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-grid-block--logo img {
  margin: 0 auto;
  max-height: 120px !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block !important;
}

[data-block-type="custom_grid_blocks"][data-block-id="el-mKyqct_DqoQemPJB1_Avg"] .custom-container {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.collection-lable {
  color: #000;
}

.custom-grid-blocks .custom-card-subtitle:after {
  display: none;
}
.custom-grid-blocks .custom-card-subtitle {
  text-transform: inherit;
  margin-top: 1rem;
  font-family: 'Cooper BT', sans-serif !important;
  background-color: #000;
  color: #eee;
  padding: 8px 30px;
}

.custom-grid-blocks {
  display: flex;
  flex-wrap: wrap;
  transition: opacity .3s;
}
.custom-grid-block {
  display: block;
  width: 100%;
  position: relative;
  transition: opacity .3s;
  overflow: hidden;
}
.custom-grid-block:not(.custom-grid-block-no-hover):hover .custom-card-overlay,
.custom-grid-block:not(.custom-grid-block-no-hover):hover .custom-card-text-wrap {
  opacity: 0 !Important;
}

.custom-grid-block .custom-card-undertitle {
  border: 2px solid #000;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  font-family: 'Cooper BT', sans-serif !important;
} 
.custom-grid-block .custom-card-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.custom-grid-blocks .custom-card-text-wrap .theme\:image img {
  height: 350px;
  object-fit: contain;
}

.custom-grid-block .custom-card-image img {
  /* max-height: 430px; */
  object-fit: cover;
  height: 100%;
}
.custom-grid-block .video-slide {
  /* object-fit: cover; */
  object-fit: cover;
}

.custom-grid-block .custom-card-text-wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 500px;
}
.custom-grid-block .custom-card-overlay {
  background: #FFF35F;
  mix-blend-mode: normal;
}

.custom-grid-blocks .custom-card-text-wrap {
  background-color: transparent;
  text-align: center;
}

.custom-grid-blocks {
  display: flex;
  flex-wrap: wrap;
}

.custom-grid-block {
  box-sizing: border-box;
}

/* General pattern for every 6 blocks */
.custom-grid-block:nth-child(6n+1),
.custom-grid-block:nth-child(6n+2) {
  flex: 1 1 50%; /* Two blocks each taking 50% width */
  max-width: 50%;
}
.custom-grid-block:nth-child(6n+1) .custom-card-text-wrap .theme\:image img,
.custom-grid-block:nth-child(6n+2) .custom-card-text-wrap .theme\:image img {
  height: 350px;
}

.custom-grid-block:nth-child(6n+3) {
  flex: 1 1 100%; /* Full width block */
}
.custom-grid-block:nth-child(6n+3) .custom-card-text-wrap .theme\:image img {
  display: none;
}
.custom-grid-block:nth-child(6n+3) .custom-card-image img {
  height: 500px;
}

.custom-grid-block:nth-child(6n+4),
.custom-grid-block:nth-child(6n+5),
.custom-grid-block:nth-child(6n+6) {
  flex: 1 1 33.3333%; /* Three blocks each taking 33.3333% width */
  max-width: 33.3333%; 
}

.custom-grid-block:nth-child(6n+4) .custom-card-text-wrap .theme\:image img,
.custom-grid-block:nth-child(6n+5) .custom-card-text-wrap .theme\:image img,
.custom-grid-block:nth-child(6n+6) .custom-card-text-wrap .theme\:image img {
  height: 270px;
}

/* Specific patterns for the first 12 blocks to ensure the correct layout */
.custom-grid-block:nth-child(1),
.custom-grid-block:nth-child(2) {
  flex: 1 1 50%; /* First two blocks each taking 50% width */
  max-width: 50%;
}

.custom-grid-block:nth-child(3) {
  flex: 1 1 100%; /* Third block full width */
}

.custom-grid-block:nth-child(4),
.custom-grid-block:nth-child(5),
.custom-grid-block:nth-child(6) {
  flex: 1 1 33.3333%; /* Next three blocks each taking 33.3333% width */
  max-width: 33.3333%;
}

.custom-grid-block:nth-child(7),
.custom-grid-block:nth-child(8) {
  flex: 1 1 50%; /* Next two blocks each taking 50% width */
  max-width: 50%;
}

.custom-grid-block:nth-child(9) {
  flex: 1 1 100%; /* Ninth block full width */
}

.custom-grid-block:nth-child(10),
.custom-grid-block:nth-child(11),
.custom-grid-block:nth-child(12) {
  flex: 1 1 33.3333%; /* Next three blocks each taking 33.3333% width */
  max-width: 33.3333%;
}

/* Media query for smaller screens */
@media (max-width: 1200px) {
  .custom-grid-block:nth-child(6n+1),
  .custom-grid-block:nth-child(6n+2),
  .custom-grid-block:nth-child(6n+4),
  .custom-grid-block:nth-child(6n+5),
  .custom-grid-block:nth-child(6n+6),
  .custom-grid-block:nth-child(1),
  .custom-grid-block:nth-child(2),
  .custom-grid-block:nth-child(4),
  .custom-grid-block:nth-child(5),
  .custom-grid-block:nth-child(6),
  .custom-grid-block:nth-child(7),
  .custom-grid-block:nth-child(8),
  .custom-grid-block:nth-child(10),
  .custom-grid-block:nth-child(11),
  .custom-grid-block:nth-child(12) {
    flex: 1 1 100%; /* Full width block */
    max-width: 100%;
  }

  .custom-grid-block:nth-child(6n+3),
  .custom-grid-block:nth-child(3),
  .custom-grid-block:nth-child(9) {
    flex: 1 1 100%; /* Full width block */
  }
}

@media (max-width: 768px) {
  .custom-grid-block {
    flex: 1 1 100%; /* One column for smallest screens */
  }
}

 

[data-block-id="el-jVsi8CkuPrytMZR7Um2_A"] .ml-form-embedContainer {
  min-height: 0;
}
[data-block-id="el-jVsi8CkuPrytMZR7Um2_A"] .ml-form-embedContent h4 {
  color: #fff;
  font-size: 2.5rem !Important;
}


.original-series-slider--watch-now {
  padding: 12px 20px;
  background: #000;
  display: inline-flex !important;
  color: #fff;
  border-radius: 30px;
  font-size: 1.3rem;
  font-family: 'Cooper BT', sans-serif !important;
  min-width: 200px;
  text-align: center;
  justify-content: center !important;
}

.original-series-slider--right-slider,
.original-series-slider--right-slider .slick-list,
.original-series-slider--right-slider .slick-track,
.original-series-slider--right-slider .theme\:image  {
  height: 100%;
}
.original-series-slider--navigation {
  display: none;
}



[data-block-id="el-dVT-eYI6F0xCXH9I1Kgk3"]  .theme\:button {
  min-width: 200px;
}
[data-block-id="el-dVT-eYI6F0xCXH9I1Kgk3"]  .theme\:button .button-bg {
  background-color: #00CB56;
  border-color: #00CB56;
}
.video-short-desc {
  font-size: 18px !important;
  margin-top: 5px;
  font-weight: normal;
  color: #000 !important;
}
.light .card-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #000 !important;
  font-family: 'AvertaPE', sans-serif !important;
}
.custom-search-block {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.custom-search--input {
  width: 100%;
  max-width: 640px;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
  padding: .7rem 1.5rem;
  font-size: 1.2rem;
  border: none;
}
.custom-search--form {
  margin-top: 2rem;
}

#catalog_filters {
  display: none;
}
[data-block-id="el-cpFlWzQOG43Htux_Jhc_U"] .ml-form-embedBody {
  display: block;
  text-align: center;
}
.embeded_email_form--subtitle {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
.footer-wrapper--logo-block {
  max-width: 230px;
}
.search-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}
.search-link img{
  width: 20px !important;
}
/* label[for="category_id"],
#category_id {
  display: none;
} */

/* ds-select#category_id {
  display: none;
} */

.filters-select.w-full:nth-child(1) {
  display: none;
}
.custom-select-wrapper {
  position: relative;
  user-select: none;
}

.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
}

.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  height: 36px;
  line-height: 36px;
  background: #252525;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #373737;
}

.arrow {
  position: relative;
  transform: rotate(180deg);
}

.custom-options {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  border: 2px solid #252525;
  border-top: none;
  background: #252525;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.custom-select.open .custom-options {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  max-height: 208px;
  overflow: scroll;
}

.custom-select.open .arrow {
  transform: rotate(0deg);
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.5s;
  border-bottom: 1px solid #373737;
}

.custom-option:hover {
  cursor: pointer;
  background-color: #171717;
}

.collection-videos {
  border: none !important;
}

.app-header.active .full-header {
  display: block;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px 10px;
  text-align: center;
}
.app-header.active .full-header .header-links {
  display: block;
}
.app-header.active .full-header .header-main-link {
  display: flex;
  margin-left: 0;
  padding: 10px;
  justify-content: center;
  align-items: center;
}
.app-header.active .full-header .join-link-header {
  margin: 0 auto;
  margin-top: 1rem;
  display: block;
  max-width: 300px;
  font-family: var(--base-font);
}
.app-header.active .full-header  .header-main-link-about-dropdown {
  justify-content: center;
}
.collection-banner {
  height: 35vw;
  max-height: 580px;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-top: -32px;
}
.collection-header-touched {
  position: relative;
  margin-top: 30px;
}
.collection-banner:before {
  height: 80%;
  width: 100%;
  display: block;
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2%, rgb(255 255 255) 47%);
  bottom: -2px;
  left: 0;
  opacity: 0;
}

.collection-header-touched .editor-content {
  /* text-shadow: 
        0.07em 0 #303030,
        0 0.07em #303030,
        -0.07em 0 #303030,
        0 -0.07em #303030;; */
}
[data-area="collection-title"] {
  /* text-shadow: 1px 1px #303030; */
}

.theme\:section.header-group-block {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(180deg, #F09FFE 0%, #FFF35F 100%);

}
/* label[for="category_id"],
label[for="catalog_filter_9093"] {
  font-size: 20px;
  margin-bottom: 1rem;
} */
.header-group-block--top-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: .5rem;
}
.header-group-block--title {
  font-size: 5rem;
  text-align: center;
  line-height: 1.1;
  color: #000;
  margin: 1rem 0;
}
.header-group-block--bottom-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .header-group-block--title {
    font-size: 3rem;
  }
}


.become-partner--form--actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.become-partner--form--checkbox {
  display: flex;
  align-items: center;
  margin: .5rem;
}
.become-partner--form--checkbox label {
  margin-bottom: 0 !important;
  margin-left: .5rem;
}
.become-partner--form--checkboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -0.5rem;
  margin-top: -.5rem;
}
.become-partner--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.become-partner--left-side,
.become-partner--right-side {
  width: 50%;
  padding: 1rem;
}
.become-partner--form--row {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.become-partner--form--full {
  width: 100%;
}
.become-partner--form--1-2 {
  width: 50%;
}
.become-partner--form label {
  display: block;
  color: #a1a8bd;
  font-size: .75rem;
  line-height: 1;
  letter-spacing: 1.2px;
  display: block;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 400;
}
.become-partner--form input:not([type='checkbox']) {
  display: block;
  width: 100%;
  border-radius: 0.3125rem;
  border: solid 0.0625rem #e3e8f0;
  background-color: #f0f3f7;
  height: 2.75rem;
  margin-top: 0.375rem;
  font-family: AvertaPEBold,sans-serif;
  font-size: 16px!important;
  line-height: 1!important;
  color: #333;
  padding: .5rem 1rem;
}
.become-partner--form--hr {
  width: calc(70% - .5rem);
  background-image: linear-gradient(to right,#12a4db 12.5%,#20a885 12.5%,#20a885 25%,#9cc744 25%,#9cc744 37.5%,#f3662a 37.5%,#f3662a 50%,#f9ac2a 50%,#f9ac2a 62.5%,#de1c32 62.5%,#de1c32 75%,#b24595 75%,#b24595 87.5%,#5469ab 87.5%,#5469ab 100%);
  height: 5px;
}
.become-partner--form input[type='submit'] {
  display: block;
  width: calc(30% - .5rem);
  border-radius: 0.3125rem;
  border: solid 0.0625rem #20a885;
  background-color: #20a885!important;
  height: 2.75rem;
  margin-top: 0.375rem;
  font-family: AvertaPEBold,sans-serif;
  font-size: 16px!important;
  line-height: 1!important;
  color: #fff;
  padding: .5rem 1rem;
}
.become-partner--form textarea {
  display: block;
  width: 100%;
  border-radius: 0.3125rem;
  border: solid 0.0625rem #e3e8f0;
  background-color: #f0f3f7;
  min-height: 2.75rem;
  margin-top: 0.375rem;
  font-family: AvertaPEBold,sans-serif;
  font-size: 16px!important;
  line-height: 1!important;
  color: #333;
  padding: .5rem 1rem;
}

.search-filters #catalog_filter_button {
  display: none;
}
.search-filters #catalog_filter_button + .ml-auto {
  margin-right: auto;
  zoom: 1.3;
  padding-bottom: 1rem;
}

@media only screen and (min-width:991px) and (max-width: 1199px) {}
@media only screen and (min-width:768px) and (max-width: 992px) {
  .become-partner--form--hr,
  .become-partner--form input[type='submit'] {
    width: calc(50% - 0.5rem);
  }
}
@media only screen and (max-width:767px) {
  .become-partner--left-side, .become-partner--right-side {
    width: 100%;
  }
}


div[data-block-type="text_block"] .editor-content h5 {
  font-size: 1.5rem;
}
div[data-block-type="text_block"] .editor-content p + p {
  margin-top: .5rem;
}
div[data-block-type="partners"] .theme\:section,
div[data-block-type="logo_block"] .theme\:section,
div[data-block-type="in_the_press"] .theme\:section {
  background-color: #fff;
}

.blog-section {
  padding: 64px 0 !important;
  min-height: 0 !important;
}

.logo-block--logo {
  margin: 1rem;
  max-width: 320px;
}
.in-the-press--item-title {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: .5rem;
  font-weight: 600;
}
.in-the-press--item-top-title,
.in-the-press--item-description {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: .5rem;
}
.in-the-press--item-content {
  color: #000;
  width: calc(100% - 320px);
  margin: 1rem;
}
.in-the-press--item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.in-the-press--item-image {
  width: 320px;
  max-width: 100%;
}
.in-the-press--item-image img {
  margin: 0 auto;
}
.partners-block--item-popup-footer {
  margin-top: 0.5rem;
  font-weight: 600;
}
.partners-block--item-popup-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.partners-block--item-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
.partners-block--item-popup.active {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.partners-block--item-popup-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}
.partners-block--item-popup-content {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  border-radius: 8px;
  padding: 40px;
  overflow: hidden;
  color: #000;
}
.partners-block--item-popup-content:after {
  content: "";
  position: absolute;
  height: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: -webkit-gradient(linear,left top,right top,color-stop(12.5%,#12a4db),color-stop(12.5%,#20a885),color-stop(25%,#20a885),color-stop(25%,#9cc744),color-stop(37.5%,#9cc744),color-stop(37.5%,#f3662a),color-stop(50%,#f3662a),color-stop(50%,#f9ac2a),color-stop(62.5%,#f9ac2a),color-stop(62.5%,#de1c32),color-stop(75%,#de1c32),color-stop(75%,#b24595),color-stop(87.5%,#b24595),color-stop(87.5%,#5469ab),to(#5469ab));
  background-image: -webkit-linear-gradient(left,#12a4db 12.5%,#20a885 12.5%,#20a885 25%,#9cc744 25%,#9cc744 37.5%,#f3662a 37.5%,#f3662a 50%,#f9ac2a 50%,#f9ac2a 62.5%,#de1c32 62.5%,#de1c32 75%,#b24595 75%,#b24595 87.5%,#5469ab 87.5%,#5469ab 100%);
  background-image: -moz-linear-gradient(left,#12a4db 12.5%,#20a885 12.5%,#20a885 25%,#9cc744 25%,#9cc744 37.5%,#f3662a 37.5%,#f3662a 50%,#f9ac2a 50%,#f9ac2a 62.5%,#de1c32 62.5%,#de1c32 75%,#b24595 75%,#b24595 87.5%,#5469ab 87.5%,#5469ab 100%);
  background-image: linear-gradient(to right,#12a4db 12.5%,#20a885 12.5%,#20a885 25%,#9cc744 25%,#9cc744 37.5%,#f3662a 37.5%,#f3662a 50%,#f9ac2a 50%,#f9ac2a 62.5%,#de1c32 62.5%,#de1c32 75%,#b24595 75%,#b24595 87.5%,#5469ab 87.5%,#5469ab 100%)
}
.partners-block--item-popup {
  display: none;
}
.partners-block--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.partners-block--item {
  width: calc(100% / 3 - 1rem);
  padding: 1rem;
  cursor: pointer;
}
.partners-block--item .theme\:image {
  transition: transform .3s;
}
.partners-block--item .theme\:image-source {
  max-height: 175px;
  margin: 0 auto;
}
.partners-block--item:hover .theme\:image {
  transform: scale(1.1);
}
@media only screen and (min-width:991px) and (max-width: 1199px) {}
@media only screen and (min-width:768px) and (max-width: 992px) {
  .partners-block--item {
    width: calc(100% / 2 - 1rem);
  }
}
@media only screen and (max-width:767px) {
  .partners-block--item {
    width: calc(100% - 1rem);
  }
  .in-the-press--item {
    flex-flow: column-reverse;
  }
  .in-the-press--item-content,
  .in-the-press--item-image {
    width: 100%;
    margin: 1rem auto;
  }
}

.card-title {
  font-size: 16px;
}
#category_filters {
  display: none;
}
#category_show > div {
  position: relative;
  min-height: 450px;
  margin-bottom: 1rem;
}
#category_show > div h1 {
  font-size: 30px;
}
#category_show > div p {
  font-size: 1.2rem;
  line-height: 1.3;
}
#category_show > div::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(41,42,139,1) 12%, rgba(41,42,139,0) 85%);
  z-index: 1;
}

#category_show > div img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#category_show > div .md\:pr-12 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  min-width: 400px;
  z-index: 2;
  padding: 3%;
}





@media (min-width: 1280px) {
  #category_content.xl\:grid-cols-5 {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}

@media (min-width: 1024px) {
  #category_content.xl\:grid-cols-5 {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
}


.ml-form-embedContainer {
  padding: 1.5rem 0;
  background: #0092FB;
  color: #fff;
}
div[data-block-type="embeded_email_form"] input.form-control {
  background-color: #a8a8d2;
  font-size: 1.5rem;
  color: #000;
  margin: .5rem;
  font-weight: 900;
  border-radius: 0;
}
div[data-block-type="embeded_email_form"] button[type="submit"] {
  background: #5571ec;
  padding: 7px 20px;
  font-size: 1.5rem;
  font-weight: 900;
  margin: .5rem;
}
div[data-block-type="embeded_email_form"] input.form-control::placeholder {
  color: #fff;
}
.ml-form-embedContent h4 {
  color: #fff;
  font-size: 4rem !important;
  font-weight: normal;
  margin: .5rem;
  margin-right: 1rem;
}
.ml-form-formContent,
.ml-block-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ml-form-embedBody {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ml-form-successContent {
  text-align: center;
}
.ml-form-successContent h4 {
  color: #f9ac2aff;
}

.original-series-slider--watch-now {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
.original-series-slider--watch-now svg {
  margin-right: 8px;
  display: none;
}
.original-series-slider--duration {
  color: #000;
  text-transform: none;
  z-index: 9;
  width: 100%;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 1rem;
  font-size: 25px;
}
.original-series-slider--description {
  line-height: 30px;
  letter-spacing: 0.31px;
  color: #000;
  text-transform: none;
  z-index: 9;
  width: 100%;
  font-size: 25px;
  line-height: 1.3;
}
.original-series-slider--top-title {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 12.5px;
  font-weight: bold;
  letter-spacing: 0.94px;
  color: #000;
}
.original-series-slider--title {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-top: 8px;
  font-weight: 500;
}
.play-icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.original-series-slider {
  padding-bottom: 0;
  position: relative;
}
.original-series-slider--content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background: linear-gradient(180deg, #E0FE5E 0%, #FFFFFF 100%);
  min-height: 700px;
}
.original-series-slider--inner {
  position: relative;
}
.original-series-slider--navigation {
  position: absolute;
  bottom: -30px;
  left: 5%;
  width: 90%;
  z-index: 2;
}
.original-series-slider--left {
  width: 50%;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
  top: 0;
}
.original-series-slider--left > div {
  position: relative;
  top: 0;
  padding: 2rem;
}
.original-series-slider--left-slider {
  padding-left: 40px;
  padding-right: 30px;
  width: 100%;
}

.original-series-slider--right {
  width: 50%;
  position: relative;
  /* background-color: #2a2a34; */
}
.original-series-slider--right .slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url('https://s3.us-east-1.amazonaws.com/unode1/assets%2Fassets%2F35831%2Ftransparentgradientmobile-e5f553669adf6c258fc983512501f6ff.1687874859.png') center no-repeat; */
  background-size: cover;
  z-index: 1;
}
.original-series-slider--navigation .slick-slide::before {
  display: none;
}
.original-series-slider--right .slick-prev,
.original-series-slider--right .slick-prev:hover,
.original-series-slider--right .slick-prev:focus {
  left: 10px;
  height: 100%;
  padding: 10px;
  width: 45px;
  z-index: 3;
  background: transparent url(data:image/png;base64,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) no-repeat 0 0;
  background-position: center;
  background-size: 26px;
}
.original-series-slider--right .slick-next,
.original-series-slider--right .slick-next:hover,
.original-series-slider--right .slick-next:focus {
  right: 10px;
  height: 100%;
  padding: 10px;
  width: 45px;
  z-index: 3;
  background: transparent url(data:image/png;base64,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) no-repeat 0 0;
  background-position: center;
  background-size: 26px;
}

.original-series-slider--right .slick-next:before, 
.original-series-slider--right .slick-prev:before {
  display: none;
}

.original-series-slider--right .slick-slide img {
  height: 100%;
  object-fit: cover;
}
.original-series-slider--right .slick-slide {
  position: relative;
}


.original-series-slider--navigation .slick-track {
  margin-left: 0;
}
.original-series-slider--navigation .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.original-series-slider--navigation .slick-slide img {
  width: 100%;
}


.footer-wrapper {
    bottom: 0;
    width: 100%;
    display: block;
    color: #6D6B60;
    margin-top: 50px;
}

.footer-wrapper:after {
    content: "";
    position: absolute;
    height: 3px;
    /* height: 0.3125rem; */
    top: 0;
    right: 0;
    left: 0;
    background: #000;
    /* background-image: -webkit-gradient(linear, left top, right top, color-stop(12.5%, #12a4db), color-stop(12.5%, #20a885), color-stop(25%, #20a885), color-stop(25%, #9cc744), color-stop(37.5%, #9cc744), color-stop(37.5%, #f3662a), color-stop(50%, #f3662a), color-stop(50%, #f9ac2a), color-stop(62.5%, #f9ac2a), color-stop(62.5%, #de1c32), color-stop(75%, #de1c32), color-stop(75%, #b24595), color-stop(87.5%, #b24595), color-stop(87.5%, #5469ab), to(#5469ab));
    background-image: -webkit-linear-gradient(left, #12a4db 12.5%, #20a885 12.5%, #20a885 25%, #9cc744 25%, #9cc744 37.5%, #f3662a 37.5%, #f3662a 50%, #f9ac2a 50%, #f9ac2a 62.5%, #de1c32 62.5%, #de1c32 75%, #b24595 75%, #b24595 87.5%, #5469ab 87.5%, #5469ab 100%);
    background-image: -moz-linear-gradient(left, #12a4db 12.5%, #20a885 12.5%, #20a885 25%, #9cc744 25%, #9cc744 37.5%, #f3662a 37.5%, #f3662a 50%, #f9ac2a 50%, #f9ac2a 62.5%, #de1c32 62.5%, #de1c32 75%, #b24595 75%, #b24595 87.5%, #5469ab 87.5%, #5469ab 100%);
    background-image: linear-gradient(to right, #12a4db 12.5%, #20a885 12.5%, #20a885 25%, #9cc744 25%, #9cc744 37.5%, #f3662a 37.5%, #f3662a 50%, #f9ac2a 50%, #f9ac2a 62.5%, #de1c32 62.5%, #de1c32 75%, #b24595 75%, #b24595 87.5%, #5469ab 87.5%, #5469ab 100%) */
}

.app-footer {
    background: #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    background-size: 100%;
    padding: 1.6875rem 2.8125rem 2.375rem;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    bottom: 0;
    width: 100%;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #6D6B60
}

@media screen and (max-width: 1024px) {
    .app-footer {
        -webkit-flex-direction:column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        padding: 2.5rem 0 1.125rem
    }
}

.app-footer .social-links-section {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    width: unset;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .app-footer .social-links-section {
        -webkit-flex-direction:column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        text-align: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center
    }
}

.app-footer .social-links-section .footer-socail-icon {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
    width: 7.3rem
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
    .app-footer .social-links-section .footer-socail-icon {
        width:auto;
        margin-left: 0.5rem;
        margin-right: 0.5rem
    }
}

.app-footer .social-links-section .footer-socail-icon .social-link {
    display: inline-block;
    margin-left: 0.75rem
}

.app-footer .social-links-section .footer-socail-icon .social-link span {
    position: relative;
    top: 0.1875rem;
    color: #fff;
    font-size: 0.9375rem
}

@media screen and (max-width: 1024px) {
    .app-footer .social-links-section .footer-socail-icon .social-link span {
        font-size:1.5rem;
        top: 0.25rem
    }
}

.app-footer .social-links-section .footer-socail-icon .social-link:first-child {
    margin: 0
}

.app-footer .social-links-section .footer-socail-icon .social-link svg {
    width: 0.9375rem;
    height: 0.9375rem
}

@media screen and (max-width: 1024px) {
    .app-footer .social-links-section .footer-socail-icon .social-link svg {
        height:1.875rem;
        width: 1.875rem
    }
}

.app-footer .social-links-section .footer-socail-icon .footer-logo {
    margin: 0 0 2.125rem
}

@media screen and (max-width: 1024px) {
    .app-footer .social-links-section .footer-socail-icon {
        margin:1.3125rem 0 1.8125rem;
        width: 100%
    }
}

.app-footer .social-links-section span {
  font-size: 16px;
  color: #000;
  margin-bottom: .5rem;
  display: block;
}

.app-footer .social-links-section .footer-text.mobile {
    font-family: AvertaPERegular,sans-serif
}

@media screen and (max-width: 1024px) {
    .app-footer .social-links-section .footer-text.mobile {
        display:block;
        margin-right: 0;
        margin-top: 0.5rem
    }
}

@media screen and (min-width: 1025px) {
    .app-footer .social-links-section .footer-text.mobile {
        display:none
    }
}

.app-footer .social-links-section .footer-text.desktop {
    font-family: AvertaPERegular,sans-serif;
    cursor: default
}

@media screen and (min-width: 1600px) {
    .app-footer .social-links-section .footer-text.desktop {
        position:relative;
        top: 0.0625rem
    }
}

@media screen and (min-width: 1100px) and (max-width: 1345px) {
    .app-footer .social-links-section .footer-text.desktop {
        font-size:0.75rem;
        max-width: 13.75rem
    }
}

@media screen and (max-width: 1024px) {
    .app-footer .social-links-section .footer-text.desktop {
        display:none
    }
}

@media screen and (min-width: 1025px) {
    .app-footer .social-links-section .footer-text.desktop {
        display:block
    }
}

.app-footer .app-footer-links {
    font-size: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.app-footer .app-footer-links a,.app-footer .app-footer-links button {
    background: none;
    border: 0;
    outline: none;
    color: #000;
    text-decoration: none;
    margin-left: 0.75rem;
    padding: 0;
    font-family: var(--base-font);
    font-size: 1erm;
}

.app-footer .app-footer-links a:hover,.app-footer .app-footer-links button:hover {
    color: #76C5FD
}

@media screen and (min-width: 1100px) and (max-width: 1345px) {
    .app-footer .app-footer-links a,.app-footer .app-footer-links button {
        margin-left:0.625rem;
        font-size: 0.75rem
    }
}

@media screen and (max-width: 1024px) {
    .app-footer .app-footer-links {
        -webkit-flex-direction:column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }

    .app-footer .app-footer-links a,.app-footer .app-footer-links button {
        margin: 0;
        line-height: 1.4;
        font-size: 1.25rem
    }
}

.app-footer .app-footer-links img {
    margin-left: 25px;
    width: 250px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1) brightness(10) invert(0)
}

.app-footer .app-footer-links img:hover {
    cursor: pointer;
    -webkit-filter: grayscale(0);
    filter: grayscale(0) brightness(1) invert(0)
}

@media screen and (min-width: 1100px) and (max-width: 1345px) {
    .app-footer .app-footer-links img {
        margin-left:3px;
        width: 160px
    }
}

@media screen and (max-width: 1024px) {
    .app-footer .app-footer-links img {
        margin:10px 0 0 0;
        width: 300px
    }
}

@media screen and (max-width: 340px) {
    .app-footer .app-footer-links img {
        margin:10px auto;
        display: block;
        width: 90%
    }
}

.app-footer .copy-right {
    font-size: 0.5625rem;
    margin-top: 3.75rem;
    text-align: center;
    font-family: AvertaPERegular,sans-serif;
    color: #939598;
    position: absolute;
    bottom: 1.125rem;
    right: 2.8125rem
}

@media screen and (max-width: 1024px) {
    .app-footer .copy-right {
        margin-top:2.875rem;
        margin-bottom: 2.1875rem;
        position: static
    }
}

.app-footer .copy-right a {
    color: #10a2dd
}


.custom-card-image--mobile {
  display: none;
}
.custom-card-image img {
  width: 100%;
}
#catalog_filters .flex.py-3 {
  padding-top: 2rem;
}
.sign-in-link  {
  margin-left: 15px;
  color: #fff!important;
  font-weight: 600;
  font-style: normal;
  font-size: 18.8px;
  line-height: 19px;
  cursor: pointer;
  font-family: var(--base-font);
}
.join-link-header {
  background: #00CB56;
  padding: 10px 20px;
  border-radius: 30px;
  margin-left: 32px;
  color: #fff;
  font-family: var(--base-font);
}
.profile-link  {
  margin-left: 15px;
  color: #fff!important;
  font-weight: 600;
  font-style: normal;
  font-size: 18.8px;
  line-height: 19px;
  cursor: pointer;
  font-family: var(--base-font);
}
.sign-out-link {
  margin-left: 15px;
  color: #fff!important;
  font-weight: 600;
  font-style: normal;
  font-size: 18.8px;
  line-height: 19px;
  cursor: pointer;
  font-family: var(--base-font);
} 

.header-additional-info {
    background-color: #292a8b;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 50px;
    top: 0;
    z-index: 1000;
    text-align: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

@media screen and (max-width: 500px) {
    .header-additional-info {
        height:34px
    }
}

.header-additional-info-sticky {
    margin-bottom: 80px
}

@media screen and (max-width: 1310px) {
    .header-additional-info-sticky {
        margin-bottom:60px
    }
}

.header-additional-info-text {
    color: #758df7;
    margin-left: 8px;
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0!important;
    height: 30px;
    padding-top: 3px
}

@media screen and (max-width: 1310px) {
    .header-additional-info-text {
        padding-bottom:2px;
        font-size: 26px;
        height: 26px;
        margin-left: 4px
    }
}

@media screen and (max-width: 767px) {
    .header-additional-info-text {
        padding-bottom:0;
        padding-top: 1px;
        font-size: 19px;
        height: 19px;
        margin-left: 0
    }
}

@media screen and (max-width: 500px) {
    .header-additional-info-text {
        padding-bottom:0;
        padding-top: 3px;
        font-size: 17.5px;
        font-family: AvertaPEExtraBold,sans-serif;
        height: 17.5px;
        margin-left: 0
    }
}

@media screen and (max-width: 333px) {
    .header-additional-info-text {
        padding-bottom:0;
        padding-top: 1px;
        font-size: 13px;
        font-family: AvertaPEExtraBold,sans-serif;
        height: 13px;
        margin-left: 0
    }
}

.header-additional-info-text-align-windows {
    padding-bottom: 33px
}

@media screen and (max-width: 1310px) {
    .header-additional-info-text-align-windows {
        padding-bottom:29px
    }
}

@media screen and (max-width: 767px) {
    .header-additional-info-text-align-windows {
        padding-bottom:22px
    }
}

@media screen and (max-width: 500px) {
    .header-additional-info-text-align-windows {
        padding-bottom:18px
    }
}

@media screen and (max-width: 333px) {
    .header-additional-info-text-align-windows {
        padding-bottom:20px
    }
}

.app-header-sticky {
    position: fixed!important
}

.app-header-sticky:after {
    top: 75px!important
}

@media screen and (max-width: 500px) {
    .app-header-sticky:after {
        top:55px!important
    }
}

.app-header {
    background: #000!important;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-family: AvertaPEBold,sans-serif;
    padding: 4px 42px 9px;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    z-index: 1000;
    height: 80px;
    position: relative;
    top: 0
}

.app-header:after {
    content: "";
    position: absolute;
    height: 2px;
    top: 78px;
    right: 0;
    left: 0;
    background-color: #000;
    /* background-image: -webkit-gradient(linear,left top,right top,color-stop(12.5%,#12a4db),color-stop(12.5%,#20a885),color-stop(25%,#20a885),color-stop(25%,#9cc744),color-stop(37.5%,#9cc744),color-stop(37.5%,#f3662a),color-stop(50%,#f3662a),color-stop(50%,#f9ac2a),color-stop(62.5%,#f9ac2a),color-stop(62.5%,#de1c32),color-stop(75%,#de1c32),color-stop(75%,#b24595),color-stop(87.5%,#b24595),color-stop(87.5%,#5469ab),to(#5469ab));
    background-image: -webkit-linear-gradient(left,#12a4db 12.5%,#20a885 12.5%,#20a885 25%,#9cc744 25%,#9cc744 37.5%,#f3662a 37.5%,#f3662a 50%,#f9ac2a 50%,#f9ac2a 62.5%,#de1c32 62.5%,#de1c32 75%,#b24595 75%,#b24595 87.5%,#5469ab 87.5%,#5469ab 100%);
    background-image: -moz-linear-gradient(left,#12a4db 12.5%,#20a885 12.5%,#20a885 25%,#9cc744 25%,#9cc744 37.5%,#f3662a 37.5%,#f3662a 50%,#f9ac2a 50%,#f9ac2a 62.5%,#de1c32 62.5%,#de1c32 75%,#b24595 75%,#b24595 87.5%,#5469ab 87.5%,#5469ab 100%);
    background-image: linear-gradient(to right,#12a4db 12.5%,#20a885 12.5%,#20a885 25%,#9cc744 25%,#9cc744 37.5%,#f3662a 37.5%,#f3662a 50%,#f9ac2a 50%,#f9ac2a 62.5%,#de1c32 62.5%,#de1c32 75%,#b24595 75%,#b24595 87.5%,#5469ab 87.5%,#5469ab 100%) */
}

@media screen and (max-width: 500px) {
    .app-header:after {
        top:58px
    }
}

@media screen and (max-width: 500px) {
    .app-header {
        height:60px
    }
}

@media screen and (max-width: 1510px) {
    .app-header {
        padding: 4px 42px 6px;
    }
}

.app-header.transparent-bg {
    background: 0 0
}

.app-header.media-content-page {
    background: 0 0
}

.app-header.static-header {
    position: static
}

.app-header.static-header.opened {
    background: 0 0;
    position: relative
}

.app-header.opened {
    z-index: 10000;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    background: 0 0!important;
    width: 50%!important;
    right: 1.0625rem;
    left: 50%;
    display: none
}

@media screen and (max-width: 767px),screen and (max-device-width:1000px) and (orientation:landscape) {
    .app-header.opened {
        display:none
    }
}

.app-header.opened h1,.app-header.opened .user-icon,.app-header.opened .login-modal {
    display: none
}

.app-header.opened::after {
    display: none
}

.app-header .header-info {
    font-size: 1rem;
    position: relative;
    top: 1.3125rem;
    font-family: AvertaPERegular,sans-serif;
    padding-left: 2.5rem
}

@media screen and (min-width: 850px) and (max-width:1024px) {
    .app-header .header-info {
        padding-left:1.25rem
    }
}

@media screen and (min-width: 767px) and (max-width:1310px) {
    .app-header {
        padding:18px 30px 18px 14px
    }
}

@media screen and (max-width: 767px) {
    .app-header {
        padding:18px 14px
    }
}

.app-logo-desktop {
    margin: 0;
    line-height: 1;
    color: #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

@media screen and (min-width: 768px) and (max-width:1310px) {
    .app-logo-desktop {
        margin-left:16px
    }
}

.app-logo-desktop a {
    color: #f1f1f1
}

.app-logo-desktop a:hover {
    line-height: 1;
    color: #f1f1f1
}


.header-social-link {
    margin-left: 25px
}

.app-logo-mobile {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: 1.8125rem;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.app-logo-mobile img {
    width: 3.75rem
}

.app-logo-mobile img.text-logo {
    width: 11.25rem
}

.app-right-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.app-right-menu span img,.app-right-menu a img {
    width: 100%
}

.app-right-menu span.user-name,.app-right-menu a.user-name {
    text-transform: uppercase;
    font-size: 1rem
}

.app-right-menu span.login-name,.app-right-menu span.user-icon,.app-right-menu a.login-name,.app-right-menu a.user-icon {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    margin-left: 0!important
}

.app-right-menu span.user-icon,.app-right-menu a.user-icon {
    margin-left: 20px!important
}

@media screen and (max-width: 1310px) {
    .app-right-menu span.user-icon,.app-right-menu a.user-icon {
        margin-right:20px
    }
}

.full-header {
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

@media screen and (max-width: 1310px) {
    .full-header {
        display:none
    }
}

.header-links {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.header-main-link {
    margin-left: 32px;
    color: #fff!important;
    font-weight: 600;
    font-style: normal;
    font-size: 18.8px;
    line-height: 19px;
    cursor: pointer;
    font-family: var(--base-font);
}

.header-main-link-about {
    cursor: pointer;
    margin-left: 4px;
    margin-top: -3px
}

.header-main-link-about-dropdown {
    position: relative;
    line-height: 19px;
    padding-top: 2px;
    min-width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-main-link-about-dropdown:hover .header-main-link-about-sublinks {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    width: 220px;
    padding-top: 30px;
    padding-bottom: 20px;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header-main-link-about-dropdown:hover .header-main-link-about-sublinks a {
    margin-left: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.header-main-link-about-dropdown:hover .header-main-link-about-sublinks.socials {
    width: auto;
    min-width: 90px
}

.header-main-link-about-dropdown.social {
    min-width: auto;
    padding: 0 30px
}

.header-main-link-about-sublinks {
    display: none;
    opacity: 0;
    position: absolute;
    left: 20px;
    top: calc(100%);
    padding-bottom: 5px;
    min-width: 130px;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2)
}
.header-main-link-about-sublinks svg * {
  fill: #000;
}

#hamburger {
    display: none
}

@media screen and (min-width: 501px) and (max-width:1310px) {
    #hamburger {
        display:block;
        width: 32px;
        height: 23px;
        top: 2px;
        position: relative;
        cursor: pointer
    }

    #hamburger span {
        background: #000;
        position: absolute;
        height: 2px;
        width: 100%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }
}

@media screen and (max-width: 500px) {
    #hamburger {
        display:block;
        width: 38px;
        height: 28px;
        top: 2px;
        position: relative;
        cursor: pointer
    }

    #hamburger span {
        background: #000;
        position: absolute;
        height: 2px;
        width: 100%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }
}

#hamburger span:nth-child(3) {
    top: .625rem
}

#hamburger span:nth-child(4) {
    top: 1.25rem
}
.custom-section-blocks .video-btn-controls {
  opacity: 0;
  transition: opacity .3s;
}
.custom-section-blocks .custom-card-link.hovered .video-btn-controls {
  opacity: 1;
}

.custom-footer .custom-search {
  display: none !important;
}

#custom_search {
  padding-left: 46px;
  background: url('https://s3.amazonaws.com/unode1/assets/6734/8LNSVOu5SaGMrVPXTET3_magnifying-glass-solid.svg') left 15px center no-repeat;
  background-size: 16px;
  font-size: 16px;
  border-radius: 3px;
  background-color: #0c0c0c;
  border: 1px solid #fff;
  color: #fff !important;
}

.custom-section-title {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  /*margin-bottom: 36px;*/
  margin: 12px auto 36px;
}

.custom-container {
  max-width: 1440px;
  min-width: 288px;
  margin: 0 auto;
  width: calc(100% - .05 * 2 * 100%);
  /* width: 100%; */
}

.custom-section-blocks {
  display: flex;
  flex-direction: column;
  /* gap: 24px; */
}

.custom-section-row {
  flex-direction: row;
  flex-wrap: wrap;
}

.custom-section-content {
  /*padding: 36px 0;*/
  /* padding: 0 0 24px; */
  /* margin-top: 24px; */
}

.custom-card-link {
  width: 100%;
  /* display: flex; */
  display: block;
  align-items: flex-end;
  position: relative;
}

.custom-card-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;

  display: flex;
  /* transition: opacity .3s; */
}
.custom-card-image .theme\:image {
  width: 100%;
}

.custom-card-link .video-slide {
  z-index: 1;
}

.custom-card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  opacity: .1;
}

.custom-card-text-wrap {
  padding: 24px;
  z-index: 4;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(60 59 149 / 60%);
}

.custom-card-title {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 9px;
}

.custom-card-undertitle {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 6px;
}

.custom-card-subtitle {
  background: #5571ec;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
}

.custom-card-subtitle:after {
  display: inline-block;
  content: '>';
  margin-left: 6px;
}

.one-block-link {
  /* height: 538px; */
}

.two_blocks-link {
  width: calc(50% - 12px);
  /* height: clamp(26.875rem, -0.5887rem + 25.8387vw, 44.25rem); */
}

.three_blocks-link {
  width: calc((100% - 0px) / 3);
  /* height: clamp(17.375rem, -1.0000rem + 18.0000vw, 29rem); */
}

.custom-section-blocks .five-blocks-link {
    flex: 1 1 auto;
}

.custom-section-blocks .five-blocks-link:nth-child(6n+1),
.custom-section-blocks .five-blocks-link:nth-child(6n+2),
.custom-section-blocks .five-blocks-link:nth-child(6n+6),
.custom-section-blocks .five-blocks-link:nth-child(6n+7),
.custom-section-blocks .five-blocks-link:nth-child(6n+11),
.custom-section-blocks .five-blocks-link:nth-child(6n+12) {
    flex-basis: calc(50% - 0px);
    // max-width: calc(50% - 0px);
}

.custom-section-blocks .five-blocks-link:nth-child(6n+3),
.custom-section-blocks .five-blocks-link:nth-child(6n+4),
.custom-section-blocks .five-blocks-link:nth-child(6n+5),
.custom-section-blocks .five-blocks-link:nth-child(6n+8),
.custom-section-blocks .five-blocks-link:nth-child(6n+9),
.custom-section-blocks .five-blocks-link:nth-child(6n+10),
.custom-section-blocks .five-blocks-link:nth-child(6n+13),
.custom-section-blocks .five-blocks-link:nth-child(6n+14),
.custom-section-blocks .five-blocks-link:nth-child(6n+15) {
    flex-basis: calc(33.33% - 0px);
    // max-width: calc(33.33% - 0px);
}

.two_blocks-link .custom-card-title,
.three_blocks-link .custom-card-title {
  font-size: 24px;
}

@media screen and (max-width: 980px) {
  .one-block-link .custom-card-image {
    display: none;
  }
  .one-block-link .custom-card-image.custom-card-image--mobile {
    display: block;
  }
}
@media screen and (max-width: 980px) and (min-width: 659px) {

  .custom-section-blocks .five-blocks-link,
  .custom-section-blocks .five-blocks-link:nth-child(n+3) {
    flex: 1 0 calc(50% - 12px) !important; /* For the first 2 elements, each takes 50% width with 24px gap in between */
    max-width: calc(50% - 12px) !important;
  }

  .one-block-link .custom-card-image
  .two_blocks-link,
  .three_blocks-link {
    width: 100%;
    /* height: clamp(17.875rem, -0.4733rem + 25.5483vw, 26.8125rem); */
  }
  
  .two_blocks-link:first-of-type,
  .three_blocks-link:first-of-type {
    width: 100%;
    /* height: 540px; */
  }
  
  .two_blocks-link:first-of-type .custom-card-title,
  .three_blocks-link:first-of-type .custom-card-title {
    font-size: 30px;
  }
  
  .custom-card-link {
    width: 100%;
    min-height: 150px;
    /* height: clamp(17.875rem, -0.4733rem + 44.5483vw, 26.8125rem); */
  }
  
  .custom-card-link:first-of-type {
    width: 100%;
    /* height: 540px; */
  }
  
  .custom-card-link .custom-card-title {
    font-size: 24px;
  }
  
  .custom-card-link:first-of-type .custom-card-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 659px) {

  .custom-section-blocks .five-blocks-link,
  .custom-section-blocks .five-blocks-link:nth-child(n+3) {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
  }
  .two_blocks-link,
  .three_blocks-link {
    width: 100%;
    /* height: clamp(18rem, 0.4189rem + 25.9056vw, 36.625rem); */
  }
  .custom-section-blocks {
    gap: 24px
  }
  .one-block-link .custom-card-title,
  .two_blocks-link .custom-card-title,
  .three_blocks-link .custom-card-title {
    font-size: 22px;
  }
  
  .custom-section-title {
    font-size: 20px;
  }
  
  
   .custom-card-link {
    width: 100%;
    /* height: clamp(18rem, 0.4189rem + 87.9056vw, 36.625rem); */
  }
  
  .custom-card-link .custom-card-title {
    font-size: 22px;
  }
  
  
  .custom-section-content {
    /* padding: 0 0 9px; */
  }
}
 
.video-mute-icon {
  display: block;
  width: 24px;
  height: 24px;
  z-index: 5;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://s3.amazonaws.com/unode1/assets/8798/4sVeYEOoTkSfHVWaHozJ_mute.png");
}

.video-play-icon.active {
  background-image: url("https://s3.amazonaws.com/unode1/assets/8798/PqAvHdysTRGKBTcSLwZA_Play%20Icon%20-%20White.png");
}

.video-mute-icon.active {
  background-image: url("https://s3.amazonaws.com/unode1/assets/8798/LUo69ZWTFyB7LrjADhRg_unmute.png");
}

.catalog-hidden-content {
  display: none;
}
.catalog-hidden-content.visible {
  display: block;
}

.catalog-carousel {
  height: 400px;
  margin-bottom: 60px;
}

.catalog-carousel .custom-slider,
.catalog-carousel .slick-list,
.catalog-carousel .slick-track,
.catalog-carousel .slider-item,
.catalog-carousel .content-slide-wrap,
.catalog-carousel .image-slide,
.catalog-carousel .image-slide-mobile {
  width: 100%;
  height: 100%;
}

.slider-item {
  position: relative;
}

.shadow-background {
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(rgba(13,14,16,.4) 20%,rgba(13,14,16,.5) 30%,rgba(13,14,16,.6) 55%,rgba(13,14,16,.8) 80%);

  display: none;
}

.image-slide,
.image-slide-mobile {
  position: absolute;
  top: 0;
  background: center / cover no-repeat;
}

.image-slide-mobile {
  display: block;
}

.image-slide {
  display: none;
}

.video-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slider-item .container {
  z-index: 3;
  position: relative;
  height: 100%;
}

.slide-text-wrap {
  -ms-flex-pack: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 0 6% 15px;
  width: 100%;
  height: 100%;
}

.slide-title {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
}

.slide-description {
  font-size: 1rem;
  margin: 1.5rem 0 0;
}

.slide-btn {
  display: inline-block;
  width: fit-content;
  font-size: 1rem;
  margin: 1.5rem 0;
  font-weight: 500;
  min-height: 2.5rem;
  padding: 0.5rem 1rem;
  background: var(--primary);
  color: white;
  line-height: 1.5;
  text-align: center;
  margin: 1.5rem 0 0;
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
}

.slide-link-btn {
  width: fit-content;
}

.catalog-carousel .slick-prev {
  z-index: 2;
  height: 100%;
  left: 0px;
  transition: background-image .1s linear;
}

.catalog-carousel .slick-prev:hover {
  background-image: linear-gradient(270deg,transparent,rgba(0,0,0,.3));
}

.catalog-carousel .slick-next {
  z-index: 2;
  right: 0px;
  height: 100%;
  transition: background-image .1s linear;
}

.catalog-carousel .slick-next:hover {
  background-image: linear-gradient(90deg,transparent,rgba(0,0,0,.3));
}

.video-btn-controls {
  right: 5%;
  bottom: 5%;
  z-index: 5;
  position: absolute;
  display: flex;
  gap: 12px;
  align-items: center;
}

.video-play-icon {
  display: block;
  width: clamp(2.25rem, 1.6667rem + 2.5926vw, 4rem);
  height: clamp(2.25rem, 1.6667rem + 2.5926vw, 4rem);
  bottom: 5%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://s3.amazonaws.com/unode1/assets/8798/PqAvHdysTRGKBTcSLwZA_Play%20Icon%20-%20White.png");
}

.video-mute-icon {
  display: block;
  width: 24px;
  height: 24px;
  z-index: 5;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://s3.amazonaws.com/unode1/assets/8798/4sVeYEOoTkSfHVWaHozJ_mute.png");
}

.video-play-icon.active {
  background-image: url("https://s3.amazonaws.com/unode1/assets/8798/PqAvHdysTRGKBTcSLwZA_Play%20Icon%20-%20White.png");
}

.video-mute-icon.active {
  background-image: url("https://s3.amazonaws.com/unode1/assets/8798/LUo69ZWTFyB7LrjADhRg_unmute.png");
}

@media only screen and (max-width: 450px) {
  .catalog-carousel {
    height: 350px;
  }
}

@media only screen and (min-width: 449px) and (max-width: 1365px) {
  .catalog-carousel {
    height: 450px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .catalog-carousel {
    height: 500px;
  }
}

@media only screen and (min-width: 1440px) {
  .catalog-carousel {
    height: 600px;
  }
}


@media screen and (min-width: 600px) {
  .image-slide {
    display: block;
  }
  .image-slide-mobile {
    display: none;
  }
}


@media screen and (min-width: 700px) {
  .slide-text-wrap {
    width: 50%;
    padding: 0;
  }
  .slide-title {
    font-size: 22px;
    margin: 0;
    max-height: 70%;
    overflow-wrap: break-word;
  }
}



@media screen and (min-width: 1000px) {
  .slide-text-wrap {
    width: 40%;
  }
}


@media screen and (min-width: 1100px) {
  .slide-text-wrap {
    width: 35%;
  }
  .slide-title {
    font-size: 26px;
  }
}

@media screen and (min-width: 1330px) {
  .slide-text-wrap {
    width: 40%;
  }
  .slide-title {
    font-size: 36px;
  }
}



@media screen and (min-width: 1530px) {
  .slide-text-wrap {
    width: 50%;
  }
}



@media only screen and (max-width: 1199px) {
  .original-series-slider--content {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .original-series-slider--left,
  .original-series-slider--right {
    width: 100%;
  }
  .original-series-slider--navigation {
    bottom: 5%;
  }
  .original-series-slider--right .slick-prev, .original-series-slider--right .slick-prev:hover, .original-series-slider--right .slick-prev:focus {
    background-size: 13px;
  }
  .original-series-slider--right .slick-next, .original-series-slider--right .slick-next:hover, .original-series-slider--right .slick-next:focus {
    background-size: 13px;
  }
  .original-series-slider--navigation {
    position: relative;
    bottom: 10px;
  }
  .play-icon-wrap {
    zoom: .6;
  }
  div[data-block-type="embeded_email_form"] input.form-control {
    width: 100%;
  }
  .custom-container {
    min-width: 0;
  }
  .header-group-block--title {
    font-size: 1.5rem;
  }
  .header-group-block--bottom-title {
    font-size: 1rem;
  }
  .collection-banner {
    height: 300px;
  }
  .collection-banner {
    margin-top: -16px;
  }
  .collection-header-touched {
    top: 0;
    background: #f9fafb;
    padding-top: 30px;
  }
  div[data-block-type="embeded_email_form"] input.form-control {
    margin: 0.5rem auto;
  }
  .ml-form-embedContent h4 {
    font-size: 28px;
  }
  .collection-banner {
    height: 400px;
  }
  .one-block-link {
    height: 54.5vw;
  }
  .custom-card-link.one-block-link .custom-card-image.custom-card-image--mobile {
    opacity: 0;
  }
  .collection-buttons {
    display: none;
  }
  .search-filters #catalog_filter_button + .ml-auto {
    width: 100%;
    zoom: 1;
  }
  .search-filters #catalog_filter_button + .ml-auto > div {
    width: calc(80vw);
    margin: 0 auto;
  }
  .search-filters #catalog_filter_button + .ml-auto > div > input {
    width: 90%;
  }
  .profile-link,
  .sign-out-link {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
    padding-top: 1rem;
  }
  .app-footer .app-footer-links a {
    padding: .5rem;
  }
  .become-partner--form input[type='submit'] {
    width: 50%;
  }
  .become-partner--form--row {
    flex-wrap: wrap;
  }
  .become-partner--form--1-2 {
    width: 100%;
  }
  .become-partner--form label {
    line-height: 1.5;
  }

  .original-series-slider--title {
    font-size: 2rem;
  }
  .original-series-slider--description {
    font-size: 1rem;
  }
  .original-series-slider--duration {
    font-size: 1rem;
  }

  [data-block-id="el-jVsi8CkuPrytMZR7Um2_A"] .ml-form-embedContent h4 {
    font-size: 2rem;
  }
  [data-block-id="el-jVsi8CkuPrytMZR7Um2_A"] .ml-form-embedContainer {
    /* background-color: #F09FFE; */
  }
  .original-series-slider--content {
    min-height: 0;
  }
  .original-series-slider--right .slick-slide img {
    min-height: 400px;
  }
  [data-block-id="el-jVsi8CkuPrytMZR7Um2_A"] .ml-form-embedSubmit {
    width: 100%;
    max-width: 300px;
  }
  div[data-block-type="embeded_email_form"] button[type="submit"] {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}