.custom_post_container .elementor-posts {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: stretch;
}
.custom_post_container .elementor-posts .elementor-post {
  width: calc(33.3333333333% - 20px);
  display: flex;
}
@media (max-width: 1023px) {
  .custom_post_container .elementor-posts .elementor-post {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .custom_post_container .elementor-posts .elementor-post {
    width: 100%;
  }
}
.custom_post_container .elementor-posts .elementor-post .elementor-post__card {
  border-radius: 16px;
  overflow: hidden;
  background-color: rgb(33, 33, 33);
  border: 1px solid rgb(41, 41, 41);
  display: flex;
  flex-direction: column;
}
.custom_post_container .elementor-posts .elementor-post .elementor-post__card:hover img {
  filter: brightness(110%) contrast(110%) saturate(15%) blur(0px) hue-rotate(0deg);
}
.custom_post_container .elementor-posts .elementor-post .elementor-post__card .elementor-post__thumbnail {
  width: 100%;
  aspect-ratio: 340/340;
  object-fit: cover;
  background-color: rgb(33, 33, 33);
}
.custom_post_container .elementor-posts .elementor-post .elementor-post__card .elementor-post__thumbnail img {
  width: 100%;
  aspect-ratio: 340/340;
  object-fit: cover;
  transition: filter 0.3s;
}
.custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-self: stretch;
  height: 100%;
}
.custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .post_meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .post_meta .elementor-post__category {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .post_meta .elementor-post__category span {
  background-color: #4bb9fb;
  border-radius: 6px;
  padding: 7px 8px;
  height: 32px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .post_meta .elementor-post-date {
  background-color: rgb(41, 41, 41);
  border-radius: 6px;
  display: flex;
  align-items: center;
  height: 32px;
  gap: 5.5px;
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  padding: 7px 8px;
}
.custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .elementor-post__text {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .elementor-post__text .elementor-post__title {
  margin-bottom: 16px;
}
.custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .elementor-post__text .elementor-post__title a {
  color: #4bb9fb;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}
.custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .elementor-post__text .elementor-post__excerpt {
  margin-bottom: 16px;
}
.custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .elementor-post__text .elementor-post__excerpt p {
  background: linear-gradient(179.43deg, rgb(221, 221, 221), rgb(47, 47, 47));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .elementor-post__text .elementor-post__read-more {
  color: #4bb9fb;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-decoration: none;
}
.custom_post_container .elementor-posts_recent {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: stretch;
}
.custom_post_container .elementor-posts_recent .elementor-post {
  width: calc(33.3333333333% - 20px);
  display: flex;
}
@media (max-width: 1023px) {
  .custom_post_container .elementor-posts_recent .elementor-post {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .custom_post_container .elementor-posts_recent .elementor-post {
    width: 100%;
  }
}
.custom_post_container .elementor-posts_recent .elementor-post .elementor-post__card {
  border-radius: 16px;
  overflow: hidden;
  background-color: rgb(33, 33, 33);
  border: 1px solid rgb(41, 41, 41);
  display: flex;
  flex-direction: column;
}
.custom_post_container .elementor-posts_recent .elementor-post .elementor-post__card:hover img {
  filter: brightness(110%) contrast(110%) saturate(15%) blur(0px) hue-rotate(0deg);
}
.custom_post_container .elementor-posts_recent .elementor-post .elementor-post__card .elementor-post__thumbnail {
  width: 100%;
  aspect-ratio: 340/340;
  object-fit: cover;
  background-color: rgb(33, 33, 33);
}
.custom_post_container .elementor-posts_recent .elementor-post .elementor-post__card .elementor-post__thumbnail img {
  width: 100%;
  aspect-ratio: 340/340;
  object-fit: cover;
  transition: filter 0.3s;
}
.custom_post_container .elementor-posts_recent .elementor-post .elementor-post__card .post_content {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-self: stretch;
  height: 100%;
}
.custom_post_container .elementor-posts_recent .elementor-post .elementor-post__card .post_content .post_meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.custom_post_container .elementor-posts_recent .elementor-post .elementor-post__card .post_content .post_meta .elementor-post__category {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.custom_post_container .elementor-posts_recent .elementor-post .elementor-post__card .post_content .post_meta .elementor-post__category span {
  background-color: #4bb9fb;
  border-radius: 6px;
  padding: 7px 8px;
  height: 32px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.custom_post_container .elementor-posts_recent .elementor-post .elementor-post__card .post_content .post_meta .elementor-post-date {
  background-color: rgb(41, 41, 41);
  border-radius: 6px;
  display: flex;
  align-items: center;
  height: 32px;
  gap: 5.5px;
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  padding: 7px 8px;
}
.custom_post_container .elementor-posts_recent .elementor-post .elementor-post__card .post_content .elementor-post__text {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.custom_post_container .elementor-posts_recent .elementor-post .elementor-post__card .post_content .elementor-post__text .elementor-post__title {
  margin-bottom: 16px;
}
.custom_post_container .elementor-posts_recent .elementor-post .elementor-post__card .post_content .elementor-post__text .elementor-post__title a {
  color: #4bb9fb;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}
.custom_post_container .elementor-posts_recent .elementor-post .elementor-post__card .post_content .elementor-post__text .elementor-post__excerpt {
  margin-bottom: 16px;
}
.custom_post_container .elementor-posts_recent .elementor-post .elementor-post__card .post_content .elementor-post__text .elementor-post__excerpt p {
  background: linear-gradient(179.43deg, rgb(221, 221, 221), rgb(47, 47, 47));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.custom_post_container .elementor-posts_recent .elementor-post .elementor-post__card .post_content .elementor-post__text .elementor-post__read-more {
  color: #4bb9fb;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.nothing_found_block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.nothing_found_block .nothing_found {
  font-size: 40px;
  color: #fff;
  line-height: 48px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .nothing_found_block .nothing_found {
    font-size: 26px;
    line-height: 32px;
  }
}
.nothing_found_block span {
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  color: rgb(197, 197, 197);
}

#content.post .custom_post_container .elementor-posts {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: stretch;
}
#content.post .custom_post_container .elementor-posts .elementor-post {
  width: calc(33.3333333333% - 20px);
  display: flex;
}
@media (max-width: 1023px) {
  #content.post .custom_post_container .elementor-posts .elementor-post {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  #content.post .custom_post_container .elementor-posts .elementor-post {
    width: 100%;
  }
}
#content.post .custom_post_container .elementor-posts .elementor-post .elementor-post__card {
  border-radius: 16px;
  overflow: hidden;
  background-color: rgb(33, 33, 33);
}
#content.post .custom_post_container .elementor-posts .elementor-post .elementor-post__card .elementor-post__thumbnail {
  width: 100%;
  aspect-ratio: 246/164;
  object-fit: cover;
  background-color: rgb(33, 33, 33);
}
#content.post .custom_post_container .elementor-posts .elementor-post .elementor-post__card .elementor-post__thumbnail img {
  width: 100%;
  aspect-ratio: 246/164;
  object-fit: cover;
}
#content.post .custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content {
  padding: 20px 15px;
}
#content.post .custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .post_meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
#content.post .custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .post_meta .elementor-post__category {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
#content.post .custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .post_meta .elementor-post__category span {
  background-color: rgb(40, 127, 158);
  border-radius: 6px;
  padding: 0px 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 24px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
}
#content.post .custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .post_meta .elementor-post-date {
  background-color: rgb(41, 41, 41);
  border-radius: 6px;
  display: flex;
  align-items: center;
  height: 24px;
  gap: 5.5px;
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  padding: 7px 8px;
}
#content.post .custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .elementor-post__text {
  padding: 0;
  margin: 0;
}
#content.post .custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .elementor-post__text .elementor-post__title {
  margin-bottom: 16px;
}
#content.post .custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .elementor-post__text .elementor-post__title a {
  color: #4bb9fb;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
