*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
}

img {
  width: 100%;
}

svg {
  max-height: 100%;
}

.btn,
.btn:active,
.btn:focus,
.btn:visited,
button,
fieldset,
input,
select,
textarea {
  font-family: inherit;
  display: inherit;
  border: none;
  border-radius: 0;
}

label {
  vertical-align: middle;
}

textarea {
  vertical-align: top;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

th {
  text-align: left;
  font-weight: 700;
}

td,
th {
  line-height: inherit;
}

th {
  vertical-align: bottom;
}

td {
  vertical-align: top;
}

li ol,
li ul {
  margin: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: lower-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

main,
.container,
footer {
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
}

.upcoming {
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
}

footer section,
section {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  /* margin-right: -30px; */
  /* margin-left: -30px; */
}

section.radio>div:first-child,
section.radio>div:last-child,
section.showinfo>div:first-child,
section.showinfo>div:nth-child(2),
section.showinfo>div:nth-child(3),
section.three>div,
section>div {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  flex-basis: 100%;
  max-width: 100%;
}

section.two>div,
section>div {
  justify-content: flex-start;
  text-align: start;
  text-align: left;
}

footer section>div,
footer section>div:nth-child(2),
section.one>div {
  justify-content: center;
  text-align: center;
}

@font-face {
  font-family: "tmbs";
  src: url("/tmbs/fonts/tmbf.1.eot");
  src: url("/tmbs/fonts/tmbf.1.eot?#iefix") format("embedded-opentype"), url("/tmbs/fonts/tmbf.1.woff") format("woff"), url("/tmbs/fonts/tmbf.1.ttf") format("truetype"), url("/tmbs/fonts/tmbf.1.svg#tmbf") format("svg");
  font-weight: 400;
  font-style: normal;
}

[data-icon]::before {
  content: attr(data-icon);
}

[class*=" icon-"]::before,
[class^="icon-"]::before,
[data-icon]::before {
  font-family: "tmbs",serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  /* speak: none; */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook::before {
  content: "\61";
}

.icon-twitter::before {
  content: "\62";
}

.icon-instagram::before {
  content: "\63";
}

.icon-ticket::before {
  content: "\64";
}

.icon-menu::before {
  content: "\65";
}

.icon-marker::before {
  content: "\66";
}

.icon-clock::before {
  content: "\67";
}

.icon-podcast::before {
  content: "\68";
}

.icon-youtube::before {
  content: "\69";
}

.icon-spotify::before {
  content: "\6a";
}

.icon-mic::before {
  content: "\6b";
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  top: -.4em;
}

sub {
  top: .4em;
}

.frac {
  font-variant-numeric: diagonal-fractions;
}

.afrc {
  font-variant-numeric: stacked-fractions;
}

.ordn {
  font-variant-numeric: ordinal;
}

.onum {
  font-variant-numeric: oldstyle-nums;
}

.pnum {
  font-variant-numeric: proportional-nums;
}

.onum.zero {
  /* -ms-font-feature-settings: onum, zero */;
}

.onum.pnum.zero {
  /* -ms-font-feature-settings: onum, zero, pnum */;
}

.zero {
  font-variant-numeric: slashed-zero;
}

.onum.pnum {
  /* -ms-font-feature-settings: lnum 0 0 */;
}

html {
  font-size: 15px;
  text-size-adjust: none;
  background-color: #222;
}

body {
  background-color: #fff;
  color: #444;
  font-family: "Merriweather", "Georgia", serif;
  text-rendering: optimizelegibility;
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 0.4%);
}

::selection {
  background: #111;
  color: #eee;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  letter-spacing: -.02em;
  font-weight: 300;
  font-size: 33.75px;
  line-height: 54px;
  margin-bottom: 27px;
}

h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 27px;
}

h2,
h3 {
  letter-spacing: -.01em;
  margin-bottom: 27px;
}

h3 {
  font-weight: 800;
  font-size: 22.5px;
  line-height: 33.75px;
}

h4 {
  font-size: 18.75px;
  line-height: 27px;
  margin-bottom: 27px;
}

h5 {
  font-size: 16.875px;
}

h5,
h6 {
  font-weight: 900;
  line-height: 27px;
  margin-bottom: 27px;
}

h6 {
  font-size: 15px;
}

dl,
ol,
p,
ul {
  margin-bottom: 27px;
}

ol,
ul {
  margin-left: 15px;
}

ul.social {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 0;
  padding: 0;
  border: none;
}

ul.social li {
  margin-right: 10px;
}

ul.social li a {
  font-size: 32px;
}

.highlight {
  background-color: #f3ffce;
}

hr {
  width: 100%;
  clear: both;
  float: none;
  height: 0;
  border: 0;
  line-height: 27px;
  border-top: 2px dotted #555;
  margin: 0 0 25px !important;
  padding: 0;
}

a,
a:active,
a:visited {
  color: #3f99b6;
  text-decoration: none;
  font-weight: 900;
}

a:hover {
  color: #000;
}

a:not(.btn):hover {
  text-decoration: underline;
}

a:active,
a:focus,
a:hover {
  outline: none;
}

a,
a:focus,
a:hover,
input[type="submit"]:hover {
  transition: all .15s linear 0s;
}

.btn,
.btn:active,
.btn:focus,
.btn:visited {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  appearance: none;
  color: #111;
  background: #86c2d5;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  letter-spacing: -.025em;
  line-height: 27px;
  height: 55px;
  font-weight: 800;
  border-radius: 3px;
  transition: box-shadow .2s;
  text-decoration: none;
  padding-top: 13.5px;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

.btn:hover {
  box-shadow: inset 0 0 0 20rem hsl(0deg 0% 100% / 25%);
}

.playshow {
  color: #86c2d5;
  background-color: transparent;
  border: 1px solid currentcolor;
  transition: background .2s, color .2s;
}

.playshow:hover {
  color: #fff;
  background: #86c2d5;
  box-shadow: none;
  border-color: transparent;
}

.btn.green,
.btn:active.green,
.btn:focus.green,
.btn:visited.green {
  background-color: #5c8;
}

.frmbtn {
  padding-top: 0 !important;
}

.playshow {
  padding-left: 1.5rem;
}

.playshow i {
  position: relative;
  bottom: -2px;
  left: -5px;
  font-size: 18px;
  vertical-align: top;
}

.image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgb(0 0 0 / 10%);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 270px;
  margin-bottom: 27px;
  text-indent: -9999em;
}

.image,
.image p {
  position: relative;
}

.image p {
  display: inline-block;
  margin: 0;
  color: rgb(0 0 0 / 40%);
  z-index: -1;
}

.image p::before {
  content: "";
  display: block;
  height: 40px;
  /* background: url(../../public/tmbs/images/missing-image.png) no-repeat 50% 50%; */
  background-size: contain;
  opacity: .5;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
}

img.circle {
  border-radius: 50%;
}

form {
  margin-bottom: 27px;
}

fieldset,
input,
legend,
optgroup,
option,
select,
textarea {
  box-sizing: border-box;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #282828;
  vertical-align: top;
  display: block;
}

datalist {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

label {
  line-height: 27px;
  display: block;
}

/*
input[list],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  width: 100%;
  max-width: 100%;
  padding: 10.8px;
  background-color: #fff;
  font-weight: 700;
  border-radius: 0;
  border: 1px solid #c8c8c8;
}
*/

/*
input[list],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  height: 54px;
  appearance: none;
}
*/

textarea {
  appearance: none;
  overflow: auto;
}

input[type="range"] {
  height: 54px;
  width: 100%;
  max-width: 100%;
}

input[type="file"] {
  min-height: 54px;
}

input[type="search"] {
  height: 54px;
  appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  appearance: none;
}

select {
  height: 54px;
  background: #fff url("/tmbs/images/select-arrow.svg") no-repeat 90% 50%;
  background-size: 15px;
  appearance: none;
}

select[multiple] {
  height: auto;
  min-height: 54px;
  padding: 0;
}

select[multiple] option {
  margin: 0;
  padding: 10.8px;
}

fieldset {
  padding: 0;
  border: 0;
}

legend {
  padding: 0;
  font-weight: inherit;
}

input[type="image"] {
  text-align: center;
  padding: 10.8px;
}

.btn[disabled],
button[disabled],
input[disabled],
option[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
}

.btn:focus,
button:focus,
input:focus,
option:focus,
select:focus,
textarea:focus {
  background-color: #fff;
  border-color: #c8c8c8;
}

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

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 27px;
  padding-right: 27px;
  cursor: pointer;
  display: inline-block;
  height: 27px;
  font-size: 15px;
  font-weight: 400;
  transition: .28s ease;
  margin-top: -4px;
  user-select: none;
}

[type="radio"]+label::after,
[type="radio"]+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  margin-top: 5px;
  width: 18px;
  height: 18px;
  z-index: 0;
  transition: .28s ease;
}

[type="radio"]:not(:checked)+label::after,
[type="radio"]:not(:checked)+label::before {
  border-radius: 50%;
  border: 2px solid #69b879;
}

[type="radio"]:not(:checked)+label::after {
  z-index: -1;
  transform: scale(0);
}

