/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
  font-display: swap;
}
/* fallback */
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format("woff2");
  font-display: swap;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.container-width {
  max-width: 1320px !important;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .container-width {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1680px) {
  .container-width {
    max-width: calc(95.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 1920px) {
  .container-width {
    max-width: calc(110.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 2561px) {
  .container-width {
    max-width: calc(102.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 3840px) {
  .container-width {
    max-width: calc(120.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 4096px) {
  .container-width {
    max-width: calc(125.5rem + 0.2vw) !important;
  }
}

@media screen and (min-width: 1680px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px + 0.2vw);
    line-height: calc(18px + 0.2vw);
  }
}
@media screen and (min-width: 1920px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px + 0.3vw);
    line-height: calc(18px + 0.3vw);
  }
}
@media screen and (min-width: 2560px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(18px + 0.3vw);
    line-height: calc(20px + 0.3vw);
  }
}
@media screen and (min-width: 3008px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(20px + 0.4vw);
    line-height: calc(22px + 0.4vw);
  }
}
@media screen and (min-width: 4096px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(22px + 0.5vw);
    line-height: calc(24px + 0.5vw);
  }
}
@media screen and (min-width: 5120px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(24px + 0.5vw);
    line-height: calc(26px + 0.5vw);
  }
}

.btn-primary {
  background-color: #0FC24E;
  width: fit-content;
  text-decoration: none;
  color: #040316 !important;
  border-radius: 0.25rem;
  border: 0.125rem solid #0FC24E;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-primary {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #3FCE71;
  border-color: #3FCE71;
}
.btn-primary.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-primary.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary {
  background-color: transparent;
  color: #040316 !important;
  border: 0.125rem solid #040316;
  border-radius: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #040316;
  color: #FFFFFF !important;
}
.btn-secondary-darkmode {
  background-color: transparent;
  color: #FFFFFF !important;
  border: 0.125rem solid #FFFFFF;
  border-radius: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary-darkmode {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary-darkmode:hover, .btn-secondary-darkmode:active, .btn-secondary-darkmode:focus {
  background-color: #FFFFFF;
  color: #040316 !important;
}
.btn-secondary-darkmode.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary-darkmode.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}

* {
  box-sizing: border-box;
  font-family: "sofia-pro", Helvetica, Arial, serif !important;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-size-adjust: none;
  background-color: #040316;
}

a {
  cursor: pointer !important;
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  color: inherit;
}

.spacer-top {
  padding-top: 9.75rem;
}
@media (max-width: 1100px) {
  .spacer-top {
    padding-top: 10.1875rem;
  }
}
.spacer-top.without-breadcrumb {
  padding-top: 6.5rem;
}
@media (max-width: 1100px) {
  .spacer-top.without-breadcrumb {
    padding-top: 7.375rem;
  }
}
.spacer-top.with-hero-banner {
  padding-top: 0px;
}
@media (max-width: 1100px) {
  .spacer-top.with-hero-banner {
    padding-top: 7.375rem;
  }
}

@media (max-width: 1100px) {
  body > main {
    padding-top: 0.5rem !important;
  }
}

@media (max-width: 992px) {
  .spacer {
    display: none;
  }
}

.spacerResponsive {
  display: none;
}
@media (max-width: 992px) {
  .spacerResponsive {
    display: block;
  }
}

.refresher {
  display: none;
}

.filters {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  gap: 0.625rem;
}
@media (max-width: 992px) {
  .filters {
    padding-bottom: 2rem;
  }
}
.filters .labels {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  width: 100%;
}
.filters .labels .filter-control {
  display: none;
}
.filters .labels .filter {
  width: 100%;
}
@media (max-width: 1100px) {
  .filters .labels .filter {
    display: none;
  }
}
.filters .labels .filter .filter-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.filters .labels .filter .filter-main .filter-container {
  display: flex;
  gap: 0.75rem;
}
.filters .labels .filter .filter-main .filter-container .filter-box {
  position: relative;
}
.filters .labels .filter .filter-main .filter-container .filter-box .label {
  text-transform: uppercase;
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  font-size: 0.625rem;
  color: #0FC24E;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .filters .labels .filter .filter-main .filter-container .filter-box .label {
    display: none;
  }
}
.filters .labels .filter .filter-main .filter-container .clear-all {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 115%;
  color: #FDFDFD;
  min-width: 3.625rem;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .filters .labels .filter .filter-main .filter-container .clear-all {
    display: none !important;
  }
}
.filters .labels .clear {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 115%;
  color: #FDFDFD;
  min-width: 3.625rem;
}
@media (max-width: 1100px) {
  .filters .labels .clear {
    display: none;
  }
}
.filters .labels .input-wrapper {
  position: relative;
  display: inline-block;
}
.filters .labels .input-wrapper .icon {
  position: absolute;
  width: 1.5rem;
  aspect-ratio: 1/1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  right: 0.75rem;
}
.filters .labels .input-wrapper .label {
  text-transform: uppercase;
  position: absolute;
  left: 0.8125rem;
  top: 0.625rem;
  font-size: 0.625rem;
  color: #0FC24E;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.filters .labels .input-wrapper input {
  width: fit-content;
  background-color: transparent;
  border: 0.0625rem solid #FDFDFD;
  border-radius: 0.25rem;
  padding: 1.25rem 5.5rem 0.625rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 300;
  color: #FDFDFD;
  line-height: 150%;
  cursor: text;
}
@media (max-width: 1220px) {
  .filters .labels .input-wrapper input {
    padding: 1.25rem 3.125rem 0.625rem 0.75rem;
  }
}
@media (max-width: 360px) {
  .filters .labels .input-wrapper input {
    padding: 1.25rem 3.125rem 0.625rem 0.75rem;
  }
}
.filters .labels .input-wrapper input::placeholder {
  color: #B4B6BA;
  font-size: 1rem;
  font-weight: 300;
}
.filters .labels .input-wrapper input:focus {
  outline: none;
}
@media (max-width: 992px) {
  .filters .recent {
    display: none;
  }
}
.filters .sort {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.filters .sort img {
  height: 2.375rem;
  aspect-ratio: 1/1;
}
@media (max-width: 1100px) {
  .filters .sort {
    display: flex;
  }
}
.filters .responsive-filter {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #040316;
  z-index: 120;
  padding: 2.5rem 1rem;
}
@media (min-width: 1100px) {
  .filters .responsive-filter {
    display: none !important;
  }
}
.filters .responsive-filter .heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #FDFDFD;
  padding-bottom: 2.125rem;
  padding-top: 2.5rem;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 130%;
}
.filters .responsive-filter .heading img {
  width: 1.5rem;
  aspect-ratio: 1/1;
  margin-right: 1.125rem;
}
.filters .responsive-filter .filter {
  width: 100%;
}
.filters .responsive-filter .filter .filter-main {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
  width: 100%;
}
.filters .responsive-filter .filter .filter-main .custom-select-container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: none;
}
.filters .responsive-filter .filter .filter-main .custom-select-container select {
  max-width: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0.0625rem solid;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #FDFDFD;
  line-height: 150%;
  cursor: pointer;
}
.filters .responsive-filter .filter .filter-main .custom-select-container .label {
  text-transform: uppercase;
  position: absolute;
  left: 0.75rem;
  top: 0.625rem;
  font-size: 0.625rem;
  color: #0FC24E;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.filters .responsive-filter .filter .filter-main .custom-select-container::after {
  content: url("/images/v2/expand_more_white.svg");
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #0FC24E;
  pointer-events: none;
  font-size: 0.875rem;
}
.filters .responsive-filter .filter .filter-main .filter-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.filters .responsive-filter .filter .filter-main .filter-container .filter-box {
  position: relative;
}
.filters .responsive-filter .filter .filter-main .filter-container .filter-box .label {
  text-transform: uppercase;
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  font-size: 0.625rem;
  color: #0FC24E;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.filters .responsive-filter .filter .filter-main .filter-container .clear-all {
  position: absolute;
  bottom: 2.5rem;
  left: 8.25rem;
  background-color: transparent;
  color: #FFFFFF !important;
  border: 0.125rem solid #FFFFFF;
  border-radius: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
  display: block !important;
}
.filters .responsive-filter .filter .filter-main .filter-container .clear-all:hover, .filters .responsive-filter .filter .filter-main .filter-container .clear-all:active, .filters .responsive-filter .filter .filter-main .filter-container .clear-all:focus {
  background-color: #FFFFFF;
  color: #040316 !important;
}
.filters .responsive-filter .selectionResponsive {
  position: absolute;
  bottom: 6.625rem;
  left: 1rem;
}
.filters .responsive-filter .selectionResponsive .filter-selections {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.filters .responsive-filter .selectionResponsive .filter-selections .pill span {
  position: relative;
  border-radius: 0.25rem;
  color: #FDFDFD;
  background: #383D46;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  padding: 0.375rem 0.5rem 0.5625rem;
}
.filters .responsive-filter .selectionResponsive .filter-selections .pill span::after {
  display: inline-block;
  content: "";
  align-self: baseline;
  background: url("/images/v2/cross_white.svg");
  width: 1rem;
  aspect-ratio: 1/1;
  margin-bottom: -0.1875rem;
  margin-left: 0.625rem;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
}
.filters .responsive-filter .apply {
  position: absolute;
  bottom: 2.5rem;
  left: 1rem;
  background-color: #0FC24E;
  width: fit-content;
  text-decoration: none;
  color: #040316 !important;
  border-radius: 0.25rem;
  border: 0.125rem solid #0FC24E;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
.filters .responsive-filter .apply:hover, .filters .responsive-filter .apply:active, .filters .responsive-filter .apply:focus {
  background-color: #3FCE71;
  border-color: #3FCE71;
}

@media (max-width: 1100px) {
  .selection {
    display: none;
  }
}
.selection .filter-selections {
  display: flex;
  gap: 0.625rem;
}
.selection .filter-selections .pill {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.selection .filter-selections .pill span {
  position: relative;
  border-radius: 0.25rem;
  color: #040316;
  background: #FDFDFD;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  padding: 0.375rem 0.5rem 0.5625rem;
}
.selection .filter-selections .pill span::after {
  display: inline-block;
  content: "";
  align-self: baseline;
  background: url("/images/v2/cross_black.svg");
  width: 1rem;
  aspect-ratio: 1/1;
  margin-bottom: -0.1875rem;
  margin-left: 0.625rem;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
}

.custom-select-container {
  position: relative;
  display: flex;
}
.custom-select-container select {
  max-width: 13.125rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0.0625rem solid;
  border-radius: 0.25rem;
  padding: 1.5625rem 5.5rem 0.625rem 0.75rem;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 300;
  color: #FDFDFD;
  line-height: 150%;
  cursor: pointer;
}
.custom-select-container select option {
  color: #040316;
}
.custom-select-container .label {
  text-transform: uppercase;
  position: absolute;
  left: 0.75rem;
  top: 0.625rem;
  font-size: 0.625rem;
  color: #0FC24E;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.custom-select-container::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background-image: url("/images/v2/expand_more_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.listing-type-grid {
  padding-top: 4rem;
  background-color: #040316;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 992px) {
  .listing-type-grid {
    padding-top: 2rem;
  }
}
.listing-type-grid .listing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 3rem;
  column-gap: 1.5rem;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .listing-type-grid .listing-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 1.5rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 640px) {
  .listing-type-grid .listing-grid {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}
.listing-type-grid .listing-grid .grid-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
@media (max-width: 992px) {
  .listing-type-grid .listing-grid .grid-card {
    gap: 0.5rem;
  }
}
.listing-type-grid .listing-grid .grid-card .thumbnail {
  position: relative;
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.listing-type-grid .listing-grid .grid-card .thumbnail.video::after {
  position: absolute;
  content: "";
  right: 1.5rem;
  bottom: 1.5rem;
  height: 2.5rem;
  aspect-ratio: 1/1;
  background: url("/images/v2/play_circle_filled.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 992px) {
  .listing-type-grid .listing-grid .grid-card .thumbnail.video::after {
    height: 1.5rem;
    right: 1.375rem;
    bottom: 1.375rem;
  }
}
.listing-type-grid .listing-grid .grid-card .thumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background-color: #040316;
  transition: all 0.3s linear;
}
.listing-type-grid .listing-grid .grid-card .thumbnail img:hover {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .listing-type-grid .listing-grid .grid-card .thumbnail {
    margin-bottom: 0.5rem;
  }
}
.listing-type-grid .listing-grid .grid-card .display_type {
  text-transform: uppercase;
  color: #0FC24E;
  font-size: 1.125rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 300;
}
@media (max-width: 992px) {
  .listing-type-grid .listing-grid .grid-card .display_type {
    font-size: 0.875rem;
    line-height: 115%;
    font-weight: 300;
    letter-spacing: 0.0875rem;
  }
}
.listing-type-grid .listing-grid .grid-card .title {
  color: #FDFDFD;
  font-size: 1.25rem;
  line-height: 135%;
  font-weight: 400;
  max-width: 85%;
}
@media (max-width: 992px) {
  .listing-type-grid .listing-grid .grid-card .title {
    font-size: 1.125rem;
    line-height: 135%;
    font-weight: 500;
  }
}
.listing-type-grid .listing-grid .grid-card .totalContent {
  color: #FDFDFD;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  line-height: 150%;
  font-weight: 300;
  max-width: 85%;
  text-transform: uppercase;
}
.listing-type-grid #no_records {
  color: #FDFDFD;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  display: none;
}
.listing-type-grid .load-grid-card {
  align-self: center;
}
@media (max-width: 992px) {
  .listing-type-grid .load-grid-card {
    font-size: 0.875rem;
  }
}
.listing-type-grid .veiwing-total {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  color: #FDFDFD;
  align-self: center;
  align-items: center;
  text-align: center;
  display: flex;
  width: 100%;
}
.listing-type-grid .veiwing-total img {
  width: 50%;
  height: auto;
}

/*# sourceMappingURL=grid-listing.css.map */