#content.post .custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .elementor-post__text .elementor-post__excerpt {
  margin-bottom: 16px;
}
#content.post .custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .elementor-post__text .elementor-post__excerpt p {
  background: linear-gradient(179.43deg, rgb(221, 221, 221), rgb(47, 47, 47));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
#content.post .custom_post_container .elementor-posts .elementor-post .elementor-post__card .post_content .elementor-post__text .elementor-post__read-more {
  color: rgb(40, 127, 158);
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.custom_post_container .elementor-posts .artist-post {
  width: calc(25% - 23px);
}
@media (max-width: 768px) {
  .custom_post_container .elementor-posts .artist-post {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .custom_post_container .elementor-posts .artist-post {
    width: 100%;
  }
}
.custom_post_container .elementor-posts .artist-post .elementor-post__card {
  display: flex;
  flex-direction: column;
}
.custom_post_container .elementor-posts .artist-post .elementor-post__card .elementor-post__thumbnail {
  aspect-ratio: 340/340;
}
.custom_post_container .elementor-posts .artist-post .elementor-post__card .elementor-post__thumbnail img {
  aspect-ratio: 340/340;
}
.custom_post_container .elementor-posts .artist-post .elementor-post__card .post_content {
  padding: 16px 15px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-self: stretch;
}
.custom_post_container .elementor-posts .artist-post .elementor-post__card .post_content .post_meta .elementor-post__category {
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.custom_post_container .elementor-posts .artist-post .elementor-post__card .post_content .post_meta .elementor-post__category span {
  border: 1px solid rgba(0, 189, 228, 0.2);
  background-color: transparent;
  white-space: nowrap;
}
.custom_post_container .elementor-posts .artist-post .elementor-post__card .post_content .elementor-post__text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.custom_post_container .elementor-posts .artist-post .elementor-post__card .post_content .elementor-post__text .elementor-post__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
}
.custom_post_container .elementor-posts .artist-post .elementor-post__card .post_content .elementor-post__text .elementor-post__title a {
  font-family: "Tahoma", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1p 0.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #Fff;
  text-decoration: none;
}
.custom_post_container .elementor-posts .artist-post .elementor-post__card .post_content .elementor-post__text .elementor-post__excerpt p {
  background: none;
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
  background-clip: unset;
  text-fill-color: #fff;
  text-align: left;
}
.custom_post_container .elementor-posts .artist-post .elementor-post__card .post_content .elementor-post__text .btn_block .main_btn {
  width: 100%;
  margin-bottom: 8px;
}
.custom_post_container .elementor-posts .artist-post .elementor-post__card .post_content .elementor-post__text .btn_block .main_btn a {
  color: #4bb9fb;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-decoration: none;
}
.custom_post_container .elementor-posts .artist-post .elementor-post__card .post_content .elementor-post__text .btn_block .merchticket_btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 13px;
}
@media (max-width: 767px) {
  .custom_post_container .elementor-posts .artist-post .elementor-post__card .post_content .elementor-post__text .btn_block .merchticket_btn {
    grid-template-columns: 1fr;
    row-gap: 13px;
  }
}
.custom_post_container .elementor-posts .artist-post .elementor-post__card .post_content .elementor-post__text .btn_block .merchticket_btn .artist_btn {
  border: 1px solid #4bb9fb;
  border-radius: 8px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 10px 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
}
.custom_post_container .elementor-posts .artist-post .elementor-post__card .post_content .elementor-post__text .btn_block .merchticket_btn .artist_btn:hover {
  background-color: #4bb9fb;
}
.custom_post_container .elementor-posts_recent .artist-post {
  width: calc(25% - 23px);
}
@media (max-width: 768px) {
  .custom_post_container .elementor-posts_recent .artist-post {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .custom_post_container .elementor-posts_recent .artist-post {
    width: 100%;
  }
}
.custom_post_container .elementor-posts_recent .artist-post .elementor-post__card .post_content {
  padding: 28px 15px 16px;
}
.custom_post_container .elementor-posts_recent .artist-post .elementor-post__card .post_content .post_meta .elementor-post__category {
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.custom_post_container .elementor-posts_recent .artist-post .elementor-post__card .post_content .post_meta .elementor-post__category span {
  border: 1px solid rgba(0, 189, 228, 0.2);
  background-color: transparent;
  white-space: nowrap;
}
.custom_post_container .elementor-posts_recent .artist-post .elementor-post__card .post_content .elementor-post__text .elementor-post__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
}
.custom_post_container .elementor-posts_recent .artist-post .elementor-post__card .post_content .elementor-post__text .elementor-post__title a {
  font-family: "Tahoma", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1p 0.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #Fff;
  text-decoration: none;
}
.custom_post_container .elementor-posts_recent .artist-post .elementor-post__card .post_content .elementor-post__text .elementor-post__excerpt p {
  background: none;
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
  background-clip: unset;
  text-fill-color: #fff;
  text-align: center;
}
.custom_post_container .elementor-posts_recent .artist-post .elementor-post__card .post_content .elementor-post__text .btn_block .main_btn {
  width: 100%;
  margin-bottom: 8px;
}
.custom_post_container .elementor-posts_recent .artist-post .elementor-post__card .post_content .elementor-post__text .btn_block .main_btn a {
  text-decoration: none;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border: 1px solid #4bb9fb;
  background-color: rgb(40, 127, 158);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  transition: all 0.3s;
}
.custom_post_container .elementor-posts_recent .artist-post .elementor-post__card .post_content .elementor-post__text .btn_block .main_btn a:hover {
  background-color: transparent;
}
.custom_post_container .elementor-posts_recent .artist-post .elementor-post__card .post_content .elementor-post__text .btn_block .merchticket_btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 13px;
}
@media (max-width: 767px) {
  .custom_post_container .elementor-posts_recent .artist-post .elementor-post__card .post_content .elementor-post__text .btn_block .merchticket_btn {
    grid-template-columns: 1fr;
    row-gap: 13px;
  }
}
.custom_post_container .elementor-posts_recent .artist-post .elementor-post__card .post_content .elementor-post__text .btn_block .merchticket_btn .artist_btn {
  border: 1px solid #4bb9fb;
  border-radius: 8px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 10px 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
}
.custom_post_container .elementor-posts_recent .artist-post .elementor-post__card .post_content .elementor-post__text .btn_block .merchticket_btn .artist_btn:hover {
  background-color: #4bb9fb;
}