[type="radio"]:checked+label::before {
  border-radius: 50%;
  border: 2px solid transparent;
}

[type="radio"]:checked+label::after {
  border-radius: 50%;
  border: 2px solid #69b879;
  background-color: #69b879;
  z-index: 0;
  transform: scale(1.02);
}

[type="radio"]:disabled:checked+label::before,
[type="radio"]:disabled:not(:checked)+label::before {
  background-color: transparent;
  border-color: #ccc;
}

[type="radio"]:disabled+label {
  color: #ccc;
}

[type="radio"]:disabled:not(:checked)+label::before {
  border-color: #ccc;
}

[type="radio"]:disabled:checked+label::after {
  background-color: #ccc;
  border-color: #ccc;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

[type="checkbox"]+label {
  position: relative !important;
  padding-left: 27px;
  padding-right: 27px;
  cursor: pointer !important;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  font-size: 15px;
  font-weight: 400;
  margin-top: -4px;
  user-select: none;
}

[type="checkbox"]+label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4.75px;
  width: 16px;
  height: 16px;
  z-index: 0;
  border: 2px solid #69b879;
  border-radius: 0;
  transition: .2s;
}

[type="checkbox"]:not(:checked):disabled+label::before {
  border: none;
  background-color: #ccc;
}

[type="checkbox"]+label::after {
  border-radius: 0;
}

[type="checkbox"]+label::after,
[type="checkbox"]+label::before {
  content: "";
  left: 0;
  position: absolute;
  transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  z-index: 1;
}

[type="checkbox"]:not(:checked)+label::before {
  width: 0;
  height: 0;
  border: 2px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotate(37deg);
  transform-origin: 100% 100%;
}

[type="checkbox"]:not(:checked)+label::after {
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 2px solid #69b879;
  top: 4px;
  z-index: 0;
}

[type="checkbox"]:checked+label::before {
  top: 2px;
  left: 1px;
  width: 7px;
  height: 11px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(35deg);
  transform-origin: 100% 100%;
}

[type="checkbox"]:checked+label::after {
  top: 4px;
  width: 18px;
  height: 18px;
  border: 2px solid #69b879;
  background-color: #69b879;
  z-index: 0;
}

[type="checkbox"]:disabled:not(:checked)+label::before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="checkbox"]:disabled:not(:checked)+label::after {
  border-color: transparent;
  background-color: #ccc;
}

[type="checkbox"]:disabled:checked+label::before {
  background-color: transparent;
}

[type="checkbox"]:disabled:checked+label::after {
  background-color: #ccc;
  border-color: #ccc;
}

.hf-warning {
  display: none;
}

.big-button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  appearance: none;
  color: #111;
  background: #86c2d5;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  letter-spacing: -.025em;
  line-height: 27px;
  font-weight: 800;
  border-radius: 3px;
  transition: box-shadow .2s;
  text-decoration: none;
  padding: 10px 20px;
  height: inherit;
  width: inherit;
}

.big-button:hover {
  box-shadow: inset 0 0 0 20rem hsl(0deg 0% 100% / 25%);
}

a.big-button:link,
a.big-button:visited,
a.big-button:hover {
  color: inherit;
  text-decoration: none;
}

.big-input {
  font-size: 1.47rem;
  font-weight: 500;
  padding: 10px 12px;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  color: #000000;
  background: #ffffff;
  transition: all 0.3s ease;
  outline: none;
  box-sizing: border-box;
  min-width: 0;
}

.big-input:hover {
  border-color: #9ca3af;
}

.big-input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgb(59 130 246 / 10%);
}

.big-input::placeholder {
  color: #9ca3af;
}

.big-input::selection {
  background-color: #ffea5b;
}

.big-input.waiting {
  animation: opacity-pulse 1.5s infinite ease-in-out;
}

table {
  border-collapse: collapse;
  margin-bottom: 26px;
  font-variant-numeric: lining-nums tabular-nums;
}

table td,
table th {
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  padding: 27px;
  padding-right: 13.5px;
  padding-top: 26px;
  padding-left: 0;
}

table td:last-child,
table th:last-child {
  padding-right: 0;
}

body {
  /* position: relative; */
  overflow-y: scroll;
  overflow-x: hidden;
}

header {
  position: absolute;
  display: flex;
  flex-direction: row;
  z-index: 999;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-right: 30px;
  padding-left: 60px;
  padding-top: 30px;
}

header h1 {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: 30px;
  left: 25px;
  margin-left: 0;
  justify-content: center;
  align-items: center;
  background: #fafafa url("/tmbs/images/logo-bg.jpg");
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

header h1 a {
  display: inline-block;
  width: 120px;
  height: 48.5732px;
  text-indent: -9999em;
  background: url("/tmbs/images/logo.svg") no-repeat;
  background-size: contain;
}

header nav {
  font-family: "Montserrat", sans-serif;
}

header nav>ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
  gap: 6px;
}

header nav>ul>li {
  position: relative;
  left: 0;
  text-align: center;
  line-height: 1.2;
}

header nav>ul>li>a,
header nav>ul>li>a:visited {
  color: #99ccdc;
  font-weight: 700;
  letter-spacing: -.025em;
}

header nav>ul>li>a.nu,
header nav>ul>li>a:visited.nu {
  color: #fd0;
}

header nav>ul>li>a:visited span,
header nav>ul>li>a span {
  display: none;
}

header nav>ul>li:hover a {
  color: #fff;
  text-decoration: none !important;
}

header nav>ul>li ul {
  position: absolute;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 160px;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s linear;
}

header nav>ul>li ul li {
  background-color: #3f99b6;
}

header nav>ul>li ul li:first-child {
  position: relative;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

header nav>ul>li ul li:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

header nav>ul>li ul li a {
  display: block;
  color: #fd0 !important;
  padding: 5px 20px;
  font-weight: 900 !important;
  line-height: 1.5;
  font-size: 12px;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

header nav>ul>li ul li a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

header nav>ul>li ul li a span {
  display: block;
  font-weight: 600;
  font-size: 13px;
}

header nav>ul>li:hover ul {
  max-height: 400px;
}

header #menubtn {
  position: absolute;
  right: 0;
  top: 40px;
  color: #86c2d5;
  text-decoration: none;
  width: auto;
  height: 50px;
  font-size: 31px;
  padding: 10px 30px 10px 15px;
  background-color: #222;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

header #menubtn,
header #menubtn i {
  display: inline-block;
}

header.sticky {
  display: none;
}

header.sticky h1 {
  position: static;
  background: none;
  width: auto !important;
  height: auto !important;
  margin: 0;
}

header.sticky h1 a {
  display: block;
  width: 40px;
  height: 40px;
  background: url("/tmbs/images/mark.svg") no-repeat;
  background-size: contain;
}

header.sticky nav>ul>li {
  margin-left: 25px;
}

header.sticky nav>ul>li>a {
  color: #222;
  font-size: 13px;
}

header.sticky nav>ul>li>a:hover {
  color: #fff;
}

.banner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url("/tmbs/images/TMBS-banner-2020.jpg");
  background-repeat: no-repeat;
  background-size: auto 300px;
  background-color: #1f2029 !important;
  background-position: 0 0;
  height: auto;
}

.banner>div {
  max-width: 100%;
  margin-top: 280px;
  padding: 60px 40px 120px;
}

.banner.short>div {
  padding: 60px 40px 20px;
}

.banner h2 {
  text-align: center;
  font-weight: 100;
  letter-spacing: -.035em;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 30px;
}

.banner h2,
.banner h3 {
  font-family: "Montserrat", sans-serif;
  color: #fd0;
}

.banner h3 {
  display: block;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 22px;
  font-weight: 900;
  text-align: right;
  padding-top: 15px;
  margin-bottom: 10px;
}

.banner ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 0;
}

.banner ul li {
  margin-left: 15px;
}

.banner ul li:first-child {
  margin-left: 0;
}

.banner ul li a {
  color: #86c2d5;
  font-size: 32px;
}

.banner ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.banner ol {
  list-style: none;
  text-align: right;
  margin-top: 27px;
}

.banner ol li {
  font-family: "Montserrat", sans-serif;
}

.banner ol li a {
  text-decoration: none;
  color: #fd0;
}

.banner a:hover {
  color: #fff;
}

.banner .middle {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #eee;
  max-width: 480px;
}

.banner .brief {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #eee;
  margin-bottom: 20px;
}

.banner p {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #eee;
}

.banner p:last-of-type {
  margin-bottom: 0;
}

.banner .middle em {
  display: inline-block;
  margin-right: 5px;
}

.banner p em {
  display: inline-block;
  margin-right: 5px;
}

.banner .middle+.btns {
  padding-top: 27px;
}

.banner p+.btns {
  padding-top: 27px;
}

.banner a.btn {
  background-color: #86c2d5;
  color: #222;
}

.banner .btns {
  flex-direction: column;
  gap: 15px;
}

.banner .btns,
.banner aside {
  display: flex;
}

.banner aside {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 99;
  bottom: 60px;
  right: 120px;
}

.banner aside p {
  margin-bottom: 10px;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .1em;
  font-weight: 700;
  color: #fd0;
  width: 100%;
}

.banner aside a {
  display: inline-block;
  width: 180px;
}

