.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #000;
  text-decoration: none;
}

.menu-image {
  height: auto;
  margin-top: 6vw;
  margin-bottom: .5vw;
}

.container {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 55vw;
  margin-top: 1vw;
  margin-left: auto;
  margin-right: auto;
  padding-right: 13vw;
  display: flex;
}

.container.home {
  flex-flow: column;
  width: 55vw;
  padding-right: 0;
}

.text-block {
  letter-spacing: .035vw;
  text-transform: uppercase;
  margin-top: .75vw;
  margin-bottom: 3vw;
  padding-left: .35vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2vw;
}

.div-block {
  justify-content: space-between;
  width: 55vw;
  height: 4vw;
  margin-top: 2.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1vw;
  display: flex;
}

.text-block-2 {
  text-align: right;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2vw;
}

.text-block-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2vw;
}

.menu-item {
  color: #333;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.45vw;
  font-weight: 500;
  line-height: 2vw;
}

.menu-item.bottom {
  color: #6d6d6d;
  cursor: pointer;
  font-size: 1.2vw;
  line-height: 1.5vw;
}

.div-block-copy {
  border-top: .15vw solid #333;
  border-bottom: .35vw solid #333;
  justify-content: space-between;
  width: 55vw;
  height: 3.75vw;
  margin-top: 1vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5vw;
  padding-left: .75vw;
  padding-right: .75vw;
  display: flex;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10vw;
  display: flex;
}

.image {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  min-width: 55vw;
  max-width: 55vw;
  min-height: auto;
  margin-top: 8vw;
}

.image.portrait {
  aspect-ratio: 3 / 4;
  min-width: auto;
  min-height: 83vh;
  max-height: 83vh;
}

.image.pete {
  object-fit: cover;
  object-position: 50% 9%;
  width: 13vw;
  min-width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
}

.image.pete.contact {
  height: 22vw;
  padding-left: 0;
}

.image.homepage {
  aspect-ratio: 4 / 3;
  min-width: 55vw;
  max-width: 55vw;
  margin-top: 0;
}

.div-block-2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  display: flex;
}

.section {
  flex-flow: column;
  align-items: flex-start;
  margin-top: 3vh;
  margin-bottom: 32vh;
  display: flex;
}

.section.contact {
  width: 98vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 33vh;
}