.elementor-widget-post_-artist-layout_widget .custom_post_filters_container .filters_wrap .sort .sort_wrap .sort_label {
  display: block;
}

.form_list ul {
  padding-left: 20px;
}

.custom_post_filters_container {
  margin-bottom: 32px;
}
.custom_post_filters_container .filters_wrap {
  display: flex;
  gap: 75px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .custom_post_filters_container .filters_wrap {
    flex-direction: column;
    gap: 0px;
  }
}
.custom_post_filters_container .filters_wrap .mobile_filter_view {
  display: none;
}
@media (max-width: 767px) {
  .custom_post_filters_container .filters_wrap .mobile_filter_view {
    display: flex;
    width: 100%;
    background-color: #4bb9fb;
    position: relative;
    padding: 10px 10px 10px 18px;
    border-radius: 8px;
    justify-content: space-between;
    height: 48px;
    align-items: center;
  }
  .custom_post_filters_container .filters_wrap .mobile_filter_view span {
    color: rgb(255, 255, 255);
    font-family: Oswald, sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    text-overflow: ellipsis;
    width: 92%;
    white-space: nowrap;
    overflow: hidden;
  }
  .custom_post_filters_container .filters_wrap .mobile_filter_view .collapse_filters_block {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 2;
    position: absolute;
    right: 8px;
    top: 2px;
    width: 25px;
  }
  .custom_post_filters_container .filters_wrap .mobile_filter_view .collapse_filters_block a svg {
    transform: rotate(180deg);
  }
}
.custom_post_filters_container .filters_wrap .category_filter {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .custom_post_filters_container .filters_wrap .category_filter {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    align-items: flex-start;
    background-color: #4bb9fb;
    position: relative;
    padding: 4px 5px;
    border-radius: 0px 0px 8px 8px;
    top: -6px;
    max-height: 0 !important;
    opacity: 0;
    overflow: hidden;
  }
  .custom_post_filters_container .filters_wrap .category_filter.uncollapsed {
    max-height: 100% !important;
    opacity: 1;
  }
}
.custom_post_filters_container .filters_wrap .category_filter .posts_category {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  column-gap: 13px;
  row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .custom_post_filters_container .filters_wrap .category_filter .posts_category {
    position: relative;
    row-gap: 5px;
    height: auto !important;
    max-height: 100% !important;
    opacity: 1;
    width: 100%;
  }
}
.custom_post_filters_container .filters_wrap .category_filter .posts_category li {
  list-style: none;
  display: flex;
}
@media (max-width: 767px) {
  .custom_post_filters_container .filters_wrap .category_filter .posts_category li {
    width: 100%;
  }
}
.custom_post_filters_container .filters_wrap .category_filter .posts_category li a {
  padding: 8px 10px;
  border: 1px solid #4bb9fb;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
@media (max-width: 767px) {
  .custom_post_filters_container .filters_wrap .category_filter .posts_category li a {
    width: 100%;
  }
}
.custom_post_filters_container .filters_wrap .category_filter .posts_category li a.active {
  background-color: #4bb9fb;
  backdrop-filter: blur(7.5px);
}
@media (max-width: 767px) {
  .custom_post_filters_container .filters_wrap .category_filter .posts_category li a.active {
    background-color: rgba(255, 255, 255, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.58);
  }
}
.custom_post_filters_container .filters_wrap .category_filter .posts_category li a:hover {
  background-color: #4bb9fb;
  backdrop-filter: blur(7.5px);
}
@media (max-width: 767px) {
  .custom_post_filters_container .filters_wrap .category_filter .posts_category li a:hover {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
}
.custom_post_filters_container .filters_wrap .category_filter .collapse_filters_block {
  height: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .custom_post_filters_container .filters_wrap .category_filter .collapse_filters_block {
    height: 100%;
    z-index: 2;
    position: absolute;
    right: 8px;
    top: 7px;
    align-items: flex-start;
    justify-content: center;
    width: 25px;
    display: none !important;
  }
}
.custom_post_filters_container .filters_wrap .category_filter .collapse_filters_block a {
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .custom_post_filters_container .filters_wrap .category_filter .collapse_filters_block a {
    position: relative;
    top: 7px;
  }
}
.custom_post_filters_container .filters_wrap .category_filter .collapse_filters_block a svg {
  transform: rotate(180deg);
}
.custom_post_filters_container .filters_wrap .category_filter .collapse_filters_block a.rotate svg {
  transform: rotate(0deg);
}
.custom_post_filters_container .filters_wrap .sort {
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .custom_post_filters_container .filters_wrap .sort {
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px solid #4bb9fb;
  }
}
.custom_post_filters_container .filters_wrap .sort .sort_label {
  display: none;
}
@media (max-width: 767px) {
  .custom_post_filters_container .filters_wrap .sort .sort_label {
    display: block;
  }
  .custom_post_filters_container .filters_wrap .sort .sort_label span {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
  }
}
.custom_post_filters_container .filters_wrap .sort .sort_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom_post_filters_container .filters_wrap .sort .sort_wrap .sort_label {
  white-space: nowrap;
  color: rgb(197, 197, 197);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
}
.custom_post_filters_container .filters_wrap .sort .select {
  display: block;
  width: 80px;
  position: relative;
}
.custom_post_filters_container .filters_wrap .sort .copy_select {
  position: relative;
  gap: 8px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}
.custom_post_filters_container .filters_wrap .sort .option_list {
  position: absolute;
  top: 30px;
  left: 0;
  border: 1px solid rgb(40, 127, 158);
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  z-index: 2;
  background-color: rgb(33, 33, 33);
  user-select: none;
}
.custom_post_filters_container .filters_wrap .sort .option_list.on {
  display: block;
}
.custom_post_filters_container .filters_wrap .sort .option_item {
  border-bottom: 1px solid rgb(40, 127, 158);
}
.custom_post_filters_container .filters_wrap .sort .option_item:last-child {
  border-bottom: 0;
}
.custom_post_filters_container .filters_wrap .sort .option_item span {
  display: block;
  padding: 8px 10px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}
.custom_post_filters_container .filters_wrap .sort .option_item span:hover {
  color: rgb(40, 127, 158);
}
.custom_post_filters_container .filters_wrap .sort .copy_select:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.344198 0.568591C0.545659 0.353701 0.883174 0.342821 1.09805 0.544271L4.99995 4.20231L8.90182 0.544271C9.11675 0.342821 9.45425 0.353701 9.65574 0.568591C9.85713 0.783482 9.84625 1.121 9.63142 1.32245L5.36472 5.32248C5.15957 5.5148 4.84034 5.5148 4.63518 5.32248L0.368518 1.32245C0.153627 1.121 0.142747 0.783482 0.344198 0.568591Z' fill='white'/%3E%3C/svg%3E");
  display: block;
  position: relative;
  height: 6px;
  line-height: 20px;
  transition: all 0.27s ease-in-out;
  transform: rotate(0deg);
  width: 10px;
}

.serach_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #4bb9fb;
  margin-bottom: 24px;
  padding-bottom: 8px;
  gap: 30px;
}
.serach_block .search_label span {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}
.serach_block .input_wrap {
  position: relative;
}
@media (max-width: 767px) {
  .serach_block .input_wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .serach_block .input_wrap input {
    width: 100%;
  }
}
.serach_block .input_wrap input {
  background-color: rgb(54, 54, 54);
  border: 1px solid rgb(54, 54, 54);
  border-radius: 50px;
  padding: 6px 36px 6px 11px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: Tahoma, sans-serif;
}
.serach_block .input_wrap input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.serach_block .input_wrap input:focus {
  outline: none;
  border: 1px solid #4bb9fb;
}
.serach_block .input_wrap input:active {
  outline: none;
  border: 1px solid #4bb9fb;
}
@media (max-width: 767px) {
  .serach_block .input_wrap input {
    padding: 8px 40px 8px 12px;
  }
}
.serach_block .search_icon {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 5px;
}
@media (max-width: 767px) {
  .serach_block .search_icon {
    right: 15px;
    top: 7px;
  }
  .serach_block .search_icon svg {
    width: 22px;
    height: 22px;
  }
}

