@font-face {
  font-family: "Avenir LT Std";
  src: url("fonts/AvenirLTStd-Black.eot");
  src: url("fonts/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"),
    url("fonts/AvenirLTStd-Black.woff2") format("woff2"),
    url("fonts/AvenirLTStd-Black.woff") format("woff"),
    url("fonts/AvenirLTStd-Black.ttf") format("truetype"),
    url("fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("fonts/AvenirLTStd-Book.eot");
  src: url("fonts/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"),
    url("fonts/AvenirLTStd-Book.woff2") format("woff2"),
    url("fonts/AvenirLTStd-Book.woff") format("woff"),
    url("fonts/AvenirLTStd-Book.ttf") format("truetype"),
    url("fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("fonts/AvenirLTStd-Roman.eot");
  src: url("fonts/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"),
    url("fonts/AvenirLTStd-Roman.woff2") format("woff2"),
    url("fonts/AvenirLTStd-Roman.woff") format("woff"),
    url("fonts/AvenirLTStd-Roman.ttf") format("truetype"),
    url("fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("fonts/AvenirLTStd-Heavy.eot");
  src: url("fonts/AvenirLTStd-Heavy.eot?#iefix") format("embedded-opentype"),
    url("fonts/AvenirLTStd-Heavy.woff2") format("woff2"),
    url("fonts/AvenirLTStd-Heavy.woff") format("woff"),
    url("fonts/AvenirLTStd-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --gray: #aaaab2;
  --tab_gray: #f7f7fa;
  --m_gray: #4a4a4a;
  --light_gray: #989798;
  --orange: #ffd281;
  --orange_dark: #ffb84f;
  --white: #ffffff;
  --black: #161616;
  --gradient_blue_red: linear-gradient(100deg, #342577 0%, #621313 100%);
  --gradient_light: linear-gradient(97deg, #2b205a 0%, #202020 55.56%);
}

*:focus {
  outline: none;
}

::-webkit-input-placeholder {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--m_gray);
}

:-moz-placeholder {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--m_gray);
}

::-moz-placeholder {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--m_gray);
}

:-ms-input-placeholder {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--m_gray);
}

::-ms-input-placeholder {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--m_gray);
}

::placeholder {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--m_gray);
}

html,
body {
  margin: 0;
  font-family: "Avenir LT Std";
  display: unset;
  background: var(--tab_gray);
}

img {
  max-width: 100%;
}

/*img[data-nimg="fill"]{*/
/*  position: relative!important;*/
/*}*/

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

h1 {
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 24px;
}
.small_top h1,
h2 {
  font-weight: bold;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0;
}

.tabs .testimonial_tab .faq_txt,
h3 {
  font-weight: bold;
  color: var(--white);
  font-size: 32px;
  line-height: 120%;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 24px;
}

h3.big {
  font-size: 40px;
}

h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--gray);
  font-size: 20px;
  line-height: 120%;
  margin: 0;
}

h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  color: var(--black);
  font-size: 22px;
  line-height: 120%;
  margin: 0;
}

p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--white);
  margin-top: 0;
}

p.big {
  font-size: 32px;
}

a,
li {
  font-size: 32px;
  line-height: 130%;
}

a {
  text-decoration: none;
  color: var(--white);
}

img {
  width: 100%;
  height: auto;
}

.flex_it {
  display: flex;
}

.center_it {
  align-items: center;
}

.space_between {
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
}

#__next {
  display: unset;
}

/* ==== GRID SYSTEM ==== */

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
  position: relative;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.hidden-sm {
  display: none;
}

.left_right a.button {
  font-size: 14px;
}

@media only screen and (min-width: 33.75em) {
  /* 540px */
  .container {
    width: 1360px;
  }
}

@media only screen and (min-width: 45em) {
  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

/* Mobile Menu */

ul#mobile_menu {
  position: relative;
  top: 20px;
  left: 20px;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 40px;
  cursor: pointer;
  right: 0;
  margin: 0;
  float: right;
  margin-left: 20px;
  display: none;
}

ul#mobile_menu li {
  list-style: none;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  width: 90%;
  height: 2px;
  background: var(--white);
  border-radius: 20px;
  transition: 0.5s;
  opacity: 1;
  width: 40px;
}

ul#mobile_menu li:nth-of-type(1) {
  top: 20%;
  width: 65%;
}

ul#mobile_menu li:nth-of-type(2),
ul#mobile_menu li:nth-of-type(3) {
  top: 50%;
}

ul#mobile_menu li:nth-of-type(4) {
  top: 80%;
  width: 65%;
}

ul#mobile_menu.active li:nth-of-type(1) {
  top: -20%;
  opacity: 0;
}

ul#mobile_menu.active li:nth-of-type(2) {
  transform: translateY(-50%) rotate(45deg);
}

ul#mobile_menu.active li:nth-of-type(3) {
  transform: translateY(-50%) rotate(-45deg);
}

ul#mobile_menu.active li:nth-of-type(4) {
  top: 120%;
  opacity: 0;
}

.fixed_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.flex_it {
  display: flex;
}

.center_it {
  align-items: center;
}

.text_center_it {
  justify-content: center;
}

.wrap_it {
  flex-wrap: wrap;
}

.flex_center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.button {
  position: relative;
  color: var(--white);
  /*font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300)));*/
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border-radius: 20px;
  padding: 10px 16px;
  display: inline-block;
  border: 2px solid var(--white);
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}

.button.white_button {
  background: var(--white);
  border: 2px solid var(--white);
  color: var(--black);
  transition: all 0.5s ease;
}

.button.black_button {
  background: var(--black);
  color: var(--white);
  transition: all 0.5s ease;
  border: 2px solid var(--black);
}

.button:hover {
  border: 2px solid var(--orange_dark);
  color: var(--orange);
  transition: all 0.5s ease;
}

.button.white_button:hover {
  background: var(--orange_dark);
  color: var(--black);
  transition: all 0.5s ease;
}

.button.black_border {
  border: 2px solid var(--black);
  color: var(--black);
  background: transparent;
  transition: all 0.5s ease;
}

.left_right.white_space.purple_black_gr .button_container .button:nth-child(2) {
  color: var(--white);
  border: 2px solid var(--white);
}

.left_right.white_space.purple_black_gr
  .button_container
  .button:nth-child(2)
  svg
  path {
  fill: var(--white);
}

.left_right.white_space.purple_black_gr
  .button_container
  .button:hover:nth-child(2) {
  background: var(--white);
  color: var(--black);
}

.left_right.white_space.purple_black_gr
  .button_container
  .button:hover:nth-child(2)
  svg
  path {
  fill: var(--black);
}

.black_gr {
  background: #202020;
}

.left_right.black_gr .button_container .button:nth-child(2) {
  color: var(--white);
  border: 2px solid var(--white);
}

.left_right.black_gr .button_container .button:nth-child(2) svg path {
  fill: var(--white);
}

.left_right.black_gr .button_container .button:hover:nth-child(2) {
  background: var(--white);
  color: var(--black);
}

.left_right.black_gr .button_container .button:hover:nth-child(2) svg path {
  fill: var(--black);
}

.left_right .button_container .button:nth-child(2) svg path {
  fill: var(--black);
}

.left_right .button_container .button:nth-child(2) {
  color: var(--black);
  border: 2px solid var(--black);
}

.left_right .button_container .button:hover:nth-child(2) svg path {
  fill: var(--orange);
}

.left_right .button_container .button:hover:nth-child(2) {
  color: var(--orange);
  border: 2px solid var(--orange);
}

.left_right.purple_black_gr + .repeater_details {
  margin-top: 50px;
}

.left_right.purple_black_gr .button_container a.white_button:first-child {
  color: var(--black);
}

.left_right.purple_black_gr .button_container a.white_button:first-child:hover {
  color: var(--black);
}

.left_right.purple_black_gr .button_container a:first-child {
  color: var(--white);
}

.left_right.purple_black_gr .button_container a:first-child:hover {
  color: var(--orange);
}

.button.black_border:hover {
  color: var(--orange_dark);
  background: transparent;
  border: 2px solid var(--orange_dark);
  transition: all 0.5s ease;
}

.button.white_button.black_border:hover svg path,
.button.black_border:hover svg path {
  fill: var(--orange_dark);
}

.button svg {
  margin-right: 6px;
}

.button.has_arrow svg {
  margin-left: 6px;
  margin-right: 0;
}

.button.white_button:hover svg path {
  fill: var(--black);
}

.button svg path {
  fill: var(--white);
  transition: all 0.5s ease;
}

.button.black_border svg path,
.button.white_button svg path {
  fill: var(--black);
  transition: all 0.5s ease;
}

.button:hover svg path {
  fill: var(--orange);
  transition: all 0.5s ease;
}

/*
.button:focus svg path{
	fill: var(--orange_dark);
	transition: all 0.5s ease;
}*/

.absolute_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button_container {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}

.button_container a:first-child {
  margin-right: 16px;
}

.purple_black_gr {
  background: linear-gradient(97deg, #2b205a 0%, #202020 55.56%);
}

.purple_black_gr.white_space {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.left_right {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.left_right.invert .row {
  display: flex;
  flex-direction: row-reverse;
}

.left_right.vertical_center .row {
  align-items: center;
  display: flex;
}

.left_right.switch .row {
  display: flex;
  flex-direction: row-reverse;
}

.left_right ul {
  padding-left: 0px;
}

.left_right li,
.left_right a,
.left_right p {
  font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
  line-height: 32px;
  font-weight: 500;
}

.left_right a {
  line-height: 100%;
}

.left_right li {
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
  list-style-type: none;
  display: flex;
  text-align: left;
  align-items: center;
  min-height: 36px;
}

.left_right li:before {
  background: url("icons/list_arrow.svg") no-repeat;
  padding: 10px 16px;
  box-shadow: 4px 4px 24px 0px #eaeaed;
  border-radius: 20px;
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 15px;
  background-position: center;
  background-color: var(--white);
}

.left_right img {
  border-radius: 12px;
  height: auto;
}

.left_right .col-1,
.left_right .col-4 {
  margin-left: 0;
  margin-right: 0;
}

.left_right .col-4 {
  width: 31%;
}

.left_right {
  padding-top: 120px;
  padding-bottom: 60px;
}

.left_right.white_space.purple_black_gr {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: 100%;
}

.left_right.white_space.purple_black_gr + .repeater_details {
  margin-top: 160px;
}

.left_right.white_space.purple_black_gr img {
  min-height: auto;
  object-fit: contain;
}

.left_right .button_container {
  justify-content: start;
}

.left_right .button_container a:first-child {
  margin-right: 16px;
}

.left_right h4 {
  margin-bottom: 20px;
}

.left_right p,
.left_right a,
.left_right li,
.left_right h2 {
  color: var(--black);
  margin-bottom: 20px;
}

.left_right h2 {
  font-weight: 900;
}

.left_right.black_gr p,
.left_right.black_gr h2,
.left_right.black_gr h3,
.left_right.purple_black_gr p,
.left_right.purple_black_gr h2,
.left_right.purple_black_gr h3 {
  color: var(--white);
}

.left_right .inline_play {
  min-height: 560px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.left_right .inline_play .hidden_youtube {
  display: none;
}

.left_right .inline_play .hidden_youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left_right .inline_play .play_inline {
  position: absolute;
  width: 100%;
  cursor: pointer;
}

/***************** Header  ***************/

#header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

#header {
  width: calc(100% - 80px);
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  background: transparent;
  transition: all 0.5s ease;
}

#header > a {
  display: flex;
  align-items: center;
}

#header > a svg + svg {
  margin-left: 16px;
}

#header.scrolled {
  background: var(--black);
  transition: all 0.5s ease;
  padding: 10px 40px;
}

#header .logo {
  display: block;
}

#header #main_menu {
  margin-left: auto;
}

.try_now,
.try_now li,
#header .menu ul,
#header .menu ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.try_now {
  margin-left: 16px;
}

#header .menu ul li a,
#header .menu ul li span {
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: var(--white);
  cursor: pointer;
}

#header .menu ul li span svg,
#header .menu ul li a svg {
  transition: all 0.5s ease;
}

#header .menu ul li .sub-menu a {
  width: 100%;
  flex-wrap: wrap;
}

#header .menu ul {
  display: flex;
  align-items: center;
  height: 100%;
}

#header .menu > ul > li {
  /*margin-right: 32px;*/
  padding-right: 16px;
  padding-left: 16px;
}

#header .menu ul li.has_button {
  margin-right: 16px;
}

#header .menu ul li:last-child {
  margin-right: 0;
}

#header .menu ul li.separator {
  width: 1px;
  background: #aaaab2;
  opacity: 0.4;
  position: relative;
  height: 40px;
  padding: 0;
}

#header .menu ul li.has_submenu {
  position: relative;
  display: flex;
  height: 100%;
}

#header .menu ul li.has_submenu .sub-menu.double_sub_items ul li {
  width: calc(50% - 16px);
}

#header .menu ul li.has_submenu .sub-menu.double_sub_items ul li {
  margin-bottom: 16px;
}

#header .menu ul li.has_submenu .sub-menu {
  width: 30vw;
}

#header .menu ul li.has_submenu .sub-menu.double_sub_items {
  width: 45vw;
}

#header .menu ul li.has_submenu .sub-menu {
  position: absolute;
  background: var(--white);
  display: flex;
  border-radius: 16px;
  box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.48);
  z-index: 1;
  padding: 16px;
  right: -200px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}

#header .menu ul li.has_submenu .sub-menu ul {
  flex-wrap: wrap;
}

#header .menu ul li.has_submenu .sub-menu ul li {
  margin-right: 16px;
  margin-bottom: 16px;
  width: 100%;
}

#header .menu ul li.has_submenu .sub-menu ul li a,
#header .menu ul li.has_submenu .sub-menu ul li p,
#header .menu ul li.has_submenu .sub-menu ul li h3 {
  color: var(--black);
  width: 100%;
}

#header .menu ul li.has_submenu .sub-menu ul li h3 {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
}

#header .menu ul li.has_submenu .sub-menu ul li p {
  padding-bottom: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid var(--black);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  padding-right: 10px;
}

#header
  .menu
  ul
  li.has_submenu
  .sub-menu.double_sub_items
  ul
  li:nth-last-child(2)
  p,
#header .menu ul li.has_submenu .sub-menu ul li:last-child p {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

#header .menu ul li.has_submenu .right_side {
  min-width: 300px;
  position: relative;
  display: flex;
}

#header .menu ul li.has_submenu .right_side a {
  width: 100%;
  align-items: end;
}

#header .menu ul li.has_submenu .right_side a h3 {
  color: var(--white);
  z-index: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  padding-left: 24px;
  margin-bottom: 16px;
  width: calc(100% - 48px);
  margin-right: 24px;
  background: url("icons/sub_menu_icon.svg") no-repeat;
  background-position: right center;
}

#header .menu ul li.has_submenu .right_side .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, #161616 100%);
}

#header .menu ul li.has_submenu .right_side img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

#header .menu ul li.has_submenu:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}

/***************** Modal  ***************/

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 30px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.1s, opacity 0.3s ease;
}

.modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 21;
  background: rgba(22, 22, 22, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.modal__close {
  position: fixed;
  top: 5vh;
  right: 5vw;

  border: none;
  outline: none;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: #363636;
  display: flex;
  align-items: center;
  line-height: 30px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}

#video-container {
  position: absolute;
  left: 0;
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}

#video-container iframe,
#video-container object,
#video-container embed {
  position: absolute;
  left: 0;
  top: 0%;
  border: 0;
}

.modal__container iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal__container {
  position: relative;
  z-index: 22;
  width: 70vw;
  height: 75vh;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  text-align: center;
}

/***************** Boxes  ***************/

.boxes {
  float: left;
  width: 100%;
  margin-top: -80px;
}