.section.home {
  width: 98vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-3 {
  width: 55vw;
  max-width: none;
  padding-right: 15vw;
}

.text-block-4 {
  color: #6d6d6d;
  text-align: justify;
  width: 45vw;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.bold-text {
  color: #6d6d6d;
  width: 45vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2vw;
}

.text-block-5 {
  margin-top: 3vw;
  margin-bottom: 1.5vw;
  font-size: 1.4vw;
  line-height: 2vw;
}

.container-4 {
  flex-flow: column;
  width: 72vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-2 {
  width: 55vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section-2.footer {
  width: 55vw;
  display: flex;
}

.container-5 {
  width: 55vw;
  max-width: none;
}

.photo-box {
  flex: 1;
  align-self: stretch;
}

.caption {
  margin-top: .75vw;
  font-size: 1.1vw;
  line-height: 1.65vw;
}

.section-3 {
  width: 98vw;
  margin-bottom: -3vw;
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  color: #6d6d6d;
  padding-right: .5vw;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  display: flex;
}

.text-block-5-copy {
  color: #6d6d6d;
  padding-bottom: 0;
  padding-left: .25vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3vw;
}

.menu-link {
  padding-right: 2vw;
  text-decoration: none;
}

.menu-link.hide {
  display: none;
}

.menu-link.end {
  padding-right: 0;
}

.text-block-copy {
  margin-top: 3vw;
  margin-bottom: 3vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.about-text {
  color: #6d6d6d;
  text-align: justify;
  width: 55vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.4vw;
  line-height: 2vw;
}

.text-block-5-copy-copy {
  margin-top: 2vw;
  margin-bottom: 3vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 2vw;
}

.text-block-4-copy {
  color: #6d6d6d;
  text-align: justify;
  width: 41.5vw;
  padding-left: 2.5vw;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.4vw;
  line-height: 2.35vw;
}

.text-block-6 {
  color: #6d6d6d;
  text-align: left;
  margin-top: 2vw;
  margin-left: .15vw;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 2vw;
}

.div-block-5 {
  justify-content: space-between;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5.footer {
  flex-flow: column;
  align-items: flex-start;
  width: 98vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3vw;
  overflow: hidden;
}

.div-block-6 {
  margin-top: 4vw;
  padding-right: 1vw;
  display: flex;
}

.div-block-6.footer {
  background-color: #4f809e;
  border-radius: 2vw;
  justify-content: space-between;
  width: 65vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .15vw;
  padding-bottom: 0;
}

.menu-items {
  z-index: 1;
  color: #323232;
  border-radius: .3vw;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-items.w--current {
  justify-content: center;
  align-items: center;
}

.text-block-7 {
  color: #707070;
  margin-left: 1.25vw;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.75vw;
  font-weight: 500;
}

.text-block-7:hover {
  color: #000;
}

.text-block-7.footer {
  color: #fff;
  letter-spacing: .075vw;
  text-transform: uppercase;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 2.25vw;
}

.container-6 {
  align-self: stretch;
  width: 55%;
  max-width: none;
}

.div-block-15 {
  background-color: #e72525;
  width: 98vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.fs-cc_preferences {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.fs-cc_checkbox-description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.fs-cc_preference-component {
  z-index: 9525;
  pointer-events: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.clone-elements-inside-div {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc_link {
  text-decoration: underline;
}

.fs-cc_checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
  font-size: 2rem;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .9375rem;
  font-weight: 700;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  pointer-events: auto;
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000001a;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #def9ff;
  border-bottom-right-radius: 2vw;
  border-bottom-left-radius: 2vw;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs-cc_cookie-component {
  z-index: 9500;
  pointer-events: auto;
  max-width: 25rem;
  font-size: 18px;
  display: flex;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 100%;
  max-height: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.fs-cc_title {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.fs_cc-modal-content {
  padding: 1.5rem;
}

.fs-cc_checkbox-label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  border-bottom-right-radius: 2vw;
  border-bottom-left-radius: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin: 2vw -1.5rem -1.5rem;
  padding: 1.5rem;
  display: flex;
}

.cookie-preference_background {
  opacity: 1;
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc_modal {
  background-color: #fdff77;
  border-radius: 2vw;
  flex-direction: column;
  max-width: 47vw;
  margin: 2vw auto 5vw;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.fs-cc_form {
  margin-bottom: 0;
}

.fs-cc_custom-code {
  display: none;
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid #0003;
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  font-size: 2rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #146ef5;
}

.fs-cc_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc_checkbox-button.is-required {
  cursor: not-allowed;
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #146ef5;
}

.div-block-16 {
  justify-content: space-between;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-16.footer {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85vw;
  margin-top: 2vw;
  margin-left: 7.5vw;
  padding-bottom: 2vw;
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-16.footer:hover {
  color: #fff;
}

.div-block-17 {
  margin-top: 4vw;
  padding-right: 1vw;
  display: flex;
}

.div-block-17.footer {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-radius: .5vw;
  flex: 0 auto;
  justify-content: space-between;
  align-self: flex-start;
  width: auto;
  height: 4vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: .15vw;
  padding-bottom: 0;
}

.menu-items-2 {
  z-index: 1;
  color: #000;
  letter-spacing: .075vw;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff0;
  border-radius: .35vw;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: .1vw;
  padding-left: .75vw;
  padding-right: .75vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1.5vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-items-2:hover {
  color: #fff;
  background-color: #fe7d3e;
}

.menu-items-2.w--current {
  justify-content: center;
  align-items: center;
}

.menu-link-2 {
  text-decoration: none;
}

.div-block-18 {
  display: block;
}

.section-4 {
  background-color: #fefff3;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3-copy {
  width: 26vw;
  height: 1.5vw;
  padding-left: 5vw;
  display: flex;
}

.container-7 {
  z-index: 1;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: space-between;
  align-items: center;
  width: 55vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-7.privacy-policy {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 5vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 7.5vw;
}

.text-span-copy {
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 2vw;
}

.link-11 {
  font-weight: 700;
  text-decoration: none;
}

.div-block-10 {
  display: flex;
}

.div-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.text-block-5-copy-2 {
  margin-top: 2vw;
  padding-bottom: 2vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 2vw;
  display: none;
}

.social-network-divs {
  z-index: 1;
  border-radius: .3vw;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding-top: .4vw;
  padding-bottom: .6vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.social-network-divs.forfocus {
  padding-top: .5vw;
  padding-bottom: .65vw;
}

.social-network-divs.spotify {
  margin-left: -.5vw;
  margin-right: 0;
  padding-right: 0;
}

.social-network-divs.soundcloud {
  align-self: center;
  overflow: visible;
}

.social-network-divs.soundcloud.forfocus {
  padding-left: .2vw;
}

.div-block-12 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 5vh;
  display: flex;
}

.text-block-8 {
  color: #6d6d6d;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.3vw;
  line-height: 1.85vw;
}

.menu-item-2 {
  color: #333;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 2vw;
}

.menu-item-2:hover {
  color: #da0000;
}

.menu-item-2:active {
  color: #000;
}

.div-block-3-copy-copy-copy {
  width: 33vw;
  height: 3vw;
  margin-top: 3vw;
  padding-top: 1vw;
  padding-left: 5vw;
  display: none;
}

.container-8 {
  grid-column-gap: 0vw;
  flex-flow: wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-9 {
  z-index: 1;
  background-color: #fefff3;
  justify-content: space-between;
  width: 85vw;
  height: 4vw;
  margin-top: 2.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1vw;
  display: flex;
  position: relative;
}

.section-5 {
  border-radius: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55vw;
  padding-bottom: 2vw;
  text-decoration: none;
  display: flex;
}

.section-5.privacy {
  padding-right: 2vw;
}

.text-block-9 {
  color: #fff;
  font-size: 1.4vw;
}

.italic-text-2 {
  font-size: 1.4vw;
}

.container-9 {
  z-index: 1;
  background-color: #fefff3;
  width: 85vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.div-block-7 {
  flex: 0 auto;
  width: 80%;
  padding-top: 0;
}

.link-block-4 {
  margin-top: 2vw;
  text-decoration: none;
}

.div-block-19 {
  justify-content: space-between;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-19.footer {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85vw;
  margin-top: 2vw;
  margin-left: 7.5vw;
  padding-bottom: 2vw;
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-19.footer:hover {
  color: #fff;
}

.div-block-19.footer.privacy-page {
  position: static;
}

.blurred-social-connect {
  opacity: .85;
  flex: 0 auto;
  align-self: center;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: .48vw .08vw 0;
  display: block;
  position: absolute;
}

.blurred-social-connect:hover {
  opacity: 1;
}

.blurred-social-connect.spotify {
  height: 110%;
}

.text-span {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.link-block-5 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-10 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2vw;
}

.div-block-8 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  margin-right: .75vw;
  display: flex;
}

.social-connect-icon {
  opacity: .9;
  cursor: pointer;
  flex: 0 auto;
  align-self: center;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .48vw .08vw 0;
  transition: padding .3s cubic-bezier(.345, .159, .585, .931);
  display: block;
  position: absolute;
}

.social-connect-icon:hover {
  padding-top: 0;
  padding-bottom: .08vw;
}

.social-connect-icon.spotify {
  height: 110%;
}

.div-block-20 {
  display: flex;
}

.div-block-11 {
  background-color: #c20306;
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-21 {
  flex: 0 auto;
  width: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-4-copy-copy-copy {
  color: #333;
  text-align: justify;
  width: auto;
  padding-bottom: 1vw;
  padding-left: 2vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 2.35vw;
}

.text-block-4-copy-copy-copy.contact {
  color: #6d6d6d;
  text-transform: uppercase;
  padding-left: 0;
}

.text-block-4-copy-copy-copy.about {
  color: #6d6d6d;
  text-transform: uppercase;
  padding-left: 2.5vw;
}

.text-block-4-copy-copy {
  color: #6d6d6d;
  text-align: left;
  width: 100%;
  margin-top: .5vw;
  margin-bottom: 1vw;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.text-block-4-copy-copy.lastone {
  margin-bottom: 0;
}

.link-12 {
  color: #333;
  font-weight: 700;
}

.link-13 {
  color: #000;
}

.link-13.small {
  color: #333;
  font-weight: 700;
}

.div-block-22 {
  display: flex;
}

.div-block-24 {
  padding-bottom: 4vw;
}

.div-block-copy-copy {
  border-top: .2vw solid #6d6d6d;
  border-bottom: .2vw solid #6d6d6d;
  justify-content: space-between;
  width: 65vw;
  height: 3vw;
  margin-top: 1vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5vw;
  padding-left: .75vw;
  padding-right: .75vw;
  display: flex;
}

.linkage {
  color: #000;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.85vw;
}

.section-6 {
  width: 98vw;
  margin-left: auto;
  margin-right: auto;
}

.text-span-3 {
  color: #6d6d6d;
}

.link-14, .link-15, .link-16, .link-17 {
  font-weight: 700;
}

.body {
  flex-flow: column;
  max-width: 100vw;
  display: flex;
}

.section-7 {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1920px) {
  .container-5 {
    max-width: none;
  }

  .div-block-6.footer {
    height: 4vw;
    margin-top: 0;
  }

  .fs-cc_preferences {
    padding-top: 1.5vw;
    padding-bottom: 0;
  }

  .fs-cc_checkbox-description, .fs-cc_checkbox-description.is--not-allowed {
    margin-left: 1vw;
    font-size: 1.2vw;
  }

  .fs-cc_checkbox {
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    padding-left: 1.5vw;
  }

  .fs-cc_checkbox.is--not-allowed {
    margin-left: 2.5vw;
    padding-left: 1.5vw;
  }

  .fs-cc_button {
    padding: .7vw .8vw;
    font-size: 1.2vw;
  }

  .fs-cc_button.is-secondary {
    padding: .7vw .8vw;
  }

  .fs-cc_modal-buttons {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    border-bottom-right-radius: 1.5vw;
    border-bottom-left-radius: 1.5vw;
    padding: 1.5vw 1.6vw 1.5vw 2vw;
  }

  .fs-cc_cookie-component {
    max-width: 32.5vw;
  }

  .fs-cc_title {
    margin-bottom: .5vw;
    margin-left: 2.5vw;
    font-size: 1.6vw;
  }

  .fs_cc-modal-content {
    padding: 1.5vw 0;
  }

  .fs-cc_checkbox-label, .fs-cc_checkbox-label.is--not-allowed {
    margin-bottom: .2vw;
    font-size: 1.2vw;
  }

  .fs-cc_preference-buttons {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-bottom: -4vw;
    margin-left: 0;
    margin-right: 0;
    padding: 2vw;
  }

  .fs-cc_modal {
    border-radius: 1.5vw;
    max-width: 47vw;
  }

  .fs-cc_form {
    width: 100%;
  }

  .fs-cc_checkbox-button {
    width: 1.5vw;
    height: 1.5vw;
    margin-left: -1.5vw;
    margin-right: 1vw;
  }

  .fs-cc_checkbox-button.w--redirected-checked, .fs-cc_checkbox-button.is-required {
    background-size: 1vw;
  }

  .fs-cc_description {
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    font-size: 1.2vw;
  }

  .div-block-17.footer {
    height: 4vw;
  }

  .container-7.privacy-policy {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .section-5.privacy {
    width: 65vw;
    padding-top: 1vw;
  }

  .social-connect-icon:hover {
    padding-bottom: .16vw;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 0;
  }

  .text-block {
    margin-top: 1.5vw;
    font-size: 2vw;
  }

  .text-block-2 {
    font-size: 2.75vw;
  }

  .text-block-3 {
    font-size: 2.75vw;
    line-height: 3vw;
  }

  .menu-item {
    font-size: 2.35vw;
    line-height: 2.25vw;
  }

  .menu-item.bottom {
    font-size: 1.5vw;
    line-height: 1.75vw;
  }

  .div-block-copy {
    height: 4.25vw;
    margin-top: 2vw;
    padding-top: .75vw;
  }

  .image {
    min-height: auto;
    max-height: none;
    margin-top: 5vw;
  }

  .image.pete {
    object-position: 45% 9%;
  }

  .image.pete.contact {
    height: 20vw;
  }

  .section {
    margin-top: 4vh;
  }

  .container-3 {
    max-width: none;
    margin-top: 4vh;
    padding-right: 10vw;
  }

  .text-block-4 {
    width: 55vw;
    margin-top: 2vw;
    font-size: 1.85vw;
    line-height: 2.75vw;
  }

  .bold-text {
    font-size: 2.75vw;
    line-height: 3.15vw;
  }

  .text-block-5 {
    margin-top: 1vw;
  }

  .container-5 {
    max-width: none;
  }

  .caption {
    margin-top: 1vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

  .section-3 {
    margin-bottom: 0;
  }

  .text-block-5-copy {
    font-size: 3.75vw;
  }

  .about-text {
    width: 65vw;
    font-size: 1.65vw;
    line-height: 2.5vw;
  }

  .text-block-4-copy {
    font-size: 1.85vw;
    line-height: 2.75vw;
  }

  .text-block-6 {
    margin-top: 4vw;
    margin-left: .35vw;
    font-size: 1.5vw;
    line-height: 2.2vw;
  }

  .menu-items {
    padding-top: .5vw;
  }

  .menu-items:focus-visible, .menu-items[data-wf-focus-visible] {
    outline-width: .4vw;
  }

  .text-block-7 {
    margin-left: 1.5vw;
    font-size: 2.15vw;
  }

  .div-block-17.footer {
    height: 6vw;
  }

  .menu-items-2 {
    font-size: 1.3vw;
    line-height: 2.65vw;
  }

  .div-block-3-copy {
    width: 30vw;
    height: 2vw;
    margin-top: .5vw;
  }

  .container-7.privacy-policy {
    width: auto;
    padding-bottom: 0;
  }

  .text-span-copy {
    font-size: 2.75vw;
    line-height: 3.15vw;
  }

  .text-block-5-copy-2 {
    margin-top: 3.25vw;
    margin-bottom: -2vw;
    font-size: 3.5vw;
  }

  .social-network-divs {
    padding-top: .5vw;
  }

  .social-network-divs:focus-visible, .social-network-divs[data-wf-focus-visible] {
    outline-width: .4vw;
  }

  .social-network-divs.forfocus {
    align-items: center;
    margin-top: .1vw;
    padding-top: .5vw;
    padding-bottom: .7vw;
  }

  .social-network-divs.forfocus:focus-visible, .social-network-divs.forfocus[data-wf-focus-visible] {
    outline-offset: -1px;
  }

  .social-network-divs.spotify {
    margin-left: -.5vw;
    margin-right: 0;
  }

  .social-network-divs.soundcloud.forfocus {
    padding-left: 1vw;
  }

  .div-block-12 {
    width: 85vw;
  }

  .div-block-12.privacy {
    width: 80vw;
  }

  .text-block-8 {
    padding-top: 1vw;
    font-size: 1.85vw;
    line-height: 2.75vw;
  }

  .menu-item-2 {
    font-size: 1.75vw;
    line-height: 2.25vw;
  }

  .section-5 {
    padding-bottom: 2.5vw;
  }

  .section-5.privacy {
    padding-right: 2.5vw;
  }

  .italic-text-2 {
    font-size: 1.95vw;
  }

  .div-block-7 {
    width: 100%;
  }

  .link-block-4 {
    margin-top: 4vh;
  }

  .text-span {
    margin-bottom: -2.5vw;
    display: block;
  }

  .text-block-10 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .text-block-4-copy-copy-copy {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .text-block-4-copy-copy-copy.contact {
    color: #6d6d6d;
    font-size: 2.75vw;
    line-height: 3.15vw;
  }

  .text-block-4-copy-copy-copy.about {
    font-size: 2.75vw;
    line-height: 3.15vw;
  }

  .text-block-4-copy-copy {
    margin-bottom: 1.5vw;
    font-size: 1.85vw;
    line-height: 2.25vw;
  }

  .div-block-copy-copy {
    height: 2.75vw;
    margin-top: 2vw;
    padding-top: .3vw;
  }

  .linkage {
    margin-left: 0;
    margin-right: 0;
    font-size: 2.15vw;
    line-height: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .container {
    flex-flow: column;
    width: 55vw;
    padding-right: 0;
  }

  .container.home {
    width: 55vw;
  }

  .text-block {
    margin-top: 1.15vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .div-block {
    width: 55vw;
  }

  .text-block-2, .text-block-3 {
    font-size: 3vw;
  }

  .menu-item {
    font-size: 2.25vw;
  }

  .div-block-copy {
    width: 55vw;
  }

  .container-2 {
    width: 55vw;
    padding-bottom: 0;
  }

  .image {
    min-width: 55vw;
    max-width: 55vw;
    min-height: auto;
    max-height: none;
  }

  .image.portrait {
    min-height: auto;
    max-height: 90vh;
    margin-bottom: 0;
  }

  .image.pete {
    width: 55vw;
    min-width: auto;
    max-width: none;
    height: 43vw;
    min-height: auto;
  }

  .image.pete.contact {
    width: 55vw;
    height: 41vw;
    padding-left: 0;
  }

  .image.homepage {
    min-width: 55vw;
  }

  .div-block-2 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .section, .section.contact {
    width: 98vw;
    margin-left: auto;
    margin-right: auto;
  }

  .container-3 {
    width: 55vw;
    padding-right: 0;
  }

  .text-block-4 {
    width: 55vw;
    margin-top: 1vw;
    font-size: 2.15vw;
    line-height: 3vw;
  }

  .bold-text {
    font-size: 3.75vw;
  }

  .text-block-5 {
    margin-bottom: 0;
    line-height: 4vw;
  }

  .section-2, .section-2.footer, .container-5 {
    width: 55vw;
  }

  .photo-box {
    margin-bottom: 8vw;
  }

  .caption {
    width: 49vw;
    font-size: 1.85vw;
    line-height: 3vw;
  }

  .section-3 {
    margin-top: 0;
    margin-bottom: 1vw;
  }

  .text-block-5-copy {
    padding-left: 0;
  }

  .about-text {
    font-size: 2.15vw;
    line-height: 3vw;
  }

  .text-block-4-copy {
    width: 55vw;
    margin-top: 2vw;
    padding-left: 0;
    font-size: 2.15vw;
    line-height: 3.5vw;
  }

  .text-block-6 {
    margin-top: 3vw;
    font-size: 1.65vw;
    line-height: 3vw;
  }

  .container-6 {
    width: 55%;
  }

  .fs-cc_modal-buttons {
    padding: 1.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .div-block-16.footer {
    margin-top: 5vw;
  }

  .div-block-17.footer {
    height: 8vw;
  }

  .menu-items-2 {
    font-size: 1.5vw;
    line-height: 3.5vw;
  }

  .div-block-3-copy {
    height: 2.5vw;
  }

  .container-7 {
    width: 55vw;
    padding-top: 2vh;
  }

  .container-7.privacy-policy {
    width: auto;
    margin-top: 10vh;
  }

  .text-span-copy {
    font-size: 3.75vw;
  }

  .text-block-5-copy-2 {
    font-size: 4vw;
    line-height: 2.666vw;
  }

  .social-network-divs.spotify {
    margin-left: -1.5vw;
    margin-right: 1.3vw;
  }

  .div-block-12.privacy {
    width: 55vw;
  }

  .text-block-8 {
    font-size: 1.8vw;
    line-height: 3vw;
  }

  .menu-item-2 {
    font-size: 2.25vw;
  }

  .section-5 {
    width: 55vw;
  }

  .section-5.privacy {
    padding-right: 2.5vw;
  }

  .italic-text-2 {
    font-size: 1.9vw;
  }

  .div-block-19.footer {
    margin-top: 5vw;
  }

  .text-span {
    font-size: 2.35vw;
  }

  .text-block-10 {
    font-size: 2.5vw;
  }

  .div-block-8 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .div-block-21 {
    width: 101%;
    padding-left: .5vw;
  }

  .text-block-4-copy-copy-copy.about {
    padding-left: 0;
  }

  .text-block-4-copy-copy {
    font-size: 2.15vw;
  }

  .div-block-22 {
    flex-flow: column;
  }

  .div-block-23 {
    margin-top: 3vw;
    padding-left: 1vw;
  }

  .linkage {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    font-size: 1.8vw;
    line-height: 3vw;
  }
}

@media screen and (max-width: 479px) {
  .menu-image {
    width: 90vw;
    max-width: none;
    height: auto;
    margin-top: 6vw;
  }

  .container {
    grid-column-gap: 0vw;
    grid-row-gap: 3vw;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 85vw;
    margin-top: 0;
    padding-right: 0;
    display: flex;
  }

  .container.home {
    width: 85vw;
  }

  .text-block {
    letter-spacing: .015vw;
    text-transform: uppercase;
    width: auto;
    margin-top: 1.75vw;
    margin-bottom: 8vw;
    padding-left: .5vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 3.75vw;
    font-weight: 700;
    line-height: 5vw;
  }

  .div-block {
    width: 85vw;
    height: 7vw;
    margin-top: 5vw;
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .text-block-2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 5vw;
  }

  .text-block-3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 5vw;
    line-height: 2vw;
  }

  .menu-item {
    letter-spacing: .25vw;
    padding-top: .75vw;
    font-size: 4vw;
  }

  .menu-item.bottom {
    letter-spacing: .1vw;
    padding-top: .4vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .div-block-copy {
    border-top-width: .4vw;
    border-bottom-width: .7vw;
    width: 85vw;
    height: 7.75vw;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.75vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .container-2 {
    width: 100vw;
  }

  .image {
    min-width: 100vw;
    max-width: 100vw;
    min-height: auto;
    margin-top: 10vw;
  }

  .image.portrait {
    min-height: auto;
  }

  .image.pete {
    width: 85vw;
    min-width: auto;
    max-width: 85vw;
    height: 65vw;
    min-height: auto;
    max-height: none;
    margin-bottom: 1vw;
    padding-bottom: 0;
    padding-left: 0;
  }

  .image.pete.contact {
    width: 85vw;
    height: 65vw;
  }

  .image.homepage {
    min-width: 85vw;
    max-width: 85vw;
  }

  .image.temp {
    min-width: 90vw;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .div-block-2.footer {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .section {
    width: 85vw;
    margin-top: 4vh;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5vh;
  }

  .section.contact {
    margin-top: 4vh;
    padding-bottom: 10vh;
  }

  .section.home {
    margin-bottom: 10vh;
  }

  .container-3 {
    width: 75vw;
    margin-top: 0;
    margin-left: 0;
    padding-left: 1vw;
  }

  .text-block-4 {
    text-align: left;
    width: 81vw;
    margin-top: 2vw;
    font-size: 4.25vw;
    line-height: 6.25vw;
  }

  .bold-text {
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-block-5 {
    margin-top: 4vh;
    margin-bottom: 2vw;
    line-height: 5vw;
  }

  .container-4 {
    width: 90vw;
  }

  .section-2 {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .section-2.footer {
    flex-flow: column;
    width: 85vw;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    width: 90vw;
  }

  .photo-box {
    flex-flow: column;
    flex: none;
    align-self: center;
    min-height: auto;
    margin-bottom: 10vw;
    display: flex;
  }

  .caption {
    color: #6d6d6d;
    width: 100vw;
    margin-top: 1.5vw;
    padding-left: 2.5vw;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .caption.temp {
    padding-left: 6vw;
  }

  .section-3 {
    margin-top: 0;
    padding-left: 7.5vw;
  }

  .link-block {
    color: #6d6d6d;
    align-self: stretch;
    padding-left: 0;
    text-decoration: none;
  }

  .text-block-5-copy {
    margin-bottom: 4vw;
    padding-left: .5vw;
    font-size: 7vw;
    line-height: 6vw;
  }

  .menu-link {
    padding-right: 0;
  }

  .text-block-copy {
    text-transform: uppercase;
    width: auto;
    margin-top: 1vw;
    margin-bottom: 5vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 4vw;
    font-weight: 700;
    line-height: 5vw;
  }

  .about-text {
    text-align: left;
    width: 88vw;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .text-block-5-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7vw;
    line-height: 7vw;
  }

  .text-block-4-copy {
    color: #6d6d6d;
    text-align: left;
    width: 80vw;
    margin-top: 2vw;
    font-size: 4.5vw;
    line-height: 6.5vw;
  }

  .text-block-6 {
    text-align: left;
    width: 86vw;
    margin-top: 5vw;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5vw;
    padding-left: 1vw;
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .div-block-5 {
    justify-content: flex-end;
    width: 82vw;
    margin-bottom: 2vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: none;
  }

  .div-block-5.footer {
    width: 85vw;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-6 {
    flex-flow: row;
    justify-content: space-between;
    width: 100vw;
    padding-top: 6vw;
    padding-bottom: 5vw;
    padding-right: 0;
    display: flex;
  }

  .div-block-6.footer {
    background-color: #4f809e;
    width: 90vw;
    margin-top: 0;
    padding: 3vw 5vw;
  }

  .menu-items {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .menu-items.w--current {
    color: #dc1212;
  }

  .menu-items.hide-on-mobile {
    display: none;
  }

  .text-block-7 {
    color: #6f6f6f;
    text-align: center;
    text-transform: lowercase;
    flex: 1;
    margin-left: 0;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 5vw;
    font-weight: 400;
  }

  .text-block-7.footer {
    color: #fff;
    letter-spacing: .2vw;
    text-transform: uppercase;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 3.25vw;
    font-weight: 500;
  }

  .container-6 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-cc_preference-component {
    align-items: flex-end;
  }

  .fs-cc_modal-buttons {
    border-bottom-right-radius: 4.5vw;
    border-bottom-left-radius: 4.5vw;
  }

  .fs-cc_cookie-component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc_preference-buttons {
    border-bottom-right-radius: 4.5vw;
    border-bottom-left-radius: 4.5vw;
    bottom: 0;
  }

  .fs-cc_modal {
    border-radius: 4.5vw;
    max-width: 90%;
    margin-top: 5vw;
    margin-bottom: 10vw;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-16 {
    justify-content: flex-end;
    width: 82vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-16.footer {
    margin-top: 10vw;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-17 {
    flex-flow: row;
    justify-content: space-between;
    width: 100vw;
    padding-top: 6vw;
    padding-bottom: 5vw;
    padding-right: 0;
    display: flex;
  }

  .menu-items-2 {
    padding-top: 1.5vw;
    padding-bottom: 1.65vw;
    font-size: 2.5vw;
  }

  .menu-items-2:hover {
    background-color: #fff0;
  }

  .section-4 {
    align-self: center;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .div-block-3-copy {
    border-top: 3px solid #000;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    margin-bottom: 20vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
    padding-bottom: 20vw;
    display: none;
  }

  .container-7 {
    flex-flow: column;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4vh;
    padding-bottom: 5vh;
  }

  .container-7.privacy-policy {
    margin-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 0;
  }

  .text-span-copy {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 5vw;
    font-weight: 700;
    line-height: 5vw;
  }

  .text-block-5-copy-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 6vw;
  }

  .social-network-divs.forfocus.none {
    height: 8vw;
  }

  .social-network-divs.spotify {
    margin-left: -2.5vw;
    margin-right: 2.2vw;
  }

  .social-network-divs.soundcloud.forfocus {
    align-self: stretch;
    height: 7vw;
  }

  .div-block-12 {
    margin-bottom: 0;
  }

  .div-block-12.privacy {
    width: 85vw;
    padding-left: .75vw;
    padding-right: .7vw;
  }

  .text-block-8 {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 4.25vw;
    line-height: 6vw;
  }

  .menu-item-2 {
    letter-spacing: .25vw;
    font-size: 4vw;
  }

  .div-block-3-copy-copy-copy {
    border-top: 3px #000;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 78vw;
    height: 9vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 4vw;
    display: flex;
  }

  .div-block-3-copy-copy-copy.privacy {
    margin-top: 15vw;
  }

  .container-8 {
    grid-column-gap: 0vw;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 0;
    display: flex;
  }

  .div-block-9 {
    width: 75vw;
    height: 7vw;
    margin-top: 8vw;
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .section-5 {
    width: 85vw;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 8vw;
    position: relative;
    top: 0%;
  }

  .text-block-9 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .italic-text-2 {
    font-size: 4.5vw;
  }

  .container-9 {
    width: 75vw;
    margin-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-4 {
    color: #6d6d6d;
    text-transform: none;
    align-self: stretch;
    margin-top: 0;
  }

  .div-block-19 {
    justify-content: flex-end;
    width: 82vw;
    margin-bottom: 2vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: none;
  }

  .div-block-19.footer {
    justify-content: center;
    align-items: center;
    margin-top: 7vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .blurred-social-connect {
    display: none;
  }

  .text-span {
    margin-bottom: -5vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 5vw;
    font-weight: 700;
    line-height: 8vw;
    display: block;
  }

  .text-block-10 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 5vw;
    line-height: 2vw;
  }

  .div-block-8 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    letter-spacing: normal;
  }

  .social-connect-icon:hover {
    padding: .48vw .08vw 0;
  }

  .social-connect-icon.svg {
    flex: 1;
    height: 6vw;
  }

  .div-block-20 {
    flex-flow: column;
  }

  .div-block-11 {
    background-color: #c20306;
    border-radius: 4vw;
    justify-content: center;
    align-items: center;
    width: 7vw;
    height: 7vw;
    display: flex;
    position: absolute;
    inset: .2% 3.75% auto auto;
  }

  .div-block-11.privacy {
    margin-top: 3vw;
    margin-right: 3vw;
  }

  .div-block-21 {
    width: 85vw;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4-copy-copy-copy {
    color: #6d6d6d;
    text-align: left;
    text-transform: uppercase;
    width: auto;
    padding-left: 1vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-block-4-copy-copy-copy.contact {
    padding-left: 1vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-block-4-copy-copy-copy.about {
    color: #6d6d6d;
    text-transform: uppercase;
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-block-4-copy-copy {
    color: #6d6d6d;
    text-align: left;
    text-transform: none;
    width: auto;
    margin-top: 2vw;
    margin-bottom: 3vw;
    padding-left: 1vw;
    font-size: 4.5vw;
    line-height: 5.75vw;
  }

  .link-13.small {
    font-size: 4.35vw;
  }

  .div-block-copy-copy {
    border-top-width: .6vw;
    border-bottom-width: .6vw;
    width: 85vw;
    height: 6vw;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: .5vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .linkage {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 4.25vw;
    line-height: 6vw;
    display: block;
  }

  .text-span-2 {
    font-weight: 700;
  }

  .section-6 {
    width: 100vw;
    margin-bottom: 10vh;
  }
}