.banner.show {
  background-color: #222;
  background-image: none;
  background-size: cover;
  background-position: 50% 15% !important;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 70%);
  border-bottom: 12px solid #86c2d5;
}

.banner.show::after {
  display: none;
}

.banner.show.nobdr {
  border-bottom: none;
}

.banner.show>div {
  background: transparent;
  padding: 40px;
  padding-bottom: 80px;
  width: 100%;
  margin-top: 220px;
}

.banner.show>div h2 {
  margin-bottom: 20px;
}

.banner.show>div h3 {
  text-align: center;
}

.banner.show>div h3 span {
  font-weight: 400;
  color: #86c2d5;
  font-size: 18px;
}

.banner.show .banner-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}

.banner.show>div h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}

.banner.show>div h5 span {
  color: #fd0;
}

.banner.season>div {
  margin-top: 220px;
  padding-bottom: 120px;
}

.banner.season>div h2 {
  font-size: 50px;
}

.podcast h4 {
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  color: #222;
  font-size: 18px;
}

.podcast h6 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  font-size: 14px;
}

.podcast .audio {
  background-color: #222;
  margin-bottom: 27px;
  padding: 5px;
  border-radius: 3px;
}

.podcast .audio audio {
  display: block;
  width: 100%;
}

.episode {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #222;
  border-bottom: 12px solid #86c2d5;
  padding: 20px;
}

.episode h4 {
  position: absolute;
  top: -36px;
  left: 0;
  height: 36px;
  line-height: 36px;
  color: #fd0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
  text-align: center;
  width: 100%;
}

.episode audio {
  width: 100%;
}

main,
.container {
  /* position: relative; */
  padding-top: 40.5px;
  padding-bottom: 27px;
  background-color: #fff;
}

main h1,
.container h1 {
  font-size: 42px;
}

main>h2,
.container>h2 {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 160px;
  height: 160px;
  top: -80px;
  left: 50%;
  margin-left: -80px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.5;
  font-size: 13px;
  background: #222;
  color: #acd5e2;
  border: 15px solid #fafafa;
  border-radius: 50%;
}

.container.dark {
  background-color: #222;
}

.container.grey {
  background-color: #eee;
}

.container.grey>h2 {
  border-color: #eee;
}

.container.blue {
  background-color: #86c2d5;
}

.container.blue>h2 {
  border-color: #86c2d5;
}

.container.lightblue {
  background-color: #e5f2f6;
}

.container.artists {
  border-top: 12px solid #bfdfe9;
}

main.home {
  padding: 0;
}

main.item {
  border-top: 12px solid #bfdfe9;
}

section>div {
  margin-bottom: 27px;
}

section>div h4 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 16px;
  color: #e82416;
}

section>div img {
  border-radius: 5px;
  margin-bottom: 50px;
}

section>div figure {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: rgb(0 0 0 / 10%);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 405px;
  margin-bottom: 27px;
  text-indent: -9999em;
}

section>div figure p {
  display: inline-block;
  position: relative;
  margin: 0;
  color: rgb(0 0 0 / 40%);
  z-index: -1;
}

section>div figure p::before {
  content: "";
  display: block;
  height: 40px;
  /* background: url(img/missing-image.png) no-repeat 50% 50%; */
  background-size: contain;
  opacity: .5;
}

section.centered>div {
  justify-content: center !important;
  text-align: center !important;
}

section.centered>div [data-bg] {
  background-position: 50% 0;
}

section.centered>div img {
  margin: 0 auto;
}

section.centered>div ul {
  list-style: none;
  margin-left: 0;
}

section.middle>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.radio>div h3 {
  font-size: 30px;
  line-height: 1.25;
}

section.showinfo>div:first-child figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: rgb(0 0 0 / 10%);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 270px;
  margin-bottom: 27px;
  text-indent: -9999em;
  border-radius: 8px;
}

section.showinfo>div:first-child figure p {
  display: inline-block;
  position: relative;
  margin: 0;
  color: rgb(0 0 0 / 40%);
  z-index: -1;
}

section.showinfo>div:first-child figure p::before {
  content: "";
  display: block;
  height: 40px;
  /* background: url(img/missing-image.png) no-repeat 50% 50%; */
  background-size: contain;
  opacity: .5;
}

section.showinfo>div:first-child h3 {
  font-size: 30px;
}

section.showinfo>div:first-child h4 {
  font-size: 21px;
}

section.showinfo>div:nth-child(2) figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: rgb(0 0 0 / 10%);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 243px;
  margin-bottom: 27px;
  text-indent: -9999em;
}

section.showinfo>div:nth-child(2) figure p {
  display: inline-block;
  position: relative;
  margin: 0;
  color: rgb(0 0 0 / 40%);
  z-index: -1;
}

section.showinfo>div:nth-child(2) figure p::before {
  content: "";
  display: block;
  height: 40px;
  /* background: url(img/missing-image.png) no-repeat 50% 50%; */
  background-size: contain;
  opacity: .5;
}

section.showinfo>div:nth-child(2) .aurl {
  margin-bottom: 54px;
}

section.showinfo>div:nth-child(2) .aurl:last-of-type {
  margin-bottom: 27px;
}

section.showinfo>div:nth-child(3)>div h6 {
  font-family: "Merriweather", "Georgia", serif;
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  color: #777;
}

section.showinfo>div:nth-child(3)>div p {
  font-family: "Montserrat", sans-serif;
}

section.showinfo>div:nth-child(3)>div p span {
  font-size: 90%;
}

section.showinfo>div h4,
section.showinfo>div h5 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
}

section.showinfo>div h4 {
  color: #444;
}

section.showinfo>div h5 {
  font-size: 16px;
}

section.showinfo>div h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: 15px;
}

section.showinfo>div figure {
  border-radius: 5px;
}

.split {
  display: flex;
  flex-direction: column;
}

.split div:last-child {
  margin-top: 35px;
}

.section {
  padding-top: 24px;
}

.section h2 {
  text-transform: uppercase;
}

/* .catalog {
  padding-top: 54px;
} */

.catalog {
  gap: 55px;
}