.boxes .col-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.boxes .box:last-child {
  margin-right: 0;
}

.boxes.contact {
  margin-top: 120px;
  margin-bottom: 120px;
}

.boxes.contact .box {
  width: calc(100% - 64px);
  margin-right: 0;
  margin-bottom: 16px;
  padding: 24px 32px;
  border: 2px solid var(--orange);
}

.boxes.contact .box .icon_container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.boxes.contact h4 {
  margin-bottom: 40px;
}

.boxes.contact .box .icon_container h5 {
  margin: 0;
  font-weight: 500;
}

.boxes.contact .box .icon_container img {
  margin-right: 10px;
  margin-left: -2px;
  width: 32px;
}

.boxes .box {
  float: left;
  width: calc(33.3% - 91px);
  margin-right: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  box-shadow: 4px 4px 24px 0px rgba(52, 37, 119, 0.05);
  background: var(--white);
  padding: 32px;
}

.boxes .box h5 {
  margin-bottom: 18px;
  margin-top: 10px;
}

.boxes .box:nth-child(3n) {
  margin-right: 0;
}

.boxes .box img {
  width: 56px;
}

.boxes .box ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

.boxes .box li {
  list-style-type: none;
  float: left;
  width: calc(100% - 16px);
  line-height: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
  background: var(--tab_gray);
  border-radius: 8px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}

.boxes .box .button.black_button {
  display: block;
  float: left;
  width: auto;
  margin-top: 20px;
}

.boxes .box p {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.boxes .box li a {
  margin: 0;
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background: url("icons/list_arrow.svg") no-repeat left center;
  padding-left: 22px;
  background-size: 15px;
}

.boxes.boxes_4 .box {
  width: calc(25% - 94px);
}

.boxes.boxes_4 .box:nth-child(3n) {
  margin-right: auto;
}

.boxes.boxes_4 .box:nth-child(4n) {
  margin-right: 0;
}

/***************** Reviews  ***************/

.reviews {
  float: left;
  width: 100%;
  column-count: 2;
  column-gap: 40px;
}

.reviews .review {
  border-radius: 24px;
  box-shadow: 4px 4px 40px 0px #eaeaed;
  background: var(--white);
  padding-bottom: 32px;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
}

.reviews .review .review_company {
  float: left;
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
  padding: 0px 40px;
  position: relative;
}

.reviews .review .review_company a {
  position: absolute;
  width: 56px;
  right: -36px;
  height: 36px;
  top: calc(50% - 19px);
  background-image: url("icons/arrow_sideways.svg");
  background-repeat: no-repeat;
  background-color: #eaeaed;
  background-position: center;
  border-radius: 20px;
}

.reviews .review .review_person {
  float: left;
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
  padding: 0px 40px;
}

.reviews .review .img_container {
  margin-right: 10px;
}

.reviews .review .review_company .img_container img,
.reviews .review .review_person .img_container img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 100%;
  object-fit: cover;
}

.reviews .review .review_person .img_container img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 8px;
  object-fit: cover;
}

