.home-section {
  display: none;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.container {
  height: 100vh;
}

.yearbook-section {
  display: none;
  height: auto;
  background-image: url('../images/photo-BG.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.video-section {
  height: 100vh;
  background-image: url('../images/WG-Band-Photo-Sized.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tour-section {
  display: none;
  overflow: visible;
  height: auto;
  margin-bottom: 50px;
  padding-top: 50px;
  background-color: #b273a5;
}

.listen-section {
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.navbar {
  background-color: transparent;
}

.socials-menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.fb {
  margin-right: 8px;
}

.fb:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.instagram {
  margin-right: 8px;
}

.instagram:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.spotify {
  margin-right: 16px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.spotify:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.youtube {
  display: block;
  margin-right: 8px;
}

.youtube:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.image {
  display: block;
  margin-right: 16px;
}

.socials {
  position: static;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  z-index: 100;
  margin-bottom: 10px;
  clear: right;
}

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

.twitter-icon:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shop-links {
  text-decoration: none;
}

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

.subscribe-link {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.subscribe-link.w--current {
  text-decoration: none;
}

.link-heading {
  margin-top: 8px;
  margin-right: 8px;
  margin-left: 8px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  text-decoration: none;
}

.link-heading:active {
  border: 1px none #000;
  text-decoration: underline;
}

.text-block-2 {
  border-style: none;
  color: #7e7775;
  font-weight: 700;
  text-decoration: none;
}

.tour {
  margin-right: 8px;
  margin-left: 8px;
  text-decoration: none;
}

.photo {
  margin-right: 8px;
  margin-left: 8px;
}

.video {
  display: none;
  height: auto;
  margin-right: 8px;
  margin-bottom: 60px;
  margin-left: 8px;
}

.body {
  background-color: #0371e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0371e0), to(#0371e0));
  background-image: linear-gradient(180deg, #0371e0, #0371e0);
  font-family: 'Alte Haas Grotesk', sans-serif;
  color: #fff;
  font-weight: 300;
}

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-4 {
  display: block;
  width: 80%;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
}

.titletrack {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-14 {
  max-width: 100%;
  margin-top: -78px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-5 {
  display: block;
  width: 90%;
  height: auto;
  max-height: none;
  max-width: 440px;
  min-height: none;
  margin-right: auto;
  margin-left: auto;
}

.single-name {
  margin-top: 0px;
  margin-bottom: 15px;
}

.image-2 {
  display: block;
  width: 100%;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
}

.art {
  display: block;
  width: 300px;
  max-height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 1px 9px -1px #000;
}

.bt-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: none;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stream-button {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.button {
  margin-bottom: 16px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c59d72), to(#c59d72));
  background-image: linear-gradient(180deg, #c59d72, #c59d72);
}

.div-block-15 {
  max-width: 80%;
}

.content {
  display: block;
  max-width: 80%;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  display: none;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-6 {
  width: 70%;
  max-height: 80%;
  max-width: 80%;
}

.art-2 {
  display: block;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}

.album-art {
  display: block;
  width: 350px;
  max-height: 400px;
  max-width: 100%;
  margin: 24px auto 0px;
}

.button-2 {
  margin-bottom: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#88849e), to(#88849e));
  background-image: linear-gradient(180deg, #88849e, #88849e);
}

.button-2:hover {
  background-image: linear-gradient(135deg, #555a88, #88849e 60%), linear-gradient(180deg, #88849e, #88849e);
}

.text-block {
  max-width: 100%;
  color: #382129;
  font-size: 2.5em;
  text-align: center;
  letter-spacing: 2.5px;
}

.single-name-2 {
  margin-top: 32px;
}

.div-block {
  margin-top: 0px;
}

.site-button {
  padding-right: 21px;
  background-color: #88849e;
  text-align: center;
}

.image-7 {
  display: block;
  width: 75%;
  height: auto;
  max-height: none;
  min-height: none;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.titletrack-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.continue-to-site {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed {
  color: #000;
}

.image-8 {
  margin-bottom: 24px;
}

.button-3 {
  display: block;
  margin-top: 8px;
  clear: none;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  text-align: center;
}

.button-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d03caa), to(#d03caa));
  background-image: linear-gradient(180deg, #d03caa, #d03caa);
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  display: none;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
}

.store-product-column {
  height: auto;
  margin-bottom: 50px;
}

.button-4 {
  display: block;
  width: 90%;
  max-width: 300px;
  margin: 20px auto 10px;
  clear: none;
  border: 3px solid #fff;
  border-radius: 7px;
  background-color: transparent;
  background-image: none;
  font-family: Chalkduster, sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.button-4:hover {
  background-color: #849eb7;
  background-image: none;
}

.button-5 {
  display: block;
  margin-top: 8px;
  clear: none;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  text-align: center;
}

.button-5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d03caa), to(#d03caa));
  background-image: linear-gradient(180deg, #d03caa, #d03caa);
}

.container-4 {
  height: 149px;
}

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

.div-block-17 {
  height: auto;
  min-height: 0px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  max-width: 100%;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2 {
  width: 740px;
  height: auto;
  max-height: 600px;
  min-height: 0px;
}

.tour-dates-section {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.html-embed-3 {
  width: 80%;
  max-width: 100%;
}

.heading-3 {
  text-align: center;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  margin-top: 0px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 145px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  display: none;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
}

.heading-5 {
  color: #000;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
}

.text-block-3 {
  margin-top: 20px;
  color: #000;
  font-size: 1.5em;
  text-align: center;
}

.text-block-4 {
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 22px;
  text-align: center;
}

.image-9 {
  display: block;
}

.image-10 {
  display: block;
  margin-bottom: 0px;
}

.image-11 {
  display: none;
}

.columns-2 {
  display: none;
}

.columns-3 {
  display: none;
}

.heading-6 {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}

.heading-7 {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}

.text-block-5 {
  margin-top: 10px;
  font-size: 1.2em;
  text-align: center;
}

.text-block-6 {
  margin-top: 10px;
  font-size: 1.2em;
  text-align: center;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: transparent;
}

.social-link {
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.nav-link {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.nav-link.w--current {
  display: inline-block;
  -webkit-filter: none;
  filter: none;
  font-family: 'Alte Haas Grotesk', sans-serif;
  color: #fff;
  font-weight: 400;
}

.nav-link.w--current:focus {
  -webkit-filter: none;
  filter: none;
}

.menu-button-2.w--open {
  background-color: rgba(178, 97, 85, 0.88);
}

.nav-menu-2 {
  display: block;
  border-style: none;
  border-width: 0px;
  border-color: rgba(52, 137, 150, 0.74);
  border-radius: 0px;
  background-color: rgba(176, 99, 87, 0.68);
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #000;
}

.videos-section {
  display: none;
  height: 100vh;
  background-color: transparent;
}

.heading-8 {
  margin-top: 0px;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}

.text-block-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}

.text-block-8 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-13 {
  max-width: none;
}

.photos-section {
  display: none;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-21 {
  display: none;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-9 {
  display: none;
  color: #fff;
  text-align: center;
}

.text-block-9 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.text-block-10 {
  display: block;
  overflow: visible;
  color: #fff;
  text-align: center;
}

.slider {
  display: none;
  height: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide {
  background-image: url('../images/Slide-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.heading-10 {
  color: #fff;
  font-size: 2em;
  text-align: center;
}

.div-block-22 {
  height: auto;
}

.slide-2 {
  background-image: url('../images/Slide-2.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/Slide-3.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/Slide-4.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/Slide-5.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/Slide-6.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-7 {
  background-image: url('../images/Slide-7.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/Slide-8.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-9 {
  background-image: url('../images/Slide-9.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-10 {
  background-image: url('../images/Slide-10.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: contain, 125px;
}

.slide-1 {
  background-image: url('../images/Slide-11.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-1-2 {
  background-image: url('../images/Slide-12.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-1-3 {
  background-image: url('../images/Slide-13.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-1-4 {
  background-image: url('../images/Slide-14.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-1-5 {
  background-image: url('../images/Slide-15.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.slide-1-6 {
  background-image: url('../images/Slide-16.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.html-embed-4 {
  display: none;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.html-embed-5 {
  display: none;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.subscribe-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(132, 158, 183, 0.93)), to(rgba(132, 158, 183, 0.93)));
  background-image: linear-gradient(180deg, rgba(132, 158, 183, 0.93), rgba(132, 158, 183, 0.93));
}

.html-embed-6 {
  display: block;
  max-width: 800px;
}

.link {
  position: fixed;
  top: 24px;
  right: 24px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

.slide-11 {
  text-align: center;
}

.slider-2 {
  display: block;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.image-14 {
  display: inline-block;
  width: 350px;
}

.slide-nav {
  margin-bottom: -10px;
  padding-top: 0px;
}

.image-15 {
  text-align: center;
}

.slide-12 {
  text-align: center;
}

.column-4 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-5 {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-23 {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-16 {
  position: static;
  display: inline-block;
  width: 350px;
  clear: none;
  text-align: center;
}

.image-17 {
  width: 350px;
}

.image-18 {
  width: 350px;
}

.image-19 {
  width: 350px;
}

.image-20 {
  width: 350px;
}

.image-21 {
  width: 350px;
}

.slide--7 {
  width: 350px;
}

.slide-13 {
  width: 350px;
  max-width: 100%;
}

.image-22 {
  width: 350px;
}

.image-23 {
  width: 350px;
}

.image-24 {
  width: 350px;
}

.image-25 {
  width: 350px;
}

.image-26 {
  width: 350px;
}

.mask {
  text-align: left;
}

.slide-img {
  text-align: center;
}

.div-block-24 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-27 {
  width: 350px;
}

.image-28 {
  width: 350px;
}

.image-29 {
  width: 350px;
}

.mail-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
}

.model-wrapper-mail {
  position: relative;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(132, 158, 183, 0.98);
}

.exit-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed-7 {
  width: auto;
  max-width: 800px;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.modalwrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(52, 137, 150, 0.74);
  opacity: 0;
  -webkit-transition: z-Index 200ms ease, opacity 300ms ease, -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: z-Index 200ms ease, opacity 300ms ease, -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: flex 200ms ease, z-Index 200ms ease, opacity 300ms ease;
  transition: flex 200ms ease, z-Index 200ms ease, opacity 300ms ease, -webkit-box-flex 200ms ease, -webkit-flex 200ms ease, -ms-flex 200ms ease;
  color: rgba(3, 113, 224, 0.61);
}

.html-embed-8 {
  text-align: left;
}

.closemodalbutton {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: auto;
  margin-top: 24px;
  margin-right: 24px;
  padding-right: 0px;
}

.contact-section {
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2em;
  line-height: 36px;
  text-align: center;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-block {
  display: none;
  max-width: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-30 {
  max-width: 40%;
}

.image-31 {
  max-width: 40%;
}

.text-span {
  color: #fff;
  line-height: 36px;
  font-weight: 700;
}

.text-span-2 {
  color: #fff;
  line-height: 36px;
  font-weight: 700;
}

.text-span-3 {
  color: #fff;
}

.text-span-4 {
  color: #fff;
  text-decoration: none;
}

.text-span-5 {
  color: #fff;
  text-decoration: none;
}

.text-span-6 {
  color: #fff;
  text-decoration: none;
}

.nav-link-3 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.image-33 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-34 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-35 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-36 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-37 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-38 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.columns-4 {
  display: none;
}

.html-embed-9 {
  overflow: visible;
  height: 100vh;
}

.root-icon-div {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-39 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid {
  min-height: 100vh;
}

.div-block-28 {
  background-image: url('../images/194491449803.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.grid-2 {
  min-height: 100vh;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-29 {
  min-height: 100vh;
}

.image-40 {
  min-height: 100vh;
}

.html-embed-10 {
  display: block;
  width: 90%;
  max-width: 360px;
  min-width: 0px;
  color: #fff;
}

.text-block-11 {
  margin-top: 20px;
  margin-bottom: 12px;
  text-align: center;
}

.left {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -12%;
  overflow: hidden;
  width: 50vw;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.right {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: auto;
  width: 100%;
  min-width: 50vw;
  margin-right: 0px;
  padding-right: 0px;
  background-color: #82c1c6;
}

.photosec {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 100vh;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.scroll-block {
  position: static;
  display: block;
  height: auto;
  min-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scroll-block.grid-pix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.scroll-block.sblisten {
  background-color: transparent;
}

.image-41 {
  width: auto;
  height: 100vh;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-scroll {
  display: none;
  overflow: scroll;
  height: 100vh;
  min-height: 100vh;
}

.right-scroll.right-scroll-2 {
  display: block;
  overflow: auto;
  min-width: 50vw;
  background-image: none;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.html-embed-11 {
  min-height: 800px;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heart-1 {
  display: block;
  max-width: 50%;
  margin-right: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-43 {
  display: block;
  height: 60px;
}

.image-44 {
  display: none;
}

.image-45 {
  position: relative;
  z-index: 1;
}

.image-46 {
  max-height: 60px;
  max-width: 100%;
  min-height: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.div-block-34 {
  display: none;
  width: 100%;
  height: 100vh;
}

.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
}

.listen {
  height: 100vh;
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-18 {
  display: block;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photos {
  display: block;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-35 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-36 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-47 {
  margin-top: 20px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-48 {
  margin-bottom: 20px;
}

.image-49 {
  margin-bottom: 20px;
}

.icon {
  display: none;
}

.html-embed-12 {
  clear: left;
}

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

.image-50 {
  display: none;
}

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

.image-51 {
  display: block;
  width: 100vh;
  height: 100vh;
  max-height: 100%;
  margin-right: 0px;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-52 {
  display: none;
}

.div-block-40 {
  display: none;
  margin-top: 60px;
}

.body-2 {
  background-color: #6bbec6;
  background-image: url('../images/BIG-TOBZ-BG-MOBILE-Smoke.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.container-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hashtag-copy {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.paragraph-2 {
  font-family: 'Fjalla One';
  color: #fff;
  font-size: 1em;
  line-height: 2em;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.italic-text {
  font-style: normal;
  text-decoration: none;
}

.hashtags {
  height: 100vh;
}

.html-embed-13 {
  height: 100vh;
}

.back-to-main {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 20px;
  margin-left: 20px;
  color: #fff;
  text-transform: uppercase;
}

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

.instrumental-button.button-4 {
  display: block;
}

.link-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.text-span-7 {
  color: #fff;
  font-size: 1em;
  font-style: italic;
  text-decoration: underline;
}

.image-55 {
  margin-bottom: 10px;
}

.text-block-12 {
  font-family: Chalkduster, sans-serif;
  font-size: 20px;
  text-align: center;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vh;
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-4 {
  font-family: Chalkduster, sans-serif;
}

.link-4.mailing {
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.div-block-42 {
  position: fixed;
  z-index: 99;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
}

.div-block-42.modal-window {
  display: none;
}

.mail-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mail-form.mail-form2 {
  width: 260px;
  height: 40px;
  padding-top: 250px;
  padding-bottom: 40px;
  font-family: Chalkduster, sans-serif;
}

.mail-form.mail-form2.top-form {
  width: 50px;
  height: 50px;
}

.div-block-43 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.button-7 {
  background-color: transparent;
  font-family: Chalkduster, sans-serif;
}

.div-block-44 {
  padding-top: 40px;
  background-color: transparent;
}

.html-embed-14 {
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-45 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 5px;
}

.image-56 {
  background-color: transparent;
}

.html-embed-15 {
  width: 100%;
}

.section {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: -50px;
}

.div-block-46 {
  text-align: center;
}

.button-8 {
  display: block;
  width: 90%;
  max-width: 300px;
  margin: 20px auto 10px;
  clear: none;
  border: 3px solid #fff;
  border-radius: 7px;
  background-color: transparent;
  background-image: none;
  font-family: Chalkduster, sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.button-8:hover {
  background-color: #849eb7;
  background-image: none;
}

html.w-mod-js *[data-ix="button-hover"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media screen and (max-width: 991px) {
  .socials-menu {
    background-color: transparent;
  }

  .nav {
    position: static;
    width: 100%;
  }

  .video {
    margin-right: 0px;
    margin-left: 0px;
    background-color: #6bbec6;
  }

  .body {
    background-color: #0371e0;
    background-image: none;
  }

  .titletrack {
    clear: both;
  }

  .div-block-14 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .art {
    width: 80%;
  }

  .container-2 {
    height: auto;
    margin-top: 40px;
  }

  .art-2 {
    width: 70%;
  }

  .div-block {
    margin-top: 0px;
  }

  .menu-button {
    background-color: transparent;
  }

  .button-3 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .store-product-column {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-4 {
    margin-top: 20px;
  }

  .html-embed-3 {
    width: 100%;
  }

  .div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .columns-3 {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
  }

  .nav-link.w--current {
    background-color: transparent;
  }

  .menu-button-2 {
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: rgba(176, 99, 87, 0.68);
  }

  .nav-menu-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 59px;
    float: none;
    border-color: rgba(176, 99, 87, 0.68);
    background-color: rgba(176, 99, 87, 0.68);
  }

  .image-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .photos-section {
    background-position: 50% 50%;
  }

  .nav-link-2 {
    background-color: transparent;
  }

  .div-block-27 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-32 {
    max-width: 40%;
  }

  .left {
    position: static;
    display: none;
    width: 100vw;
    background-image: url('../images/BIG-TOBZ-BG-MOBILE.jpg');
    background-size: cover;
  }

  .right {
    position: relative;
    overflow: visible;
    width: 100vw;
  }

  .photosec {
    display: none;
    overflow: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-12 {
    height: auto;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-31 {
    width: 100%;
    min-width: auto;
  }

  .div-block-33 {
    display: block;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .home {
    height: auto;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fd8a85), to(#fd8a85));
    background-image: linear-gradient(180deg, #fd8a85, #fd8a85);
  }

  .column-6 {
    display: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
    background-image: linear-gradient(180deg, #000, #fff);
  }

  .container-15 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns-5 {
    display: block;
  }

  .div-block-37 {
    display: none;
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .image-50 {
    display: block;
    width: 500px;
    text-align: center;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
    background-size: auto;
  }

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-51 {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-52 {
    display: block;
    max-width: 80%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .div-block-41 {
    display: block;
    margin-top: 50px;
  }

  .left-side {
    width: 100vw;
    height: 500px;
    padding-right: 100px;
    padding-left: 100px;
  }

  .right-side {
    width: 100vw;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-8 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .video-section {
    height: auto;
  }

  .body {
    margin-top: 90px;
    background-color: #0371e0;
  }

  .image-5 {
    width: 90%;
    max-width: 540px;
  }

  .image-2 {
    max-width: 200px;
  }

  .art {
    width: 90%;
  }

  .div-block {
    max-width: 80%;
    margin-top: 0px;
  }

  .image-7 {
    width: 70%;
  }

  .button-3 {
    margin-bottom: 20px;
  }

  .store-product-column {
    max-width: 70%;
  }

  .button-4 {
    margin-bottom: 20px;
  }

  .button-5 {
    margin-bottom: 20px;
  }

  .div-block-18 {
    width: auto;
  }

  .html-embed-3 {
    width: auto;
  }

  .columns {
    max-width: 70%;
  }

  .div-block-19 {
    margin-top: 0px;
  }

  .text-block-3 {
    margin-bottom: 10px;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-3 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-7 {
    font-size: 1em;
  }

  .text-block-8 {
    font-size: 1em;
  }

  .paragraph {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
  }

  .div-block-27 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-span {
    line-height: 36px;
    font-weight: 700;
  }

  .text-span-2 {
    line-height: 36px;
    font-weight: 700;
  }

  .photosec {
    display: none;
  }

  .div-block-31 {
    min-width: 100%;
  }

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

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-side {
    padding-right: 50px;
    padding-left: 50px;
  }

  .button-8 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .video-section {
    background-image: url('../images/WG-Band-Photo-Sized.png');
    background-position: 50% 50%;
  }

  .socials {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .subscribe-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .subscribe-link.w--current {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .link-heading {
    margin: 0px 4px;
    font-size: 1em;
  }

  .shop-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-block-2 {
    background-image: none;
  }

  .tour {
    margin-right: 0px;
    margin-left: 0px;
  }

  .photo {
    margin-right: 0px;
    margin-left: 0px;
  }

  .video {
    margin-right: 0px;
    margin-left: 0px;
  }

  .body {
    margin-top: 0px;
    margin-bottom: 150px;
    background-color: #0371e0;
    background-image: none;
  }

  .button-group {
    margin-bottom: 26px;
  }

  .image-5 {
    width: 95%;
  }

  .single-name {
    display: block;
    width: 80%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-2 {
    max-width: 90%;
    font-size: 0.5em;
  }

  .art {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .bt-logo {
    min-width: 0%;
  }

  .button {
    padding-right: 16px;
    padding-left: 16px;
  }

  .art-2 {
    width: 70%;
    max-height: 100%;
    max-width: 100%;
  }

  .album-art {
    max-height: 100%;
    max-width: 100%;
  }

  .text-block {
    font-size: 1.5em;
    line-height: 30px;
  }

  .single-name-2 {
    margin-top: 18px;
  }

  .div-block {
    max-width: 85%;
    margin-top: 0px;
  }

  .image-7 {
    width: 100%;
    height: 100%;
  }

  .button-4 {
    margin-top: 20px;
    font-size: 14px;
  }

  .div-block-18 {
    width: auto;
  }

  .html-embed-3 {
    width: auto;
  }

  .heading-4 {
    margin-top: 0px;
  }

  .heading-5 {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .text-block-3 {
    margin-top: 10px;
    font-size: 1em;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-3 {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .contact-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-39 {
    margin-top: 77px;
  }

  .html-embed-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .left {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 500px;
    background-image: none;
  }

  .photosec {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-12 {
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-33 {
    max-width: 80%;
    min-width: 0%;
    margin-top: 0px;
    padding-top: 40px;
  }

  .image-45 {
    display: none;
  }

  .home {
    height: auto;
    padding-top: 0px;
  }

  .html-embed-12 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-38 {
    position: static;
    display: block;
    width: 220px;
    margin-top: -5px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .image-50 {
    display: none;
  }

  .column-7 {
    background-image: none;
  }

  .div-block-39 {
    padding-top: 0px;
  }

  .image-51 {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-52 {
    max-width: 90%;
  }

  .image-53 {
    max-width: 80%;
  }

  .image-54 {
    max-width: 85%;
  }

  .text-block-12 {
    font-size: 14px;
  }

  .div-block-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-side {
    height: 100vw;
    margin-top: 0px;
    padding: 0px;
  }

  .right-side {
    margin-top: 10px;
    margin-bottom: 100px;
  }

  .div-block-42.modal-window {
    position: relative;
  }

  .mail-form.mail-form2 {
    width: 100%;
    height: 100%;
    max-height: 50px;
    min-height: 100%;
    margin-bottom: 0px;
    padding-top: 170px;
    padding-bottom: 140px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-43 {
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
  }

  .button-8 {
    margin-top: 20px;
    font-size: 14px;
  }
}

@font-face {
  font-family: 'Alte Haas Grotesk';
  src: url('../fonts/AlteHaasGroteskBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Chalkduster';
  src: url('../fonts/Chalkduster.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}