@media (min-width: 320px) {
  .catalog {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (min-width: 620px) {
  .catalog {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 920px) {
  .catalog {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (min-width: 1150px) {
  .catalog {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (min-width: 1400px) {
  .catalog {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.catalog,
.catalog section>div {
  padding-bottom: 27px;
}

.catalog .item .info {
  display: flex;
  flex-direction: column;
}

.catalog .item .info .listings {
  order: 1;
}

.catalog .item .info .titles {
  order: 2;
}

.catalog .item .info .subtitle {
  order: 3;
}

.catalog .item .fave-toggle {
  display: none;
}

.catalog .pic,
.catalog .item .pic img {
  aspect-ratio: 16 / 9 !important;
}

.catalog .pic {
  position: relative;
  width: 100%;
  background-color: #ffffff !important;
}

.catalog .item .pic {
  margin-bottom: 27px !important;
}

.catalog .item .pic img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 5px;
}

.catalog .overlay {
  display: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.catalog figure {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: rgb(0 0 0 / 10%);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 270px;
  margin-bottom: 27px;
  text-indent: -9999em;
  overflow: hidden;
}

.catalog figure p {
  display: inline-block;
  position: relative;
  margin: 0;
  color: rgb(0 0 0 / 40%);
  z-index: -1;
}

.catalog figure p::before {
  content: "";
  display: block;
  height: 40px;
  /* background: url(img/missing-image.png) no-repeat 50% 50%; */
  background-size: contain;
  opacity: .5;
}

.catalog figure a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -9999em;
  background-size: cover;
  border-radius: 10px;
  transition: transform .2s;
}

.catalog figure a:hover {
  transform: scale(1.1);
}

.catalog figure aside {
  position: absolute;
  bottom: 30px;
  right: -3px;
  display: inline-block;
  background-color: #e82416;
  color: #fff;
  padding: 6px 15px 5px;
  z-index: 99;
  text-indent: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .2em;
}

.catalog img {
  display: block;
  margin-bottom: 27px;
}

.catalog .ep {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 900;
  font-size: 12px;
  color: #e82416;
  margin-bottom: 15px;
}

.catalog .ep span {
  color: #222;
}

.catalog .date {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .17em;
  font-weight: 600;
  color: #484848;
  font-size: 12px;
  padding: 0 10px;
  background-color: #ffeb66;
}

.catalog .date.dpast {
  background-color: #eee;
  color: #888;
}

.catalog h3 {
  line-height: 1.1;
  font-size: 28px;
  margin-bottom: 8px;
  letter-spacing: -.025em;
  font-weight: 800;
}

.catalog h3 a {
  color: inherit;
}

.catalog h5 {
  color: #60afc8;
  border-bottom: 1px solid #888;
  padding-bottom: 5px;
}

.catalog h6 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 5px;
  color: #888;
}

.catalog .info .listings {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 5px;
  color: #888;
}

.catalog .artst em {
  display: inline-block;
  margin-right: 6px;
  font-size: 14px;
}

.catalog .sp h6 {
  margin-bottom: 13.5px;
}

.catalog .sp img {
  width: auto;
}

.box {
  background-color: #eee;
  padding: 40.5px;
  padding-bottom: 13.5px;
  border-radius: 10px;
}

.box img {
  margin: 0 auto;
}

.box h5 {
  color: #e82416;
  font-size: 14px !important;
}

.box h6 {
  font-family: "Merriweather", "Georgia", serif !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  margin-bottom: 0;
}

.box a:not(.btn) {
  text-decoration: underline;
}

.box .btn {
  margin-top: 0;
}

main.item .descriptions {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

main.item .descriptions .item-description {
  flex: 1;
}

.upcoming {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #2a2a2a;
  padding-top: 50px;
  padding-bottom: 40px;
  box-shadow: 0 -30px 40px 20px rgb(255 221 0 / 30%);
}

.upcoming h2 {
  position: absolute;
  flex-direction: row;
  justify-content: center;
  width: 300px;
  height: 40px;
  top: -40px;
  left: 50%;
  margin-left: -150px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 14px;
  background: #2a2a2a;
  color: #fd0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding-top: 10px;
  line-height: 1.5;
}

.upcoming h2 {
  display: flex;
  align-items: center;
  text-align: center;
}

.upcoming .next-ticket {
  margin-top: 30px;
}

.upcoming div.prv {
  display: flex;
  align-items: center;
  text-align: center;
}

.upcoming div.prv {
  flex-direction: column;
  padding-bottom: 40px;
}

.upcoming div.prv b {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
}

.upcoming div.prv b.radio {
  background-color: #e82416;
  color: #fff;
}

.upcoming div.prv b.radio::before {
  content: "On the radio";
}

.upcoming div.prv b.streaming {
  background-color: #fd0;
  color: #111;
}

.upcoming div.prv b.streaming::before {
  content: "Streaming";
}

.upcoming div.prv b.live {
  background-color: #fbc097;
  color: #111;
}

.upcoming div.prv b.live::before {
  content: "Live";
}

.upcoming div.prv img {
  display: block;
  margin: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.upcoming div.prv h5 {
  font-size: 14px;
  color: #eee;
  line-height: 1.5;
  margin-bottom: 4px;
}

.upcoming div.prv span {
  font-family: "Montserrat", sans-serif;
  color: #fd0;
  font-size: 14px;
  line-height: 1.65;
}

.account-panel
{
  display: flex;
  flex-direction: column;
  align-items: center;

  & .status {
    margin: 25px 0;
  }

  & .options {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
  }

  & .options .big-button {
    width: inherit;
    text-align: center;
  }
}

.search-form
{
  & .input-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  & .big-input {
    flex: 1;
  }
}

.conversation-input > form
{
  margin: 15px auto;
  flex-basis: 780px;
  flex-shrink: 1;

  & .buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    margin-top: 5px;
  }

  & .buttons > div {
    display: flex;
    flex-direction: row;
    gap: 15px;
  }

  & input[type="text"] {
      width: 100%;
  }
}

.photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
}

.photos a {
  display: block;
  width: 100%;
}

form.ml {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

form.ml input {
  margin: 0;
  text-align: center;
}

form.ml [class*="-warning"] {
  color: #e82416;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
}

#podcast {
  background-color: #3f99b6;
}

#podcast section {
  align-items: center;
}

#podcast section>div {
  margin-bottom: 0;
}

#podcast h3 {
  font-weight: 300;
  letter-spacing: -.025em;
  font-size: 44px;
  line-height: .9;
  margin-bottom: 40px;
}

#podcast h3,
#podcast p {
  text-align: center;
  color: #fff;
}

#podcast p {
  font-size: 16px;
}

#podcast p:last-of-type {
  padding-top: 27px;
}

.sponsors {
  display: flex;
  flex-direction: row;
  padding: 40px 25px 30px;
  border-top: 1px dashed #86c2d5;
}

.sponsors div {
  flex-basis: 100%;
}

.sponsors div h5 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 13px;
  color: #777;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
}

.sponsors div ul {
  /* position: relative; */
  /* top: -20px; */
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
}

.sponsors div ul li {
  margin: 15px;
}

.sponsors div ul li a {
  display: block;
  width: 120px;
  height: 80px;
  /* text-indent: -9999em; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

main.item .item-titles {
  display: none;
}

main.item .listings {
  display: none;
}

main.item .item-details h3 {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.05;
  margin-bottom: 0px;
  min-height: 5rem;
}

.item-details {
  padding: 0 !important;
}

main.error {
  padding-top: 250px;
}

pre {
  margin: 25px 5px;
}

div.bio h3 {
  font-weight: 800;
  font-size: 28px;
}

div.item-description h3 {
  font-weight: 800;
  font-size: 28px;
}

div.item-description img,
div.bio img {
  display: block;
  border-radius: 5px;
  margin-bottom: 37px;
}

.item-description {
  font-size: 1.0rem !important;
  line-height: 1.75 !important;
}

.item-description > p {
  margin-top: 0 !important;
  margin-bottom: 27px !important;
}

main.ask {
}

main.ask h1 {
  padding-top: 30px;
}

form.ask .buttons {
  display: flex;
  flex-direction: row;
}

/* form.ask submit,
form.ask textarea,
main.ask select,
form.ask input {
  font-size: 1.1rem;
  padding: 15px;
  border-radius: 4px;
  background-color: #ffffff;
} */

/* form.ask input[type="text"] {
  width: 100%;
  max-width: 800px;
  margin: 10px 0;
} */

/* form.ask textarea {
  font-family: 'Poppins', sans-serif;
  line-height: 1.25;
  width: 100%;
  resize: vertical;
} */

/* form.ask input[type="submit"] {
  color: var(--gaz-text-color);
  background-color: var(--gaz-link-color);
  margin-right: 20px;
  cursor: pointer;
} */

/* form.ask input[type="button"] {
  color: var(--gaz-text-color);
  background-color: var(--gaz-link-color);
  margin-right: 20px;
  cursor: pointer;
} */

@keyframes opacity-pulse {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}

form.ask input.waiting {
    animation: opacity-pulse 1.5s infinite ease-in-out;
}

form.ask {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.ask .message {
  padding: 10px;
}

.ask .message .block {
  max-width: 800px;
}

.ask .message.user {
  background-color: #ccc;
  border-radius: 5px;
}

.ask .message h2 {
  margin: 15px 0;
  line-height: 1.1;
}

.ask .message h3 {
  margin: 10px 0;
  line-height: 1.1;
}

.ask .message p {
  margin: 5px;
}

.ask .message ul {
  list-style-type: disc;
  margin: 5px 15px;
}

.ask .message ol {
  margin: 10px 20px;
  list-style-type: decimal;
}

.ask .message ol li {
  margin: 3px 0;
}

.ask .message .mcp_tool_use {
  font-size: 0.85rem;
  opacity: 0.80;
  margin-left: 1rem;
  font-style: italic;
}

footer {
  width: 100%;
  font-size: 13px;
  line-height: 25px;
  color: #aaa;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #222;
}

footer section>div:nth-child(2) ul {
  text-align: right;
  padding-right: 15px;
}

footer section>div:nth-child(2) ul a {
  color: #86c2d5;
}

footer section>div:nth-child(2) ul:last-child {
  text-align: left;
  padding-left: 15px;
  padding-right: 0;
  border-left: 1px solid #555;
}

footer section>div:nth-child(2) ul:last-child a {
  color: #e82416;
}

footer h3 {
  font-weight: 800;
}

footer h6 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #ddd;
  font-size: 13px;
}

footer h6,
footer p {
  margin-bottom: 0;
}

footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul a,
footer ul a:active,
footer ul a:visited {
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .15em;
}

footer ul a:active:hover,
footer ul a:hover,
footer ul a:visited:hover {
  color: #eee !important;
}

footer ul.social li {
  margin-left: 10px;
  margin-right: 0;
}

footer ul.social li a {
  font-size: 24px;
  color: #777;
  text-decoration: none !important;
}

footer ul.social li a:hover {
  color: #eee;
}

main.map {
  color: #000;
  background-color: #222;
}

main.map .map-status {
  color: #fff;
  position: absolute;
  inset: 100px 100px 100px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main.map #gaz-map-container {
  position: absolute;
  inset: 215px 0 0 0;
}

main.map #locate-btn {
  display: none;
  position: absolute;
  top: 125px;
  left: 10px;
  z-index: 5;
  background-color: #fff;
}

main.map #locate-btn .fa-solid {
  font-size: 1.5rem;
  padding: 10px;
}

main.map #locate-btn.running .fa-solid {
  color: #ff6d00;
}

.map-area .named-marker-inner {
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
  padding: 4px 5px;
  box-shadow: 3px 3px 7px #0002;
  border-radius: 5px;
}

.map-area .named-marker-inner .name {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1px;
}

.map-area .named-marker-outer {
  max-width: 110px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  z-index: 4;
  background-color: #ffffff;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 25%);
}

.map-area .named-marker-outer::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 95%;
  transform: translate(-50%);
  width: 0;
  z-index: 4;
  border-top-color: #ffffff;
}

.map-info-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

.map-info-box .preview img {
  max-width: 120px;
  max-height: 120px;
}

.map-info-box.venue .name {
  text-align: left;
}

.map-info-box .name {
  display: none;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 3px;
}