.reviews .review p {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.reviews .review p b {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
}

.reviews .review .quote {
  float: left;
  width: calc(100% - 80px);
  padding: 30px 40px;
  font-size: 24px;
  font-style: italic;
  background-position: 3px 30px;
  background-size: 20px;
}

.reviews .review .quote:before {
  position: absolute;
  width: 31px;
  height: 24px;
  background: url("icons/quote.svg") no-repeat;
  content: "";
  left: -10px;
  z-index: 99;
}

.reviews .review .video_container {
  float: left;
  width: 100%;
  height: 260px;
  position: relative;
  -webkit-border-top-left-radius: 24px;
  -webkit-border-top-right-radius: 24px;
  -moz-border-radius-topleft: 24px;
  -moz-border-radius-topright: 24px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
}

.reviews .review .video_container img {
  float: left;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.reviews .review .video_container a {
  border: 0;
  padding: 0;
}

/***************** Schools  ***************/
.clients.schools {
  background: transparent;
  margin-top: 120px;
}

.clients.schools h2 {
  text-align: center;
  color: var(--black);
}

/***************** Clients  ***************/

.clients {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(90deg, #202020 0%, #161616 100%);
}

/***************** Homepage Top Section  ***************/

.homepage_top {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.homepage_top .text img {
  width: auto;
  height: auto;
}

.homepage_top.centered {
  height: 70vh;
}

.homepage_top .container {
  z-index: 2;
  position: relative;
}

.overlay_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  height: 100%;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.vimeo-video {
  width: 100vw;
  height: 56.25vw;
  /* 16:9 aspect ratio, adjust as needed */
  min-height: 100vh;
  min-width: 177.77vh;
  /* 16:9 aspect ratio */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.small_top .bottom_area,
.homepage_top .bottom_area {
  width: 100%;
  margin-top: auto;
  z-index: 2;
}

.small_top .search_bar {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 48px;
  padding-bottom: 100px;
}

.small_top .search_bar:before {
  background: url("icons/search.svg") no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  content: "";
  z-index: 2;
  left: 20px;
  top: 12px;
}

.small_top .search_bar input {
  float: left;
  width: calc(100% - 90px);
  height: 50px;
  border-radius: 30px;
  border: 0;
  padding-left: 60px;
  padding-right: 30px;
}

.search_input {
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: #fff;
  padding: 0 3px;
}

.homepage_top .container {
  margin-top: auto;
}

.homepage_top.centered .container {
  margin-top: 0;
}

.homepage_top.centered h2 {
  font-weight: 500;
}

.homepage_top h1 b {
  color: var(--orange);
}

.small_top .bottom_bar,
.homepage_top .bottom_bar {
  position: relative;
  bottom: 0;
  background: rgba(255, 210, 129, 0.16);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 32px);
  padding: 16px;
}

.small_top .bottom_bar p a,
.small_top .bottom_bar p,
.homepage_top .bottom_bar p a,
.homepage_top .bottom_bar p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

.small_top .bottom_bar p a,
.homepage_top .bottom_bar p a {
  font-weight: 900;
  text-decoration: underline;
}

.small_top .bottom_bar p a {
  color: var(--black);
}

.small_top .bottom_bar h2,
.homepage_top .bottom_bar h2 {
  color: var(--orange);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  margin: 0;
  text-transform: uppercase;
  padding-right: 32px;
  margin-right: 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.small_top .bottom_bar {
  background: #f8f1e7;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}

.small_top .bottom_bar h2 {
  border-right: 1px solid rgba(22, 22, 22, 0.3);
}

.small_top .bottom_bar h2,
.small_top .bottom_bar p {
  color: var(--black);
}

.homepage_top .awards {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 56px;
}

.homepage_top .awards img {
  width: 64px;
  margin-left: 6px;
  margin-right: 6px;
}

.triangle_image {
  position: relative;
  width: 100%;
  float: left;
  height: auto;
  overflow: hidden;
}

.triangle_img {
  position: absolute;
  top: 0vw;
  left: -10vw;
  width: 120%;
}

.free_sounds {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}

.free_sounds .right_side.make_full {
  width: 100%;
}

.free_sounds .right_side.make_full .bottom_tabs .item .one_t img {
  height: 350px;
}

.free_sounds .right_side .active_tab {
  border-radius: 40px;
  background-color: #fff;
  padding: 16px 25px;
  box-shadow: 16px 16px 80px 0px rgba(52, 37, 119, 0.08);
  border: 1px solid rgba(52, 37, 119, 0.1);
  background-image: url("icons/arrow_down_black.svg");
  background-repeat: no-repeat;
  background-position: 94% center;
  cursor: pointer;
}

.free_sounds .right_side {
  position: relative;
}

.free_sounds .right_side .bottom_tabs {
  float: left;
  width: 100%;
}

.free_sounds .right_side .bottom_tabs .item {
  display: none;
}

.free_sounds .right_side .bottom_tabs .item.active {
  display: flex;
  flex-wrap: wrap;
}

.free_sounds .right_side .bottom_tabs .item {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.free_sounds .right_side .bottom_tabs .item .one_t {
  float: left;
  width: calc(33.3% - 15px);
  margin-right: 20px;
  margin-bottom: 10px;
}

.free_sounds .right_side .bottom_tabs .item .one_t.borders {
  border: 2px solid #ffa800;
  display: flex;
  height: 196px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.free_sounds .right_side .bottom_tabs .item .one_t.borders:hover {
  border: 2px solid #000;
  transition: all 0.5s ease;
}

.free_sounds .right_side .bottom_tabs .item .one_t.borders a {
  text-decoration: none;
}

.free_sounds .right_side .bottom_tabs .item .one_t.borders:hover a {
  color: #000;
  transition: all 0.5s ease;
}

.free_sounds .bottom_tabs .item .one_t:nth-child(3n) {
  margin-right: 0;
}

.free_sounds .bottom_tabs .item .one_t .img_cont {
  float: left;
  width: 100%;
  position: relative;
}

.free_sounds .pack_fix {
  padding-top: 75px;
}

.free_sounds .bottom_tabs .item .one_t .img_cont .bt {
  background: #f6c702;
  width: 0%;
  height: 6px;
  position: absolute;
  top: -2px;
  left: 0;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.free_sounds .bottom_tabs .item .one_t .img_cont .br {
  background: #f6c702;
  width: 6px;
  height: 0%;
  position: absolute;
  top: 0;
  right: -2px;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.free_sounds .bottom_tabs .item .one_t .img_cont .bb {
  background: #f6c702;
  width: 0%;
  height: 6px;
  position: absolute;
  bottom: 0px;
  right: 0;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.free_sounds .bottom_tabs .item .one_t .img_cont .bl {
  background: #f6c702;
  width: 6px;
  height: 0%;
  position: absolute;
  bottom: 3px;
  left: -2px;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.free_sounds .bottom_tabs .item .one_t .play_mp3 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("icons/play_white.svg") no-repeat;
  cursor: pointer;
  background-size: 50px;
  background-position: center;
}

.play_button {
  width: 50px;
  height: 50px;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  background: url("icons/play_white.svg") no-repeat;
  cursor: pointer;
  background-size: 50px;
  background-position: center;
  z-index: 1;
}

.free_sounds .bottom_tabs .item .one_t .pause_mp3 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("icons/pause.svg") no-repeat;
  cursor: pointer;
  background-size: 50px;
  background-position: center;
}

.free_sounds .bottom_tabs .item .one_t img {
  width: 100%;
  height: 216px;
  object-fit: cover;
  border-radius: 5px;
}

.free_sounds .bottom_tabs .item .one_t p {
  margin-top: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #262322;
}

.free_sounds .top_tabs {
  float: left;
  width: calc(100% - 4px);
  background: #262322;
  border-radius: 50px;
  padding: 2px;
  display: flex;
  margin-top: 0;
  justify-content: space-evenly;
  margin-bottom: 0;
}

.free_sounds .top_tabs .top_tab {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 140.62%;
  text-align: center;
  cursor: pointer;
  width: auto;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  transition: all 0.5s ease;
  border-radius: 50px;
}

.free_sounds .top_tabs .top_tab:hover {
  background: var(--orange);
  border-radius: 50px;
  color: #000;
  transition: all 0.5s ease;
}

.free_sounds .top_tabs .top_tab.active {
  background: #fff;
  color: #000;
  border-radius: 50px;
}

/***************** Pricing ****************/

.pricing {
  float: left;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 128px;
  background: linear-gradient(100deg, #342577 0%, #621313 100%);
}

.pricing h4 {
  color: var(--orange);
  font-size: 20px;
  margin-bottom: 24px;
}

.pricing .button_container {
  justify-content: start;
}

.pricing .pricing_plan {
  border: 2px solid var(--white);
  padding: 25px 30px;
  border-radius: 16px;
  float: left;
}

.pricing .pricing_plan .top_section svg {
  display: none;
}

/*.pricing .row [class^="col"]{
		margin: 0.5rem 1.5%;
	}

	.pricing .row .col-3{
		width: 22%;
	}*/

.pricing .pricing_plan .details {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}

.pricing .pricing_plan .top_section {
  float: left;
  width: 100%;
}

.pricing .pricing_bottom {
  padding-top: 20px;
  margin-top: 5px;
  border-top: 1px solid var(--white);
  float: left;
  width: 100%;
}

.pricing .pricing_plan p {
  margin-bottom: 0;
}

.pricing .pricing_plan ul {
  margin: 0;
  padding: 0;
}

.pricing .pricing_plan li {
  list-style-type: none;
  margin: 0;
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  background: url("icons/list_check.svg") no-repeat;
  padding-left: 22px;
  margin-bottom: 6px;
  background-size: 16px;
}

.pricing .pricing_plan h3 {
  color: var(--orange);
  font-style: normal;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 120%;
}

.pricing .pricing_plan.popular {
  margin-top: -25px;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--orange);
}

.pricing .pricing_plan.popular .top_popular_txt {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  background: var(--orange);
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}

/**************** Single CTA **************/

.single_cta {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

/**************** Single Review **************/

.single_review {
  float: left;
  width: 100%;
  background: linear-gradient(180deg, #fff 0%, #f7f7fa 100%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.single_review img {
  width: 192px;
  height: 192px;
  min-width: 192px;
  min-height: 192px;
  border-radius: 100%;
}

.single_review .image_container {
  position: relative;
}

.single_review .quote_img {
  background: url("icons/quote.svg") no-repeat;
  background-position: 90% 0%;
  position: absolute;
  width: 100%;
  height: 100%;
}

.single_review .quote p {
  font-style: italic;
}

.single_review .col-12 {
  display: flex;
  align-items: center;
}

.single_review .col-12 p {
  padding-left: 40px;
  color: var(--black);
}

/**************** Blog related **************/
.blog_related {
  float: left;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.blog_related .related {
  float: left;
  width: calc(33.3% - 59px);
  margin-right: 40px;
  padding: 16px;
  background: var(--white);
  filter: drop-shadow(4px 4px 40px #eaeaed);
  border-radius: 20px;
}

.blog_related .related:nth-child(3n) {
  margin-right: 0;
}

.blog_related img {
  border-radius: 20px;
  overflow: hidden;
  float: left;
}

.blog_related h3,
.blog_related p {
  float: left;
  color: var(--black);
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.blog_related p {
  font-size: 18px;
}

.blog_related h3 {
  margin-top: 16px;
}

/**************** Blog recent **************/
.blog {
  float: left;
  width: 100%;
  background: linear-gradient(97deg, #2b205a 0%, #202020 55.56%);
  padding-bottom: 120px;
  padding-top: 150px;
}

.single_blog {
  float: left;
  width: 100%;
}

.single_blog .blog_details {
  position: relative;
}

.single_blog .blog_details .bottom_data {
  position: absolute;
  bottom: -50px;
  width: calc(90% - 64px);
  left: 5%;
  border-radius: 16px;
  background: #fff;
  padding: 24px 32px;
}

.single_blog .blog_details .bottom_data .bottom_items {
  display: flex;
  align-items: center;
}

.single_blog .blog_details .bottom_data .bottom_items {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.single_blog .blog_details .bottom_data .bottom_items .read_more {
  margin-left: auto;
  background: url(icons/angle-right.png) no-repeat center right;
  padding-right: 15px;
}

.single_blog .blog_details .bottom_data .bottom_items a {
  margin-left: auto;
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.5s ease;
  white-space: nowrap;
  padding-left: 10px;
}

.single_blog .blog_details .bottom_data .bottom_items a:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}

.single_blog .blog_details .bottom_data .bottom_items .tag {
  background: var(--orange);
  border-radius: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 12px;
  margin-right: 10px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.single_blog .blog_details .bottom_data .bottom_items .tags_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 60%;
}

.single_blog h3 {
  margin-bottom: 10px;
}

.single_blog .top_details {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: end;
  margin-bottom: 50px;
}

.single_blog img {
  border-radius: 20px;
  object-fit: cover;
  height: revert-layer;
}

.single_blog .text {
  width: auto;
}

.blog .bottom_data h4 {
  color: var(--black);
  text-transform: none;
  margin-bottom: 12px;
}

.single_blog .text p {
  margin-bottom: 0;
}

.single_blog .button_container {
  justify-content: end;
  height: auto;
  width: auto;
  white-space: nowrap;
  margin-left: 20px;
}

.single_blog .button_container a:first-child {
  margin-right: 0;
}

/************** foooter ***************/

footer {
  padding-top: 45px;
  padding-bottom: 40px;
  float: left;
  width: 100%;
  background: #fff;
}

footer hr {
  margin-top: 42px;
  margin-bottom: 36px;
  border: 0;
  border-bottom: 1px solid #d4d4da;
}

.newsletter {
  padding-bottom: 30px;
  float: left;
  width: 100%;
}

.newsletter h4 {
  text-transform: none;
  opacity: 0.66;
  font-size: 20px;
  font-weight: 900;
  color: var(--light_gray);
  margin-bottom: 15px;
}

.newsletter ._form-thank-you {
  border-radius: 28px;
  background-color: rgba(39, 197, 120, 0.16);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
  padding-right: 50px;
  background-image: url("icons/checkbox_green.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
}

.newsletter ._form_element {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

._form_element input[type="email"]._has_error,
._form_element input[type="text"]._has_error {
  border-color: red;
}

.newsletter ._form_element .input_cover {
  float: left;
  width: 100%;
  position: relative;
}

.newsletter ._form_element .input_cover.half {
  width: 65%;
}

.newsletter ._form_element input[type="text"] {
  float: left;
  width: auto;
  padding: 14px 16px 14px 24px;
  border-radius: 48px;
  border: 1px solid #4a4a4a;
  margin-right: 16px;
  width: calc(100% - 56px);
}

._form_element ._error-inner,
._form_element ._error {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: left;
  color: red;
  font-size: 14px;
}

._form_element ._error-inner {
  bottom: 5px;
}

.newsletter ._form_element button,
.search_button {
  background: var(--black);
  color: var(--white);
  border-radius: 48px;
  padding-left: 40px;
  padding-right: 40px;
  border: 0;
  cursor: pointer;
  transition: all 0.5s ease;
}

.newsletter ._form_element button:hover,
.search_button:hover {
  background: var(--orange);
  transition: all 0.5s ease;
  color: var(--black);
}
.search_button {
  height: 3rem;
}

/*
		.newsletter ._form_element button:focus{
			background: var(--orange_dark);
			transition: all 0.5s ease;
		}
*/

.social_share {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.social_share a {
  padding-left: 8px;
  padding-right: 8px;
}

.social_share img {
  height: 24px;
  width: 24px;
  float: left;
  object-fit: contain;
}

.social_share span {
  float: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  color: var(--black);
  padding-right: 24px;
}

.privacy_menu,
.footer_menu,
.privacy_menu ul,
.footer_menu ul,
.privacy_menu li,
.footer_menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 100%;
}

.privacy_menu {
  display: flex;
  justify-content: end;
  align-items: center;
}

.privacy_menu li {
  padding-left: 20px;
  line-height: 0;
}

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

.footer_menu li.menu-item-has-children > span,
.footer_menu li.menu-item-has-children > a {
  opacity: 0.66;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  color: var(--light_gray);
  float: left;
  width: 100%;
  cursor: pointer;
}

.footer_menu li.menu-item-has-children > span {
  cursor: auto;
}

.privacy_menu li a,
.footer_menu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: var(--black);
  line-height: 120%;
}

.privacy_menu li a {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.footer_logo {
  width: 32px;
  height: auto;
}

footer .flex_it.center_it span {
  color: var(--light_gray);
  padding-left: 20px;
}

.free_sounds .right_side .active_tab {
  display: none;
}

/************* Small Top ****************/

.small_top {
  float: left;
  width: 100%;
  padding-top: 250px;
  position: relative;
  z-index: 9;
}

.small_top .container {
  margin-bottom: 40px;
}

.small_top .absolute_image {
  object-position: center top;
}
.small_top h1,
.small_top h2 {
  margin: 0;
}

.small_top h4 {
  color: var(--orange);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  /* 120% */
  text-transform: uppercase;
  margin-bottom: 20px;
}

/************* Tabs ****************/

.tabs {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 150px;
}

.tabs h2 {
  color: var(--black);
}

.tabs h3 {
  color: var(--black);
}

.tabs .pill_tabs {
  width: 90%;
  margin: 0 auto;
}

.tabs .pill_tabs .splide__arrow--prev {
  left: -6%;
}

.tabs .pill_tabs .splide__arrow--next {
  right: -6%;
}

.tabs .pill_tabs .splide__arrow--next,
.tabs .pill_tabs .splide__arrow--prev {
  padding: 0px;
  border-radius: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: var(--black);
  transition: all 0.5s ease;
  background: #fff;
  cursor: pointer;
  text-align: center;
  margin-right: 16px;
  white-space: nowrap;
  margin: 0;
  height: 56px;
  width: 5%;
}

.tabs .pill_tabs .splide__arrow svg {
  fill: var(--black);
  height: 16px;
  width: 16px;
  transition: all 0.5s ease;
}

.tabs .pill_tabs .splide__arrow--next:hover,
.tabs .pill_tabs .splide__arrow--prev:hover {
  background: var(--black);
  transition: all 0.5s ease;
}

.tabs .pill_tabs .splide__arrow--next:hover svg,
.tabs .pill_tabs .splide__arrow--prev:hover svg {
  fill: var(--white);
  transition: all 0.5s ease;
}

.tabs .pill_tabs .tab {
  padding: 16px 32px;
  border-radius: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: var(--black);
  transition: all 0.5s ease;
  background: #fff;
  cursor: pointer;
  text-align: center;
  margin-right: 16px;
  white-space: nowrap;
}

.tabs .pill_tabs .tab:hover,
.tabs .pill_tabs .tab.active {
  color: var(--white);
  background: var(--black);
  transition: all 0.5s ease;
}

.tabs .pill_tabs_active {
  float: left;
  width: 100%;
  padding-top: 70px;
}

.tabs .pill_tabs_active .tab_container {
  display: flex;
  background: #fff;
  border-radius: 40px;
  box-shadow: 16px 16px 80px 0px rgba(52, 37, 119, 0.08);
  padding: 40px;
  padding-top: 65px;
}

.tabs .pill_tabs_active .single_tab {
  display: none;
}

.tabs .pill_tabs_active .single_tab.active {
  display: block;
}

.tabs .pill_tabs_active .tab_container .left_side {
  width: calc(50% - 20px);
  padding-right: 20px;
}

.tabs .pill_tabs_active .tab_container .right_side {
  width: calc(50% - 20px);
  padding-left: 20px;
}

.tabs .pill_tabs_active h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: none;
  color: var(--black);
  margin-bottom: 24px;
}

.tabs .pill_tabs_active a {
  text-decoration: underline;
}

.tabs .pill_tabs_active a,
.tabs .pill_tabs_active li,
.tabs .pill_tabs_active p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
}

.tabs .pill_tabs_active ul,
.tabs .pill_tabs_active li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tabs .pill_tabs_active li {
  margin-bottom: 20px;
  padding-left: 75px;
  position: relative;
}

.tabs .pill_tabs_active li:before {
  background: url("icons/list_arrow.svg") no-repeat;
  padding: 10px 16px;
  box-shadow: 4px 4px 24px 0px #eaeaed;
  border-radius: 20px;
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 15px;
  background-position: center;
}

.tabs .testimonial_tab {
  padding: 35px 40px;
  background: url("icons/quote.svg") no-repeat;
  background-position: left 10px;
  padding-top: 0px;
}

.tabs .testimonial_tab .faq_txt {
  font-weight: 500;
  color: var(--black);
  font-style: italic;
}

.tabs .testimonial_tab .faq_details {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.tabs .testimonial_tab .faq_details .faq_image {
  margin-right: 18px;
}

.tabs .testimonial_tab .faq_details .faq_image img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 100%;
  object-fit: cover;
}

.tabs .testimonial_tab .faq_details .faq_person p {
  margin-bottom: 0;
}

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

.tabs .video_posts .video_post {
  width: calc(50% - 20px);
  background: #f7f7fa;
  border-radius: 24px;
  padding-bottom: 24px;
  overflow: hidden;
  margin-bottom: 20px;
}

.tabs .video_posts .video_post .img_container {
  position: relative;
  cursor: pointer;
}

.tabs .video_posts .video_post .img_container:before {
  background: url("icons/play_button_reverse.svg") no-repeat center;
  content: "";
  width: 56px;
  height: 56px;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.tabs .video_posts .video_post .img_container.no_video:before {
  display: none;
}

.tabs .video_posts .video_post .img_container.no_video {
  cursor: default;
}

.tabs .video_posts .video_post p a,
.tabs .video_posts .video_post p {
  margin: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 0;
}

.tabs .video_posts .video_post p {
  padding: 16px;
}

.video_posts img {
  object-fit: cover;
}

/************* new_features ****************/
.new_features {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 100px;
  background: linear-gradient(97deg, #2b205a 0%, #161616 55.56%);
  overflow: hidden;
}

.new_features:before {
  position: absolute;
  bottom: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, #161616 100%);
  width: 100%;
  content: "";
  pointer-events: none;
  z-index: 1;
}

.new_features h2 {
  margin-bottom: 20px;
}

#splide_single {
  margin-top: 60px;
}

#splide_single img {
  height: auto;
}

#splide_single .splide__arrows {
  display: block !important;
}

#splide_single .splide__arrow--prev {
  left: -50px;
}

#splide_single .splide__arrow--next {
  right: -50px;
}

#splide_single .splide__arrow {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  height: 35px;
  width: 40px;
}

#splide_single .splide__arrow svg {
  fill: #fff;
  width: 40px;
  height: 35px;
  position: relative;
  top: 6px;
  left: 6px;
}

#splide_single .splide__arrow--prev svg {
  left: -7px;
}

/************* FAQ ****************/

.faq {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq_container .faq {
  display: none;
}

.faq_container .faq.active {
  display: block;
}

.faq h2 {
  color: var(--black);
  margin: 0;
}

.faq li,
.faq p,
.faq a {
  font-size: 20px;
  line-height: 120%;
  color: var(--m_gray);
}

.faq a {
  text-decoration: underline;
}

.faq .text {
  width: 100%;
}

.faq .button_container {
  display: block;
  width: auto;
  white-space: nowrap;
}

.faq .button_container a:first-child {
  margin: 0;
}

.faq .container .row:first-child .col-12 {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.faq_container .faq {
  padding: 0;
}

.faq_container .faq .container .row:first-child .col-12 {
  flex-wrap: wrap;
}

.faq .faq_item {
  float: left;
  width: calc(100% - 104px);
  padding: 24px 40px;
  padding-right: 60px;
  border-radius: 24px;
  border: 2px solid #161616;
  background: #fff;
  margin-bottom: 12px;
  cursor: pointer;
}

.faq .faq_item .faq_title {
  font-size: 24px;
  font-style: normal;
  position: relative;
  font-weight: 800;
}

.faq_text {
  float: left;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.faq_item.active .faq_text {
  margin-top: 16px;
  transition: all 0.5s ease;
  max-height: 1000px;
  /* Set a sufficiently large value for auto height */
}

.faq .faq_item .faq_text p:last-child {
  color: var(--m_gray);
  margin-bottom: 0;
}

.plusminus {
  position: absolute;
  right: -40px;
  top: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.faq .faq_item.active .plusminus:before {
  transform: translate(-50%) rotate(-90deg);
  opacity: 0;
}

.faq .faq_item.active .plusminus:after {
  transform: translate(-50%) rotate(0);
}

.plusminus:before,
.plusminus:after {
  content: "";
  display: block;
  background-color: #161616;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 2px;
}

.plusminus:before {
  transform: translate(-50%);
}

.plusminus:after {
  transform: translate(-50%) rotate(90deg);
}

/************* Tabs ****************/

.repeater_details {
  float: left;
  width: 100%;
}

.repeater_details .row {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid var(--black);
}

.repeater_details .row:last-child {
  border: 0;
  padding-bottom: 0;
}

.repeater_details h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  /* 120% */
  text-transform: uppercase;
  color: var(--gray);
  margin: 0;
  margin-bottom: 16px;
}

.repeater_details .semi_title p {
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  color: var(--black);
}

.repeater_details .main_text h3 {
  color: var(--black);
  font-weight: 400;
  margin-bottom: 16px;
}

.repeater_details .icons_container {
  float: left;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}

.repeater_details .main_text .icon_items {
  float: left;
  width: 100%;
  display: flex;
  align-items: start;
  margin-bottom: 24px;
}

.repeater_details .main_text .icon_items img {
  width: 56px;
  margin-right: 40px;
}

.repeater_details .main_text .icon_items p {
  margin-bottom: 0;
}

.repeater_details .main_text p,
.repeater_details .main_text p a {
  color: var(--black);
  margin-bottom: 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.repeater_details .main_text p a {
  text-decoration: underline;
}

.repeater_details .main_text .button_container {
  justify-content: start;
}

.repeater_details .main_text .big_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.repeater_details .main_text .big_images img {
  width: calc(50% - 20px);
  height: auto;
}

.repeater_details .main_text .icons {
  display: flex;
  flex-wrap: wrap;
}

.repeater_details .main_text .icons img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 20px;
  margin-bottom: 20px;
}

.main_pricing {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
}

.main_pricing .button_container {
  justify-content: start;
}

.main_pricing .button_container a {
  padding: 16px 32px;
  border-radius: 40px;
}

.pricing_switch {
  display: flex;
  justify-content: end;
}

.billing_type {
  display: flex;
  justify-content: end;
  background: var(--white);
  padding: 16px 32px;
  border-radius: 40px;
  box-shadow: 16px 16px 80px 0px rgba(52, 37, 119, 0.08);
}

.billing_type label {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: var(--black);
}

.billing_type > span {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #d4d4da;
  display: flex;
  align-items: center;
}

.billing_type span.save {
  border: 2px solid var(--orange);
  margin-left: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  border-radius: 20px;
  padding: 3px 12px;
  position: relative;
  top: 0px;
}

.billing_type > span:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

.billing_type [type="radio"]:checked,
.billing_type [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.billing_type [type="radio"]:checked + label,
.billing_type [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.billing_type [type="radio"]:checked + label:before,
.billing_type [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.billing_type [type="radio"]:checked + label:after,
.billing_type [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("icons/plus-circle.svg") no-repeat;
  position: absolute;
  top: 0;
  background-size: 100%;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.billing_type [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.billing_type [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pricing_big .row {
  display: flex;
  width: 96%;
  margin: 0 2%;
}
.pricing_big .row.enterprise-plan {
  flex: 1;
  display: flex;
}
.pricing_big .row.enterprise-plan .enterprise-container {
  display: flex;
  justify-content: center;
  width: 100% !important;
  margin-top: 2%;
  flex: 1;
}
.pricing_big .row.enterprise-plan .enterprise-container .col-3 {
  width: 100%;
  margin-bottom: 0;
}
.pricing_big .row.enterprise-plan .enterprise-container .pricing_data {
  padding-bottom: 0;
}
.enterprise-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricing_big .row.enterprise-plan .enterprise-container .button_container {
  flex: 1;
  height: 2rem;
  max-width: 20rem;
  position: relative;
}
.pricing_big .row.enterprise-plan .enterprise-container .pricing_data ul {
  margin-bottom: 0;
}

.pricing_big .col-3 {
  margin: 0;
  width: calc(33.3% - 111px);
  margin-right: 40px;
  background: #fff;
  padding: 40px;
  padding-top: 35px;
  border-radius: 40px;
  border: 2px solid #fff;
  display: flex;
}

.pricing_big .col-3.popular {
  border: 2px solid var(--orange);
}

.pricing_big .col-3:last-child {
  margin-right: 0;
}

.pricing_big .pricing_data h2,
.pricing_big .pricing_data h3,
.pricing_big .pricing_data p {
  color: var(--black);
  margin-bottom: 0;
  line-height: 110%;
  margin-bottom: 4px;
}

.pricing_big .pricing_data p b {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 10px;
  float: left;
}

.pricing_big .pricing_data p.small {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 16px;
  position: absolute;
  bottom: 30px;
  top: auto;
}

.pricing_data {
  position: relative;
  padding-bottom: 30px;
  display: block;
  float: left;
  width: 100%;
}

.pricing_big .pricing_data hr {
  float: left;
  width: 100%;
  border: 0;
  height: 1px;
  background: var(--black);
  opacity: 0.64;
  background: #d4d4da;
  margin-top: 16px;
  margin-bottom: 24px;
}

.pricing_big .pricing_data ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.pricing_big .pricing_data li {
  list-style-type: none;
  margin: 0;
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background: url("icons/list_check_black.svg") no-repeat left 1px;
  padding-left: 22px;
  margin-bottom: 6px;
  background-size: 20px;
}

.pricing_big .pricing_data .button_container {
  justify-content: center;
  position: absolute;
  bottom: 0;
}

.pricing_big .pricing_data .button_container .button {
  width: 100%;
  padding: 8px 0px;
  margin: 0;
  text-align: center;
  justify-content: center;
  border: 0;
}

.main_pricing .pricing_big {
  float: left;
  width: 100%;
  margin-top: 80px;
}

.main_pricing .pricing_plans {
  float: left;
  width: 100%;
  margin-top: 80px;
}

.main_pricing .pricing_plans .inner_plan {
  float: left;
  width: 100%;
  display: none;
}

.main_pricing .pricing_plans .inner_plan.active {
  display: block;
}

.main_pricing .pricing_plans .inner_plan.active .tab .mobile h4 {
  display: none;
}

.main_pricing .pricing_plans .inner_plan.active .flex_items {
  display: flex;
  width: 100%;
  overflow: auto;
  padding: 10px 0;
}

.main_pricing .pricing_plans .inner_plan.active .left_side,
.main_pricing .pricing_plans .inner_plan.active .tab {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}

.main_pricing .pricing_plans .inner_plan.active .left_side.tab {
  margin-right: 35px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: none;
  padding-right: 0;
  padding-left: 0;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main_pricing .pricing_plans .inner_plan.active .left_side.tab:hover {
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main_pricing .pricing_plans .inner_plan.active .tab {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  /* max-width: calc(45% - 90px); */
  padding: 40px 30px;
  background: #fff;
  margin-right: 25px;
  box-shadow: 0px 0px 20px rgba(15, 38, 90, 0.05);
  border-radius: 15px;
  text-align: center;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  top: 0;
  padding-bottom: 20px;
}

.main_pricing .pricing_plans .inner_plan.active .left_side.tab {
  padding-bottom: 20px;
}

.main_pricing .pricing_plans .inner_plan.active .tab:hover {
  border: 2px solid #f6c702;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: -10px;
}

.main_pricing .pricing_plans .inner_plan.active .left_side.tab:hover {
  top: 0;
}

.main_pricing .pricing_plans .inner_plan.active .tab:last-child {
  margin-right: 0;
}

.main_pricing .pricing_plans .inner_plan.active .left_side .row p {
  text-align: left;
  font-size: 16px;
  line-height: 110%;
  color: var(--black);
  font-weight: 800;
}

.main_pricing .pricing_plans .inner_plan.active .left_side .row,
.main_pricing .pricing_plans .inner_plan.active .tab .row {
  float: left;
  width: 100%;
}

.main_pricing .pricing_plans .inner_plan.active .tab .row p.strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #262322;
}

.main_pricing .pricing_plans .inner_plan.active .tab .row:nth-child(1) {
  min-height: 40px;
}

.main_pricing .pricing_plans .inner_plan.active .tab .row:nth-child(2) {
  min-height: 50px;
}

.main_pricing .pricing_plans .inner_plan.active .tab .row {
  min-height: 50px;
}

.main_pricing .pricing_plans .inner_plan.active .tab p {
  border-bottom: 1px solid #d4d4d4;
}

.main_pricing .pricing_plans .inner_plan.active .left_side.tab p {
  border-bottom: 1px solid #d4d4d4;
  height: 30px;
  display: flex;
  align-items: center;
}

.main_pricing .pricing_plans .inner_plan.active .tab .top_sect p {
  border: 0;
}

.main_pricing .pricing_plans .inner_plan .tab .row .buttons {
  height: 78px;
  margin-bottom: 20px;
  display: block;
}

.main_pricing .pricing_plans .inner_plan .tab .row .button {
  margin-bottom: 20px;
  min-width: 60%;
}

.main_pricing .pricing_plans .inner_plan.active .tab span.mobile_only {
  display: none;
}

.main_pricing .pricing_plans .inner_plan.active .tab span {
  font-weight: bold;
  font-size: 18px;
  line-height: 158.46%;
  text-align: center;
  color: #818181;
  float: left;
  width: 100%;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* max-width: 10rem; */
}

.main_pricing .pricing_plans .inner_plan.active .tab .row p.strong,
.main_pricing .pricing_plans .inner_plan .tab .row .button {
  display: none;
}

.main_pricing .pricing_plans .inner_plan.active .tab .row p.strong.active,
.main_pricing .pricing_plans .inner_plan .tab .row .button.active,
.main_pricing .pricing_plans .inner_plan.active .tab span.active {
  display: block;
}

.main_pricing .pricing_plans .inner_plan.active .tab h3 {
  font-weight: 900;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 10px;
  color: #000000;
  width: 100%;
  float: left;
  height: 30px;
  color: var(--orange);
}

.main_pricing .pricing_plans .inner_plan.active .left_side.tab h3 {
  text-align: left;
  color: var(--black);
}

.main_pricing .pricing_plans .inner_plan.active .tab .top_sect p {
  font-size: 24px;
  color: var(--black);
}

.main_pricing .pricing_plans .inner_plan.active .tab p {
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  margin-bottom: 20px;
  margin-top: 0px;
  padding-bottom: 20px;
  width: 100%;
  height: 30px;
  color: var(--black);
  position: relative;
}

.main_pricing .top_sect {
  height: 100px;
}

.main_pricing .pricing_plans .check {
  background: url("icons/check.svg") no-repeat center;
}

.main_pricing .pricing_plans .minus {
  background: url("icons/minus.svg") no-repeat center;
}
.main_pricing .pricing_plans .compare-title {
  color: var(--black);
  font-size: 32px;
}
.main_pricing .pricing_plans .section-header h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
  line-height: 120%;
  margin: 0;
}

.main_pricing .pricing_plans .section-header a img {
  display: inline-block !important;
  float: none !important;
  position: relative;
  top: 2px;
  width: 18px;
  height: 18px;
}

/****************** CTA *********************/

.cta {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}

.cta .row {
  display: flex;
}

.cta .cta_white {
  background: var(--white);
  border-radius: 25px;
  padding: 70px 50px;
  float: left;
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 140px);
}

.cta .cta_white h3,
.cta .cta_white p {
  color: var(--black);
  margin-bottom: 10px;
}

.cta a {
  font-size: 14px;
}

.cta .cta_white a {
  white-space: nowrap;
  line-height: 110%;
  padding: 0px 20px;
  max-height: 40px;
}

.cta .cta_background {
  background: url("icons/cta_bg.jpg") no-repeat;
  background-size: cover;
  padding: 70px;
  float: left;
  border-radius: 25px;
  width: calc(100% - 140px);
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 140px);
}

.cta .cta_background .inner_text {
  width: 57%;
}

.cta .cta_background .inner_text .button_container {
  justify-content: start;
}

/****************** Tutorials *********************/

.tutorials {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.tutorials .col-12 {
  margin-top: 0;
}

.filter_mobile {
  display: none;
}

.filters {
  float: left;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  max-height: 0;
}

.filters .filter {
  padding: 16px 32px;
  background: var(--white);
  margin-right: 16px;
  color: var(--black);
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.5s ease;
  float: left;
  font-size: 16px;
  margin-bottom: 10px;
}

.filters .filter:hover,
.filters .filter.active {
  background: var(--black);
  color: var(--white);
  transition: all 0.5s ease;
}

.tutorials .tutorials_container {
  float: left;
  width: 100%;
}

.tutorials .tutorials_container .filter_tutorial .tutorial_inner,
.tutorials .tutorials_container .filter_tutorial {
  float: left;
  width: 100%;
}

.tutorials .tutorials_container .filter_tutorial.active {
  max-height: 5000px;
  margin-bottom: 40px;
}

.tutorials .tutorials_container .filter_tutorial {
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
}

.tutorials .tutorials_container .filter_tutorial h2 {
  color: var(--black);
}

.tutorials .tutorials_container .filter_tutorial .tutorial {
  float: left;
  width: calc(33.3% - 27px);
  margin-right: 40px;
  margin-bottom: 40px;
}

.tutorials .tutorials_container .filter_tutorial .tutorial:nth-child(3n) {
  margin-right: 0;
}

.tutorials .tutorials_container .filter_tutorial .tutorial .top_section {
  float: left;
  border: 0;
  padding: 0;
  width: calc(100% - 35px);
  position: relative;
  padding-left: 35px;
  background: var(--white);
  border-radius: 15px;
  overflow: hidden;
}

.tutorials .tutorials_container .filter_tutorial .tutorial .top_section:before {
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
  background: url("icons/play_button_reverse.svg") no-repeat;
  width: 56px;
  height: 56px;
  content: "";
  pointer-events: none;
}

.tutorials .tutorials_container .filter_tutorial .tutorial .top_section .time {
  position: absolute;
  color: var(--white);
  background: rgba(32, 32, 32, 0.7);
  border-radius: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  left: 10px;
  bottom: 10px;
}

.tutorials .tutorials_container .filter_tutorial .tutorial .top_section img {
  object-fit: cover;
  float: left;
}

.tutorials .tutorials_container .filter_tutorial .tutorial p {
  float: left;
  width: 100%;
  color: var(--black);
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 800;
}

.tutorials.black_version {
  background: #202020;
}

.tutorials.black_version .tutorials_container .filter_tutorial .tutorial p,
.tutorials.black_version .tutorials_container .filter_tutorial h2 {
  color: var(--white);
}

/****************** Blogs *********************/

.blog_type {
  float: left;
  width: 100%;
}

.pagination {
  width: auto;
  border-radius: 40px;
  background: var(--white);
  margin: 0 auto;
  display: table;
  margin-top: 50px;
  margin-bottom: 100px;
}

.pagination .next,
.pagination .prev {
  padding: 16px 24px;
  background-image: url("icons/arrow_left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--white);
  float: left;
  width: 10px;
  height: 26px;
  border-radius: 100%;
  border: 4px solid var(--white);
  cursor: pointer;
  transition: all 0.5s ease-out;
}

.pagination .next {
  transform: rotate(180deg);
}

.pagination a {
  padding: 16px 24px;
  background-color: var(--white);
  float: left;
  width: 10px;
  height: 26px;
  border-radius: 100%;
  border: 4px solid var(--white);
  cursor: pointer;
  transition: all 0.5s ease-out;
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.pagination a:hover,
.pagination a.active {
  color: var(--white);
  background-color: var(--black);
  transition: all 0.5s ease-out;
}

.pagination .next.disabled,
.pagination .prev.disabled {
  background: var(--gray);
  transition: all 0.5s ease-out;
}

.pagination .next:hover,
.pagination .prev:hover {
  background-color: var(--orange);
  transition: all 0.5s ease-out;
}

.blog_type .load_more {
  width: auto;
  margin: 0 auto;
  display: table;
  margin-bottom: 50px;
  margin-top: 50px;
  background: url("icons/arrow-down.svg") no-repeat;
  padding-bottom: 30px;
  background-position: center bottom;
  cursor: pointer;
}

.blog_type .switch_absolute {
  margin-top: 80px;
  margin-bottom: 80px;
}

.switch_absolute .switch a {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}

.blog_type .single_blog {
  margin-bottom: 80px;
}

.blog_type .single_blog h4 {
  color: var(--black);
  margin-bottom: 16px;
}

/****************** Contact *********************/
.contact input {
  float: left;
  width: calc(100% - 50px);
  height: 50px;
  border: 1px solid var(--gray);
  background: var(--white);
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
}

.contact textarea {
  float: left;
  width: calc(100% - 50px);
  height: 50px;
  border: 1px solid var(--gray);
  background: var(--white);
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
}

.contact ._form-thank-you {
  text-align: center;
  height: 40vh;
  display: flex;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  line-height: 110%;
  font-size: 26px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  background-image: url("icons/message.svg");
  background-repeat: no-repeat;
  background-position: center 15%;
}

.contact ._button-wrapper {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.contact ._button-wrapper ._form-inner {
  position: absolute;
  top: -30px;
  width: 100%;
  color: red;
  font-size: 14px;
}

.contact ._button-wrapper .button.black_button {
  padding: 16px 32px;
  border-radius: 30px;
  white-space: nowrap;
  cursor: pointer;
}

.contact ._button-wrapper .button.black_button svg {
  margin-left: 30px;
}

.contact ._button-wrapper a,
.contact ._button-wrapper p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: var(--black);
  margin: 0;
  margin-left: 30px;
  width: 50%;
}

.contact ._button-wrapper a {
  margin: 0;
  text-decoration: underline;
}

.contact ._form_element {
  margin-bottom: 32px;
  float: left;
  width: 100%;
  position: relative;
}

.contact ._half_width {
  width: calc(50% - 16px);
  margin-right: 32px;
  float: left;
}

.contact ._half_width + ._half_width {
  margin-right: 0;
}

/****************** Single Blog *********************/

.blog_header {
  float: left;
  width: 100%;
  height: 640px;
  position: relative;
  -webkit-border-bottom-right-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -moz-border-radius-bottomleft: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  max-height: 92vh;
}

.blog_header h1 {
  margin-bottom: 16px;
}

.blog_header .by {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
}

.blog_header .by .author {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  margin-left: 16px;
}

.blog_header .by .author span {
  color: var(--orange);
}

.blog_header .by .date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--white);
  border-left: 1px solid var(--gray);
  padding-left: 16px;
  margin-left: 16px;
}

.blog_header .overlay_img {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 42.19%,
    rgba(0, 0, 0, 0.8) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog_header .absolute_image {
  object-fit: cover;
}

/****************** Main Image *********************/
.main_bg_image {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/****************** Blog Player *********************/
#addPlayerContainer {
  background: #363636;
  float: left;
  width: calc(100% - 40px);
  padding: 20px;
  border-radius: 20px;
}

.addVolume .volume_on,
.addVolume .volume_off {
  display: none;
}

.addVolume.fa-volume-up .volume_on,
.addVolume.fa-volume-off .volume_off {
  display: block;
  height: 20px;
}

.addVolume svg {
  pointer-events: none;
}

.addVolume:hover svg path {
  fill: var(--orange);
}

.addTrackPlause {
  background: url("icons/player_play.svg") no-repeat center;
  background-size: 20px;
}

.addTrackPlause.fa-pause {
  background: url("icons/player_pause.svg") no-repeat center;
  background-size: 20px;
}

div#addTrackListContainer table {
  width: 100%;
  text-align: left;
  color: #fff;
  line-height: 120%;
  border-spacing: 0;
}

#addTrackListContainer thead {
  color: #aaaab2;
  position: sticky;
  top: 0;
  background: #363636;
}

div#addAlbumInfo {
  display: flex;
  gap: 25px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 32px;
}

div#addAlbumPackImg {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  max-width: 180px;
}

#addAlbumPackImg img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 5%;
  margin: 0;
}

div#addAlbumContainer {
  display: flex;
  gap: 32px;
  justify-content: flex-start;
}

div#addTrackControls button {
  background: transparent;
  height: 40px;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  border: solid 2px #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}

div#addTrackControls button.addVolume.fa.fa-volume-up,
div#addTrackControls button.addVolume.fa.fa-volume-off {
  width: 50px;
}

div#addTrackControls span {
  font-family: Avenir;
  font-weight: 500;
}

div#addTrackControls button:hover {
  color: #ffd281;
  border: solid 2px #ffd281;
  cursor: pointer;
}

tbody#addTrackList i {
  border: solid white 1px;
}

h2#addTrackTitle {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 3px 0;
  line-height: 30px;
}

p#addPackCategory {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
}

p#addAlbumDetails {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #aaaab2;
}

div#addTrackControls {
  gap: 8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

div#addTrackControls button.addPackDwld::before {
  padding-right: 8px;
  font-size: 16px;
}

/* styles.css */
.toaster-notification {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #4db998;
  border-radius: 20px;
  padding: 15px 20px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s ease;
}

.toaster-notification.hidden {
  transform: translateY(5rem);
}

#addTrackListContainer tr {
  font-weight: 400;
}

div#addTrackListContainer {
  height: 300px;
  overflow: auto;
}

div#addTrackListContainer {
  height: 300px;
  overflow: auto;
}

div#addTrackListContainer::-webkit-scrollbar {
  background: #303030;
  width: 3px;
}

div#addTrackListContainer::-webkit-scrollbar-thumb {
  background: #aaaab2;
}