.load_more.single_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load_more.single_btn #load_more {
  padding: 12px 27px;
  border: 1px solid #4bb9fb;
  border-radius: 8px;
  color: rgb(197, 197, 197);
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.load_more.single_btn #load_more.active {
  background-color: #4bb9fb;
}
.load_more.single_btn #load_more:hover {
  background-color: #4bb9fb;
}
@media (max-width: 767px) {
  .load_more.single_btn #load_more {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    padding: 18px 27px;
  }
}

.artist_single_main_content {
  margin-bottom: 64px;
}
.artist_single_main_content .title {
  margin-bottom: 32px;
}
.artist_single_main_content .title h1 {
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 71.14px;
  letter-spacing: 1.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin: 0;
}
.artist_single_main_content .grid_wrap {
  display: grid;
  grid-template-columns: 430px 1fr;
  grid-template-rows: 430px 1fr;
  column-gap: 32px;
  row-gap: 24px;
  grid-template-areas: "image content" "social content";
}
@media (max-width: 768px) {
  .artist_single_main_content .grid_wrap {
    grid-template-columns: 290px 1fr;
  }
}
@media (max-width: 767px) {
  .artist_single_main_content .grid_wrap {
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    row-gap: 32px;
    grid-template-areas: "image" "content" "social";
  }
}
.artist_single_main_content .grid_wrap .artist_img {
  grid-area: image;
  aspect-ratio: 430/430;
  border-radius: 16px;
  overflow: hidden;
}
.artist_single_main_content .grid_wrap .artist_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.artist_single_main_content .grid_wrap .artist_content {
  grid-area: content;
}
@media (max-width: 767px) {
  .artist_single_main_content .grid_wrap .artist_content {
    margin-bottom: 0px;
  }
}
.artist_single_main_content .grid_wrap .artist_content h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Tahoma;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}
.artist_single_main_content .grid_wrap .artist_content p {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(193, 192, 192);
}
.artist_single_main_content .grid_wrap .artist_creditionals {
  grid-area: social;
}
.artist_single_main_content .grid_wrap .artist_creditionals .social_set {
  margin-top: 12px;
}
.artist_single_main_content .grid_wrap .artist_creditionals .social_set ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  padding: 0;
}
.artist_single_main_content .grid_wrap .artist_creditionals .social_set ul li {
  list-style: none;
}
.artist_single_main_content .grid_wrap .artist_creditionals .social_set ul li a {
  width: 32px;
  height: 32px;
  border-radius: 3.2px;
  background-color: rgb(45, 45, 45);
  padding: 6.4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.artist_single_main_content .grid_wrap .artist_creditionals .social_set ul li a svg {
  width: 100%;
}
.artist_single_main_content .grid_wrap .artist_creditionals .social_set ul li a svg.e-fab-facebook-f {
  width: 90%;
  position: relative;
  right: 1px;
  top: 2px;
}
.artist_single_main_content .grid_wrap .artist_creditionals .social_set ul li a svg path {
  fill: #4bb9fb;
}
.artist_single_main_content .grid_wrap .artist_creditionals .social_set ul li a:hover svg path {
  fill: #287F9E;
}
.artist_single_main_content .grid_wrap .artist_creditionals .btn_set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 13px;
}
@media (max-width: 767px) {
  .artist_single_main_content .grid_wrap .artist_creditionals .btn_set {
    grid-template-columns: 1fr;
    row-gap: 13px;
  }
}
.artist_single_main_content .grid_wrap .artist_creditionals .btn_set .artist_btn {
  border: 1px solid #4bb9fb;
  border-radius: 8px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 10px 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
}
.artist_single_main_content .grid_wrap .artist_creditionals .btn_set .artist_btn:hover {
  background-color: #4bb9fb;
}
@media (max-width: 767px) {
  .artist_single_main_content .grid_wrap .artist_creditionals .btn_set .artist_btn {
    font-size: 20px;
    line-height: 20px;
    height: 64px;
  }
}