.map-info-box .info {
  font-size: 1.0rem;
  line-height: 1.0;
  margin-bottom: 5px;
}

.map-info-box .info p {
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: 600;
  text-align: right;
}

.map-info-box em {
  font-style: italic;
}

.map-info-box .navigate {
  display: none;
  margin-top: 5px;
  text-align: center;
}

.map-info-box .navigate div,
.map-info-box .navigate span {
  font-size: 1.75em;
  cursor: pointer;
  margin: 2px 5px;
}

#payment-form {
  background-color: #eee;
  padding: 30px 20px;
  padding-bottom: 50px;
  border-radius: 10px;
}

#payment-form label {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

#payment-form #card-element {
  background-color: #fff;
  padding: 20px;
  padding-top: 22px;
  border-radius: 4px;
  margin-bottom: 20px;
}

#payment-form .form-row-split {
  display: flex;
  flex-direction: column;
}

#payment-form input {
  border: none;
  border-radius: 4px;
  color: #60afc8;
}

#payment-form #card-errors {
  font-style: italic;
}

#payment-form .btn,
#payment-form button {
  background: #86c2d5 url("/tmbs/images/lock.svg") no-repeat;
  background-size: 20px;
  background-position: 18px 50%;
  padding-left: 50px;
}

.hide-md,
.hide-sm {
  display: none;
}

body.sidr-open {
  width: 100vw;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 8675311;
  width: 240px;
  overflow-x: hidden;
  overflow-y: scroll !important;
  background: #111 !important;
  transform: translateZ(0);
}

.sidr.right {
  right: -240px;
}

.sidr.left {
  left: -240px;
}

.sidr .sidr-inner {
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 50px;
}

.sidr .sidr-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidr .sidr-inner ul li {
  margin-top: 20px;
}

.sidr .sidr-inner ul li a {
  padding: 15px;
  padding-left: 25px;
  color: #b1b0ff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  letter-spacing: 0;
}

.sidr .sidr-inner ul li a[href^="java"] {
  display: none;
}

.sidr .sidr-inner ul li a.nu {
  color: #fafafa;
}

.sidr .sidr-inner ul li a i {
  position: relative;
  top: 3px;
}

.sidr .sidr-inner ul li a:hover {
  text-decoration: none;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  z-index: 999;
  opacity: 0;
}

.modaal-overlay,
.modaal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-wrapper {
  display: block;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all .3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper [tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-wrapper form {
  margin-bottom: 0;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 0;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  transition: all .2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus::after,
.modaal-close:focus::before,
.modaal-close:hover::after,
.modaal-close:hover::before {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close::after,
.modaal-close::before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background .2s ease-in-out;
}

.modaal-close::before {
  transform: rotate(-45deg);
}

.modaal-close::after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 25px 0;
}

.modaal-content-container h3,
.modaal-content-container p {
  padding-left: 20px;
}

.modaal-content-container h3 {
  margin-bottom: 10px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background .2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container>blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: a 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item.is_active,
.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all .2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus::after,
.modaal-gallery-control:focus::before,
.modaal-gallery-control:hover::after,
.modaal-gallery-control:hover::before {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control::after,
.modaal-gallery-control::before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background .2s ease-in-out;
}

.modaal-gallery-control::before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control::after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev::after,
.modaal-gallery-prev::before {
  left: 22px;
}

.modaal-gallery-prev::before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev::after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  background: #000;
  /* max-width: 1300px; */
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem,
.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  display: block;
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(.25);
}

.modaal-loading-spinner>div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner>div>div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner>div:first-of-type>div {
  animation: b 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
  animation: b 1s linear infinite;
}

.modaal-loading-spinner>div:first-of-type {
  transform: translate(84px, 84px) rotate(45deg) translate(70px);
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
  animation: b 1s linear infinite;
  animation-delay: .12s;
}

.modaal-loading-spinner>div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px);
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
  animation: b 1s linear infinite;
  animation-delay: .25s;
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
  animation: b 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px);
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
  animation: b 1s linear infinite;
  animation-delay: .37s;
}

.modaal-loading-spinner>div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px);
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
  animation: b 1s linear infinite;
  animation-delay: .5s;
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
  animation: b 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px);
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
  animation: b 1s linear infinite;
  animation-delay: .62s;
}

.modaal-loading-spinner>div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px);
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
  animation: b 1s linear infinite;
  animation-delay: .75s;
}

.modaal-loading-spinner>div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px);
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
  animation: b 1s linear infinite;
  animation-delay: .87s;
}

.modaal-loading-spinner>div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(1turn) translate(70px);
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  text-size-adjust: none;
  backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: grabbing;
}

.pswp__bg {
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.pswp__bg,
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container,
.pswp__img {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  backface-visibility: hidden;
}

.pswp__item {
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img,
.pswp__item {
  position: absolute;
  left: 0;
  top: 0;
}

.pswp__img {
  width: auto;
  height: auto;
}

.pswp__img--placeholder {
  backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  /* background: transparent url(/loading.gif) no-repeat center 50% */;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: .75;
  transition: opacity .2s;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
  background-color: transparent;
}

.pswp__button:active {
  outline: none;
  opacity: .9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  background: url("/tmbs/images/ps-default-skin.png") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  content: "";
  top: 35px;
  background-color: rgb(0 0 0 / 30%);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left::before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right::before {
  right: 6px;
  background-position: -94px -44px;
}

.pswp__counter,
.pswp__share-modal {
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgb(0 0 0 / 50%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity .25s ease-out;
  backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
  transform: translateY(6px);
  transition: transform .25s;
  backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
  color: #000;
  text-decoration: none;
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}

a.pswp__share--facebook:hover::before {
  border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}

a.pswp__share--download:hover {
  background: #ddd;
}

.pswp__counter {
  top: 0;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  opacity: .75;
  padding: 0 10px;
}

.pswp__caption,
.pswp__counter {
  position: absolute;
  left: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 900;
}

.pswp__caption {
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}

.pswp__caption__center {
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
  font-size: 13px;
  padding: 20px;
  line-height: 20px;
  color: #eee;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity .25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 120px;
  height: 120px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* background: url(/loading.gif) 0 0 no-repeat */;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: c .5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: d 1s cubic-bezier(.4, 0, .22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__caption,
.pswp__top-bar {
  background-color: rgb(0 0 0 / 50%);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgb(0 0 0 / 30%);
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.pswp__img {
  border: 15px solid #eee;
}

.mb .pswp__img {
  border: none;
}

.pswp__container_transition {
  transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
}

.swal-container {
  background-color: rgb(0 0 0 / 70%) !important;
}

.swal-modal {
  background-color: #86c2d5;
  border-radius: 5px;
  padding: 25px;
}

.swal-image {
  margin-top: 0 !important;
}

.swal-title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fff;
  font-size: 20px !important;
  line-height: 1.4;
  padding-top: 0;
}

.swal-text {
  text-align: center;
  line-height: 1.5;
}

.swal-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.swal-button {
  background-color: #222 !important;
}

.swal-icon::after,
.swal-icon::before {
  background: #86c2d5;
}

.swal-icon .swal-icon--success__line {
  background-color: #fd0;
}

.swal-icon .swal-icon--success__ring {
  border-color: #fd0;
}

.swal-icon .swal-icon--success__hide-corners {
  background-color: #86c2d5;
}

div#amplitude-player {
  background: #fff;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
  max-width: 900px;
}

div#amplitude-left {
  padding: 0;
  border-right: 1px solid #cfd8dc;
  width: 50%;
  display: flex;
  flex-direction: column;
}

div#amplitude-left img.album-art {
  border-radius: 0 !important;
  width: 100%;
}

div#amplitude-left div#player-left-bottom {
  flex: 1;
  background-color: #f1f1f1;
  padding: 20px 10px;
}

div#amplitude-left div#player-left-bottom div#volume-container::after {
  content: "";
  display: table;
  clear: both;
}

div#amplitude-right {
  padding: 0;
  overflow-y: scroll;
  border: 1px solid #86c2d5;
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: left !important;
}

div#amplitude-right div.song {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px;
}

div#amplitude-right div.song div.song-now-playing-icon-container {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

div#amplitude-right div.song div.song-now-playing-icon-container img.now-playing {
  display: none;
  margin-top: 15px;
}

div#amplitude-right div.song div.play-button-container {
  display: none;
  background: url("https://521dimensions.com/img/open-source/amplitudejs/blue-player/list-play-light.png") no-repeat;
  width: 22px;
  height: 22px;
  margin-top: 10px;
}

div#amplitude-right div.song div.play-button-container:hover {
  background: url("https://521dimensions.com/img/open-source/amplitudejs/blue-player/list-play-hover.png") no-repeat;
}

div#amplitude-right div.song.amplitude-active-song-container div.song-now-playing-icon-container img.now-playing {
  display: block;
}

div#amplitude-right div.song.amplitude-active-song-container:hover div.play-button-container {
  display: none;
}

div#amplitude-right div.song div.song-meta-data {
  float: left;
  width: 90%;
}