div#addTrackListContainer th:last-child,
div#addTrackListContainer td:last-child {
  text-align: right;
  padding-right: 32px;
  border-radius: 0 8px 8px 0;
}

div#addTrackListContainer th:first-child,
div#addTrackListContainer td:first-child {
  padding-left: 32px;
  border-radius: 8px 0 0 8px;
  min-width: 16px;
}

div#addTrackListContainer tr.track.current {
  background: #ffd28116;
  color: #ffd281;
}

div#addTrackListContainer tr.track:hover {
  background: #ffd28116;
  color: #ffd281;
  cursor: pointer;
}

/****************** Blog Content *********************/

.blog_content {
  width: 100%;
  padding-top: 80px;
  position: relative;
  float: left;
  overflow: inherit;
}

.blog_content .col-3 {
  position: sticky;
  top: 100px;
}

.blog_content h1,
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content p,
.blog_content li,
.blog_content a {
  color: var(--black);
  line-height: 120%;
}

.blog_content p,
.blog_content li,
.blog_content a {
  font-size: 20px;
}

/****************** Privacy  *********************/

.text_only {
  float: left;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.text_only h1,
.text_only h2,
.text_only h3,
.text_only h4,
.text_only p,
.text_only li,
.text_only a {
  color: var(--black);
  line-height: 120%;
  margin-bottom: 16px;
}

.text_only p {
  float: left;
  width: 100%;
}

.text_only h1,
.text_only h2,
.text_only h3,
.text_only h4 {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.text_only h4 {
  margin-top: 20px;
}

.text_only p,
.text_only li,
.text_only a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  float: left;
}

.text_only li {
  width: 100%;
}

.text_only p strong,
.text_only li strong,
.text_only a strong {
  font-weight: 800;
}

.text_only ul {
  padding-left: 17px;
}

.text_only a {
  font-weight: 800;
  text-decoration: underline;
  margin-bottom: 16px;
  word-break: break-all;
}

.text_only table {
  border-collapse: collapse;
  margin-bottom: 20px;
}

.text_only td {
  border-right: 1px solid var(--black);
  padding: 5px;
}

.text_only table tr,
.text_only table {
  border: 1px solid var(--black);
}

.text_only .table_contents {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.text_only .table_contents a {
  float: left;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  text-transform: uppercase;
  background: url("icons/angle-right.svg") no-repeat left center;
  padding-left: 30px;
  text-decoration: none;
  margin-bottom: 8px;
  word-break: normal;
}

/****************** Workflow *********************/
.top_tabs {
  float: left;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.workflow_texts {
  float: left;
  width: 100%;
}

.top_tabs .single_tab:last-child {
  margin-right: 0;
}

.top_tabs .single_tab:hover,
.top_tabs .single_tab.active {
  transition: all 0.5s ease-out;
  color: var(--white);
  background: var(--black);
}

.top_tabs .single_tab:hover span,
.top_tabs .single_tab.active span {
  transition: all 0.5s ease-out;
  color: var(--white);
}

.top_tabs .col-12 {
  display: flex;
}

.top_tabs .single_tab {
  float: left;
  padding: 32px;
  background: var(--white);
  border-radius: 20px;
  margin-right: 40px;
  transition: all 0.5s ease-out;
  display: flex;
  flex: 1 1 0;
  flex-wrap: wrap;
}

.top_tabs .single_tab span {
  transition: all 0.5s ease-out;
  float: left;
  width: 100%;
  color: var(--black);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  margin-top: 20px;
}

.top_tabs .single_tab img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  transition: all 0.5s ease-out;
  float: left;
}

.top_tabs .single_tab:hover img,
.top_tabs .single_tab.active img {
  transition: all 0.5s ease-out;
}

.switch_ids[ids="0"] {
  display: block;
}

.workflows_tabs,
.workflows_items {
  float: left;
  width: 100%;
}

.workflows_items {
}

.workflows_items h3,
.workflows_items p,
.workflows_items a,
.workflows_items li,
.workflows_items {
  color: var(--black);
  font-size: 20px;
}

.workflows_items h4,
.workflows_items h3,
.workflows_items p {
  margin-bottom: 16px;
}

.workflows_items .button_container {
  justify-content: start;
}

.workflows_tabs {
  display: flex;
  align-items: center;
  padding-bottom: 120px;
}

.workflows_tabs .left_video {
  float: left;
  width: calc(60% - 100px);
  margin-right: 100px;
  position: relative;
}

.workflows_tabs .left_video .play_button {
  pointer-events: none;
}

.workflows_tabs .left_video a {
  border-radius: 20px;
  overflow: hidden;
}

.workflows_tabs .left_video img {
  display: block;
}

.workflows_tabs .right_switch {
  width: 40%;
}

.workflows_tabs .right_switch .workflow_top_text img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 16px;
}

.workflows_tabs .right_switch p,
.workflows_tabs .right_switch h2,
.workflows_tabs .right_switch h3 {
  color: var(--black);
  margin-bottom: 16px;
}

.switch_absolute {
  float: left;
  width: 100%;
  height: 52px;
  position: relative;
  z-index: 5;
  margin-bottom: 24px;
}

.switch {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-width: 300px;
  position: absolute;
  display: inline-block;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  outline: none;
  background: var(--white);
  border: 2px solid var(--black);
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
  width: 100%;
}

.switch.clickable {
  cursor: pointer;
}

.switch a {
  color: var(--black);
  display: none;
}

.switch a.active {
  color: var(--black);
  display: block;
  pointer-events: none;
}

.switch:before {
  content: "";
  background: url("icons/arrow_down_black.svg") no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 24px;
  top: 14px;
  transition: all 0.5s ease;
}

.switch.clickable:before {
  display: block;
}

.switch:not(.clickable):before {
  display: none;
}

.switch.active {
}

.switch.active:before {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}

.switch a:first-child.active {
  position: relative;
}

.switch a {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  color: var(--black);
  height: 50px;
  align-items: center;
  padding-left: 25px;
  padding-right: 50px;
  width: calc(100% - 75px);
}

.switch.active {
  border: 2px solid #262322;
  background: #fff;
  border-radius: 15px;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
  max-height: 19em;
}

.workflows {
  float: left;
  width: 100%;
}

.sticky_menu {
  position: relative;
  transition: all 0.3s ease;
}

.sticky_menu .container {
  display: table;
  position: relative;
}

.sticky_menu .col-12 {
  margin: 0;
}

.sticky_menu.active_top .col-12 {
  margin: 0.5rem 2%;
}

.sticky_menu .scroll_sect,
.sticky_menu .items {
  float: left;
  width: 100%;
  position: relative;
}

.sticky_menu .scroll_sect .items {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sticky_menu .sticky_items {
  float: left;
  width: calc(100% - 4px);
  background: #262322;
  border: 2px solid #262322;
  border-radius: 50px;
  padding: 0px;
  display: flex;
  justify-content: space-evenly;
  top: 0;
  left: 0;
  position: sticky;
  overflow: hidden;
}

.sticky_menu.active_top .sticky_menu_fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: all 0.5s ease;
}

.sticky_menu .sticky_menu_fix {
  position: relative;
  z-index: 10;
}

.scrolled_b .sticky_menu.active_top .sticky_menu_fix {
  top: 90px;
  transition: all 0.5s ease;
}

.sticky_menu.active_top .sticky_items {
  width: calc(100% - 4px);
  z-index: 20;
  border-radius: 40px;
  background: rgba(22, 22, 22, 0.88);
}

.scrolled_b .sticky_menu .sticky_items,
.scrolled_b .sticky_menu .sticky_items.active_top {
  transition: all 0.5s ease;
}

.sticky_menu .sticky_items.active_top .tab {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: fadeIn 0.5s;
  border-radius: 50px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sticky_menu .items .item {
  float: left;
  width: 100%;
}

.sticky_menu .items .item .left_side {
  float: left;
  width: calc(40% - 30px);
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

.sticky_menu .items .item .right_side {
  float: right;
  width: 60%;
  position: relative;
  z-index: 1;
}

.sticky_menu .items .item .right_side img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  width: auto;
}

.sticky_menu .sticky_items .tab {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  width: auto;
  flex: 1 1 auto;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.2s ease;
}

.sticky_menu .sticky_items .tab:hover {
  background: var(--white);
  border-radius: 50px;
  color: #000;
  transition: all 0.2s ease;
}

.sticky_menu .sticky_items .tab.active {
  background: #fff;
  color: #000;
  border-radius: 50px;
  transition: all 0.5s ease;
}

.sticky_menu .sticky_items .active.tab:first-child {
  border-radius: 50px;
}

.sticky_menu .sticky_items .active.tab:last-child {
  border-radius: 50px;
}

#header.scrollhidden {
  transition: all 0.5s ease;
  top: -110px;
}

#header > a.mobile_only {
  display: none;
}