.list_of_posts .block_title h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 71.14px;
  letter-spacing: 1.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.list_of_posts .custom_post_filters_container .serach_block .artist_search {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .list_of_posts .custom_post_filters_container .serach_block .artist_search {
    flex-direction: column-reverse;
    gap: 24px;
    width: 100%;
  }
}
.list_of_posts .custom_post_filters_container .serach_block .artist_search .sort {
  padding-top: 0;
}
@media (max-width: 767px) {
  .list_of_posts .custom_post_filters_container .serach_block .artist_search .sort .sort_wrap {
    justify-content: space-between;
    width: 100%;
    padding-bottom: 12px;
  }
}
.list_of_posts .custom_post_filters_container .serach_block .artist_search .sort .mobile_sort_label {
  display: none;
}
@media (max-width: 767px) {
  .list_of_posts .custom_post_filters_container .serach_block .artist_search .sort .mobile_sort_label {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgb(255, 255, 255);
  }
}
.list_of_posts .custom_post_filters_container .serach_block .artist_search .sort .mobile_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.list_of_posts .custom_post_filters_container .serach_block .artist_search .sort .sort_label {
  display: block;
}
.list_of_posts .elementor-post-date {
  display: none !important;
}
.list_of_posts .col-cont-1 .elementor-post {
  width: 100%;
}
.list_of_posts .col-cont-1 .elementor-post .elementor-post__card {
  width: 100%;
}
.list_of_posts .col-cont-1 .elementor-post .elementor-post__card .elementor-post__thumbnail {
  max-height: 340px;
}
.list_of_posts .col-cont-1 .elementor-post .elementor-post__card .elementor-post__thumbnail img {
  max-height: 340px;
}
.list_of_posts .col-cont-2 .elementor-post {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .list_of_posts .col-cont-2 .elementor-post {
    width: 100%;
  }
}
.list_of_posts .col-cont-2 .elementor-post .elementor-post__card {
  width: 100%;
}
.list_of_posts .col-cont-2 .elementor-post .elementor-post__card .elementor-post__thumbnail {
  max-height: 340px;
}
.list_of_posts .col-cont-2 .elementor-post .elementor-post__card .elementor-post__thumbnail img {
  max-height: 340px;
}