div#amplitude-right div.song div.song-meta-data span.song-title {
  color: #272726;
  font-size: 14px;
  display: block;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div#amplitude-right div.song div.song-meta-data span.song-artist {
  color: #607d8b;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div#amplitude-right div.song img.bandcamp-grey {
  float: left;
  display: block;
  margin-top: 10px;
}

div#amplitude-right div.song img.bandcamp-white {
  float: left;
  display: none;
  margin-top: 10px;
}

div#amplitude-right div.song span.song-duration {
  float: left;
  width: 55px;
  text-align: center;
  line-height: 45px;
  color: #607d8b;
  font-size: 16px;
  font-weight: 500;
}

div#amplitude-right div.song::after {
  content: "";
  display: table;
  clear: both;
}

div#progress-container {
  width: 70%;
  float: left;
  position: relative;
  height: 20px;
  cursor: pointer;
}

div#progress-container:hover input[type="range"].amplitude-song-slider::-webkit-slider-thumb {
  display: block;
}

div#progress-container:hover input[type="range"].amplitude-song-slider::-moz-range-thumb {
  visibility: visible;
}

div#progress-container progress#song-played-progress {
  position: absolute;
  left: 0;
  top: 8px;
  right: 0;
  width: 100%;
  z-index: 60;
  appearance: none;
  height: 4px;
  border-radius: 5px;
  background: transparent;
  border: none;
}

div#progress-container progress#song-played-progress[value]::-webkit-progress-bar {
  background: none;
  border-radius: 5px;
}

div#progress-container progress#song-played-progress[value]::-webkit-progress-value {
  background-color: #00a0ff;
  border-radius: 5px;
}

div#progress-container progress#song-played-progress::-moz-progress-bar {
  background: none;
  border-radius: 5px;
  background-color: #00a0ff;
  height: 5px;
  margin-top: -2px;
}

div#progress-container progress#song-buffered-progress {
  position: absolute;
  left: 0;
  top: 8px;
  right: 0;
  width: 100%;
  z-index: 10;
  appearance: none;
  height: 4px;
  border-radius: 5px;
  background: transparent;
  border: none;
  background-color: #d7dee3;
}

div#progress-container progress#song-buffered-progress[value]::-webkit-progress-bar {
  background-color: #cfd8dc;
  border-radius: 5px;
}

div#progress-container progress#song-buffered-progress[value]::-webkit-progress-value {
  background-color: #78909c;
  border-radius: 5px;
  transition: width .1s ease;
}

div#progress-container progress#song-buffered-progress::-moz-progress-bar {
  background: none;
  border-radius: 5px;
  background-color: #78909c;
  height: 5px;
  margin-top: -2px;
}

div#progress-container progress::-ms-fill {
  border: none;
}

div#progress-container input[type="range"] {
  appearance: none;
  width: 100%;
  margin: 7.5px 0;
  position: absolute;
  z-index: 9999;
  top: -7px;
  height: 20px;
  cursor: pointer;
  background-color: inherit;
}

div#progress-container input[type="range"]:focus {
  outline: none;
}

div#progress-container input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0;
  cursor: pointer;
  box-shadow: 0 0 0 transparent, 0 0 0 hsl(0deg 0% 5% / 0%);
  background: #0075a9;
  border-radius: 0;
  border: 0 solid #010101;
}

div#progress-container input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
  border: 1px solid #00a0ff;
  height: 15px;
  width: 15px;
  border-radius: 16px;
  background: #00a0ff;
  cursor: pointer;
  appearance: none;
  margin-top: -7.5px;
}

div#progress-container input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #00adfb;
}

div#progress-container input[type="range"]::-moz-range-track {
  width: 100%;
  height: 0;
  cursor: pointer;
  box-shadow: 0 0 0 transparent, 0 0 0 hsl(0deg 0% 5% / 0%);
  background: #0075a9;
  border-radius: 0;
  border: 0 solid #010101;
}

div#progress-container input[type="range"]::-moz-range-thumb {
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
  border: 1px solid #00a0ff;
  height: 15px;
  width: 15px;
  border-radius: 16px;
  background: #00a0ff;
  cursor: pointer;
}

div#progress-container input[type="range"]::-ms-track {
  width: 100%;
  height: 0;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

div#progress-container input[type="range"]::-ms-fill-lower {
  background: #003d57;
  border: 0 solid #010101;
  border-radius: 0;
  box-shadow: 0 0 0 transparent, 0 0 0 hsl(0deg 0% 5% / 0%);
}

div#progress-container input[type="range"]::-ms-fill-upper {
  background: #0075a9;
  border: 0 solid #010101;
  border-radius: 0;
  box-shadow: 0 0 0 transparent, 0 0 0 hsl(0deg 0% 5% / 0%);
}

div#progress-container input[type="range"]::-ms-thumb {
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
  border: 1px solid #00a0ff;
  /* height: 15px; */
  width: 15px;
  border-radius: 16px;
  background: #00a0ff;
  cursor: pointer;
  height: 0;
  display: block;
}

div#progress-container input[type="range"]:focus::-ms-fill-lower {
  background: #0075a9;
}

div#progress-container input[type="range"]:focus::-ms-fill-upper {
  background: #00adfb;
}

div#control-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 20px;
}

div#control-container div#repeat-container {
  width: 25%;
  float: left;
  padding-top: 20px;
}

div#control-container div#repeat-container div#repeat {
  width: 24px;
  height: 19px;
  cursor: pointer;
}

div#control-container div#repeat-container div#repeat.amplitude-repeat-off {
  background: url("https://521dimensions.com/img/open-source/amplitudejs/blue-player/repeat-off.svg");
}

div#control-container div#repeat-container div#repeat.amplitude-repeat-on {
  background: url("https://521dimensions.com/img/open-source/amplitudejs/blue-player/repeat-on.svg");
}

div#control-container div#repeat-container div#shuffle {
  width: 23px;
  height: 19px;
  cursor: pointer;
  float: right;
}

div#control-container div#repeat-container div#shuffle.amplitude-shuffle-off {
  background: url("https://521dimensions.com/img/open-source/amplitudejs/blue-player/shuffle-off.svg");
}

div#control-container div#repeat-container div#shuffle.amplitude-shuffle-on {
  background: url("https://521dimensions.com/img/open-source/amplitudejs/blue-player/shuffle-on.svg");
}

div#control-container div#central-control-container {
  position: relative;
  top: -10px;
  width: 50%;
}

div#control-container div#central-control-container div#central-controls {
  width: 130px;
  margin: auto;
}

div#control-container div#central-control-container div#central-controls div#previous {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("https://521dimensions.com/img/open-source/amplitudejs/blue-player/prev.svg");
  background-repeat: no-repeat;
  float: left;
  margin-top: 10px;
  margin-right: -5px;
}

div#control-container div#central-control-container div#central-controls div#play-pause {
  display: inline-block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  float: left;
}

div#control-container div#central-control-container div#central-controls div#play-pause.amplitude-paused {
  background: url("https://521dimensions.com/img/open-source/amplitudejs/blue-player/play.svg");
}

div#control-container div#central-control-container div#central-controls div#play-pause.amplitude-playing {
  background: url("https://521dimensions.com/img/open-source/amplitudejs/blue-player/pause.svg");
}

div#control-container div#central-control-container div#central-controls div#next {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("https://521dimensions.com/img/open-source/amplitudejs/blue-player/next.svg");
  background-repeat: no-repeat;
  float: left;
  margin-top: 10px;
  margin-left: -5px;
}

div#control-container div#volume-container {
  width: 25%;
  float: left;
  padding-top: 20px;
}

div#control-container div#volume-container div#shuffle-right {
  width: 23px;
  height: 19px;
  cursor: pointer;
  margin: auto;
}

div#control-container div#volume-container div#shuffle-right.amplitude-shuffle-off {
  background: url("https://521dimensions.com/img/open-source/amplitudejs/blue-player/shuffle-off.svg");
}

div#control-container div#volume-container div#shuffle-right.amplitude-shuffle-on {
  background: url("https://521dimensions.com/img/open-source/amplitudejs/blue-player/shuffle-on.svg");
}

div#control-container div.amplitude-mute {
  cursor: pointer;
  width: 25px;
  height: 19px;
  float: left;
}

div#control-container div.amplitude-mute.amplitude-not-muted {
  background: url("https://521dimensions.com/img/open-source/amplitudejs/blue-players/volume.svg");
  background-repeat: no-repeat;
}

div#control-container div.amplitude-mute.amplitude-muted {
  background: url("https://521dimensions.com/img/open-source/amplitudejs/blue-player/mute.svg");
  background-repeat: no-repeat;
}

div#control-container::after {
  content: "";
  display: table;
  clear: both;
}

input[type="range"].amplitude-volume-slider {
  appearance: none;
  width: calc(100% - 33px);
  float: left;
  margin-top: 10px;
  margin-left: 5px;
}

input[type="range"].amplitude-volume-slider:focus {
  outline: none;
}

input[type="range"].amplitude-volume-slider::-webkit-slider-runnable-track {
  width: 75%;
  height: 1px;
  cursor: pointer;
  /* animate: .2s; */
  background: #cfd8dc;
}

input[type="range"].amplitude-volume-slider::-webkit-slider-thumb {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #00a0ff;
  cursor: pointer;
  margin-top: -4px;
  appearance: none;
}