/* Responsive */

@media only screen and (max-width: 1750px) {
  #header .menu ul li.has_submenu .sub-menu {
    width: 35vw;
  }
}

@media only screen and (max-width: 1450px) {
  h1 {
    font-size: calc(32px + (72 - 32) * ((100vw - 400px) / (1400 - 400)));
  }

  h1.small {
    font-size: calc(32px + (52 - 32) * ((100vw - 400px) / (1400 - 400)));
  }
  .small_top h1,
  h2 {
    font-weight: bold;
    font-size: calc(22px + (48 - 22) * ((100vw - 400px) / (1400 - 400)));
  }

  .tabs .testimonial_tab .faq_txt,
  h3 {
    font-size: calc(18px + (32 - 18) * ((100vw - 400px) / (1400 - 400)));
    line-height: 110%;
  }

  h3.big {
    font-size: calc(18px + (40 - 18) * ((100vw - 400px) / (1400 - 400)));
  }

  h4 {
    font-size: calc(18px + (20 - 16) * ((100vw - 400px) / (1400 - 400)));
  }

  h5 {
    font-size: calc(18px + (22 - 16) * ((100vw - 400px) / (1400 - 400)));
  }

  p {
    font-size: calc(18px + (20 - 18) * ((100vw - 400px) / (1400 - 400)));
  }

  p.big {
    font-size: calc(18px + (32 - 18) * ((100vw - 300px) / (1400 - 400)));
  }

  a,
  li {
    font-size: calc(14px + (32 - 14) * ((100vw - 300px) / (1400 - 400)));
  }

  .container {
    width: 1200px;
  }

  #header .menu ul li.has_submenu .sub-menu {
    width: 42vw;
  }

  #header .menu ul li.has_submenu .sub-menu.double_sub_items {
    width: 55vw;
  }

  .blog_content .col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1250px) {
  .container {
    width: 1024px;
  }

  #header .menu ul li.has_submenu .sub-menu {
    width: 50vw;
  }

  #header .menu ul li.has_submenu .sub-menu.double_sub_items {
    width: 65vw;
  }

  #header .menu ul li {
    margin-right: 20px;
  }

  .homepage_top .col-8 {
    width: 100%;
  }

  .free_sounds .right_side .active_tab {
    display: none;
  }

  .free_sounds .top_tabs {
    display: flex;
  }

  .cta .button_container {
    flex-wrap: wrap;
  }

  .cta .cta_white a {
    width: 100%;
    margin-right: 0;
    border: 2px solid var(--black);
    margin-bottom: 10px;
    padding: 10px 20px;
  }

  .left_right li,
  .left_right p {
    line-height: 140%;
  }
}

