@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-dark: #003154;
  --primary: #0292b7;
  --white: white;
  --primary-light: #f4f6fc;
  --text-gray: #8f8f8f;
  --gray: #38214a1a;
  --black: black;
  --white-50: #ffffff80;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: var(--text-dark);
  font-family: Syne, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
}

h3 {
  color: var(--primary);
  margin-top: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
}

h4 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

h5 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  color: var(--text-dark);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  text-transform: capitalize;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
}

ul {
  margin-top: 10px;
  padding-left: 0;
}

li {
  color: var(--text-dark);
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
}

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/Vector.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 23px 24px;
  border-left: 1px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 20px;
  line-height: 1.2;
}

.section {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.light-background {
  background-color: var(--white);
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.section.blog-classic-banner {
  background-image: url('../images/Drummer-2.JPG');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.section.no-bottom-padding-light-background {
  background-color: var(--primary-light);
}

.section.blog-details-banner {
  background-image: url('../images/nainoa-shizuru-NcdG9-.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.section.without-top-spacing {
  padding-bottom: 10px;
}

.section.without-bottom-space {
  padding-bottom: 0;
}

.section.with-image-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
}

.section.licensing-banner {
  flex-direction: row;
  align-items: center;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.section.social-icons {
  padding-bottom: 40px;
}

.section.licensing-without-top-spacing {
  padding-top: 0;
}

.section.changelog-description {
  padding-bottom: 40px;
}

.section.light-background-without-bottom {
  background-color: var(--primary-light);
  padding-bottom: 0;
}

.section.footer {
  background-color: #f5f7fa;
}

.section.music {
  background-color: var(--primary-light);
}

.section.about {
  padding-top: 30px;
  padding-bottom: 0;
}

.section.about.first {
  padding-top: 80px;
}

.base-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container.align-left {
  align-items: stretch;
}

.base-container.central-alignment-heading {
  text-align: center;
}

.base-container.top-banner {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

.base-container.gallery {
  order: 0;
  align-items: flex-start;
  display: flex;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 80%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 90%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  width: 30%;
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 40%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 40%;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  color: #0292b7;
  background-color: #0292b7;
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  color: #0292b7;
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 50px;
}

.h2-tablet {
  font-size: 40px;
}

.h1-mobile {
  font-size: 42px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 30px;
}

.h3-tablet {
  font-size: 32px;
}

.h4-mobile {
  font-size: 22px;
}

.h5-mobile {
  font-size: 20px;
}

.h6-mobile {
  color: var(--white);
  font-size: 38px;
  font-weight: 700;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.style-guide-body-wrapper.none {
  display: none;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  border-radius: 10px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #ffffff1a;
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 30px;
  display: block;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  top: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--black);
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px 0 5px 10px;
  font-weight: 600;
  transition-property: all;
}

.nav-link:hover {
  color: #5d516ccf;
}

.nav-link.w--current {
  color: var(--text-dark);
}

.nav-link.last-child {
  text-align: right;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.nav-link.belt-footer-link.w--current {
  color: var(--black);
}

.nav-link.belt-footer-link.w--current:hover {
  color: #5d516ccf;
}

.nav-link.white-belt-footer-link {
  color: var(--white);
}

.nav-link.white-belt-footer-link:hover {
  color: #ffffffb3;
}

.nav-link.white-belt-footer-link.w--current {
  color: var(--black);
}

.nav-link.white-belt-footer-link.w--current:hover {
  color: #5d516ccf;
}

.nav-link.last-child-footer-link-white {
  color: var(--white);
}

.nav-link.last-child-footer-link-white:hover, .nav-link.text-white:hover, .nav-link.text-white.w--current {
  color: #ffffffb3;
}

.nav-link.last-child-text-white {
  color: var(--white);
  margin-right: 0;
  padding-right: 0;
}

.nav-link.last-child-text-white:hover {
  color: #ffffffb3;
}

.nav-dropdown {
  color: var(--black);
}

.nav-dropdown-icon {
  display: none;
}

.nav-dropdown-list {
  border: 1px solid var(--gray);
  background-color: #fff;
  border-radius: 4px;
  width: 200px;
  padding: 15px 20px;
  display: none;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--black);
}

.nav-dropdown-link.w--current:hover {
  color: var(--primary);
}

.nav-dropdown-link.text-white:hover {
  color: #ffffffb3;
}

.nav-dropdown-link.text-white.w--current {
  color: var(--white);
}

.nav-dropdown-link.text-white.w--current:hover {
  color: #ffffffb3;
}

.style-guide-banner-section {
  background-color: var(--primary-light);
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 130px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 0 #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 0;
  display: grid;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--text-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: #f9f9fa;
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--primary);
  border-radius: 50px;
  min-width: 280px;
  min-height: 48px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.password-input:focus {
  border: 1px solid var(--text-dark);
}

.password-input::placeholder {
  color: var(--text-dark);
}

.password-title-wrapper {
  margin-bottom: 20px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  align-self: flex-start;
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 30px;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--primary);
  border-radius: 50px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 15px;
}

.coming-soon-input:focus {
  border: 1px solid var(--text-dark);
}

.coming-soon-input::placeholder {
  color: var(--primary);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-grid-image-link {
  min-width: 100%;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.blog-grid-item-date {
  margin-top: 0;
  margin-bottom: 10px;
}

.blog-grid-content-wrapper {
  background-color: var(--white);
  flex-direction: column;
  min-height: 280px;
  padding: 20px 30px 30px;
  display: flex;
}

.blog-grid-item {
  width: 31%;
  display: inline-block;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-grid-item-title {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 700;
}

.blog-grid-item-description {
  margin-top: 0;
  margin-bottom: 15px;
}

.blog-classic-wrapper {
  width: 100%;
  max-width: 980px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-item {
  margin-bottom: 60px;
  box-shadow: 0 0 20px #00000014;
}

.blog-classic-top-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px 30px;
  display: flex;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.blog-classic-post-image {
  object-fit: cover;
  width: 100%;
  max-height: 480px;
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
}

.blog-classic-bottom-content {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.blog-classic-post-description {
  margin-top: 35px;
  margin-bottom: 35px;
}

.blog-classic-post-date {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 3px;
  margin-top: -13px;
  padding: 3px 15px;
  font-weight: 700;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
  transform: rotate(180deg);
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  width: auto;
  color: var(--text-dark);
  align-items: center;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 50px;
}

.footer-rights-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  font-size: 18px;
  line-height: 1.5em;
}

.footer-copyright {
  width: 100%;
  font-size: 18px;
  line-height: 1.5em;
}

.footer-copyright-link {
  color: var(--text-dark);
  cursor: pointer;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: #5d516c80;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  color: var(--text-dark);
  font-size: 17px;
  line-height: 1.5em;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.text-white {
  color: var(--white);
}

.light-background {
  background-color: #f9f9fa;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.footer-social-icons-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 30%;
  padding-bottom: 15px;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
  padding-bottom: 15px;
  display: flex;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  margin-right: 35px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: #5d516ccf;
}

.footer-social-icon.last-child {
  margin-right: 0;
}

.footer-social-icon.white {
  color: var(--white);
}

.footer-social-icon.white:hover {
  color: var(--primary);
}

.footer-social-icon.last-child-white {
  color: var(--white);
}

.footer-social-icon.last-child-white:hover {
  color: var(--primary);
}

.footer-social-icon.text-white:hover {
  color: #ffffffb3;
}

.footer-social-icon.last-child-icon {
  color: var(--white);
  margin-right: 0;
}

.footer-social-icon.last-child-icon:hover {
  color: #ffffffb3;
}

.search-wrap-input {
  height: 60px;
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: #afafaf;
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.search-link {
  font-size: 20px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  height: auto;
  margin-top: 20px;
  padding: 16px 22px;
  font-size: 17px;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-bottom: 60px;
  padding-top: 140px;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 30px;
}

.button-wrapper.bigger {
  margin-top: 50px;
}

.service-list-item {
  position: relative;
}

.primary-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  white-space: nowrap;
  border-radius: 40px;
  align-items: center;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
}

.primary-button-white:hover {
  color: var(--white);
  background-color: #0000;
}

.primary-button-white.subscribe-button {
  border-radius: 10px;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.subscribe-form-fields {
  grid-column-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-text-field {
  border: 1px solid var(--white);
  max-width: 315px;
  height: auto;
  color: var(--white);
  background-color: #0000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 14px 20px 14px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}

.form-text-field:focus {
  border-color: var(--primary-light);
}

.form-text-field::placeholder {
  color: var(--white);
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.secondary-button {
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: none;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 10px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.secondary-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.secondary-button.margin-left {
  margin-left: 20px;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-4-banner-slider-small {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  display: flex;
}

.events-slider {
  height: 100vh;
}

.events-slider.artist {
  background-image: url('../images/Drummer-1.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.events-slider.band {
  background-image: url('../images/austin-neill-_1austin-neill .webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.top-banner-subtitle {
  color: #fff;
  text-align: justify;
  max-width: 370px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.blog-details-link-title {
  transition: color .3s;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.top-banner-background-image {
  display: flex;
}

.top-banner-background-image.three-rows {
  width: 50%;
}

.top-banner-container {
  z-index: 10;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.content-buttons {
  grid-column-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.top-banner-slider-title {
  flex: 0 auto;
  order: 0;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-dropdown-link-line.white-link {
  background-color: var(--white);
}

.nav-dropdown-link-line.white-link:hover {
  background-color: #ffffffb3;
}

.search {
  width: 100%;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-block h2, .rich-text-block h3, .rich-text-block h4 {
  margin-top: 25px;
}

.rich-text-block h5, .rich-text-block h6 {
  margin-top: 20px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.brand {
  padding-top: 5px;
  padding-bottom: 5px;
}

.underlined-link {
  font-weight: 500;
  text-decoration: underline;
  transition-property: all;
}

.underlined-link:hover {
  opacity: .7;
}

.lightbox-link-video {
  flex: none;
  text-decoration: none;
  position: absolute;
  right: 47%;
}

.play-button-2 {
  border: 1px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  transition: all .2s cubic-bezier(.755, .05, .855, .06);
  display: flex;
}

.play-button-2:active {
  background-color: var(--white-50);
}

.play-button-border {
  z-index: 0;
  border: 1px solid var(--white-50);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
}

.play-button-text {
  z-index: 0;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
  left: 2px;
}

.hero-heading {
  width: 70%;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
}

.play-button-wrapper {
  width: 50%;
  height: 80px;
  position: relative;
}

.play-button-wrapper.mobile {
  display: none;
}

.top-banner-links {
  justify-content: space-between;
  display: flex;
  position: absolute;
  bottom: 55px;
  left: 15px;
  right: 15px;
}

.music-services-links-wrapper {
  z-index: 2;
  grid-column-gap: 50px;
  align-items: center;
  height: 30px;
  display: flex;
  position: relative;
}

.social-media-top-banner-wrapper {
  z-index: 1;
  color: var(--white);
  font-size: 18px;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

.follow {
  margin-right: 20px;
}

.slide {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.container-flex-box {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.dark-secondary-button {
  border: 1px solid var(--primary);
  color: var(--primary);
  white-space: nowrap;
  background-color: #0000;
  border-radius: 10px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
}

.dark-secondary-button:hover {
  background-color: var(--primary);
  color: var(--white);
}

.container-m-w-500px {
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  display: flex;
}

.container-m-w-500px.events-section {
  flex: 0 auto;
  width: 50%;
}

.container-m-w-500px.stretch {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
}

.grid-image {
  width: 100%;
  max-width: 230px;
  height: 230px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  object-position: 40% 20%;
  transform-style: preserve-3d;
  border-radius: 15px;
  transition: transform .4s;
}

.grid-image:hover {
  transform: scale(1.05);
}

.grid-image.bands {
  max-width: 300px;
  height: 230px;
}

.pink-grid-element {
  border-radius: 20px;
  width: 230px;
  height: 150px;
}

.pink-grid-element.bottom {
  background-image: linear-gradient(#f9e7e6, #fff);
  flex: none;
}

.pink-grid-element.top {
  background-image: linear-gradient(#fff, #f9e7e6);
}

.pink-grid-element.bottom-desctop {
  background-image: linear-gradient(#f9e7e6, #fff);
  flex: none;
}

.upcoming-events-collection-list-wrapper {
  margin-top: 34px;
}

.upcoming-events-content-wrapper {
  width: 50%;
  max-width: 600px;
  margin-top: 40px;
  margin-left: 70px;
}

.dark-paragraph-subheading {
  color: var(--primary);
}

.upcoming-events-collection-list-item {
  border-bottom: 1px solid #38214a4d;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.upcoming-events-collection-list-item.white-line {
  border-bottom-color: var(--text-gray);
}

.upcoming-events-collection-list-item-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.date-collection-item {
  text-transform: uppercase;
  margin-bottom: 0;
}

.date-collection-item.coma {
  margin-right: 3px;
}

.date-collection-item.text-gray {
  color: var(--text-gray);
}

.date-wrapper {
  white-space: nowrap;
  flex-wrap: nowrap;
  margin-right: 40px;
  display: flex;
}

.location-item-paragraph {
  text-align: justify;
  flex: 1;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Syne, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.location-item-paragraph.text-gray {
  color: var(--text-gray);
}

.upcoming-events-heading-wrapper {
  max-width: 330px;
  transition-property: opacity;
}

.upcoming-events-heading-wrapper:hover {
  opacity: .6;
}

.nav-dropdown-title {
  color: var(--primary);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1em;
  transition: all .3s;
}

.nav-dropdown-title:hover {
  color: #5d516ccf;
}

.nav-dropdown-title.text-white {
  color: var(--white);
}

.nav-dropdown-title.text-white:hover {
  color: #ffffffb3;
}

.gray-circle-2 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 257px;
  height: 257px;
  position: absolute;
  top: -105px;
  left: -500px;
}

.gray-circle-3 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 257px;
  height: 257px;
  position: absolute;
  bottom: -245px;
  right: -300px;
}

.top-banner-content-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-wrapper-500px {
  text-align: center;
  max-width: 540px;
  margin-bottom: 30px;
}

.paragraph-wrapper-500px.top-margin-100px {
  margin-top: 100px;
}

.albums-and-singles-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.albums-and-singles-grid._6-col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.albums-and-singles-item-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.albums-singles-heading {
  white-space: normal;
  margin-bottom: 0;
  font-weight: 500;
  transition: color .2s;
}

.albums-singles-heading:hover {
  color: #5d516ccc;
}

.albums-singles-heading.text-white-hover {
  color: var(--white);
}

.albums-singles-heading.text-white-hover:hover {
  color: #ffffffb3;
}

.albums-singles-heading.small {
  align-self: flex-end;
  font-size: 17px;
}

.gray-circle-5 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 157px;
  height: 157px;
  position: absolute;
  top: 130px;
  right: -215px;
}

.gray-circle-4 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  position: absolute;
  top: 300px;
  left: -200px;
}

.gray-circle-6 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 193px;
  height: 193px;
  position: absolute;
  top: -175px;
  left: -200px;
}

.latest-articles-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.latest-articles-heading {
  margin-bottom: 0;
}

.latest-articles-content-wrapper {
  flex: 1;
  width: 100%;
}

.lates-articles-collection-item {
  width: 33.3333%;
}

.latest-articles-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.latest-articles-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 370px;
  height: 320px;
  margin-bottom: 10px;
  transition: opacity .3s;
  display: block;
}

.latest-articles-image:hover {
  opacity: .8;
}

.link-hover-opacity {
  transition-property: all;
  transition-duration: .3s;
}

.link-hover-opacity:hover {
  opacity: .7;
}

.home-2-title.text-white {
  color: var(--white);
}

.green-intro-item {
  background-color: #113331;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 220px;
  height: 220px;
  padding: 20px;
  display: flex;
}

.vertical-container-item-1 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 50px;
  display: flex;
}

.section-animation {
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.popup-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.advantages-container-right {
  grid-column-gap: 30px;
  width: auto;
  max-height: 635px;
  margin-left: 70px;
  display: flex;
  overflow: hidden;
}

.advantages-container-right.reverse {
  margin-left: 0;
  margin-right: 70px;
}

.advantages-container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.advantages-container.reverse {
  flex-direction: row-reverse;
}

.vertical-container-item-2 {
  grid-row-gap: 30px;
  flex-direction: column-reverse;
  justify-content: flex-end;
  display: flex;
}

.subscription-section {
  background-color: var(--primary);
  color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.subscribe-title-wrapper {
  margin-bottom: 0;
}

.circle-elements-wrapper {
  z-index: 2;
  border: 1px solid #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 425px;
  height: 425px;
  display: flex;
  position: absolute;
  top: 114px;
  left: -150px;
}

.circle-element-2 {
  border: 1px solid #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 318px;
  height: 318px;
  display: flex;
}

.circle-element-3 {
  border: 1px solid #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 202px;
  height: 202px;
  display: flex;
}

.circle-elements-4 {
  border: 1px solid #fff6;
  border-radius: 50%;
  width: 111px;
  height: 111px;
}

.circle-elements-wrapper-2 {
  z-index: 2;
  border: 1px solid #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 425px;
  height: 425px;
  display: flex;
  position: absolute;
  bottom: 104px;
  right: -150px;
}

.subscribe-form-block {
  width: 100%;
  max-width: 470px;
  margin-top: -10px;
  margin-bottom: 0;
}

.empty-state-2 {
  text-align: center;
  background-color: #0000;
}

.link-block {
  transition-property: opacity;
}

.new-merch-wrapper {
  max-width: 500px;
  margin-left: 100px;
}

.merch-image {
  object-fit: cover;
}

.merch-image.bio {
  object-fit: cover;
  object-position: 35% 50%;
  border-radius: 8px;
  flex: 0 auto;
  max-width: 100%;
  height: auto;
}

.nwe-merch-content-wrapper {
  z-index: 1;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.pricing-card {
  background-color: var(--white);
  width: 100%;
  max-width: 500px;
  margin-top: -45px;
  margin-left: 70px;
  display: flex;
}

.pricing-card-buy-button {
  background-color: var(--primary);
  width: 100%;
  max-width: 150px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  display: flex;
}

.buy-card-item-name {
  width: 100%;
  max-width: 500px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.pricing-paragraph {
  color: #5d516c;
  font-size: 24px;
  font-weight: 500;
}

.text-link-white {
  color: var(--white);
  padding: 20px;
  font-weight: 500;
  text-decoration: underline;
  transition-property: opacity;
}

.text-link-white:hover {
  opacity: .75;
}

.gray-circle-7 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  bottom: -105px;
  right: -435px;
}

.gray-circle-8 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 134px;
  height: 134px;
  position: absolute;
  top: 152px;
  left: -60px;
}

.success-message {
  background-color: #0000;
  font-size: 18px;
}

.error-message {
  color: #ffa6a6;
  text-align: center;
  background-color: #0000;
  font-size: 18px;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 1;
  max-width: none;
  max-height: none;
}

.gray-circle-1 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 165px;
  height: 165px;
  position: absolute;
  top: -80px;
  right: -280px;
}

.slider__icon-2 {
  font-size: 24px;
  font-weight: 700;
  display: none;
}

.slider__mask-2 {
  position: static;
  overflow: visible;
}

.slide-6 {
  position: static;
  inset: 0%;
  overflow: visible;
}

.slider__nav {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.slider-4 {
  background-color: #0000;
  width: 769px;
  height: 450px;
}

.slide__image {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slide__image.next {
  z-index: 1;
  transform-origin: 50%;
  transform: translate(120px)rotate(3deg)scale(.8);
}

.slide__image.current {
  z-index: 2;
  transform-origin: 50%;
}

.slide__image.previous {
  z-index: 0;
  transform-origin: 50%;
  transform: translate(-120px)rotate(-3deg)scale(.8);
}

.slider__arrow {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  width: 48px;
  height: 48px;
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider__arrow:hover {
  border: 1px solid var(--white);
  background-color: #ffffff1a;
}

.slider__arrow.left {
  z-index: 200;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slider__arrow.right {
  z-index: 200;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(50%, -50%);
}

.slider__arrow.white-left {
  background-color: var(--white);
  transform: translate(-50%);
}

.slider__arrow.white-right {
  background-color: var(--white);
  transform: translate(50%);
}

.slider__arrow.swipe-right {
  z-index: 200;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(50%, -50%);
}

.slider__arrow.swipe-left {
  z-index: 200;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faicon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.faicon.dark-icon {
  color: var(--primary);
}

.about-us-top-banner-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3-Erste-Band-1975.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 60px;
  padding-top: 180px;
  padding-bottom: 180px;
}

.about-event-content-wrapper {
  max-width: 600px;
  margin-left: 0;
  margin-right: 70px;
}

.about-event-content-wrapper.right {
  margin-left: 70px;
  margin-right: 0;
}

.about-event-container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.gray-circle-9 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 198px;
  height: 198px;
  position: absolute;
  top: 38px;
  left: -145px;
}

.gray-circle-10 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 257px;
  height: 257px;
  position: absolute;
  bottom: -170px;
  right: -290px;
}

.about-event-title {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 45px;
}

.white-paragraph {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
}

.about-event-decription {
  color: var(--white);
  margin-bottom: 50px;
}

.about-event-decription._2 {
  color: var(--text-dark);
  text-align: justify;
  margin-bottom: 0;
  font-size: 17px;
}

.sider-arrow-white {
  background-color: var(--white);
  width: 48px;
  height: 48px;
  color: var(--primary);
  border: 1px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.sider-arrow-white:hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.none {
  display: none;
}

.about-description-wrap-small {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  display: flex;
  position: relative;
}

.logos-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.event-top-banner-subtitle {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.events-top-banner-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 715px;
  display: flex;
}

.events-top-banner-section {
  object-position: 50% 30%;
  background-image: url('../images/Duo-Fatal-2021-Linder-Egger.jpeg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.events-top-banner-section.video {
  background-image: url('../images/_DSC5524.jpg');
  background-position: 50% 20%;
}

.no-padding {
  text-align: justify;
}

.about-events-slider-small {
  flex-direction: column;
  display: none;
}

.gray-circle-11 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  position: absolute;
  top: -20px;
  left: -260px;
}

.collection-item-2 {
  object-position: 50% 0%;
  background-color: #0000008a;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.collection-list-2 {
  height: 100%;
}

.collection-list-wrapper-2 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.logos-image {
  object-fit: contain;
  align-self: center;
  width: 16%;
}

.about-mask-small {
  width: 100%;
}

.events-image {
  object-fit: cover;
  border-radius: 20px;
  width: 220px;
  height: auto;
  margin-right: 30px;
}

.events-holder {
  flex-direction: row;
  width: 70%;
  display: flex;
}

.events-holder.video {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.events-buttons-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 20%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.grid-item {
  background-color: var(--primary-light);
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  min-width: 960px;
  margin-bottom: 30px;
  padding: 20px 30px 20px 20px;
  display: flex;
}

.grid-item:last-child {
  margin-bottom: 0;
}

.events-description-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.events-date {
  margin-top: 10px;
  margin-bottom: 0;
}

.events-divider {
  background-color: var(--white);
  width: 1px;
  height: 132px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.event-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.events-page-location {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.events-details-section {
  background-image: url('../images/Funk-Park.jpeg');
  background-position: 50% 5%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}

.events-details-title {
  color: var(--white);
  text-align: center;
  white-space: normal;
}

.location-time-holder {
  grid-column-gap: 50px;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.events-details-location, .events-location-date {
  grid-column-gap: 20px;
  align-items: center;
  width: 50%;
  display: flex;
}

.events-details-time {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

.without-bottom-spacing {
  margin-bottom: 0;
}

.about-event-wrapper {
  grid-column-gap: 80px;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.about-event-text, .about-event-image-holder {
  width: 50%;
}

.about-event-image {
  object-fit: cover;
  border-radius: 20px;
  width: 500px;
  height: 400px;
}

.about-event-description {
  text-align: justify;
  padding-bottom: 25px;
}

.find-place-wrapper {
  grid-column-gap: 70px;
  align-items: center;
  width: 100%;
  display: flex;
}

.find-place-image-holder, .find-place-text {
  width: 50%;
}

.other-events-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
  display: flex;
}

.other-events-item {
  background-color: var(--primary-light);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  min-width: 960px;
  margin-bottom: 30px;
  padding: 20px 30px 20px 20px;
  display: flex;
}

.other-events-item:last-child {
  margin-bottom: 0;
}

.blog-details-template-date {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}

.events-details-description {
  color: var(--white);
}

.blog-details-category-link {
  border: 1px solid var(--white);
  color: var(--white);
  white-space: nowrap;
  background-color: #0000;
  border-radius: 40px;
  margin-bottom: 10px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.blog-details-category-link:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.events-search-wrapper {
  justify-content: flex-end;
  min-width: 960px;
  display: flex;
}

.events-search {
  grid-column-gap: 30px;
  color: var(--primary);
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.events-search-input {
  border: 1px solid var(--primary);
  min-width: 315px;
  height: 46px;
  color: var(--primary);
  border-radius: 40px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
}

.events-search-input:focus {
  border-color: var(--primary);
}

.events-search-input::placeholder {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
}

.events-search-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  border-radius: 40px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.events-search-button:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #ffffff1a;
}

.hero-2-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
}

.with-dark-background {
  background-color: var(--black);
}

.blue-grid-element {
  border-radius: 20px;
  width: 230px;
  height: 150px;
}

.blue-grid-element.top-position {
  background-image: linear-gradient(#000 31%, #007bb6 100%, #fff);
}

.blue-grid-element.bottom-linear {
  background-image: linear-gradient(to bottom, #007bb6, var(--black) 80%);
  flex: none;
}

.home-dark-button {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 40px;
  align-items: center;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
}

.home-dark-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.text-gray {
  color: var(--text-gray);
}

.home-dark-button-white {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  border-radius: 40px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.home-dark-button-white:hover {
  border-color: var(--white);
  opacity: 1;
  color: var(--white);
  background-color: #0000;
}

.blog-category-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  border-radius: 40px;
  margin-bottom: 20px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.blog-category-button:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #ffffff1a;
}

.home-banner-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  border-radius: 10px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.home-banner-button:hover {
  border-color: var(--white);
  opacity: 1;
  background-color: #0000;
}

.licensing-banner-title {
  text-align: left;
}

.font-description {
  margin-bottom: 0;
}

.title-404 {
  font-size: 130px;
}

.description-404 {
  text-align: center;
  margin-top: 30px;
}

.style-guide-banner-title {
  text-align: center;
}

.tabs-schedule {
  width: 100%;
}

.tabs-menu-wrapper {
  width: 100%;
  display: flex;
}

.schedule-tab {
  border-right: 1px solid var(--text-gray);
  background-color: var(--primary);
  width: 25%;
  color: var(--white);
  text-align: center;
  padding: 20px 30px;
  font-size: 20px;
  transition: background-color .3s, border .3s;
}

.schedule-tab:hover {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.schedule-tab.w--current {
  border: 1px solid var(--primary);
  background-color: var(--primary-light);
  color: var(--primary);
}

.base-style-guide-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

.spacing-system-content {
  padding-top: 100px;
}

.buy-this-template {
  z-index: 1000;
  color: var(--white);
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: none;
  position: fixed;
  inset: auto 12px 48px auto;
}

.btn-icon {
  margin-right: 8px;
}

.all-templates {
  z-index: 1000;
  background-color: var(--white);
  width: 141px;
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: none;
  position: fixed;
  inset: auto 12px 12px auto;
}

.section-2 {
  background-color: var(--white);
}

.text-field {
  margin-bottom: 15px;
}

.text-field.message {
  height: 100px;
  display: block;
  position: static;
  overflow: auto;
}

.text-field.message:focus-visible, .text-field.message[data-wf-focus-visible] {
  display: block;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-3 {
  margin-right: 20px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-3 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-3 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #1a1b1fbf;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-dark-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.footer-content-3 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-4 {
  color: #1a1b1f;
  text-align: left;
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-4:hover {
  color: #1a1b1fbf;
}

.footer-social-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-3 {
  margin-left: 12px;
}

.footer-divider-3 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-3 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.heading {
  font-family: Syne, sans-serif;
}

.youtube-slide-small {
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.paragraph-small {
  font-size: 14px;
}

.link, .link-2 {
  text-transform: none;
}

.paragraph-blocksatz {
  text-align: justify;
  object-position: 50% 30%;
}

.paragraph-4, .paragraph-5 {
  text-align: justify;
}

.slider-2 {
  z-index: 0;
  object-fit: fill;
  background-color: #031f5f;
  flex: 1;
  align-self: stretch;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.mask-2 {
  background-color: #031f5fad;
}

.hero-slide {
  background-image: linear-gradient(#031f5fcf, #031f5fcf), url('../images/Floorball.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-slide.home {
  background-image: url('../images/Percussionist2_1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.hero-slide.home2 {
  background-image: url('../images/Singer-COMPR.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hero-slide.home-3 {
  background-image: linear-gradient(#0000, #0000), url('../images/Drummer-1.jpeg');
  background-position: 0 0, 100% 0;
}

.image-8 {
  opacity: 0;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/Percussionist2.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  display: inline-block;
}

.image-8.image2 {
  background-image: none;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 7px;
  display: flex;
}

.paragraph-6 {
  text-align: justify;
}

.checkbox-field {
  margin-top: 12px;
  font-size: 15px;
}

.arrow {
  transition: color .3s, transform .3s;
}

.prevnext-cl {
  display: none;
}

.music-embed {
  margin-top: 20px;
}

.paragraph-7 {
  text-align: justify;
  align-self: flex-start;
}

.swiper {
  width: 769px;
  height: 450px;
  position: relative;
}

.swiper-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.swiper-slide-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-color: var(--primary);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-2 {
  display: none;
}

.video-collection-list-wrapper-small {
  display: block;
  overflow: hidden;
}

.video-collection-item-small {
  background-color: var(--white);
  object-position: 50% 0%;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.video-slider-grid-small {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.video-small {
  box-shadow: 2px 2px 11px 0 var(--text-gray);
}

.video-wrapper-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-content-wrapper-small {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fotogalerie-name {
  color: var(--white);
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 18px;
}

.swiper-slide-content-wrapper {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.fotogalerie-full-image {
  width: 100vw;
}

.slide-nav {
  display: none;
}

.description-image-gallery {
  text-align: justify;
  margin-top: 5px;
}

.image-9 {
  object-fit: cover;
  object-position: 50% 30%;
  height: 180px;
}

.video-item {
  border-radius: 15px;
  margin-right: 20px;
}

.about-events-slider-2 {
  flex-direction: row;
  display: block;
}

.sider-arrow-white-2 {
  color: #0292b7;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.sider-arrow-white-2:hover {
  color: #fff;
  background-color: #0292b7;
  border: 1px solid #0292b7;
}

.about-4-banner-slider-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
}

.div-video-item {
  border-radius: 11px;
  flex: 0 auto;
  align-self: center;
  width: 330px;
  margin-right: 20px;
}

.image-10 {
  z-index: 2;
  position: static;
  inset: 4em 0% 4em 6em;
}

.link-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  height: 200px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #f5f5f5;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--primary);
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  text-transform: none;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #fff;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.heading-no-margin {
  margin-bottom: 10px;
}

.video-section {
  display: flex;
}

.video-slider {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 600px;
  display: flex;
}

.collection-list-wrapper-3 {
  width: 100vw;
  height: 600px;
  overflow: hidden;
}

.collection-list-3 {
  max-height: none;
}

.collection-item-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.video-heading {
  color: var(--white);
  margin-bottom: 10px;
}

.html-embed {
  object-fit: fill;
  height: 100%;
  display: flex;
  position: static;
}

.rich-text-block-2 {
  align-self: flex-start;
}

.image-11 {
  margin-top: 3px;
}

.big-richtext {
  font-size: 30px;
}

.heading-2 {
  color: var(--white);
  font-size: 45px;
  font-weight: 700;
}

.heading-3 {
  font-size: 43px;
}

.rich-text-block-3 {
  text-align: center;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-selector-2-fill.f1 {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wg-selector-2-fill.f1.it {
  color: #000;
  background-color: #fff0;
}

.wg-selector-2-fill.f1.de {
  background-color: var(--primary);
}

.wg-selector-2-fill.f2 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector2-text-lang2 {
  color: #000;
  font-size: .7em;
  position: relative;
}

.wg-selector2-text-lang2.it {
  color: #000;
}

.wg-selector2-text-lang2.white {
  color: #fff;
}

.wg-code {
  display: none;
}

.wg-element {
  justify-content: center;
  align-items: center;
  margin-left: 1.5em;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element:hover {
  background-color: #fbf9fd;
}

.wg-selector2-text-lang1 {
  color: #000;
  font-size: .7em;
  position: relative;
}

.wg-selector2-text-lang1.it {
  color: #000;
}

.wg-selector2-text-lang1.de {
  color: #fff;
}

.wg-selector-2 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.wg-selector-2:hover {
  color: #4049ff;
}

.wg-selector-2.w--current {
  cursor: default;
}

.wg-selector-2.s1 {
  padding: 8px;
}

.wg-selector-2.s2 {
  border-radius: 10px;
  padding: 8px;
}

.wg-selector-2.s2:hover {
  color: #0292b7;
}

.wg-selector-2.s2.w--current {
  background-color: var(--primary);
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.blog-classic-banner, .section.blog-details-banner {
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .section.with-image-background {
    margin-top: 80px;
  }

  .section.social-icons {
    padding-bottom: 70px;
  }

  .section.changelog-description {
    padding-top: 80px;
  }

  .section.style-gude-section {
    background-color: var(--primary-light);
    padding-top: 0;
    padding-bottom: 130px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .blog-grid-image {
    height: 320px;
  }

  .text-white {
    color: var(--white);
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .top-banner-background-image.three-rows {
    width: 67%;
  }

  .center-title {
    padding-right: 140px;
  }

  .brand.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-m-w-500px {
    max-width: 500px;
  }

  .container-m-w-500px.events-section {
    width: 50%;
  }

  .container-m-w-500px.stretch {
    max-width: 550px;
  }

  .grid-image {
    max-width: 270px;
  }

  .pink-grid-element {
    width: 270px;
  }

  .upcoming-events-content-wrapper {
    width: 100%;
  }

  .gray-circle-6 {
    top: -215px;
  }

  .green-intro-item {
    width: 250px;
    height: 250px;
    padding: 30px;
  }

  .section-animation {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .subscription-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .circle-elements-wrapper {
    display: flex;
    top: 115px;
    left: -105px;
    transform: none;
  }

  .circle-elements-wrapper-2 {
    display: flex;
    bottom: 105px;
    right: -105px;
    transform: none;
  }

  .pricing-card-buy-button {
    max-width: 170px;
  }

  .image-3 {
    width: 100%;
  }

  .about-us-top-banner-section {
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .gray-circle-10 {
    bottom: -215px;
    right: -320px;
  }

  .events-top-banner-section {
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .grid-item {
    min-width: 1170px;
  }

  .events-description-holder {
    justify-content: center;
  }

  .events-details-section {
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .other-events-item, .events-search-wrapper {
    min-width: 1170px;
  }

  .blue-grid-element {
    width: 270px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.changelog-banner {
    margin-top: 120px;
  }

  .section.blog-classic-banner {
    min-height: 500px;
    margin-top: 120px;
  }

  .section.with-image-background {
    margin-top: 120px;
  }

  .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .style-guide-banner-section {
    padding-top: 220px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-m-w-500px.stretch {
    max-width: 600px;
  }

  .latest-articles-heading {
    width: 50%;
  }

  .image-3 {
    width: 100%;
  }

  .about-us-top-banner-section {
    margin-top: 120px;
  }

  .about-description-wrap-small {
    max-width: 850px;
  }

  .events-top-banner-section, .events-details-section {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1920px) {
  .section.blog-details-banner {
    margin-top: 120px;
  }

  .section.with-image-background {
    background-position: 50%;
  }

  .events-slider.artist {
    background-image: none;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .merch-image {
    width: 100%;
  }

  .base-style-guide-content {
    padding-top: 130px;
  }

  .slider-2 {
    width: 100vw;
  }

  .image-8 {
    background-image: none;
    background-size: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 22px;
  }

  .section.blog-classic-banner, .section.blog-details-banner {
    min-height: 300px;
  }

  .section.blog-details-post {
    padding-bottom: 0;
  }

  .section.licensing-banner {
    min-height: auto;
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.social-icons, .section.changelog-description {
    padding-bottom: 0;
  }

  .base-container.top-banner {
    min-height: 100vh;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    font-size: 16px;
    bottom: 6%;
    right: -5%;
  }

  .top-style-spacing-desktop {
    font-size: 16px;
    top: 4%;
    right: -5%;
  }

  .middle-style-spacing-desktop {
    font-size: 16px;
    top: 27%;
    right: -5%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .top-style-spacing-mobile {
    font-size: 16px;
    top: 3%;
    right: -5%;
  }

  .middlr-style-spacing-mobile {
    font-size: 16px;
    top: 26%;
    right: -5%;
  }

  .bottom-style-spacing-mobile {
    font-size: 16px;
    bottom: 6%;
    right: -5%;
  }

  .link-wrapper {
    margin-top: 20px;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .nav-menu.with-dark-background {
    background-color: var(--black);
  }

  .menu-button {
    text-align: right;
    flex: 1;
    padding: 4px 0 0;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.last-child-footer, .nav-link.belt-footer-link, .nav-link.white-belt-footer-link {
    justify-content: center;
  }

  .nav-link.white-belt-footer-link:hover {
    color: var(--primary);
  }

  .nav-link.last-child-footer-link-white {
    justify-content: center;
  }

  .nav-link.last-child-footer-link-white:hover, .nav-link.text-white:hover {
    color: var(--primary);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    overflow: hidden;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-link.text-white.w--current {
    color: var(--white);
  }

  .close-menu-button.w--open {
    background-color: var(--white);
    padding: 0 10px 0 0;
  }

  .close-menu-button.with-dark-background.w--open {
    background-color: var(--black);
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .style-guide-banner-section {
    min-height: 300px;
  }

  .licensing-grid {
    grid-row-gap: 80px;
  }

  .licensing-fonts-wrapper {
    margin-top: 0;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-item {
    width: 47.5%;
  }

  .blog-classic-top-content {
    padding: 30px 40px 25px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blog-template-wrapper {
    padding: 10px 40px 40px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    width: 100%;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    margin-bottom: 40px;
    padding-top: 80px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .form-text-field {
    width: 300px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .about-4-banner-slider-small {
    min-height: auto;
  }

  .events-slider.artist {
    background-position: 30%;
    height: 100%;
    min-height: 100vh;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .top-banner-background-image, .top-banner-background-image.three-rows {
    width: 60%;
  }

  .content-buttons {
    align-items: center;
    display: flex;
  }

  .top-banner-slider-title {
    max-width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-wrap.footer-mobile {
    grid-column-gap: 16px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .menu-wrap.dark-footer-mobile {
    grid-column-gap: 16px;
    background-color: var(--black);
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .menu-wrap.with-dark-background {
    background-color: var(--black);
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 56px;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    display: block;
  }

  .play-button-wrapper {
    width: 40%;
  }

  .top-banner-links {
    align-items: center;
    bottom: 35px;
  }

  .music-services-links-wrapper {
    grid-column-gap: 30px;
  }

  .music-service-link-icon {
    height: 21px;
  }

  .container-flex-box {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .container-flex-box.reverse {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
  }

  .container-m-w-500px {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .container-m-w-500px.events-section {
    width: 100%;
  }

  .container-m-w-500px.stretch {
    justify-content: space-between;
    align-self: stretch;
  }

  .pink-grid-element.bottom-desctop {
    display: none;
  }

  .upcoming-events-content-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  .nav-dropdown-title.text-white:hover {
    color: var(--primary);
  }

  .top-banner-content-wrapper {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .albums-and-singles-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .albums-and-singles-grid._6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .latest-articles-wrapper {
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .lates-articles-collection-item {
    width: 47.8%;
  }

  .latest-articles-collection-list {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .latest-articles-image {
    max-width: 100%;
  }

  .link-hover-opacity {
    width: 100%;
  }

  .vertical-container-item-1 {
    justify-content: center;
    padding-top: 0;
  }

  .advantages-container-right {
    justify-content: center;
    margin-left: 0;
  }

  .advantages-container-right.reverse {
    margin-right: 0;
  }

  .advantages-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .advantages-container.reverse {
    flex-direction: column;
  }

  .circle-elements-wrapper, .circle-elements-wrapper-2 {
    display: none;
  }

  .link-block-2 {
    width: 100%;
  }

  .new-merch-wrapper {
    max-width: none;
    margin-left: 0;
  }

  .nwe-merch-content-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .pricing-card-buy-button {
    max-width: 170px;
  }

  .slider-4 {
    width: 600px;
    height: 400px;
  }

  .about-event-content-wrapper {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .about-event-content-wrapper.right {
    margin-left: 0;
  }

  .about-event-container {
    grid-row-gap: 50px;
    flex-direction: column;
    align-self: auto;
    align-items: center;
  }

  .sider-arrow-white {
    width: 42px;
    height: 42px;
  }

  .about-description-wrap-small {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .no-padding {
    margin-bottom: 0;
  }

  .logos-image {
    width: 29%;
  }

  .events-holder {
    width: 65%;
  }

  .events-buttons-holder {
    width: 25%;
  }

  .grid-item {
    min-width: auto;
  }

  .about-event-wrapper {
    grid-column-gap: 50px;
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .find-place-wrapper {
    grid-column-gap: 40px;
  }

  .other-events-item {
    min-width: auto;
  }

  .blog-details-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .events-search-wrapper {
    width: 100%;
    min-width: auto;
  }

  .blue-grid-element.bottom-linear {
    display: none;
  }

  .home-dark-button:hover {
    opacity: 1;
  }

  .dark-menu-button {
    text-align: right;
    flex: 1;
    padding: 4px 0 0;
  }

  .dark-menu-button.w--open {
    background-color: var(--white);
  }

  .dark-menu-button.with-dark-background.w--open {
    background-color: var(--black);
  }

  .spacing-system-content {
    padding-top: 70px;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content-3 {
    grid-column-gap: 60px;
  }

  .swiper {
    width: 600px;
    height: 400px;
  }

  .video-slider-grid-small {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .video-wrapper-small {
    flex-direction: column;
    width: 100%;
  }

  .sider-arrow-white-2 {
    width: 42px;
    height: 42px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .wg-element {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  blockquote {
    font-size: 18px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.changelog-banner, .section.blog-classic-banner, .section.blog-details-banner {
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.with-image-background {
    margin-top: 60px;
  }

  .section.licensing-without-top-spacing {
    padding-bottom: 30px;
  }

  .base-container {
    justify-content: flex-start;
  }

  .base-container.top-banner {
    justify-content: space-between;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: solid;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    width: 65%;
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h1-tablet {
    font-size: 42px;
  }

  .h2-tablet {
    font-size: 36px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-dropdown-icon {
    right: 20px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .licensing-paragraph {
    width: 100%;
    margin-right: 0;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

  .blog-grid-item {
    width: 100%;
  }

  .blog-classic-top-content {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-template-wrapper {
    padding: 20px 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .footer-social-icons-wrapper {
    width: 100%;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-social-icon.last-child-white {
    margin-right: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-wrapper {
    margin-top: 20px;
  }

  .button-wrapper.bigger {
    margin-top: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .subscribe-form-fields {
    flex-wrap: wrap;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .about-4-banner-slider-small {
    height: auto;
    min-height: auto;
  }

  .events-slider {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .top-banner-subtitle {
    margin-top: 10px;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .top-banner-background-image {
    width: 100%;
  }

  .top-banner-background-image.three-rows {
    width: auto;
  }

  .content-buttons {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 40px;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .menu-wrap.footer-mobile, .menu-wrap.dark-footer-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .lightbox-link-video {
    right: auto;
  }

  .play-button-2 {
    background-color: var(--white);
  }

  .play-button-text {
    color: var(--black);
    font-weight: 500;
  }

  .play-button-wrapper {
    justify-content: center;
    width: 100%;
    display: none;
  }

  .play-button-wrapper.mobile {
    margin-bottom: 20px;
    display: flex;
  }

  .top-banner-links {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 40px;
    padding-bottom: 60px;
    position: static;
  }

  .music-services-links-wrapper, .social-media-top-banner-wrapper {
    align-self: flex-start;
  }

  .container-flex-box.reverse {
    grid-row-gap: 30px;
  }

  .container-m-w-500px.padding-right {
    padding-right: 70px;
  }

  .pink-grid-element {
    width: 100%;
    min-width: 217px;
    max-width: 270px;
  }

  .upcoming-events-collection-list-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .upcoming-events-collection-list-item-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-items: end;
    display: grid;
  }

  .top-banner-content-wrapper {
    flex-direction: column;
    margin-top: 180px;
    margin-bottom: 0;
  }

  .albums-and-singles-grid._6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lates-articles-collection-item {
    width: 100%;
  }

  .latest-articles-collection-list {
    grid-row-gap: 30px;
  }

  .latest-articles-image {
    max-width: 100%;
  }

  .link-hover-opacity {
    width: 100%;
  }

  .section-animation {
    padding-top: 60px;
  }

  .subscription-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subscribe-title-wrapper {
    margin-bottom: 10px;
  }

  .nwe-merch-content-wrapper {
    grid-row-gap: 40px;
  }

  .pricing-card-buy-button {
    max-width: 120px;
  }

  .slider-4 {
    width: 360px;
    height: 240px;
  }

  .about-us-top-banner-section {
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-event-content-wrapper {
    margin-right: 0;
  }

  .about-event-content-wrapper.right {
    margin-left: 0;
  }

  .about-event-container {
    grid-row-gap: 40px;
  }

  .about-event-decription {
    margin-bottom: 40px;
  }

  .about-description-wrap-small {
    max-width: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sponsors-heading {
    text-align: center;
  }

  .event-top-banner-subtitle {
    margin-top: 10px;
  }

  .events-top-banner-section {
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-events-slider-small {
    justify-content: center;
    align-items: center;
  }

  .collection-item-2 {
    width: auto;
    height: auto;
  }

  .collection-list-wrapper-2 {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .logos-image {
    width: 44%;
  }

  .about-mask-small {
    height: 341px;
  }

  .events-image {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .events-holder {
    flex-direction: column;
    width: 65%;
    margin-right: 30px;
  }

  .events-buttons-holder {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 35%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .events-divider {
    display: none;
  }

  .events-details-section {
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .location-time-holder {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
  }

  .events-details-location, .events-location-date {
    width: 100%;
  }

  .about-event-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .about-event-text, .about-event-image-holder, .about-event-image {
    width: 100%;
  }

  .find-place-wrapper {
    flex-direction: column-reverse;
  }

  .find-place-image-holder {
    width: 100%;
  }

  .find-place-text {
    width: 100%;
    margin-bottom: 40px;
  }

  .events-search-wrapper {
    justify-content: flex-end;
  }

  .events-search-input {
    min-width: 280px;
  }

  .blue-grid-element {
    width: 100%;
    min-width: 217px;
    max-width: 270px;
  }

  .tabs-menu-wrapper {
    flex-wrap: wrap;
  }

  .schedule-tab {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-3 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-3:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .footer-dark-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-4 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-3 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-3 {
    align-items: center;
  }

  .footer-link-4:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-3 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-3 {
    margin-left: 20px;
  }

  .footer-divider-3 {
    margin-top: 60px;
  }

  .swiper {
    width: 360px;
    height: 240px;
  }

  .video-collection-list-wrapper-small {
    overflow: hidden;
  }

  .video-collection-item-small {
    width: auto;
    height: auto;
  }

  .video-slider-grid-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-mask-2 {
    height: 341px;
  }

  .about-events-slider-2 {
    justify-content: center;
    align-items: center;
    max-height: 750px;
    display: flex;
  }

  .about-4-banner-slider-2 {
    width: auto;
    height: auto;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .wg-element {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section.licensing-banner {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .base-container {
    justify-content: space-between;
  }

  .base-container.top-banner {
    align-items: stretch;
  }

  .base-container.align-left-mobile {
    align-items: flex-start;
  }

  .grid-system-wrapper {
    flex-direction: row;
    width: 81%;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
    height: 40%;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
    height: 55%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: var(--text-gray);
    height: 40%;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    height: 39%;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .spacing-wrapper {
    width: 100%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    width: 99%;
  }

  .nav-link.last-child {
    padding-left: 0;
  }

  .nav-link.last-child-footer, .nav-link.last-child-footer-link-white {
    width: auto;
  }

  .licensing-images-wrapper {
    grid-template-columns: 1fr;
  }

  .licensing-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  .licensing-heading {
    margin-bottom: 0;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 15px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content, .blog-classic-bottom-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .text-white.align-left {
    text-align: left;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
  }

  .footer-wrapper {
    margin-bottom: 10px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .button-wrapper {
    margin-top: 10px;
  }

  .primary-button-white.subscribe-button {
    width: auto;
    max-width: none;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .subscribe-form-fields {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    place-content: space-around center;
    align-items: flex-start;
  }

  .form-text-field {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    max-width: none;
  }

  .secondary-button.margin-left {
    margin-top: 20px;
    margin-left: 0;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .about-4-banner-slider-small {
    flex-direction: column;
    width: auto;
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }

  .events-slider {
    background-image: none;
    align-items: stretch;
  }

  .events-slider.artist {
    background-position: 0%;
    background-size: contain;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .content-buttons {
    z-index: 1;
    position: relative;
  }

  .menu-wrap.footer-mobile, .menu-wrap.dark-footer-mobile {
    grid-column-gap: 35px;
    flex-wrap: wrap;
  }

  .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .lightbox-link-video {
    z-index: 10;
    align-self: auto;
    right: auto;
  }

  .play-button-2, .play-button-border {
    justify-content: center;
  }

  .hero-heading {
    width: 90%;
  }

  .play-button-wrapper.mobile {
    justify-content: flex-start;
    align-self: flex-start;
  }

  .top-banner-links {
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: -10px;
    position: relative;
    bottom: auto;
  }

  .music-services-links-wrapper, .social-media-top-banner-wrapper {
    display: none;
  }

  .container-m-w-500px, .container-m-w-500px.padding-right {
    padding-right: 0;
  }

  .container-m-w-500px.events-section {
    order: 0;
  }

  .pink-grid-element.bottom, .pink-grid-element.top, .pink-grid-element.bottom-desctop {
    display: none;
  }

  .upcoming-events-collection-list-wrapper {
    margin-top: 60px;
  }

  .upcoming-events-content-wrapper {
    order: 0;
  }

  .upcoming-events-collection-list-item-bottom {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .tickets-button-wrapper {
    margin-top: 12px;
  }

  .top-banner-content-wrapper {
    margin-top: 160px;
  }

  .albums-and-singles-grid {
    grid-template-columns: 1fr;
  }

  .albums-and-singles-grid._6-col {
    grid-template-columns: 1fr 1fr;
  }

  .latest-articles-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .latest-articles-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
  }

  .green-intro-item {
    width: 200px;
    height: 200px;
  }

  .vertical-container-item-1 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .advantages-container-right {
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: center;
    max-height: none;
  }

  .advantages-container-right.margin-bottom {
    margin-bottom: 30px;
  }

  .subscribe-title-wrapper {
    text-align: center;
    align-self: flex-start;
  }

  .subscribe-form-block {
    align-self: flex-start;
    margin-top: -20px;
  }

  .pricing-card {
    margin-left: 0;
  }

  .buy-card-item-name {
    padding-top: 20px;
    padding-left: 20px;
  }

  .slider-4 {
    width: 300px;
  }

  .about-us-top-banner-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-event-content-wrapper {
    margin-right: 0;
  }

  .about-event-content-wrapper.right {
    margin-left: 0;
  }

  .white-paragraph.align-left {
    text-align: left;
  }

  .sider-arrow-white {
    width: 35px;
    height: 35px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .about-description-wrap-small {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
  }

  .logos-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-events-slider-small {
    background-image: none;
    align-items: stretch;
  }

  .collection-item-2 {
    width: auto;
    height: 100%;
  }

  .collection-list-wrapper-2 {
    height: 100%;
  }

  .about-mask-small {
    width: 100%;
    height: auto;
  }

  .future-events-wrapper {
    max-width: 100vw;
  }

  .events-image {
    align-self: flex-start;
    width: 100%;
    height: 200px;
    margin-right: 0;
  }

  .events-holder {
    object-fit: contain;
    align-items: center;
    width: 100%;
    margin-right: 0;
    overflow: visible;
  }

  .events-holder.video {
    grid-template-columns: minmax(auto, 100vw);
    width: auto;
    overflow: hidden;
  }

  .events-buttons-holder {
    width: 100%;
    padding-bottom: 0;
  }

  .grid-item {
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
  }

  .future-events-list-wrapper {
    overflow: visible;
  }

  .events-description-holder {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .event-title {
    text-align: left;
  }

  .events-page-location {
    text-align: left;
    margin-top: 0;
  }

  .location-time-holder {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .events-details-location, .events-location-date {
    width: 100%;
  }

  .find-place-text {
    margin-bottom: 20px;
  }

  .other-events-item {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
  }

  .events-details-description {
    color: var(--white);
    text-align: center;
  }

  .events-search {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .events-search-button {
    width: 100%;
  }

  .blue-grid-element.top-position, .blue-grid-element.bottom-linear {
    display: none;
  }

  .title-404 {
    font-size: 110px;
  }

  .container, .container-2, .container-3 {
    max-width: none;
  }

  .footer-wrapper-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .title-small-3, .footer-link-4 {
    align-self: flex-start;
  }

  .footer-copyright-center-3 {
    text-align: justify;
    align-self: flex-start;
  }

  .slider-2 {
    background-image: linear-gradient(#031f5fa6, #031f5fa6);
    height: 100%;
    display: block;
  }

  .hero-slide.home-3 {
    background-image: linear-gradient(#00000085, #00000085), url('../images/Drummer-1.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .image-8, .image-8.image2 {
    display: block;
  }

  .div-block {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block.horizontal-mobile {
    flex-direction: row;
  }

  .music-embed {
    width: 100%;
    max-width: 100%;
  }

  .paragraph-7 {
    max-width: 100%;
    overflow: visible;
  }

  .bold-text {
    font-size: 37px;
  }

  .swiper {
    width: 300px;
  }

  .video-collection-list-wrapper-small {
    height: 100%;
    display: none;
  }

  .video-collection-item-small {
    width: auto;
    height: 100%;
  }

  .about-mask-2 {
    width: 100%;
    height: auto;
  }

  .about-events-slider-2 {
    background-image: none;
    align-items: stretch;
  }

  .sider-arrow-white-2 {
    width: 35px;
    height: 35px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .about-4-banner-slider-2 {
    flex-direction: column;
    width: auto;
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }

  .div-video-item {
    width: auto;
    margin-right: 0;
  }

  .link-block-4 {
    max-width: none;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .collection-item-3 {
    background-position: 40% 0;
  }

  .video-div {
    margin-left: 20px;
    margin-right: 20px;
  }

  .html-embed-2 {
    display: none;
  }

  .wg-element {
    height: 10vh;
    margin-left: 0;
  }
}

#w-node-a2c2dc9d-d539-728a-7eaa-f3f9dc8e4892-dc8e488f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-a2c2dc9d-d539-728a-7eaa-f3f9dc8e4894-dc8e488f, #w-node-a2c2dc9d-d539-728a-7eaa-f3f9dc8e48a3-dc8e488f, #w-node-a2c2dc9d-d539-728a-7eaa-f3f9dc8e48ae-dc8e488f, #w-node-_4d25f9e5-3ad4-9aaa-22f7-091a0680e946-2d25c9d9, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-4c25ca0a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-4c25ca0a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-4c25ca0a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-4c25ca0a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-4c25ca0a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-4c25ca0a, #w-node-_5eb1ad56-1b3c-71f0-0792-eb63e4b58ac9-7925c92e, #w-node-ff0d7495-7130-f466-7bc8-7e87048eed1e-7925c92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0eeaa958-a196-dae3-2945-82d7e30f8b6a-7925c92e, #w-node-_2a53d15d-ef74-4631-3838-6c41468418e4-7925c92e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_124beab5-34cf-76e6-9bfe-a05b831bc883-7925c92e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_4e86040e-6b65-352f-cb6e-641b0c697e9a-7925c92e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f100143d-15ef-7849-cb24-a0b3c45f93c7-7925c92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2aa73a1-b9cc-b5de-669e-3d925b533fcd-7925c92e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_18d7422b-daf1-a6eb-eced-01903706bd29-7925c92e {
  align-self: end;
}

#w-node-_31d0e4ec-6df6-f6c3-86e3-1dd7afacdda2-7925c92e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63778162-a9e4-f335-c6b1-1b91441b82c1-7925c92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c7bd7e3-6919-5b0c-783f-412861bf4191-7925c92e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_405ce514-9af1-e1d8-c03b-79d0e25fbd7c-7925c92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_405ce514-9af1-e1d8-c03b-79d0e25fbd7d-7925c92e, #w-node-_398174f0-da3a-0506-2598-7c0ef2132281-7925c92e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5eb1ad56-1b3c-71f0-0792-eb63e4b58ac9-3191c11c, #w-node-ff0d7495-7130-f466-7bc8-7e87048eed1e-3191c11c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0eeaa958-a196-dae3-2945-82d7e30f8b6a-3191c11c, #w-node-_2a53d15d-ef74-4631-3838-6c41468418e4-3191c11c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_124beab5-34cf-76e6-9bfe-a05b831bc883-3191c11c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_4e86040e-6b65-352f-cb6e-641b0c697e9a-3191c11c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f100143d-15ef-7849-cb24-a0b3c45f93c7-3191c11c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2aa73a1-b9cc-b5de-669e-3d925b533fcd-3191c11c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_18d7422b-daf1-a6eb-eced-01903706bd29-3191c11c {
  align-self: end;
}

#w-node-_31d0e4ec-6df6-f6c3-86e3-1dd7afacdda2-3191c11c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63778162-a9e4-f335-c6b1-1b91441b82c1-3191c11c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c7bd7e3-6919-5b0c-783f-412861bf4191-3191c11c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_405ce514-9af1-e1d8-c03b-79d0e25fbd7c-3191c11c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_405ce514-9af1-e1d8-c03b-79d0e25fbd7d-3191c11c, #w-node-_398174f0-da3a-0506-2598-7c0ef2132281-3191c11c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_765eed07-28df-dbfd-1fa9-cd1229038098-29038095 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_765eed07-28df-dbfd-1fa9-cd122903809a-29038095, #w-node-_765eed07-28df-dbfd-1fa9-cd12290380a9-29038095, #w-node-_765eed07-28df-dbfd-1fa9-cd12290380b6-29038095, #w-node-_4d25f9e5-3ad4-9aaa-22f7-091a0680e946-9a8820af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_16818cae-7417-192e-027c-d7f1bae116eb-7925c92e, #w-node-_16818cae-7417-192e-027c-d7f1bae116ec-7925c92e {
    justify-self: start;
  }

  #w-node-_16818cae-7417-192e-027c-d7f1bae116f1-7925c92e, #w-node-_16818cae-7417-192e-027c-d7f1bae116f2-7925c92e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_16818cae-7417-192e-027c-d7f1bae116eb-3191c11c, #w-node-_16818cae-7417-192e-027c-d7f1bae116ec-3191c11c {
    justify-self: start;
  }

  #w-node-_16818cae-7417-192e-027c-d7f1bae116f1-3191c11c, #w-node-_16818cae-7417-192e-027c-d7f1bae116f2-3191c11c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a2c2dc9d-d539-728a-7eaa-f3f9dc8e4894-dc8e488f, #w-node-a2c2dc9d-d539-728a-7eaa-f3f9dc8e48a3-dc8e488f, #w-node-a2c2dc9d-d539-728a-7eaa-f3f9dc8e48ae-dc8e488f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_16818cae-7417-192e-027c-d7f1bae116f1-7925c92e, #w-node-_16818cae-7417-192e-027c-d7f1bae116f2-7925c92e, #w-node-_16818cae-7417-192e-027c-d7f1bae116f1-3191c11c, #w-node-_16818cae-7417-192e-027c-d7f1bae116f2-3191c11c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_765eed07-28df-dbfd-1fa9-cd122903809a-29038095, #w-node-_765eed07-28df-dbfd-1fa9-cd12290380a9-29038095, #w-node-_765eed07-28df-dbfd-1fa9-cd12290380b6-29038095 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}