.artist .yotu-playlist {
  padding: 0;
  float: none !important;
}
.artist .yotu-playlist .yotu-videos {
  padding: 0;
  float: none !important;
}
.artist .yotu-playlist .yotu-videos ul {
  display: grid;
  column-gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  float: none !important;
}
@media (max-width: 767px) {
  .artist .yotu-playlist .yotu-videos ul {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.artist .yotu-playlist .yotu-videos ul li {
  border-radius: 12px;
  width: 100% !important;
  overflow: hidden;
  float: none !important;
}
@media (max-width: 767px) {
  .artist .yotu-playlist .yotu-videos ul li {
    margin: 0;
    min-height: 230px;
  }
}
.artist .yotu-pagination a {
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #4bb9fb;
  border-radius: 8px;
  display: inline-flex;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(255, 255, 255);
  margin: 0;
  padding: 10px 16px;
  height: 40px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
}
.artist .yotu-pagination a:hover {
  background-color: #4bb9fb;
}
@media (max-width: 767px) {
  .artist .yotu-pagination a {
    font-size: 20px;
    line-height: 20px;
    height: 64px;
    width: 100%;
  }
}

html.open_modal {
  overflow: hidden;
  scrollbar-gutter: stable;
}

.step_modal_btn {
  display: flex;
}
.step_modal_btn .open_modal {
  padding: 12px 27px;
  border: 1px solid rgb(40, 127, 158);
  border-radius: 8px;
  color: rgb(197, 197, 197);
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.step_modal_btn .open_modal.active {
  background-color: rgb(40, 127, 158);
}
.step_modal_btn .open_modal:hover {
  background-color: rgb(40, 127, 158);
}
@media (max-width: 767px) {
  .step_modal_btn .open_modal {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    padding: 18px 27px;
  }
}

.step_modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.step_modal_wrap.activate {
  z-index: 99;
  opacity: 1;
}
.step_modal_wrap .step_form {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 70px;
  z-index: -1;
}
@media (max-width: 767px) {
  .step_modal_wrap .step_form {
    top: 30px;
  }
}
.step_modal_wrap .step_form.step_one {
  width: 400px;
  max-width: 90%;
  background-color: rgb(10, 43, 55);
  border-radius: 16px;
  overflow: hidden;
  opacity: 0;
}
.step_modal_wrap .step_form.step_one.active_step {
  opacity: 1;
  z-index: 2;
}
.step_modal_wrap .step_form.step_one .close_form {
  position: absolute;
  right: 20px;
  top: 20px;
}
.step_modal_wrap .step_form.step_one .form_image {
  aspect-ratio: 400/207;
}
.step_modal_wrap .step_form.step_one .form_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.step_modal_wrap .step_form.step_one .form_content_wrap {
  padding: 32px;
}
.step_modal_wrap .step_form.step_one .form_content_wrap .form_title {
  margin-bottom: 16px;
}
.step_modal_wrap .step_form.step_one .form_content_wrap .form_title h3 {
  margin: 0;
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 255, 255);
}
.step_modal_wrap .step_form.step_one .form_content_wrap .form_content {
  margin-bottom: 16px;
}
.step_modal_wrap .step_form.step_one .form_content_wrap .form_content p {
  margin: 0;
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
}
.step_modal_wrap .step_form.step_one .form_content_wrap .form_block .ff-el-group {
  margin-bottom: 8px;
}
.step_modal_wrap .step_form.step_one .form_content_wrap .form_block .ff-message-success {
  display: none;
}
.step_modal_wrap .step_form.step_one .form_content_wrap .form_block .ff_submit_btn_wrapper {
  margin-bottom: 0;
}
.step_modal_wrap .step_form.step_one .form_content_wrap .form_block .ff_submit_btn_wrapper button {
  border: 1px solid #4bb9fb;
  background-color: rgb(40, 127, 158);
  color: rgb(255, 255, 255);
  padding: 16px 16px;
  border-radius: 8px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  width: 100%;
}
.step_modal_wrap .step_form.step_one .form_content_wrap .form_block .ff_submit_btn_wrapper button.active {
  background-color: rgb(40, 127, 158);
}
.step_modal_wrap .step_form.step_one .form_content_wrap .form_block .ff_submit_btn_wrapper button:hover {
  background-color: rgb(40, 127, 158);
}
.step_modal_wrap .step_form.step_two {
  width: 400px;
  max-width: 90%;
  background-color: rgb(10, 43, 55);
  border-radius: 16px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}
.step_modal_wrap .step_form.step_two.active_step {
  opacity: 1;
  z-index: 2;
}
.step_modal_wrap .step_form.step_two .close_form {
  position: absolute;
  right: 20px;
  top: 20px;
}
.step_modal_wrap .step_form.step_two .form_image {
  aspect-ratio: 400/207;
}
.step_modal_wrap .step_form.step_two .form_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.step_modal_wrap .step_form.step_two .form_content_wrap {
  padding: 32px;
}
.step_modal_wrap .step_form.step_two .form_content_wrap .form_title {
  margin-bottom: 16px;
}
.step_modal_wrap .step_form.step_two .form_content_wrap .form_title h3 {
  margin: 0;
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 255, 255);
}
.step_modal_wrap .step_form.step_two .form_content_wrap .form_content {
  margin-bottom: 16px;
}
.step_modal_wrap .step_form.step_two .form_content_wrap .form_content p {
  margin: 0;
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
}
.step_modal_wrap .step_form.step_two .form_content_wrap .form_block {
  display: flex;
  width: 100%;
}
.step_modal_wrap .step_form.step_two .form_content_wrap .form_block .next_step {
  border: 1px solid #4bb9fb;
  background-color: rgb(40, 127, 158);
  color: rgb(255, 255, 255);
  padding: 16px 16px;
  border-radius: 8px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.step_modal_wrap .step_form.step_two .form_content_wrap .form_block .next_step.active {
  background-color: rgb(40, 127, 158);
}
.step_modal_wrap .step_form.step_two .form_content_wrap .form_block .next_step:hover {
  background-color: rgb(40, 127, 158);
}
.step_modal_wrap .step_form.step_three {
  width: 400px;
  max-width: 90%;
  background-color: rgb(10, 43, 55);
  border-radius: 16px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}
.step_modal_wrap .step_form.step_three.active_step {
  opacity: 1;
  z-index: 2;
}
.step_modal_wrap .step_form.step_three .close_form {
  position: absolute;
  right: 20px;
  top: 20px;
}
.step_modal_wrap .step_form.step_three .form_image {
  aspect-ratio: 400/207;
}
.step_modal_wrap .step_form.step_three .form_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.step_modal_wrap .step_form.step_three .form_content_wrap {
  padding: 32px;
}
.step_modal_wrap .step_form.step_three .form_content_wrap .form_title {
  margin-bottom: 16px;
}
.step_modal_wrap .step_form.step_three .form_content_wrap .form_title h3 {
  margin: 0;
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 255, 255);
}
.step_modal_wrap .step_form.step_three .form_content_wrap .form_content {
  margin-bottom: 16px;
}
.step_modal_wrap .step_form.step_three .form_content_wrap .form_content p {
  margin: 0;
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
}
.step_modal_wrap .step_form.step_three .form_content_wrap .form_content ul {
  padding: 0;
}
.step_modal_wrap .step_form.step_three .form_content_wrap .form_content ul li {
  font-family: Tahoma, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  list-style: inside;
}
.step_modal_wrap .step_form.step_three .form_content_wrap .form_block {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.step_modal_wrap .step_form.step_three .form_content_wrap .form_block .pre_title {
  display: block;
  margin-bottm: 8px;
  color: #fff;
  font-size: 14px;
  font-family: Tahoma, sans-serif;
  line-height: 24px;
  font-weight: 700;
}
.step_modal_wrap .step_form.step_three .form_content_wrap .form_block .discount_code_block {
  position: relative;
  margin-bottom: 16px;
}
.step_modal_wrap .step_form.step_three .form_content_wrap .form_block .discount_code_block .discount_input {
  width: 100%;
  background-color: rgb(221, 221, 221);
  font-family: Tahoma, sans-serif;
  font-size: 15.75px;
  font-weight: 400;
  line-height: 19.01px;
  text-align: left;
  border-radius: 8px;
  padding: 10px 45px 10px 16px;
}
.step_modal_wrap .step_form.step_three .form_content_wrap .form_block .discount_code_block .copy_code {
  position: absolute;
  right: 10px;
  top: 10px;
}
.step_modal_wrap .step_form.step_three .form_content_wrap .form_block .redirect_btn {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.step_modal_wrap .step_form.step_three .form_content_wrap .form_block .last_step_btn {
  border: 1px solid #4bb9fb;
  background-color: rgb(40, 127, 158);
  color: rgb(255, 255, 255);
  padding: 16px 16px;
  border-radius: 8px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.step_modal_wrap .step_form.step_three .form_content_wrap .form_block .last_step_btn.active {
  background-color: rgb(40, 127, 158);
}
.step_modal_wrap .step_form.step_three .form_content_wrap .form_block .last_step_btn:hover {
  background-color: rgb(40, 127, 158);
}
.filter-start{
  opacity: 0.5;
  transition: all 0.25s ease-in-out;
}

/*# sourceMappingURL=main.css.map */