@media only screen and (max-width: 1100px) {
  .container {
    width: 768px;
  }

  .blog_content .col-3 {
    display: none;
  }

  #header .menu ul li.has_submenu .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    position: relative;
    right: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: unset;
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s ease;
  }

  #header .menu ul li.has_submenu.active .sub-menu {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
    max-height: 500px;
  }

  .boxes .box {
    width: calc(50% - 84px);
  }

  .boxes .box:nth-child(3n) {
    margin-right: auto;
  }

  .boxes .box:nth-child(2n) {
    margin-right: 0;
  }

  .pricing .pricing_plan {
    padding: 15px 10px;
  }

  .pricing .button {
    white-space: nowrap;
  }

  .pricing h3 {
    line-height: 120%;
  }

  .overflow {
    overflow: auto;
  }

  .overflow::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: var(--light_gray);
  }

  .overflow::-webkit-scrollbar {
    width: 11px;
    border-radius: 10px;
    background: var(--light_gray);
  }

  .overflow::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--orange);
  }

  .homepage_top .awards {
    display: flex;
    width: 80%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 24px;
  }

  .homepage_top .bottom_bar {
    width: calc(100% - 32px);
    padding: 10px 16px;
    flex-wrap: wrap;
  }

  .homepage_top .awards img {
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
  }

  .homepage_top .bottom_bar h2 {
    margin-right: 0;
    padding-right: 0;
    border: 0;
    font-size: 16px;
  }

  .homepage_top .bottom_bar p a,
  .homepage_top .bottom_bar p {
    line-height: 120%;
  }

  .left_right.white_space.purple_black_gr,
  .left_right {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .left_right .row {
    display: flex;
    flex-wrap: wrap;
  }

  .has_submenu .active {
    display: block;
  }

  .left_right .row .col-7,
  .left_right .row .col-4 {
    width: 96%;
    margin: 0.5rem 2%;
  }

  .left_right.white_space:before {
    display: none;
  }

  .left_right .row .col-1 {
    display: none;
  }

  .left_right .text {
    text-align: center;
  }

  .left_right .button_container {
    justify-content: center;
  }

  footer .row {
    flex-wrap: wrap;
  }

  footer .row .col-6 {
    width: 96%;
  }

  .newsletter h4 {
    margin-top: 40px;
    text-align: center;
  }

  .social_share {
    justify-content: center;
  }

  .privacy_menu,
  footer .flex_it.center_it.row .col-6 {
    text-align: center;
    justify-content: center;
  }

  footer .flex_it.center_it.row {
    flex-direction: column-reverse;
    position: relative;
  }

  .footer_logo {
    width: 32px;
    position: absolute;
    top: -108px;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
  }

  ul#mobile_menu {
    display: block;
  }

  #main_menu {
    margin-left: auto;
    padding-bottom: 40px;
  }

  #header .menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    padding-top: 80px;
    left: 0;
    width: calc(100% - 16px);
    height: calc(100vh - 80px);
    padding-left: 16px;
    background: rgba(22, 22, 22, 0.56);
    -webkit-backdrop-filter: blur(36px);
    backdrop-filter: blur(36px);
  }

  #header .menu.active {
    opacity: 1;
    visibility: visible;
  }

  #header > a {
    z-index: 1;
  }

  .try_now {
    margin-left: auto;
  }

  #header .menu ul {
    display: block;
    overflow: auto;
    overflow: hidden;
  }

  #header #main_menu.menu ul > li {
    position: relative;
    display: flex;
    height: auto;
    width: 100%;
    padding-bottom: 16px;
    padding-top: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(212, 212, 218, 0.32);
    box-shadow: 16px 16px 80px 0px rgba(52, 37, 119, 0.08);
  }

  #header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  #header {
    width: calc(100% - 32px);
    padding: 16px 16px;
    display: flex;
  }

  #header #main_menu.menu ul li:last-child {
    margin-top: 40px;
    border: 0;
  }

  #header #main_menu.menu ul li:last-child a {
    width: 100%;
    justify-content: center;
  }

  #header .menu ul li.has_submenu > span,
  #header .menu ul li.has_submenu > a {
    padding-right: 0;
    width: calc(100% - 16px);
  }

  #header #main_menu.menu ul li.separator {
    display: none;
  }

  #header .menu ul li.has_submenu .left_side {
    width: 100%;
  }

  #header .menu ul li.has_submenu .right_side {
    display: none;
  }

  #header .menu ul li.has_submenu .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    position: relative;
    right: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: unset;
    overflow: hidden;
  }

  #header #main_menu.menu ul > li {
    display: block;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
  }

  #header #main_menu.menu ul > li > a,
  #header #main_menu.menu ul > li > span {
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  #header #main_menu.menu ul > li ul > li,
  #header .menu ul li.has_submenu .sub-menu ul > li,
  #header .menu ul li.has_submenu .sub-menu ul li p {
    padding: 0;
    border: 0;
    margin: 0;
    margin-bottom: 20px;
  }

  #header .menu ul li.has_submenu.active > a {
  }

  #header #main_menu.menu ul li:last-child {
    margin-top: 0;
  }

  #header .menu ul li.has_submenu:hover .sub-menu {
    width: auto;
  }

  #header .menu ul li.has_submenu .sub-menu ul li h3,
  #header .menu ul li.has_submenu .sub-menu ul li p {
    color: var(--white);
    margin-bottom: 0;
  }

  #header .menu ul li.has_submenu:hover .sub-menu,
  #header .menu ul li.has_submenu .sub-menu {
    /*transition: none;*/
  }

  #header #main_menu.menu ul > li ul > li > a {
    padding: 0;
  }

  #header #main_menu.menu ul li.has_button a {
    width: auto;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #header #main_menu.menu ul > li.active > span,
  #header #main_menu.menu ul > li.active > a {
    color: var(--orange);
    transition: all 0.5s ease;
  }

  #header .menu ul li.has_submenu.active .sub-menu {
    display: block;
    width: 100%;
  }

  #header .menu ul li.has_submenu.active > span:before,
  #header .menu ul li.has_submenu.active > a:before {
    transform: rotate(180deg);
    transition: all 0.5s ease;
  }

  #header .menu ul li.active span svg,
  #header .menu ul li.active a svg {
    transform: rotate(180deg);
    transition: all 0.5s ease;
    margin-right: -3px;
  }

  #header .menu ul li.active span svg path,
  #header .menu ul li.active a svg path {
    fill: var(--orange);
    transition: all 0.5s ease;
  }

  #header .menu > ul {
    height: calc(100vh - 190px);
    padding-bottom: 50px;
    overflow: auto;
    padding-right: 16px;
  }

  #header.scrolled {
    padding: 10px 16px;
  }

  .submenu_open {
    overflow: hidden;
  }

  .free_sounds.left_right {
    padding-top: 0;
  }

  .free_sounds .bottom_tabs .item .one_t img {
    height: 180px;
  }

  .filters {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
  }

  .filters .filter {
    width: calc(100% - 64px);
    margin-top: 10px;
  }

  .blog_type .col-8,
  .blog_type .col-4 {
    width: 96%;
  }

  .blog_type .switch_absolute {
    margin: 0;
  }

  .blog_type .load_more {
    margin-top: 20px;
  }

  .filter_mobile {
    display: block;
    padding: 16px 32px;
    background: var(--black);
    color: var(--white);
    margin-right: 16px;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.5s ease;
    float: left;
    width: calc(100% - 64px);
    margin-top: 40px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .filter_mobile svg {
    transition: all 0.5s ease;
    width: 20px;
    height: 20px;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .filter_mobile.active svg {
    transition: all 0.5s ease;
    margin-right: -5px;
    position: relative;
    top: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .filters .filter.active {
    display: none;
  }

  .tutorials .tutorials_container {
    margin-top: 40px;
  }

  .tutorials .tutorials_container .filter_tutorial .tutorial .top_section img {
    min-height: 130px;
  }

  .tutorials .tutorials_container .filter_tutorial .tutorial {
    width: calc(50% - 20px);
  }

  .tutorials .tutorials_container .filter_tutorial .tutorial:nth-child(3n) {
    margin-right: 40px;
  }

  .tutorials .tutorials_container .filter_tutorial .tutorial:nth-child(2n) {
    margin-right: 0;
  }

  .filters {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  .filter_mobile.active + .filters {
    max-height: 3000px;
    /* Adjust this value based on your content */
  }

  .cta .col-8,
  .cta .col-4 {
    width: 96%;
  }

  .cta .row {
    flex-wrap: wrap;
  }

  .cta .cta_white h3,
  .cta .cta_white p {
    width: 100%;
  }

  .cta .cta_white .button_container {
    width: auto;
    flex-wrap: nowrap;
  }

  .cta .cta_white a {
    margin-right: 20px;
  }

  .tabs .pill_tabs_active .tab_container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .tabs .pill_tabs_active .tab_container .right_side,
  .tabs .pill_tabs_active .tab_container .left_side {
    width: 100%;
    padding: 0;
  }

  .tabs .pill_tabs_active .tab_container .left_side {
    margin-top: 20px;
  }

  .repeater_details .col-4,
  .repeater_details .col-8 {
    width: 96%;
  }

  .main_pricing .col-5,
  .main_pricing .col-7 {
    width: 96%;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .main_pricing .button_container {
    justify-content: center;
  }

  .pricing_big .pricing_data h3 {
    font-size: 16px;
  }

  .pricing_big .pricing_data h2 {
    font-size: 20px;
  }

  .pricing_big .col-3 {
    margin: 0;
    width: calc(33.3% - 71px);
    margin-right: 40px;
    background: #fff;
    padding: 20px;
    padding-top: 30px;
    border-radius: 40px;
    border: 2px solid #fff;
  }

  .main_pricing .pricing_plans .inner_plan.active .tab {
    padding: 40px 20px;
    margin-right: 15px;
  }

  .main_pricing .pricing_plans .inner_plan.active .left_side.tab {
    padding-bottom: 20px;
    width: 40%;
    max-width: 40%;
    min-width: 30%;
    margin-right: 15px;
  }

  .top_tabs .col-12 {
    display: flex;
    flex-wrap: wrap;
  }

  .top_tabs .single_tab {
    width: calc(50% - 73px);
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .top_tabs .single_tab:nth-child(2n) {
    margin-right: inherit;
  }

  .workflows_tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .workflows_tabs .right_switch,
  .workflows_tabs .left_video {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 30px;
  }

  .sticky_menu .items .item .right_side,
  .sticky_menu .items .item .left_side {
    width: 100%;
    margin-right: 0;
  }

  .sticky_menu .items .item .left_side {
    margin-bottom: 20px;
  }

  .sticky_menu .scroll_sect .items {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sticky_menu .sticky_items .tab {
    display: none;
  }

  .sticky_menu.active_top .tab:first-child {
    display: none;
  }

  .sticky_menu.active_top .sticky_items .tab.active {
    display: block;
  }

  .workflows_items {
    padding-top: 50px;
  }

  .boxes.boxes_4 .box {
    width: calc(50% - 84px);
  }

  .blog_content .col-2 {
    display: none;
  }

  .blog_content .col-8 {
    width: 96%;
  }

  .contact ._form-thank-you {
    background-position: center 15%;
    font-size: 24px;
  }

  .free_sounds .pack_fix {
    padding-top: 0;
    text-align: center;
  }

  .single_blog .blog_details .bottom_data .bottom_items .tags_container {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .inline_play #video_container {
    height: 300px !important;
  }

  .single_knowledge p,
  .single_knowledge li,
  .single_knowledge a {
    font-size: 16px !important;
  }

  .single_blog img {
    height: 200px;
  }

  .inline_play #video_container iframe {
    height: 300px !important;
  }

  .container {
    width: 90%;
  }

  .pagination {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pagination a,
  .pagination .next,
  .pagination .prev {
    width: 0;
    height: 16px;
    padding: 5px 13px;
    font-size: 16px;
  }

  .small_top .bottom_bar {
    flex-wrap: wrap;
  }

  .small_top .bottom_bar h2 {
    margin-right: 0;
    padding-right: 0;
    border: 0;
  }

  .pricing_big .col-3 {
    width: calc(100% - 42px);
    margin: 0;
    margin-bottom: 40px;
  }

  .main_pricing .pricing_plans .inner_plan.active .left_side.tab {
    display: none;
  }

  .main_pricing .pricing_big {
    margin-top: 30px;
  }

  .pricing_big .row {
    width: 100%;
    margin: 0;
    display: block;
  }
  .pricing_big .row.enterprise-plan .enterprise-container {
    margin: 0;
    margin-bottom: 5%;
  }
  .main_pricing .pricing_plans .inner_plan.active .tab {
    padding: 20px;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    cursor: pointer;
  }

  .main_pricing .pricing_plans .inner_plan.active .tab .top_sect {
    position: relative;
    display: flex;
    padding-right: 10%;
    width: 100%;
    align-items: center;
  }

  .main_pricing .pricing_plans .inner_plan.active .tab .top_sect p.price {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
    height: auto;
  }
  .main_pricing
    .pricing_plans
    .inner_plan.active
    .tab
    .top_sect
    p.original_price {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 12;
    height: auto;
    text-decoration: line-through;
    color: gray;
  }
  .pricing_big .pricing_data .price_wrapper {
    display: flex;
    gap: 10px;
  }
  .main_pricing .pricing_plans .inner_plan.active .tab h3 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .main_pricing .pricing_plans .inner_plan.active .tab .top_sect:after {
    content: "";
    background: url("icons/arrow_down_black.svg") no-repeat;
    background-position: center;
    background-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    transition: all 0.5s ease;
  }

  .main_pricing .top_sect {
    height: auto;
  }

  .main_pricing .pricing_plans .inner_plan.active .tab.active .top_sect:after {
    transform: rotate(180deg);
    transition: all 0.5s ease;
  }

  .main_pricing .pricing_plans .inner_plan.active .tab span.mobile_only {
    display: block;
    width: 70%;
    text-align: left;
    color: var(--black);
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
  }

  .main_pricing .pricing_plans .inner_plan.active .tab p {
    display: flex;
    margin-bottom: 6px;
    padding-bottom: 6px;
    align-items: center;
  }

  .main_pricing .pricing_plans .inner_plan.active .tab span.txt {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main_pricing .pricing_plans .inner_plan.active .tab span {
    width: 30%;
    text-align: center;
    color: var(--black);
    font-size: 14px;
    line-height: 100%;
  }

  .main_pricing .pricing_plans .inner_plan.active .tab:hover {
    top: 0;
    border: 2px solid var(--white);
  }

  .main_pricing .pricing_plans .inner_plan.active .tab h3 {
    text-align: left;
  }

  .main_pricing .pricing_plans {
    margin-top: 0;
  }
  .main_pricing .pricing_plans .inner_plan.active .tab {
    height: 2.8rem;
    overflow: hidden;
  }
  .main_pricing .pricing_plans .inner_plan.active .tab.active {
    height: auto;
    overflow: auto;
  }
  .main_pricing .pricing_plans .inner_plan.active .tab h4 {
    display: none;
  }
  .main_pricing .pricing_plans .inner_plan.active .tab.active h4 {
    display: flex;
  }
  .main_pricing .pricing_plans .inner_plan.active .tab.active p {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main_pricing .pricing_plans .inner_plan.active .tab .row:nth-child(2) {
    min-height: auto;
    padding: 10px 0;
  }

  .main_pricing .pricing_plans .inner_plan.active .tab.active .row {
    min-height: auto;
    padding: 10px 0;
  }

  .main_pricing .pricing_plans .inner_plan.active .tab p {
    display: none;
  }

  .main_pricing .pricing_plans .inner_plan.active .tab .top_sect p {
    display: flex;
  }

  .main_pricing .pricing_plans .inner_plan.active .flex_items {
    flex-wrap: wrap;
  }

  p {
    line-height: 120%;
  }

  .boxes .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .boxes .box:nth-child(3n) {
    margin-right: auto;
  }

  .boxes .box:nth-child(2n) {
    margin-right: auto;
  }

  .small_top {
    padding-top: 150px;
  }

  .small_top h4 {
    margin-bottom: 10px;
  }

  .faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq .faq_item .faq_title {
    font-size: 16px;
  }

  .faq .container .row:first-child .col-12 {
    flex-wrap: wrap;
  }

  .repeater_details .row:last-child {
    margin-bottom: 0;
  }

  .faq .text {
    margin-bottom: 20px;
  }

  .left_right.white_space.purple_black_gr img {
    min-height: auto;
  }

  .left_right.white_space.purple_black_gr + .repeater_details {
    margin-top: 50px;
  }

  .free_sounds .bottom_tabs .item .one_t img {
    height: 120px;
  }

  #header > a svg + svg {
    display: none;
  }

  .footer_menu {
    flex-wrap: wrap;
  }

  .footer_menu li {
    width: 100%;
  }

  .footer_menu li.active .sub-menu {
    max-height: 300px;
    transition: all 0.5s ease;
  }

  .footer_menu li .sub-menu {
    float: left;
    width: 100%;
    padding-top: 10px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s ease;
  }

  .footer_menu li.menu-item-has-children > span,
  .footer_menu li.menu-item-has-children > a {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid var(--black);
    color: var(--black);
  }

  .pricing {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .blog {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .pricing .row {
    display: flex;
    flex-wrap: wrap;
  }

  .blog .row .col-6,
  .pricing .row .col-3 {
    width: 96%;
    margin: 0.5rem 2%;
    margin-bottom: 0;
  }

  .blog .row .col-6 {
    padding-bottom: 100px;
  }

  .pricing .pricing_plan {
    width: calc(100% - 50px);
    margin-bottom: 16px;
  }

  .pricing .pricing_plan.popular {
    margin-top: 0;
  }

  .social_share {
    flex-wrap: wrap;
  }

  .social_share span {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .social_share a:first-child {
    width: 100%;
  }

  .pricing .row .col-3 {
    text-align: center;
  }

  .pricing .button_container {
    justify-content: center;
  }

  .pricing .pricing_plan {
    text-align: left;
    padding: 16px 24px;
    cursor: pointer;
  }

  .pricing .pricing_plan .top_section svg {
    display: block;
    transition: all 0.5s ease;
  }

  .pricing .pricing_plan .top_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pricing .pricing_plan.popular {
    padding-top: 36px;
  }

  .pricing .pricing_plan .pricing_bottom {
    border: 0;
    padding-top: 0;
    margin-top: 0;
    float: left;
    width: 100%;
    border-top: 1px solid transparent;
  }

  .pricing .pricing_plan.active .pricing_bottom {
    border-top: 1px solid var(--white);
    padding-top: 20px;
    margin-top: 5px;
  }

  .pricing .pricing_plan.active .top_section svg {
    transform: rotate(180deg);
    transition: all 0.5s ease;
  }

  .pricing .pricing_plan.active .top_section svg path {
    fill: var(--orange);
  }

  .pricing .pricing_plan.active {
    border-color: var(--orange);
  }

  .footer_menu li.menu-item-has-children {
    position: relative;
  }

  .footer_menu li.menu-item-has-children > span,
  .footer_menu li.menu-item-has-children > a {
    color: var(--black);
    opacity: 1;
    font-weight: 500;
  }

  .footer_menu li.menu-item-has-children:before {
    position: relative;
    content: "";
    background: url("icons/arrow_down_black.svg") no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 14px;
    transition: all 0.5s ease;
  }

  .footer_menu li.menu-item-has-children.active:before {
    transform: rotate(180deg);
    transition: all 0.5s ease;
  }

  .footer_menu li {
    padding-bottom: 10px;
  }

  .newsletter ._form_element {
    justify-content: center;
    flex-wrap: wrap;
  }

  .newsletter ._form_element input[name="email"],
  .newsletter ._form_element input[type="text"] {
    margin-bottom: 8px;
  }

  .newsletter ._form_element .input_cover.half {
    width: 100%;
  }

  .newsletter ._form_element button {
    background: var(--black);
    color: var(--white);
    border-radius: 48px;
    padding: 14px 16px 14px 24px;
    padding-left: 40px;
    padding-right: 40px;
    border: 0;
    cursor: pointer;
    transition: all 0.5s ease;
    display: block;
    width: 60%;
  }

  .newsletter ._form_element input[type="text"] {
    width: calc(100% - 40px);
    margin-right: 0;
  }

  ._form_element ._error {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: left;
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    float: left;
    width: 100%;
    height: 20px;
  }

  ._form_element ._error-inner {
    bottom: 0;
  }

  .clients.schools {
    margin-top: 0;
  }

  .clients.schools .col-2 {
    display: none;
  }

  .single_review .col-12 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .single_review .col-12 .quote {
    margin-top: 20px;
  }

  .single_review {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .single_review .col-12 p {
    padding-left: 0;
  }

  .pricing .button_container {
    margin-bottom: 30px;
  }

  .pricing h4,
  .pricing h3 {
    margin-bottom: 20px;
  }

  .pricing h4 {
    font-size: 16px;
  }

  .pricing h3 {
    font-size: 26px;
    line-height: 120%;
  }

  .single_blog .blog_details .bottom_data {
    width: calc(90% - 32px);
    left: 5%;
    padding: 16px;
  }

  .single_blog .blog_details .bottom_data .bottom_items a,
  .single_blog .blog_details .bottom_data .bottom_items .date,
  .single_blog .blog_details .bottom_data .bottom_items .tag {
    font-size: 12px;
  }

  .single_blog .button_container {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    justify-content: center;
  }

  .single_blog .top_details {
    flex-wrap: wrap;
    justify-content: center;
  }

  .single_blog .text {
    text-align: center;
    width: 100%;
  }

  .single_blog h3 {
    font-size: 26px;
  }

  .tutorials .tutorials_container .filter_tutorial .tutorial {
    margin-right: 0;
    width: 100%;
  }

  .cta .cta_white .button_container,
  .cta .cta_background .inner_text {
    width: 100%;
  }

  .boxes.boxes_4 .box {
    margin-right: 40px;
  }

  .boxes.boxes_4 .box:nth-child(2n) {
    margin-right: 0;
  }

  .contact ._half_width {
    width: 100%;
    margin-right: 0;
  }

  .contact ._button-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact ._button-wrapper p {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  /*	.g-recaptcha{
				display: flex;
				justify-content: center;
			} */
  .tabs .pill_tabs {
    width: 70%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .tabs .pill_tabs .splide__track {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs .pill_tabs .tab {
    font-size: 16px;
  }

  .tabs .pill_tabs .splide__arrow--prev {
    left: -20%;
  }

  .tabs .pill_tabs .splide__arrow--next {
    right: -20%;
  }

  .tabs .pill_tabs .splide__arrow--next,
  .tabs .pill_tabs .splide__arrow--prev {
    width: 20%;
  }

  .purple_black_gr.white_space {
    background-size: 100%;
  }

  .single_blog .blog_details .bottom_data {
    bottom: auto;
    top: calc(100% - 32px);
  }

  .tabs {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabs .video_posts {
    flex-wrap: wrap;
  }

  .tabs .video_posts .video_post {
    width: 100%;
    margin-bottom: 20px;
  }

  .tabs .pill_tabs_active .tab_container {
    padding: 20px;
  }

  .tabs .pill_tabs_active li:before {
    padding: 10px;
  }

  .tabs .pill_tabs_active li {
    padding-left: 55px;
  }

  .repeater_details {
    padding-bottom: 50px;
  }

  .new_features {
    padding-top: 50px;
  }

  #splide_single {
    margin-top: 0;
    width: 80%;
    margin: 0 auto;
  }

  .faq .faq_item {
    float: left;
    width: calc(100% - 64px);
    padding: 24px 20px;
    padding-right: 40px;
    border-radius: 24px;
    border: 2px solid #161616;
    background: #fff;
    margin-bottom: 12px;
    cursor: pointer;
  }

  .small_top .bottom_bar p {
    line-height: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .small_top .bottom_bar {
    width: calc(90%);
    padding: 16px 5%;
  }

  .billing_type > span {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
  }

  .billing_type > span {
    margin-right: 0;
    padding-right: 0;
  }

  .billing_type label {
    font-size: 16px;
  }

  .billing_type {
    flex-wrap: wrap;
    width: 100%;
  }

  .pricing_big .pricing_data h2 {
    float: left;
    width: auto;
  }

  .pricing_big .pricing_data p {
    position: relative;
    top: 4px;
    left: 5px;
  }

  .cta .cta_white,
  .cta .cta_background {
    padding: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }

  .tutorials .tutorials_container .filter_tutorial.active {
    max-height: 5000px;
  }

  .plusminus {
    width: 20px;
    height: 20px;
  }

  .blog_type .single_blog {
    padding-bottom: 50px;
  }

  div#addAlbumContainer {
    flex-wrap: wrap;
  }

  div#addTrackListContainer table {
    line-height: 120%;
    border-spacing: 0;
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 0px 1em;
  }

  div#addTrackListContainer table td {
    padding: 5px;
  }

  div#addAlbumInfo {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px;
    margin-bottom: 10px;
  }

  .contact ._button-wrapper ._form-inner {
    text-align: center;
  }

  .reviews {
    column-count: 1;
    column-gap: 0;
  }

  .reviews .review {
    width: 100%;
  }

  .reviews .review {
    margin-top: 0;
  }

  .blog_related .related {
    width: calc(100% - 32px);
    margin-right: 0;
    margin-bottom: 20px;
  }

  #addTrackListContainer thead {
    position: relative;
    top: 0;
  }

  .left_right .inline_play {
    min-height: 350px;
  }

  .left_right + .left_right {
    padding-top: 0;
  }

  .left_right + .left_right.invert {
    padding-top: 50px;
  }

  .banner {
    padding: 8px 2px !important;
  }

  .bannerContent {
    flex-direction: column;
    gap: 4px !important;
  }
  .divider {
    display: none;
  }
  .sale-code {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 2px;
  }
  .ctaButton {
    padding: 4px 8px !important;
    font-size: 10px !important;
  }

  .close-button {
    top: 8px !important;
    transform: translateY(0%) !important;
  }
}

@media only screen and (max-width: 500px) {
  .boxes.boxes_4 .box {
    width: 100%;
    margin-right: 0;
  }

  .blog .row .col-6 {
    padding-bottom: 140px;
  }

  .free_sounds .top_tabs .top_tab {
    font-size: 14px;
  }

  .contact ._button-wrapper {
    padding-top: 20px;
  }
}

.htmlModal::backdrop {
  background: rgba(22, 22, 22, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.htmlModal {
  height: 80vh;
  width: 80vw;
  background: transparent;
  border: none;
}

.blog_data img {
  height: auto;
}

.single_knowledge .text img {
  height: auto;
  width: auto;
  border-radius: 20px;
}

.blog_data iframe {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 800px) {
  .blog_data iframe {
    height: 300px;
  }
}

@media print {
  #header,
  .small_top,
  .sticky_sidebar,
  footer,
  .button_container,
  .main_bg_image,
  iframe {
    display: none;
  }

  .single_knowledge {
    margin: 0;
  }
}

.boxes {
  margin-top: 80px;
}

.boxes .box li a.list_all {
  background: url("/icons/arrow_down_black.svg") no-repeat left center;
}

.search_bar {
  position: relative;
}

.small_top .search_bar {
  padding-bottom: 0;
  margin-bottom: 20px;
  z-index: 1;
}

.search_bar .search_results {
  position: absolute;
  top: 120%;
  width: calc(100% - 32px);
  max-height: 200px;
  overflow: hidden;
  background: var(--white);
  padding: 16px;
  border-radius: 24px;
  box-shadow: 4px 16px 24px 0px rgba(52, 37, 119, 0.16);
}

.search_bar .search_results a {
  float: left;
  width: calc(100% - 80px);
  padding: 8px 40px;
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
  background-color: transparent;
  transition: all 0.5s ease;
  position: relative;
}

.search_bar .search_results a:before {
  width: 20px;
  height: 20px;
  background: url("/icons/search.svg") no-repeat;
  content: "";
  background-size: 20px;
  position: absolute;
  left: 10px;
  top: calc(50% - 10px);
  opacity: 0.3;
  transition: all 0.5s ease;
}

.search_bar .search_results a:after {
  width: 20px;
  height: 20px;
  background: url("/icons/right_arrow.svg") no-repeat;
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  opacity: 0.3;
  transition: all 0.5s ease;
}

.search_bar .search_results a:hover:before,
.search_bar .search_results a:hover:after {
  opacity: 1;
  transition: all 0.5s ease;
}

.search_bar .search_results a:hover {
  background-color: rgba(255, 210, 129, 0.24);
  transition: all 0.5s ease;
  opacity: 1;
}

.search_result_title span {
  margin-left: 20px;
}
.category {
  margin-top: 100px;
  margin-bottom: 100px;
  float: left;
  width: 100%;
}

.category .button_container svg {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 6px;
}

.category img {
  width: auto;
  margin-right: 32px;
}

.category h2 {
  display: flex;
  align-items: center;
  color: var(--black);
}

.category ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

.category li {
  list-style-type: none;
  float: left;
  width: 100%;
  line-height: 0;
  background: var(--tab_gray);
  border-radius: 8px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}

.category li a {
  margin: 0;
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background: url(icons/list_arrow.svg) no-repeat 16px 16px;
  background-size: 15px;
  width: 100%;
  padding: 12px;
  padding-left: 40px;
}

.category li a span {
  float: left;
  width: 100%;
}

.category li a span.big {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
}

.category li a span.cat {
  background: #e7e7e7;
  padding: 4px 8px;
  border-radius: 8px;
  width: auto;
  margin-top: 8px;
}

.category .button {
  white-space: nowrap;
}

.category li a em {
  font-style: normal;
  background: #fff2da;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.category li a em > * {
  z-index: 2;
  position: relative;
}

.category .content {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m-30 {
  min-width: 35px;
}

.new_player {
  display: block;
  padding: 32px;
  width: calc(100% - 64px);
  background: #363636;
  border-radius: 16px;
  margin-bottom: 30px;
}

.new_player .files {
  margin-top: 20px;
}

.new_player .files .item_row:first-child {
  color: #aaaab2;
  border-bottom: 1px solid #4a4a4a;
}

.new_player .files .item_row {
  display: grid;
  justify-content: start;
  justify-items: start;
  align-items: stretch;
  grid-template-columns: 0.2fr 0.2fr 1.5fr 0.5fr 1.5fr 0.5fr;
  color: var(--white);
  padding-top: 12px;
  padding-block: 12px;
  padding-right: 10px;
}

.new_player .files .item_row span {
  display: flex;
  align-items: center;
}

.new_player button span {
  margin-left: 5px;
}

.new_player button {
  border: 0;
  background: none;
  height: 40px;
  padding: 10px 16px;
  border: 2px solid var(--white);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
  color: var(--white);
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.new_player button:hover {
  border-color: var(--orange);
  color: var(--orange);
  transition: all 0.5s ease;
}

.new_player button svg {
  max-width: 20px;
  max-height: 20px;
}

.new_player button svg path {
  fill: var(--white);
  transition: all 0.5s ease;
}

.new_player button:hover svg path {
  fill: var(--orange);
  transition: all 0.5s ease;
}

.new_player button .volume_on {
  display: block;
}

.new_player .buttons {
  display: flex;
  margin-top: 20px;
}

.new_player .top_section {
  display: flex;
}

.new_player .top_section img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
}

.new_player .top_section .right_data {
  margin-left: 32px;
}

.new_player .top_section .right_data h3 {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-block: 16px;
}

.new_player .top_section .right_data p {
  color: #aaaab2;
  font-size: 16px;
  margin: 0;
}

.new_player .top_section .right_data p b {
  color: var(--white);
}

.new_player .item_row:hover span,
.new_player .active span {
  color: var(--orange);
}

.new_player .item_row:hover span path,
.new_player .active span path {
  fill: var(--orange);
}

.new_player span svg {
  cursor: pointer;
}

.new_player .files {
  max-height: 300px;
  overflow: auto;
  position: relative;
}

.new_player .files::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: var(--light_gray);
}

.new_player .files::-webkit-scrollbar {
  width: 11px;
  border-radius: 10px;
  background: var(--light_gray);
}

.new_player .files::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--orange);
}

.new_player .files .item_row:first-child {
  position: sticky;
  top: 0;
  background: #363636;
}

.loader_container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.loader_container h2 {
  margin: 0;
  line-height: auto;
  font-weight: 500;
}

.loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #333;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 800px) {
  .add-desktop {
    display: none !important;
  }
  .loader {
    width: 15px;
    height: 15px;
  }

  .search_result_title svg {
    width: 20px;
    height: 20px;
  }

  .main_pricing {
    margin-bottom: 0;
  }

  .new_player .top_section {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .new_player .top_section .right_data {
    margin: 0;
    width: 100%;
  }

  .new_player .buttons {
    justify-content: center;
  }

  .new_player .files .item_row span:nth-child(4n),
  .new_player .files .item_row span:nth-child(5n),
  .new_player .files .item_row span:nth-child(6n) {
    display: none;
  }

  .new_player .files .item_row {
    grid-template-columns: 0.1fr 0.1fr 1fr;
  }
}

.sidebar_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.sidebar_popup .sidebar_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(22, 22, 22, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.sidebar_popup .sidebar_inner {
  position: absolute;
  width: 20vw;
  padding: 40px;
  right: 0;
  top: 0;
  height: calc(100vh - 80px);
  overflow: auto;
  z-index: 2;
  background: linear-gradient(
    194deg,
    #fff -17.43%,
    #ffd281 -17.42%,
    #fff 40.65%
  );
}

.sidebar_popup .sidebar_inner .form_data {
  padding-block: 40px;
  float: left;
}

.sidebar_popup .sidebar_inner .top_ow {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  background: rgba(22, 22, 22, 0.4);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  content: "";
  width: 100%;
  z-index: -1;
}

.sidebar_popup .sidebar_inner .image_container {
  margin: 40px;
  border-radius: 16px;
  border: 4px solid var(--white);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.sidebar_popup .sidebar_inner .image_container img {
  object-fit: cover;
  display: block;
  min-height: 260px;
}

.sidebar_popup .sidebar_inner ._form-title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
}

.sidebar_popup .sidebar_inner ._html-code {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.sidebar_popup ._form_element {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.sidebar_popup ._form_element ._field-wrapper {
  width: 100%;
}

.sidebar_popup ._form_element .input_cover {
  float: left;
  width: 100%;
  position: relative;
}

.sidebar_popup ._form_element input[type="text"] {
  float: left;
  width: auto;
  padding: 14px 16px 14px 24px;
  border-radius: 48px;
  border: 1px solid #4a4a4a;
  margin-right: 16px;
  width: calc(100% - 56px);
}

.sidebar_popup ._button-wrapper {
  float: left;
  width: 100%;
  margin-top: 12px;
  text-align: center;
}

.sidebar_popup button {
  background: var(--black);
  color: var(--white);
  border-radius: 48px;
  padding-left: 40px;
  padding-right: 40px;
  border: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  height: 40px;
}

.sidebar_popup button:hover {
  background: var(--orange);
  transition: all 0.5s ease;
  color: var(--black);
}

.sidebar_popup .sidebar_inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: var(--light_gray);
}

.sidebar_popup .sidebar_inner::-webkit-scrollbar {
  width: 11px;
  border-radius: 10px;
  background: var(--light_gray);
}

.sidebar_popup .sidebar_inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--orange);
}

.sidebar_popup .close {
  position: absolute;
  top: 12px;
  left: 12px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: #363636;
  display: flex;
  align-items: center;
  line-height: 30px;
  border-radius: 100%;
  width: 30px;
  padding: 0;
  height: 30px;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (max-width: 1400px) {
  .sidebar_popup .sidebar_inner {
    width: 30vw;
  }

  .free_sounds .bottom_tabs .item .one_t img {
    height: 200px;
  }
}

@media only screen and (max-width: 1250px) {
  .free_sounds .bottom_tabs .item .one_t img {
    height: 170px;
  }
}

@media only screen and (max-width: 1100px) {
  .sidebar_popup .sidebar_inner {
    width: 40vw;
  }

  .free_sounds .bottom_tabs .item .one_t img {
    height: 230px;
  }
}

@media only screen and (max-width: 800px) {
  .sidebar_popup .sidebar_inner {
    width: calc(100vw - 80px);
  }

  .free_sounds .bottom_tabs .item .one_t img {
    height: 25vw;
  }
}

#header .menu ul .has_button a {
  color: var(--black);
}

.logged_in {
  margin-left: 16px;
  display: flex;
  align-items: center;
}

#header .menu .logged_in.has_submenu {
  padding: 0;
}

#header .menu .logged_in.has_submenu .sub-menu {
  flex-wrap: wrap;
  background: #202020;
  padding: 24px;
  right: 0;
  width: 180px;
}

#header .menu .logged_in .sub-menu h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  color: var(--white);
}

#header .menu .logged_in .sub-menu p {
  font-size: 12px;
  font-weight: 400;
  color: #aaaab2;
  margin: 0;
}

#header .menu .logged_in .sub-menu hr {
  float: left;
  width: 100%;
  height: 1px;
  margin: 0;
  margin-top: 16px;
  border: 0;
  background: #4a4a4a;
}

#header .menu .logged_in .sub-menu a {
  display: flex;
  justify-content: start;
  font-size: 14px;
  color: #d4d4da;
  margin-top: 16px;
}

#header .menu .logged_in .sub-menu a:hover {
  color: var(--orange);
}

#header .menu .logged_in .sub-menu a svg {
  width: 20px;
  margin-right: 10px;
}

#header .menu .logged_in .sub-menu a:hover svg path {
  fill: var(--orange);
}

#header .menu .logged_in.has_submenu span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: var(--orange);
  margin-left: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  cursor: pointer;
  color: var(--black);
}