input[type="range"].amplitude-volume-slider:focus::-webkit-slider-runnable-track {
  background: #cfd8dc;
}

input[type="range"].amplitude-volume-slider::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  /* animate: .2s; */
  background: #cfd8dc;
}

input[type="range"].amplitude-volume-slider::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #00a0ff;
  cursor: pointer;
  margin-top: -4px;
}

input[type="range"].amplitude-volume-slider::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  /* animate: .2s; */
  background: transparent;
  border-color: transparent;
  border-width: 15px 0;
  color: transparent;
}

input[type="range"].amplitude-volume-slider::-ms-fill-lower,
input[type="range"].amplitude-volume-slider::-ms-fill-upper {
  background: #cfd8dc;
  border-radius: 10px;
}

input[type="range"].amplitude-volume-slider::-ms-thumb {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #00a0ff;
  cursor: pointer;
  margin-top: 2px;
}

input[type="range"].amplitude-volume-slider:focus::-ms-fill-lower,
input[type="range"].amplitude-volume-slider:focus::-ms-fill-upper {
  background: #cfd8dc;
}

input[type="range"].amplitude-volume-slider::-ms-tooltip {
  display: none;
}

div#time-container span.current-time,
div#time-container span.duration {
  color: #607d8b;
  font-size: 14px;
  font-weight: 700;
  float: left;
  width: 15%;
  text-align: center;
}

div#time-container::after {
  content: "";
  display: table;
  clear: both;
}

div#meta-container {
  text-align: center;
  margin-top: 5px;
}

div#meta-container span.song-name {
  display: block;
  color: #272726;
  font-size: 16px;
  font-family: "Merriweather", "Georgia", serif;
  font-weight: 700;
  padding: 0 20px;
}

div#meta-container div.song-artist-album {
  color: #607d8b;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div#meta-container div.song-artist-album span {
  display: block;
}

div.amplitude-wave-form svg {
  stroke: #00a0ff;
  height: 50px;
  width: 100%;
  stroke-width: .5px;
}

div.amplitude-wave-form svg g,
div.amplitude-wave-form svg g path {
  stroke: #00a0ff;
  height: 50px;
  width: 100%;
}

div#large-visualization {
  width: 100%;
  background-color: #000;
  visibility: hidden;
}

@media screen and (min-resolution:0) {
  hr {
    margin: 0 0 24px !important
  }
}

@media
(min-resolution:1.1dppx),
(min-resolution:105dpi) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left::before,
  .pswp--svg .pswp__button--arrow--right::before {
    background-image: url("/tmbs/images/ps-default-skin.svg")
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none
  }
}

@media (-ms-high-contrast:none) {

  div#progress-container ::-ms-backdrop,
  div#progress-container progress#song-played-progress {
    color: #00a0ff;
    border: none;
    background-color: #cfd8dc
  }

  div#progress-container ::-ms-backdrop,
  div#progress-container progress#song-buffered-progress {
    color: #78909c;
    border: none
  }

  div#progress-container ::-ms-backdrop,
  div#progress-container input[type="range"].amplitude-song-slider {
    padding: 0
  }

  div#progress-container ::-ms-backdrop,
  div#progress-container input[type="range"].amplitude-song-slider::-ms-thumb {
    height: 15px;
    width: 15px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: -8px
  }

  div#progress-container ::-ms-backdrop,
  div#progress-container input[type="range"].amplitude-song-slider::-ms-track {
    border-width: 15px 0;
    border-color: transparent
  }

  div#progress-container ::-ms-backdrop,
  div#progress-container input[type="range"].amplitude-song-slider::-ms-fill-lower,
  div#progress-container input[type="range"].amplitude-song-slider::-ms-fill-upper {
    background: #cfd8dc;
    border-radius: 10px
  }

  div#control-container ::-ms-backdrop,
  div#control-container div#control-container {
    margin-top: 40px;
    float: none
  }

  ::-ms-backdrop,
  input[type="range"].amplitude-volume-slider {
    margin-top: -24px;
    background-color: hsl(0deg 0% 100% / 0%) !important
  }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
  div#amplitude-player {
    max-height: 715px
  }

  div#amplitude-player div#repeat-container div#repeat {
    margin-left: auto;
    margin-right: auto;
    float: none
  }

  div#amplitude-player div#repeat-container div#shuffle,
  div#amplitude-player div#volume-container div.volume-controls {
    display: none
  }

  div#amplitude-player div#volume-container div#shuffle-right {
    display: block
  }
}

@media screen and (min-width:64em) {
  div#amplitude-player {
    max-height: 715px
  }

  div#amplitude-player div#repeat-container div#repeat {
    margin-left: 10px;
    margin-right: 20px;
    float: left
  }

  div#amplitude-player div#volume-container div#shuffle-right {
    display: none
  }
}

@media screen and (min-width: 600px) {

  main,
  .container,
  footer {
    padding-right: 60px;
    padding-left: 60px
  }

  .upcoming {
    padding-right: 40px;
    padding-left: 40px
  }

  section.four>div,
  section.three>div {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 30px;
    padding-left: 30px;
    flex-basis: 50%;
    max-width: 50%
  }

  .around-sm {
    justify-content: space-around
  }

  .btn,
  .btn:active,
  .btn:focus,
  .btn:visited {
    width: auto;
  }

  header h1 {
    left: 40px;
    width: 190px;
    height: 190px
  }

  header h1 a {
    width: 140px;
    height: 56.66869px
  }

  header nav>ul>li ul li:last-child {
    padding-bottom: 10px
  }

  .banner {
    background-position: 0 0;
    padding-right: 0;
    padding-left: 0
  }

  .banner>div {
    padding-left: 120px;
    padding-right: 120px
  }

  section.showinfo>div:first-child figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    background-color: rgb(0 0 0 / 10%);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 405px;
    margin-bottom: 27px;
    text-indent: -9999em
  }

  section.showinfo>div:first-child figure p {
    display: inline-block;
    position: relative;
    margin: 0;
    color: rgb(0 0 0 / 40%);
    z-index: -1
  }

  section.showinfo>div:first-child figure p::before {
    content: "";
    display: block;
    height: 40px;
    /* background: url(img/missing-image.png) no-repeat 50% 50%; */
    background-size: contain;
    opacity: .5
  }

  section.showinfo>div:nth-child(2) figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    background-color: rgb(0 0 0 / 10%);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 324px;
    margin-bottom: 27px;
    text-indent: -9999em
  }

  section.showinfo>div:nth-child(2) figure p {
    display: inline-block;
    position: relative;
    margin: 0;
    color: rgb(0 0 0 / 40%);
    z-index: -1
  }

  section.showinfo>div:nth-child(2) figure p::before {
    content: "";
    display: block;
    height: 40px;
    /* background: url(img/missing-image.png) no-repeat 50% 50%; */
    background-size: contain;
    opacity: .5
  }

  .upcoming div.prv {
    width: 45%
  }

  .photos {
    grid-template-columns: repeat(3, 1fr)
  }

  form.ml {
    flex-wrap: nowrap
  }

  form.ml input {
    text-align: left
  }

  form.ml .btn,
  form.ml [class*="-warning"],
  form.ml button {
    margin-top: 0;
    margin-left: 20px
  }

  form.ml [class*="-warning"] {
    width: auto;
    text-align: left;
    line-height: 1.5
  }

  .sponsors div h5 {
    line-height: 27px
  }

  .sponsors div ul {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
  }
}