.golden_button svg path {
  fill: var(--orange);
}

.golden_button:hover svg path {
  fill: var(--white);
}

.golden_button {
  background: linear-gradient(to right, #ffd281 0%, #f79240 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  border: 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.5s ease;
}

.golden_button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 20px;
  background: inherit;
  background-origin: border-box;
  background-clip: border-box;
  /*noinspection CssInvalidPropertyValue*/
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
  transition: all 0.5s ease;
}

.golden_button:hover {
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border: 0;
  transition: all 0.5s ease;
}

.golden_button:hover::before {
  -webkit-mask: none;
  transition: all 0.5s ease;
}

#header .menu.show_mobile {
  display: none;
}

@media only screen and (max-width: 1100px) {
  html #header #main_menu.menu ul .logged_in.has_submenu > span,
  html #header #main_menu.menu ul .logged_in.has_submenu > svg,
  .hide_mobile {
    display: none;
  }

  #header #main_menu.menu ul > li {
    box-shadow: unset;
  }

  #header .menu .logged_in.has_submenu .sub-menu hr {
    background: rgba(212, 212, 218, 0.32);
  }

  #header .menu .logged_in.has_submenu .sub-menu {
    display: block !important;
    width: 100% !important;
    overflow: auto;
    height: auto;
    max-height: none;
    background: none;
    padding: 0;
    margin-top: 16px;
  }

  #header #main_menu.menu ul li:last-child a {
    justify-content: start;
  }

  #header .menu .logged_in .sub-menu a {
    float: left;
  }

  html #header #main_menu.menu ul > li.hide_mobile {
    display: none;
  }

  #header .menu.show_mobile {
    opacity: 1;
    visibility: visible;
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    padding: 0;
    background: none;
    backdrop-filter: unset;
    margin-left: auto;
    display: block;
  }

  #header .menu.show_mobile ul {
    height: auto;
    padding: 0;
    display: flex;
  }

  #header .menu.show_mobile > ul > li {
    margin: 0;
  }

  html #header .menu.show_mobile .logged_in.has_submenu > span,
  html #header .menu.show_mobile .logged_in.has_submenu > svg,
  .hide_mobile {
    display: flex;
    margin: 0;
  }
}

@media only screen and (max-width: 1250px) {
  .top_tabs .single_tab span {
    font-size: 18px;
  }

  .sticky_menu .sticky_items .tab {
    font-size: 14px;
  }
}

@media only screen and (max-width: 800px) {
  .top_tabs .single_tab {
    flex: auto;
  }

  .pricing .col-3:first-child {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .pricing .col-3:first-child .button_container {
    width: 100% !important;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .new_features .col-12 {
    width: 91vw;
  }

  .sticky_menu .sticky_items .tab {
    font-size: 18px;
  }
}

@media only screen and (max-width: 800px) {
  .pricing_switch {
    width: 100%;
  }

  .pricing_big .col-3 {
    display: block;
  }
}

.cookie_consent {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 30vw;
  background: var(--white);
  border: 2px solid var(--orange);
  padding: 32px;
  padding-top: 24px;
  box-shadow: 16px 16px 32px 0px rgba(0, 0, 0, 0.35);
  border-radius: 24px;
  z-index: 10;
}

.cookie_consent h3 {
  color: var(--black);
  font-size: 20px;
  margin: 0;
}

.cookie_consent p {
  margin: 0;
  color: #363636;
  font-size: 14px;
  margin-bottom: 20px;
}

.cookie_consent a {
  font-size: 14px;
  color: var(--black);
  font-weight: 800;
  text-decoration: underline;
}

.cookie_consent .button_container {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: auto;
}

.cookie_consent a.button {
  text-decoration: none;
  margin: 0;
}

.cookie_consent .close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: #363636;
  display: flex;
  align-items: center;
  line-height: 30px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (max-width: 1100px) {
  .cookie_consent {
    width: calc(90vw - 54px);
    right: 10px;
    bottom: 10px;
  }
}

#header .menu ul li:last-child a {
  color: var(--white);
}

#header .menu ul li:last-child {
  padding: 0;
}

.free_pricing {
  display: flex;
  align-items: center;
  background: url("images/free_plan.jpg") no-repeat;
  border-radius: 30px;
  background-size: cover;
  padding: 45px 65px;
  margin-bottom: 50px;
  background-position: top right;
}

.free_pricing .txt {
  z-index: 2;
  position: relative;
  width: 70%;
  color: var(--white);
  margin-left: 90px;
  margin-right: 20px;
}

.free_pricing ul {
  margin: 0;
  padding: 0;
}

.free_pricing li {
  list-style-type: none;
  margin: 0;
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background: url(icons/list_check_white.svg) no-repeat left 1px;
  padding-left: 22px;
  margin-bottom: 6px;
  background-size: 20px;
  display: flex;
  width: auto;
  position: relative;
  transition: all 0.5s ease;
}

.pricing_plans .left_side p .has_tooltip,
.main_pricing ul li .has_tooltip {
  background: url("icons/tooltip.svg") no-repeat;
  margin-left: 10px;
  position: relative;
  min-width: 15px;
  height: 15px;
  background-size: contain;
  display: inline-block;
  transition: all 0.5s ease;
}

.pricing_plans .left_side p:hover .has_tooltip,
.main_pricing ul li:hover .has_tooltip {
  background: url("icons/tooltip_orange.svg") no-repeat;
  transition: all 0.5s ease;
  background-size: contain;
}

.free_pricing ul li,
.pricing_data ul li {
  display: block;
}

.main_pricing .pricing_data li:hover .has_tooltip {
  background: url("icons/tooltip_purple.svg") no-repeat;
  transition: all 0.5s ease;
  background-size: contain;
}

.pricing_plans .tooltip,
.pricing_data li .tooltip {
  background: rgba(52, 37, 119, 0.88);
  color: var(--white);
}

.pricing_plans .tooltip:after,
.pricing_data li .tooltip:after {
  border-right: solid transparent 10px;
  border-top: solid rgba(52, 37, 119, 0.88) 10px;
}

.free_pricing a {
  white-space: nowrap;
}

.free_pricing h3 {
  margin: 0;
}

.tooltip {
  border-radius: 4px;
  background: var(--orange);
  box-shadow: 16px 16px 80px 0px rgba(52, 37, 119, 0.08);
  bottom: 100%;
  font-size: 12px;
  line-height: 110%;
  color: var(--black);
  display: block;
  left: -90px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: 200px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */
.tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid var(--orange) 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.pricing_plans p:hover .tooltip,
.main_pricing li:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.main_pricing .pricing_plans .inner_plan.active .tab p span.has_tooltip {
  float: none;
  width: auto;
  height: 30px;
  position: relative;
  top: 3px;
}

.main_pricing
  .pricing_plans
  .inner_plan.active
  .tab
  span.has_tooltip
  span.tooltip {
  font-weight: normal;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  color: var(--white);
  float: none;
  width: 200px;
  height: auto;
}

@media only screen and (max-width: 1100px) {
  .main_pricing {
    overflow: hidden;
  }

  #header > a.mobile_only.button {
    display: block;
    margin-left: auto;
  }

  #header #main_menu.menu ul li.has_button a.white_button {
    display: none;
  }

  .single_blog .top_details img {
    max-height: 250px;
  }

  .tooltip:after {
    left: 73%;
  }

  .tooltip {
    left: -140px;
  }

  .free_pricing {
    flex-wrap: wrap;
    justify-content: start;
    padding: 30px 40px;
  }

  .free_pricing .txt {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pricing .col-3:first-child {
    width: 96%;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }

  html .pricing .col-3 {
    display: block;
    width: 29.3%;
  }
  .single_blog .top_details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 50px;
    min-height: 130px;
  }

  .pricing .col-3:first-child .button_container .button {
    margin: 0;
  }

  .pricing .col-3:first-child h3 {
    margin: 0;
  }

  .pricing .col-3:first-child .button_container {
    width: auto;
  }

  #header #main_menu.menu ul > li.has_button {
    border: 0;
  }

  #header #main_menu.menu ul li.has_button a,
  #header #main_menu.menu ul li.has_button:last-child a {
    justify-content: center;
  }

  .single_blog .blog_details .bottom_data .bottom_items a,
  .single_blog .blog_details .bottom_data .bottom_items .date,
  .single_blog .blog_details .bottom_data .bottom_items .tag {
    font-size: 12px;
  }

  .contact ._button-wrapper a,
  .contact ._button-wrapper p {
    width: 100%;
  }

  section.single_knowledge .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 50px;
  }

  section.single_knowledge .col-9 {
    position: unset;
  }

  .single_knowledge .button_container {
    position: absolute;
    top: 0;
    width: 96%;
  }

  section.single_knowledge .col-3 {
    width: 96%;
    display: block;
    position: relative;
    top: 0;
  }

  section.single_knowledge {
    margin-top: 50px;
  }

  .sticky_menu .sticky_items .tab.active {
    display: block;
  }

  .text_only {
    overflow: hidden;
  }

  .new_features .container {
    width: 700px;
  }

  .single_blog .blog_details .bottom_data .bottom_items {
    flex-wrap: wrap;
  }
}

.pricing_big .pricing_data li {
  display: block;
}

.main_pricing ul li .has_tooltip {
  top: 3px;
}

.clients .splide__pagination {
  bottom: -30px;
}

.single_blog .blog_details .bottom_data .bottom_items {
  margin-left: auto;
}

.new_player .files .item_row span:nth-child(4) {
  min-width: 200px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mb-20 {
  margin-bottom: 20px;
}

.footer-subscribe-form ._form_element ._form-inner ._error-inner {
  left: 0px;
  bottom: 48px;
}

.banner {
  position: relative;
  background: linear-gradient(to right, #ffd4b2, #ffc0cb);
  padding: 12px 16px;
  color: black;
}

.bannerContent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.bannerText {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bold {
  font-weight: bold;
}

.semibold {
  font-weight: 600;
}

.ctaButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: black;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-left: 5px;
}

.ctaButton:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.close-button {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  padding: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  background-color: rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
  .divider {
    display: inline;
  }
}

.card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
  width: 75%;
  max-width: 500px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

/* Content styling */
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.card p {
  font-size: 16px;
  line-height: 1.5;
  margin: 5px 0;
  color: #555;
}

.email {
  font-weight: 600;
  color: #333;
  margin: 5px 0;
}

.redirect-text {
  margin-top: 20px;
  font-size: 14px;
  color: #777;
}

.countdown {
  font-weight: 600;
}

/* Button styling */
.home-button,
.slack-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: white;
  color: #333;
  border: 2px solid #b1b0b0;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.home-button:hover,
.slack-button:hover {
  background-color: #f5f5f5;
}

.subscription-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.main-card {
  padding: 50px;
  /* width: 100%; */
  width: 600px;
  text-align: center;
  margin-bottom: 20px;
}

/* Info cards */
.info-cards {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  width: 600px;
}

.info-card {
  padding: 15px;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
  background-color: white;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.info-card img {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

.info-card:hover {
  transform: translateY(-3px);
}

.info-content {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px;
}

.info-content h5 {
  font-size: 14px;
  color: #333;
}

.info-card p {
  font-size: 12px;
  margin: 0;
  color: #000;
}

.usage-documentation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.add-tier-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}
.add-tier-card h4 {
  font-size: 1rem;
}
.add-tier-card li {
  font-size: 1.2rem !important;
}
.add-tier-title {
  color: var(--orange);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}

.add-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.usage-documentation p {
  color: #000000;
}

.add-term-title {
  color: var(--orange);
  font-size: 1.3rem;
  margin: 0;
}
.add-info {
  color: #000;
  font-size: 1.25rem;
  text-decoration: underline;
}
.add-info:hover {
  color: var(--orange);
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .card {
    padding: 20px;
    gap: 10px;
  }
  .main-card {
    width: auto;
    padding: 20px;
  }
  .info-cards {
    flex-direction: column;
    width: 100%;
  }

  .info-card {
    flex: 1 1 auto;
  }
  .usage-documentation {
    padding: 0px;
  }
}
.tooltip-container {
  position: relative;
  top: 2px;
}

.tooltip-container a {
  font-size: 12px !important;
}

.tooltip-container2 {
  position: relative;
  top: -3px;
  left: 5px;
}

.tooltip-container2 img {
  width: 14px;
  height: 14px;
}

.question-icon {
  margin-left: 5px;
  width: 14px;
  height: 14px;
}

/* CSS Updated */