@media screen and (min-width:870px) {

  footer section>div:first-child,
  footer section>div:nth-child(2),
  footer section>div:nth-child(3),
  section.one>div,
  section.radio>div:first-child,
  section.radio>div:last-child,
  section.showinfo>div:first-child,
  section.showinfo>div:nth-child(2),
  section.showinfo>div:nth-child(3),
  section.two>div {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 30px;
    padding-left: 30px
  }

  section.showinfo>div:nth-child(2),
  section.showinfo>div:nth-child(3) {
    flex-basis: 25%;
    max-width: 25%
  }

  footer section>div:first-child,
  footer section>div:nth-child(2),
  footer section>div:nth-child(3) {
    flex-basis: 33.333%;
    max-width: 33.333%
  }

  section.radio>div:first-child,
  section.radio>div:last-child,
  section.showinfo>div:first-child,
  section.two>div {
    flex-basis: 50%;
    max-width: 50%
  }

  section.one>div {
    flex-basis: 66.667%;
    max-width: 66.667%;
    margin-left: 16.667%
  }

  footer section>div {
    justify-content: flex-start;
    text-align: left;
    text-align: start
  }

  footer section>div:nth-child(3) {
    justify-content: flex-end;
    text-align: right;
    text-align: end
  }

  .around-md {
    justify-content: space-around
  }

  h3 {
    line-height: 27px
  }

  ul.social {
    justify-content: flex-start
  }

  header {
    padding-right: 60px;
    padding-top: 50px;
  }

  header h1 {
    width: 220px;
    height: 220px;
    top: 40px;
    left: 60px
  }

  header h1 a {
    width: 160px;
    height: 64.76422px
  }

  header nav {
    display: flex
  }

  header nav>ul {
    flex-direction: row
  }

  header nav>ul>li {
    margin-left: 30px
  }

  header nav>ul>li ul {
    top: 10px;
    left: calc(50% + 18px);
    margin-left: -100px
  }

  header nav>ul>li ul li:first-child {
    margin-top: 25px;
    padding-top: 13px
  }

  header nav>ul>li ul li:first-child::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border: 5px solid transparent;
    border-bottom-color: #3f99b6;
    left: 50%;
    top: -10px;
    margin-left: -5px
  }

  header nav>ul>li ul li:last-child {
    padding-bottom: 12px
  }

  header #menubtn {
    display: none
  }

  header.sticky {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed !important;
    background: #6fb7cd;
    padding-top: 10px;
    padding-bottom: 11px;
    top: -120px
  }

  .banner {
    background-size: cover;
    background-position: -240px 0;
    justify-content: flex-end;
    height: 680px;
    padding-top: 0
  }

  .banner.short {
    height: 300px;
  }

  .banner>div {
    max-width: 50%;
    padding: 0;
    padding-right: 60px;
    margin-top: 0
  }

  .banner h2 {
    text-align: right;
    font-size: 42px
  }

  .banner h2 span {
    display: block
  }

  .banner ul {
    justify-content: flex-end
  }

  .banner .middle {
    text-align: right
  }

  .banner p {
    text-align: right
  }

  .banner .btns {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end
  }

  .banner aside {
    justify-content: flex-end;
    flex-wrap: nowrap
  }

  .banner aside p {
    margin-bottom: 0;
    margin-right: 0;
    width: auto
  }

  .banner.show>div {
    position: static;
    margin-top: 0;
    padding-right: 60px
  }

  .banner.show .banner-date,
  .banner.show>div h3,
  .banner.show>div h5 {
    text-align: right
  }

  .banner.season>div {
    margin-top: 0;
    padding-bottom: 0
  }

  .banner.tall {
    height: 750px
  }

  .episode {
    padding: 30px 60px
  }

  .episode h4 {
    left: 60px;
    text-align: left
  }

  main,
  .container {
    padding-top: 81px;
    padding-bottom: 54px
  }

  main.slim,
  .container.slim {
    padding-top: 54px;
    padding-bottom: 27px
  }

  main.item .descriptions {
    display: flex;
    flex-direction: row;
    gap: 60px;
  }

  main.map #gaz-map-container {
    inset: 115px 0 0 0;
  }

  section>div figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    background-color: rgb(0 0 0 / 10%);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 324px;
    margin-bottom: 27px;
    text-indent: -9999em
  }

  section>div figure p {
    display: inline-block;
    position: relative;
    margin: 0;
    color: rgb(0 0 0 / 40%);
    z-index: -1
  }

  section>div figure p::before {
    content: "";
    display: block;
    height: 40px;
    /* background: url(img/missing-image.png) no-repeat 50% 50%; */
    background-size: contain;
    opacity: .5
  }

  section.showinfo {
    flex-wrap: nowrap;
    justify-content: space-between
  }

  section.showinfo>div:first-child {
    padding-right: 60px
  }

  section.showinfo>div:first-child p:first-of-type {
    padding-top: 27px
  }

  section.showinfo>div:first-child p:first-of-type::first-letter {
    float: left;
    color: #e82416;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    font-size: 90px;
    line-height: 81px;
    margin-top: 10px;
    margin-right: 4px;
    margin-left: -8px
  }

  section.showinfo>div:nth-child(2) figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    background-color: rgb(0 0 0 / 10%);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 243px;
    margin-bottom: 27px;
    text-indent: -9999em
  }

  section.showinfo>div:nth-child(2) figure p {
    display: inline-block;
    position: relative;
    margin: 0;
    color: rgb(0 0 0 / 40%);
    z-index: -1
  }

  section.showinfo>div:nth-child(2) figure p::before {
    content: "";
    display: block;
    height: 40px;
    /* background: url(img/missing-image.png) no-repeat 50% 50%; */
    background-size: contain;
    opacity: .5
  }

  .split {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%
  }

  .split div:last-child {
    margin-left: 25px;
    margin-top: 0
  }

  .section {
    padding-top: 44px;
    padding-bottom: 27px
  }

  /* .catalog {
    padding-top: 94.5px;
    padding-bottom: 27px
  } */

  .upcoming {
    box-shadow: 100px -30px 40px 20px rgb(255 221 0 / 30%)
  }

  .upcoming div.prv {
    width: 30%
  }

  .photos {
    grid-template-columns: repeat(5, 1fr)
  }

  #podcast .pinfo {
    padding-left: 60px
  }

  #podcast h3 {
    font-size: 44px
  }

  .sponsors {
    padding: 54px;
    padding-top: 40.5px
  }

  .sponsors div {
    flex-basis: 50%
  }

  .sponsors div ul li {
    margin: 0 1%
  }

  div.item-description p:first-of-type {
    /* padding-top: 27px */
  }

  div.bio p:first-of-type {
    padding-top: 27px
  }

  footer ul.social {
    justify-content: flex-end
  }

  #payment-form {
    padding: 30px
  }

  #payment-form .form-row-split {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
  }

  #payment-form .form-row-split span {
    width: 48%
  }

  #payment-form .form-row-split.form-row-split-shortlong span:first-child {
    width: 26%
  }

  #payment-form .form-row-split.form-row-split-shortlong span:last-child {
    width: 70%
  }

  .hide-sm {
    display: block
  }

  .modaal-content-container {
    padding: 25px
  }

  .modaal-content-container h3,
  .modaal-content-container p {
    padding-left: 0
  }
}

@media screen and (min-width:870px) and (-ms-high-contrast:active) {
  section.showinfo>div:first-child p:first-of-type::first-letter {
    margin-top: -2px
  }
}

@media screen and (min-width:1345px) {

  main,
  .container,
  footer {
    padding-right: 120px;
    padding-left: 120px;
  }

  .upcoming {
    padding-right: 200px;
    padding-left: 200px;
  }

  section.four>div,
  section.radio>div:first-child,
  section.radio>div:last-child,
  section.three>div {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  section.four>div {
    flex-basis: 25%;
    max-width: 25%;
  }

  section.radio>div:first-child,
  section.three>div {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  section.radio>div:last-child {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  header {
    padding-right: 120px;
    padding-left: 120px;
    padding-top: 50px;
  }

  header h1 {
    left: 120px;
  }

  header nav>ul>li {
    margin-left: 40px
  }

  header nav>ul>li>a:visited span,
  header nav>ul>li>a span {
    display: inline;
  }

  .banner {
    background-position: 0 0;
  }

  .banner>div {
    padding-top: 10px;
    padding-right: 120px;
  }

  .banner h2 {
    font-size: 54px;
  }

  .banner.show>div {
    padding-right: 120px;
  }

  .banner.season>div h2 {
    font-size: 58px;
  }

  .episode {
    padding: 30px 120px;
  }

  .episode h4 {
    left: 120px;
  }

  section.showinfo>div:nth-child(3)>div {
    height: 100%;
    border-left: 1px solid #86c2d5;
    margin-left: 59px;
    padding-left: 20px;
  }

  .upcoming div.prv {
    width: 15%;
    margin: 0 20px;
  }

  .photos {
    grid-template-columns: repeat(6, 1fr)
  }

  #podcast .pinfo {
    padding-left: 120px;
  }

  .hide-md {
    display: block;
  }
}

@media only screen and (min-width:1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width:1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgb(0 0 0 / 70%);
  }

  .modaal-gallery-control::after,
  .modaal-gallery-control::before {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width:1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@media screen and (max-width:900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media only screen and (max-width:600px) {
  .modaal-instagram iframe {
    width: 280px !important
  }
}

@media screen and (max-width:39.9375em) {
  div#amplitude-player {
    flex-direction: column
  }

  div#amplitude-player div#amplitude-left {
    width: 100%
  }

  div#amplitude-player div#amplitude-left img[amplitude-song-info="cover_art_url"] {
    width: auto;
    height: auto
  }

  div#amplitude-player div#amplitude-right {
    width: 100%
  }

  div#amplitude-player div#repeat-container div#repeat {
    margin-left: auto;
    margin-right: auto;
    float: none
  }

  div#amplitude-player div#repeat-container div#shuffle,
  div#amplitude-player div#volume-container div.volume-controls {
    display: none
  }

  div#amplitude-player div#volume-container div#shuffle-right {
    display: block
  }
}

@media screen and (max-height:1100px) {
  .modaal-instagram iframe {
    width: 700px !important
  }
}

@media screen and (max-height:1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .modaal-instagram iframe {
    width: 600px !important
  }
}

@media screen and (max-height:900px) {
  .modaal-instagram iframe {
    width: 500px !important
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px
  }
}

@media only screen and (max-height:820px) {
  .modaal-gallery-label {
    display: none
  }
}

@keyframes a {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes b {
  0% {
    opacity: 1;
    transform: scale(1.5)
  }

  100% {
    opacity: .1;
    transform: scale(1)
  }
}

@keyframes c {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(1turn)
  }
}

@keyframes d {
  0% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(-140deg)
  }

  100% {
    transform: rotate(0)
  }
}
