body {
  background: #fff;
}
.avant-garde-button-black.register-button {
  border-top: 1px solid gray-regular;
  border-bottom: 1px solid gray-regular;
  text-align: center;
  width: 100%;
  font-size: medium-small-avant-garde-size;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.avant-garde-button-black.register-button:hover {
  border-color: new-purple-color;
  background-color: new-purple-color;
  color: #fff;
}
.register-button {
  text-align: center;
}
.avant-garde-button-black.disabled-button {
  text-align: center;
  width: 100%;
  font-size: medium-small-avant-garde-size;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.avant-garde-button-black.disabled-button:hover {
  border-color: new-purple-color;
  background-color: new-purple-color;
  color: #fff;
}
.disabled-button {
  text-align: center;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.error-modal {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.85);
  z-index: 2;
  height: 100%;
  color: #fff;
}
.error-modal__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.error-modal__h1 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 30px;
}
.error-modal__h2 {
  font-size: 30px;
  line-height: 1.25;
}
.error-modal__retry,
.error-modal__retry-ring {
  font-size: 30px;
  line-height: 1.25;
  text-align: center;
  width: 170px;
  height: 170px;
  line-height: 147px;
  margin-top: 60px;
  border-radius: 170px;
  border: 10px solid rgba(255,255,255,0.2);
  display: inline-block;
  position: relative;
}
.error-modal__retry-ring {
  position: absolute;
  top: -10px;
  left: -10px;
  margin: 0;
}
.error-modal__error-link {
  margin-top: 10px;
}
.error-modal__error-link a {
  color: #fff !important;
}
.error-modal__retry,
.error-modal__retry-ring {
  border-color: transparent;
  font-size: 50px;
  line-height: 1;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.buyers-premium {
  color: #666;
  padding: 10px 0;
  position: relative;
  cursor: help;
}
.buyers-premium > strong {
  font-weight: bold;
}
.buyers-premium:hover .buyers-premium__modal {
  display: block;
}
.buyers-premium__modal {
  background: #000;
  color: #fff;
  padding: 20px;
  position: absolute;
  z-index: 5;
  margin-top: 15px;
  display: none;
  width: 100%;
}
.buyers-premium__modal::after {
  content: '.';
  color: transparent;
  width: 20px;
  height: 20px;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.buyers-premium__item {
  margin-bottom: 17px;
}
.buyers-premium__item:last-child {
  margin-bottom: 0;
}
.buyers-premium__item strong {
  font-weight: bold;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lot-details {
  display: inline-block;
  text-align: left;
}
.lot-details__artist {
  font-weight: bold;
}
.lot-details__title {
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
}
.lot-details__date {
  font-style: normal;
}
.lot-details__buyers-premium {
  color: #666;
}
.lot-details_device-mode_mobile .lot-estimate__label,
.lot-details_device-mode_mobile .lot-estimate__dollars,
.lot-details_device-mode_mobile .lot-info-tablet__title {
  color: #666;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.avant-garde-button-black.bid-button {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  width: 100%;
  font-size: 17px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.avant-garde-button-black.bid-button:hover {
  border-color: #623ae8;
  background-color: #623ae8;
  color: #fff;
}
.avant-garde-button-black.bid-button_pending {
  color: #d8ccf8;
  background-color: #b8a7f3;
}
.avant-garde-button-black.bid-button_winning {
  color: #7ae396;
  border: 2px solid #7ae396;
  background: transparent;
}
.avant-garde-button-black.bid-button_outbid {
  color: #fff;
  border: 2px solid #f4645c;
  background: #f4645c;
}
.avant-garde-button-black.bid-button_sold {
  color: #623ae8;
  border: 2px solid #623ae8;
  background: transparent;
}
.avant-garde-button-black.bid-button_passed {
  color: #999;
  border: 2px solid #999;
  background: transparent;
}
.avant-garde-button-black.bid-button_closed {
  color: #666;
  border: 2px solid #666;
  background: transparent;
}
.avant-garde-button-black.bid-button_notAcceptedYet {
  pointer-events: none;
  color: #fff;
  border: 2px solid #ccc;
  background: #ccc;
}
.avant-garde-button-black.bid-button_winning,
.avant-garde-button-black.bid-button_pending,
.avant-garde-button-black.bid-button_upcoming,
.avant-garde-button-black.bid-button_sold,
.avant-garde-button-black.bid-button_closed,
.avant-garde-button-black.bid-button_passed {
  pointer-events: none;
}
.bid-button__error {
  padding-top: 10px;
  color: #f7625a;
  text-align: center;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.session-link,
.session-link:visited {
  font-size: 15px;
  line-height: 1.25;
  text-decoration: underline;
  color: #666;
}
.session-link:hover,
.session-link:visited:hover {
  color: #6e1fff;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lot-event-list {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 30px;
  overflow-y: scroll;
}
.lot-event-list_view-mode_participant_device-mode_desktop {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lot-event-list_view-mode_participant.lot-event-list_device-mode_mobile,
.lot-event-list_view-mode_participant.lot-event-list_device-mode_tablet {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  width: calc(100% - 60px);
  max-height: 562px;
  width: 100%;
}
.lot-event-list_view-mode_operator {
  width: calc(100% - 60px);
  max-height: 562px;
  width: 420px;
  margin: 0;
  padding: 0;
}
.lot-event-list__highest-bid {
  font-size: 13px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  float: left;
  margin-top: 25px;
}
.lot-event-list__highest-bid-wrap {
  border-bottom: 1px solid #000;
  height: 65px;
}
.lot-event-list__highest-bid-dash {
  margin-top: 20px;
  margin-left: 20px;
  float: left;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lot-short-stats {
  display: inline;
}
.lot-short-stats__paddle {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 60px;
  margin-right: 23px;
  color: #623ae8;
}
.lot-short-stats__paddle:last-child {
  width: 60px;
}
.lot-short-stats__paddle svg {
  max-width: 18px;
  max-height: 18px;
  position: absolute;
  margin-left: -24px;
  margin-top: -1px;
}
.lot-short-stats__paddle svg * {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #666;
}
.lot-short-stats_view-mode_participant {
  margin-left: 20%;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bidder-layout .on-hold-notification {
  background: #fff0ef;
  color: #f4645c;
  min-height: 40px;
  line-height: 1.3;
  padding: 8px 15px;
}
.bidder-layout .on-hold-notification_device-mode_desktop {
  width: 100%;
  left: 0;
  bottom: 0px;
  position: absolute;
  z-index: 1;
  padding: 8px 50px;
}
.bidder-layout .on-hold-notification_device-mode_tablet,
.bidder-layout .on-hold-notification_device-mode_mobile {
  width: 100%;
  position: relative;
  top: -20px;
}
.operator-layout .on-hold-notification {
  background: #fff0ef;
  color: #f4645c;
  min-height: 40px;
  line-height: 1.3;
  padding: 8px 15px;
}
.operator-layout .on-hold-notification_device-mode_desktop {
  width: 100%;
  left: 0;
  bottom: 0px;
  position: absolute;
  z-index: 1;
  padding: 8px 50px;
}
.operator-layout .on-hold-notification_device-mode_tablet,
.operator-layout .on-hold-notification_device-mode_mobile {
  width: 100%;
  position: relative;
  top: -20px;
}
.operator-layout .on-hold-notification_device-mode_desktop {
  margin-top: -20px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lot-event-list-item_final-call .lot-event-list-item__event-data svg,
.lot-event-list-item_fair-warning .lot-event-list-item__event-data svg {
  margin-top: -3px;
  width: 17px;
}
.lot-event-list-item_cancelled .lot-event-list-item__event-data,
.lot-event-list-item_cancelled .lot-event-list-item__event-label {
  text-decoration: line-through;
}
.lot-event-list-item_view-mode_operator {
  color: #623ae8;
}
.lot-event-list-item_lot-sold {
  color: #623ae8;
}
.lot-event-list-item_lot-sold .icon__gavel svg * {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #623ae8;
}
.lot-event-list-item_lot-passed {
  color: #999;
}
.lot-event-list-item_lot-passed .icon__gavel svg * {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #999;
}
.lot-event-list-item_final-call {
  color: #f28961;
}
.lot-event-list-item_final-call svg * {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #f28961;
}
.lot-event-list-item_fair-warning {
  color: #f0cc49;
}
.lot-event-list-item_fair-warning svg * {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #f0cc49;
}
.lot-event-list-item_view-mode_participant.lot-event-list-item_floor-bid {
  color: #000;
}
.lot-event-list-item_view-mode_participant.lot-event-list-item_bidding-opened {
  color: #623ae8;
}
.lot-event-list-item_view-mode_participant.lot-event-list-item_me-winning {
  color: #7ae396;
}
.lot-event-list-item_view-mode_participant.lot-event-list-item_me-pending,
.lot-event-list-item_view-mode_participant.lot-event-list-item_artsy-pending {
  color: #ccc;
}
.lot-event-list-item_view-mode_participant.lot-event-list-item_me-losing {
  color: #f4645c;
}
.lot-event-list-item_view-mode_participant.lot-event-list-item_floor-bid,
.lot-event-list-item_view-mode_participant.lot-event-list-item_artsy-bid {
  color: #000;
}
.lot-event-list-item_view-mode_participant.lot-event-list-item_artsy-outbid .lot-event-list-item__event-data {
  text-decoration: line-through;
}
.lot-event-list-item_view-mode_operator {
  padding: 10px;
  margin-left: 110px;
  border-style: dotted;
}
.lot-event-list-item_view-mode_operator.lot-event-list-item_artsy-pending {
  color: #b8a7f3;
}
.lot-event-list-item_view-mode_operator.lot-event-list-item_floor-bid {
  color: #26e9a7;
}
.lot-event-list-item_view-mode_operator.lot-event-list-item_artsy-outbid .lot-event-list-item__event-data {
  text-decoration: line-through;
}
.lot-event-list-item_view-mode_operator .lot-event-list-item__event-label {
  float: right;
  text-align: right;
  padding-top: 12px;
}
.lot-event-list-item_view-mode_operator .lot-event-list-item__event-data {
  float: left;
  font-size: 27px;
  text-align: left;
}
.lot-event-list-item_view-mode_operator:first-child {
  border-bottom: 1px solid #000;
  position: relative;
  padding: 10px 10px 10px 120px;
  margin: 0;
}
.lot-event-list-item_view-mode_operator.lot-event-list-item_final-call .lot-event-list-item__event-label,
.lot-event-list-item_view-mode_operator.lot-event-list-item_fair-warning .lot-event-list-item__event-label {
  font-size: 22px;
  float: left;
  padding: 5px 0;
}
.lot-event-list-item_view-mode_operator.lot-event-list-item_final-call .lot-event-list-item__event-data,
.lot-event-list-item_view-mode_operator.lot-event-list-item_fair-warning .lot-event-list-item__event-data {
  float: right;
}
.lot-event-list-item_view-mode_operator.lot-event-list-item_final-call .lot-event-list-item__event-data svg,
.lot-event-list-item_view-mode_operator.lot-event-list-item_fair-warning .lot-event-list-item__event-data svg {
  width: 22px;
  position: relative;
  top: 3px;
}
.lot-event-list-item_view-mode_operator.lot-event-list-item_bidding-opened {
  color: #623ae8;
}
.lot-event-list-item_view-mode_operator.lot-event-list-item_bidding-opened .lot-event-list-item__event-label,
.lot-event-list-item_view-mode_operator.lot-event-list-item_lot-sold .lot-event-list-item__event-label,
.lot-event-list-item_view-mode_operator.lot-event-list-item_lot-passed .lot-event-list-item__event-label {
  text-align: left;
  float: left;
  padding-top: 6px;
  padding-bottom: 6px;
}
.lot-event-list-item_view-mode_operator.lot-event-list-item_bidding-opened .lot-event-list-item__gavel,
.lot-event-list-item_view-mode_operator.lot-event-list-item_lot-sold .lot-event-list-item__gavel,
.lot-event-list-item_view-mode_operator.lot-event-list-item_lot-passed .lot-event-list-item__event-label {
  top: 12px;
}
.lot-event-list-item {
  zoom: 1;
  font-size: 13px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
.lot-event-list-item:before,
.lot-event-list-item:after {
  content: "";
  display: table;
}
.lot-event-list-item:after {
  clear: both;
}
.lot-event-list-item__event-label {
  float: left;
  text-align: left;
}
.lot-event-list-item__event-data {
  float: right;
  text-align: right;
}
.lot-event-list-item:first-child {
  border-bottom: 1px solid #000;
  margin-top: 13px;
}
.lot-event-list-item__gavel {
  position: absolute;
  right: 0;
  top: 13px;
}
.lot-event-list-item__gavel svg {
  height: 30px;
  width: 30px;
}
.lot-event-list-item__gavel svg * {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #623ae8;
}
.lot-event-list-item__wtf {
  width: 300px;
  margin-top: 10px;
  font-family: monospace;
  font-size: 12px;
  background: #eee;
  padding: 0;
  text-transform: lowercase;
  overflow: scroll;
  border: 0;
  outline: none;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lot-info-modal {
  margin-bottom: 40px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  padding: 30px 50px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  overflow: scroll;
}
.lot-info-modal__lots-title {
  float: left;
  font-size: 20px;
  line-height: 1.33;
}
.lot-info-modal__close {
  cursor: pointer;
  position: absolute;
  right: 30px;
}
.lot-info-modal__close svg {
  width: 24px;
}
.lot-info-modal__description {
  border-top: 1px solid #e5e5e5;
}
.lot-info-modal__description-label,
.lot-info-modal__exhibition-label {
  margin-bottom: 10px;
}
.lot-info-modal__description-label,
.lot-info-modal__exhibition-label {
  font-size: 11px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding-top: 20px;
}
.lot-info-modal__artist-info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.lot-info-modal__artist-label {
  font-size: 25px;
  line-height: 1.4;
  font-size: 26px;
  margin-bottom: 20px;
}
.lot-info-modal .lot-details {
  margin-bottom: 20px;
}
.lot-info-modal_device-mode_mobile .lot-info-modal__close {
  right: 15px;
}
.lot-info-modal_device-mode_mobile,
.lot-info-modal_device-mode_tablet {
  background: rgba(255,255,255,0.98);
}
.lot-info-modal_device-mode_mobile {
  padding: 15px;
}
.lot-info-modal_device-mode_desktop .lot-info-modal__thumb {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}
.lot-info-modal_device-mode_desktop .lot-details {
  vertical-align: top;
}
.lot-info-modal__artsy-artist {
  padding-top: 25px;
  padding-bottom: 15px;
  display: block;
}
.lot-info-modal__artsy-artist-link {
  text-decoration: none;
  font-size: 11px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 90%;
}
.lot-info-modal__artsy-artist-link:hover {
  color: #623ae8;
}
.lot-info-modal__chevron-right {
  margin-left: 10px;
  float: left;
}
.lot-info-modal__chevron-right * {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #666;
}
.lot-info-modal__chevron-right svg {
  width: 15px;
  height: 15px;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.artwork-list-item {
  zoom: 1;
  font-size: 13px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  cursor: pointer;
  display: table;
  padding: 10px 0;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}
.artwork-list-item:before,
.artwork-list-item:after {
  content: "";
  display: table;
}
.artwork-list-item:after {
  clear: both;
}
.artwork-list-item:visited {
  color: #666;
}
.artwork-list-item:hover {
  background-color: #f8f8f8;
}
.artwork-list-item_selected,
.artwork-list-item_selected:hover,
.artwork-list-item_selected:visited {
  background-color: #fdefd1;
  color: #000;
}
.artwork-list-item__caption {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-right: 40px;
}
.artwork-list-item__lot-artist-label {
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: bold;
}
.artwork-list-item_device-mode_tablet,
.artwork-list-item_device-mode_mobile {
  padding: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.artwork-list-item_device-mode_tablet .artwork-list-item__caption,
.artwork-list-item_device-mode_mobile .artwork-list-item__caption {
  text-align: left;
  padding-left: 10px;
}
.artwork-list-item_device-mode_tablet .artwork-list-item__lot-artist-label,
.artwork-list-item_device-mode_mobile .artwork-list-item__lot-artist-label {
  font-size: 14px;
}
.artwork-list-item_device-mode_tablet.artwork-list-item_current,
.artwork-list-item_device-mode_mobile.artwork-list-item_current {
  background-color: #623ae8;
  color: #fff;
}
.artwork-list-item_device-mode_tablet .artwork-list-item__gavel,
.artwork-list-item_device-mode_mobile .artwork-list-item__gavel {
  border: 2px solid #fff;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: transparent;
  position: absolute;
  right: 35px;
}
.artwork-list-item_device-mode_tablet .artwork-list-item__gavel svg,
.artwork-list-item_device-mode_mobile .artwork-list-item__gavel svg {
  fill: #fff;
  width: 35px;
  position: relative;
}
.artwork-list-item_device-mode_tablet .artwork-list-item__past-lot-label,
.artwork-list-item_device-mode_mobile .artwork-list-item__past-lot-label {
  position: absolute;
  right: 10px;
  margin-top: 17px;
  color: #f4645c;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.artwork-list {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  overflow-y: scroll;
}
.artwork-list__filter {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  height: 40px;
  padding: 0 10px 0 30px;
  margin-left: -15px;
}
.artwork-list__filter span,
.artwork-list__filter button {
  font-size: 11px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}
.artwork-list__filter.horizontal-list-nav {
  border: 0;
}
.artwork-list__filter.label {
  padding-top: 12px;
}
.artwork-list__filter__buttons {
  width: 180px;
  white-space: nowrap;
}
.artwork-list__filter__buttons button {
  margin: 0 5px;
  color: #666;
  cursor: pointer;
  border: 0;
  background: 0;
  outline: none;
  padding: 0;
}
.artwork-list__items {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
.artwork-list__items .end-item {
  border: 0;
  margin: 30px;
}
.artwork-list__items .end-item h5 {
  font-size: 17px;
  line-height: 1.5;
  width: 100%;
  margin: 0.7em 0;
  overflow: hidden;
  text-align: center;
}
.artwork-list__items .end-item h5:before,
.artwork-list__items .end-item h5:after {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 0.5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid #666;
}
.artwork-list__items .end-item h5:after {
  margin: 0 -55% 0 0.5em;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.artwork-list-tablet {
  margin-bottom: 40px;
}
.artwork-list-tablet__header {
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 10px 15px 20px;
  height: 60px;
}
.artwork-list-tablet__lots-title {
  display: inline-block;
  float: left;
  font-size: 20px;
  line-height: 1.33;
}
.artwork-list-tablet__close {
  display: inline-block;
  float: right;
}
.artwork-list-tablet__close svg {
  width: 24px;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.auction-info {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0 !important;
}
.auction-info__header {
  padding: 30px 30px 0 30px;
  border-right: 1px solid #e5e5e5;
}
.auction-info__back-button {
  width: 100%;
}
.auction-info__back-button:hover {
  background-color: #f8f8f8 !important;
  color: #000 !important;
}
.auction-info__partner-icon {
  max-width: 60%;
  max-height: 100px;
  display: block;
}
.auction-info h1 {
  margin-top: 15px;
  font-size: 20px;
}
.auction-info h4,
.auction-info h5 {
  font-size: 11px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.current-lot-info {
  color: #fff;
  background-color: #000;
  padding: 30px;
  border-right: 1px solid #000;
}
.current-lot-info > .artwork-list-item {
  cursor: auto;
  padding-top: 15px;
  position: relative;
}
.current-lot-info > .artwork-list-item > .artwork-list-item__caption > h2 {
  color: #fff;
}
.current-lot-info > .artwork-list-item:hover {
  background-color: transparent;
}
.current-lot-info h2 {
  font-size: 22px;
}
.current-lot-info h4,
.current-lot-info h5 {
  display: inline-block;
  vertical-align: top;
}
.current-lot-info h5 {
  float: right;
  color: #fff;
}
.current-lot-info.is-current {
  color: #000;
  background-color: transparent;
  border-right: 1px solid #e5e5e5;
}
.current-lot-info.is-current h5 {
  color: #623ae8;
}
.current-lot-info.is-current .current-lot-info__gavel {
  border-color: #623ae8;
}
.current-lot-info.is-current .current-lot-info__gavel svg * {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #623ae8;
}
.current-lot-info.is-current .current-lot-info-actions {
  display: none;
}
.current-lot-info.is-current > .artwork-list-item {
  cursor: auto;
}
.current-lot-info.is-current > .artwork-list-item > .artwork-list-item__caption {
  padding-right: 45px;
}
.current-lot-info.is-current > .artwork-list-item > .artwork-list-item__caption > h2 {
  color: #000;
}
.current-lot-info__gavel {
  border: 2px solid #fff;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-top: 3px;
  position: absolute;
  right: 0;
  top: 17px;
  background: transparent;
}
.current-lot-info__gavel svg {
  fill: #fff;
  width: 35px;
  height: 35px;
  position: relative;
  top: -1px;
}
.current-lot-info-actions {
  text-align: center;
}
.current-lot-info-actions .avant-garde-button-white {
  background-color: #fff;
  border: none;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.auction-info-modal {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.auction-info-modal__inner {
  padding: 50px;
  padding-top: 20px;
  text-align: left;
}
.auction-info-modal__inner .register-button {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin: 10px 0;
}
.auction-info-modal__auction-info {
  margin-bottom: 20px;
}
.auction-info-modal__auction-begins {
  margin-top: 20px;
  padding-top: 10px;
}
.auction-info-modal__auction-begins,
.auction-info-modal__auctions-faq-link,
.auction-info-modal__contact-link {
  font-size: 11px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  text-decoration: none;
}
.auction-info-modal__auctions-faq,
.auction-info-modal__contact {
  padding-top: 16px;
  padding-bottom: 15px;
  border-top: 1px solid #e5e5e5;
  display: block;
  padding-left: 20px;
}
.auction-info-modal__auctions-faq a,
.auction-info-modal__contact a {
  display: block;
}
.auction-info-modal__contact {
  border-bottom: 1px solid #e5e5e5;
}
.auction-info-modal__chevron-right {
  float: right;
  position: relative;
  right: 18px;
}
.auction-info-modal__chevron-right svg {
  width: 15px;
  height: 15px;
}
.auction-info-modal_device-mode_mobile .auction-info-modal__inner {
  padding: 15px;
  padding-top: 20px;
}
.auction-info-modal_device-mode_mobile .auction-info-modal__auctions-faq,
.auction-info-modal_device-mode_mobile .auction-info-modal__contact {
  margin-left: -15px;
  margin-right: -15px;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.auction-nav-bar {
  display: block;
  padding: 15px;
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.auction-nav-bar__auction-title {
  float: left;
}
.auction-nav-bar__nav-title {
  display: inline-block;
  float: left;
  font-size: 20px;
  line-height: 1.33;
  position: relative;
  top: 2px;
}
.auction-nav-bar__nav-buttons {
  float: right;
}
.auction-nav-bar__lots-button,
.auction-nav-bar__info-button {
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
}
.auction-nav-bar__lots-icon svg,
.auction-nav-bar__info-icon svg {
  width: 24px;
}
.auction-nav-bar__close {
  cursor: pointer;
  display: inline-block;
  float: right;
  position: relative;
  top: -2px;
}
.auction-nav-bar__close svg {
  width: 24px;
}
.auction-nav-bar__partner-icon {
  max-width: 40%;
  max-height: 30px;
  display: block;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bidder-button {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.bidder-button__caption {
  padding-top: 10px;
  font-size: 15px;
  line-height: 1.25;
  color: #666;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.current-lot-bar {
  position: relative;
  width: 100%;
  height: 10px;
  background: #f8f8f8;
  z-index: 3;
}
.current-lot-bar__spacer {
  display: inline-block;
  color: rgba(0,0,0,0);
  height: 10px;
  background: #623ae8;
  pointer-events: none;
}
.current-lot-bar__inner {
  display: inline-block;
  height: 100%;
  width: 50%;
  position: relative;
  background: #623ae8;
  vertical-align: top;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.current-lot-bar__inner:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 275%;
  background: #623ae8;
}
.current-lot-bar__caption {
  position: absolute;
  right: 7.5px;
  top: -webkit-calc(115%);
  top: -moz-calc(115%);
  top: -ms-calc(115%);
  top: -o-calc(115%);
  top: calc(115%);
  font-size: 13px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.current-lot-bar__caption-index {
  color: #623ae8;
}
.current-lot-bar__caption-length {
  color: #ccc;
}
.current-lot-bar_device-mode_tablet {
  margin: 15px 0 15px 0;
}
.current-lot-bar_device-mode_mobile {
  margin-left: -20px;
  width: -webkit-calc(120%);
  width: -moz-calc(120%);
  width: -ms-calc(120%);
  width: -o-calc(120%);
  width: calc(120%);
}
.current-lot-bar_device-mode_mobile > .current-lot-bar__inner:after,
.current-lot-bar_device-mode_tablet > .current-lot-bar__inner:after {
  display: none;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eigen-modal {
  background: #000;
  z-index: 2;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.eigen-modal__header {
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 30px;
}
.eigen-modal__img {
  margin: auto;
  display: block;
  margin-bottom: 30px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.eigen-modal__btn {
  background: #fff !important;
  color: #000 !important;
  width: 100%;
  padding-bottom: 19px !important;
  display: block;
}
.eigen-modal__close {
  padding: 20px 0 13px 0;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  color: #ccc;
  position: relative;
}
.eigen-modal__close:after {
  content: '.';
  color: transparent;
  border-bottom: 1px solid #666;
  width: 70px;
  display: block;
  position: absolute;
  left: -webkit-calc(50% - 35px);
  left: -moz-calc(50% - 35px);
  left: -ms-calc(50% - 35px);
  left: -o-calc(50% - 35px);
  left: calc(50% - 35px);
  bottom: 0;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.error-modal {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.85);
  z-index: 2;
  height: 100%;
  color: #fff;
}
.error-modal__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.error-modal__h1 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 30px;
}
.error-modal__h2 {
  font-size: 30px;
  line-height: 1.25;
}
.error-modal__retry,
.error-modal__retry-ring {
  font-size: 30px;
  line-height: 1.25;
  text-align: center;
  width: 170px;
  height: 170px;
  line-height: 147px;
  margin-top: 60px;
  border-radius: 170px;
  border: 10px solid rgba(255,255,255,0.2);
  display: inline-block;
  position: relative;
}
.error-modal__retry-ring {
  position: absolute;
  top: -10px;
  left: -10px;
  margin: 0;
}
.error-modal__retry,
.error-modal__retry-ring {
  border-color: transparent;
  font-size: 50px;
  line-height: 1;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.live-lot {
  zoom: 1;
  display: table;
  padding: 8px;
  margin: 8px 5px 0px 5px;
  font-size: 13px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  vertical-align: middle;
  cursor: pointer;
  background-color: #623ae8;
  color: #fff;
}
.live-lot:before,
.live-lot:after {
  content: "";
  display: table;
}
.live-lot:after {
  clear: both;
}
.live-lot__lot-label {
  font-size: 12px;
}
.live-lot__caption {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  padding-left: 10px;
}
.live-lot__lot-artist-label {
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: bold;
}
.live-lot__lot-price {
  float: left;
  margin-right: 35px;
  margin-top: 5px;
  font-size: 16px;
}
.live-lot__gavel {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  display: table-cell;
  height: 30px;
  margin-top: 2px;
  position: absolute;
  right: 12px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}
.live-lot__gavel svg {
  fill: #fff;
  width: 25px;
  position: relative;
  top: -4px;
}
.live-lot_device-mode_tablet {
  margin-left: 50px;
  margin-right: 50px;
}
.live-lot_device-mode_tablet .live-lot__gavel {
  right: 57px;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lot-info {
  padding: 30px;
}
.lot-info_view-mode_participant {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lot-info__lot-no {
  font-size: 17px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.lot-info__artist {
  font-size: 13px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}
.lot-info__title {
  padding: 10px 0;
  font-style: italic;
}
.lot-info__estimate {
  display: table;
  width: 100%;
  border-top: 1px dotted #e5e5e5;
  border-bottom: 1px dotted #e5e5e5;
  padding: 7.5px 0;
}
.lot-info__estimate span {
  display: table-cell;
}
.lot-info__stats {
  font-size: 13px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  postion: relative;
  width: 100%;
}
.lot-info__stats > div {
  position: relative;
  top: 8px;
}
.lot-info__stats > div:last-child {
  margin-bottom: 0;
}
.lot-info__stats > div > span {
  position: relative;
}
.lot-info__stats > div > span:last-child {
  text-align: right;
  color: #623ae8;
  position: absolute;
  right: 0;
  top: 3px;
  padding: 0;
}
.lot-info__icon {
  display: inline-block;
  margin-right: 10px;
}
.lot-info__icon svg {
  height: 17px;
  max-width: 17px;
  position: relative;
  top: 4px;
}
.lot-info .lot-estimate__dollars {
  float: right;
}
.lot-info .lot-estimate__label {
  float: left;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined,
.lot-info-tablet__lot-info-button {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.lot-info-tablet__lot-info-button:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.lot-info-tablet__lot-info-button:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.lot-info-tablet__lot-info-button[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success,
.lot-info-tablet__lot-info-button.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.lot-info-tablet__lot-info-button[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover,
.lot-info-tablet__lot-info-button.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.lot-info-tablet__lot-info-button[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.lot-info-tablet__lot-info-button.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.lot-info-tablet__lot-info-button[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus,
.lot-info-tablet__lot-info-button.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.lot-info-tablet__lot-info-button[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.lot-info-tablet__lot-info-button.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.lot-info-tablet__lot-info-button[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover,
.lot-info-tablet__lot-info-button.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.lot-info-tablet__lot-info-button[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.lot-info-tablet__lot-info-button.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.lot-info-tablet__lot-info-button[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.lot-info-tablet__lot-info-button.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.lot-info-tablet__lot-info-button[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover,
.lot-info-tablet__lot-info-button.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.lot-info-tablet__lot-info-button[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.lot-info-tablet__lot-info-button.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.lot-info-tablet__lot-info-button[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.lot-info-tablet__lot-info-button.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.lot-info-tablet__lot-info-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before,
.lot-info-tablet__lot-info-button.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i,
.lot-info-tablet__lot-info-button > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.lot-info-tablet__lot-info-button[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.lot-info-tablet__lot-info-button.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.lot-info-tablet__lot-info-button[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover,
.lot-info-tablet__lot-info-button.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.lot-info-tablet__lot-info-button[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.lot-info-tablet__lot-info-button.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.lot-info-tablet__lot-info-button[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.lot-info-tablet__lot-info-button.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.lot-info-tablet__lot-info-button[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.lot-info-tablet__lot-info-button.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.lot-info-tablet__lot-info-button[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success,
.lot-info-tablet__lot-info-button.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.lot-info-tablet__lot-info-button[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.lot-info-tablet__lot-info-button.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.lot-info-tablet__lot-info-button[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.lot-info-tablet__lot-info-button.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.lot-info-tablet__lot-info-button[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.lot-info-tablet__lot-info-button.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.lot-info-tablet__lot-info-button[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error,
.lot-info-tablet__lot-info-button.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block,
.lot-info-tablet__lot-info-button.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small,
.lot-info-tablet__lot-info-button.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.lot-info-tablet__lot-info-button.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before,
.lot-info-tablet__lot-info-button.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny,
.lot-info-tablet__lot-info-button.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.lot-info-tablet__lot-info-button.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before,
.lot-info-tablet__lot-info-button.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white,
.lot-info-tablet__lot-info-button {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.lot-info-tablet__lot-info-button:focus,
.avant-garde-button-white:hover,
.lot-info-tablet__lot-info-button:hover,
.avant-garde-button-white:active,
.lot-info-tablet__lot-info-button:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.lot-info-tablet__lot-info-button[data-state='success'],
.avant-garde-button-white.is-success,
.lot-info-tablet__lot-info-button.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.lot-info-tablet__lot-info-button[data-state='success']:hover,
.avant-garde-button-white.is-success:hover,
.lot-info-tablet__lot-info-button.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.lot-info-tablet__lot-info-button[data-state='error'],
.avant-garde-button-white.is-error,
.lot-info-tablet__lot-info-button.is-error,
.avant-garde-button-white[data-state='error']:focus,
.lot-info-tablet__lot-info-button[data-state='error']:focus,
.avant-garde-button-white.is-error:focus,
.lot-info-tablet__lot-info-button.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.lot-info-tablet__lot-info-button[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.lot-info-tablet__lot-info-button.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.lot-info-tablet__lot-info-button[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.lot-info-tablet__lot-info-button.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.lot-info-tablet__lot-info-button[data-state='loading'],
.avant-garde-button-white.is-loading,
.lot-info-tablet__lot-info-button.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.lot-info-tablet__lot-info-button[data-state='loading']::before,
.avant-garde-button-white.is-loading::before,
.lot-info-tablet__lot-info-button.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.lot-info-tablet__lot-info-button[disabled],
.avant-garde-button-white.is-disabled,
.lot-info-tablet__lot-info-button.is-disabled,
.avant-garde-button-white[disabled]:hover,
.lot-info-tablet__lot-info-button[disabled]:hover,
.avant-garde-button-white.is-disabled:hover,
.lot-info-tablet__lot-info-button.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lot-info-tablet {
  padding: 15px;
  text-align: left;
}
.lot-info-tablet__lot-no {
  font-size: 24px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.lot-info-tablet__stats {
  padding-bottom: 15px;
}
.lot-info-tablet__current-lot-stats {
  font-size: 13px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline;
  margin-right: 20%;
}
.lot-info-tablet__index {
  color: #623ae8;
}
.lot-info-tablet__lot-info-button {
  font-size: 11px;
  padding: 6px 12px 5px;
  float: right;
}
.lot-info-tablet .lot-short-stats__watching {
  margin-right: 30%;
}
.lot-info-tablet .lot-short-stats__paddle,
.lot-info-tablet .lot-short-stats__watching {
  position: absolute;
  right: 0;
}
.lot-info-tablet .bid-button {
  margin: 0;
  width: 100%;
}
.lot-info-tablet .bid-button,
.lot-info-tablet .max-bid-button,
.lot-info-tablet .register-button,
.lot-info-tablet .bidder-button {
  padding-left: 0;
  padding-right: 0;
}
.lot-info-tablet .current-lot-bar {
  margin: 15px 0 15px 0;
}
.lot-info-tablet_device-mode_mobile {
  padding: 15px;
}
.lot-info-tablet_device-mode_mobile .lot-details__artist {
  padding-right: 90px;
}
.lot-info-tablet_device-mode_mobile .lot-info-tablet__lot-info-button {
  position: absolute;
  right: 20px;
}
.lot-info-tablet_device-mode_mobile .lot-info-tablet__current-lot-stats {
  margin-right: 15%;
}
.lot-info-tablet_device-mode_mobile .current-lot-bar {
  margin-left: -15px;
}
.lot-info-tablet_device-mode_mobile .lot-short-stats__watching {
  margin-right: 25%;
}
.lot-info-tablet_device-mode_mobile .lot-short-stats__paddle {
  margin-right: 15px;
}
.lot-info-tablet_device-mode_mobile .lot-short-stats__paddle,
.lot-info-tablet_device-mode_mobile .lot-short-stats__watching {
  width: 23px;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.selected-lot {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.selected-lot_selected-lot_expanded {
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.selected-lot_selected-lot_expanded > img {
  max-width: 50%;
  height: auto;
}
.selected-lot_device-mode_tablet,
.selected-lot_device-mode_mobile {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  margin-bottom: 20px;
}
.selected-lot__toggle {
  top: 30px;
  position: relative;
  font-size: 11px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  border: 1px solid #e5e5e5;
  padding: 13px 35px 12px 35px;
  cursor: pointer;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 17px;
  line-height: 1.5;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
}
hr {
  position: relative;
  height: 1px;
  background-color: #e5e5e5;
  border: none;
  margin: 18px 0;
  zoom: 1;
}
hr:before,
hr:after {
  content: "";
  display: table;
}
hr:after {
  clear: both;
}
hr.is-invisible {
  background-color: transparent;
}
a,
a:visited {
  color: #000;
}
.bidder-layout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bidder-layout_device-mode_desktop {
  min-width: 1024px;
}
.bidder-layout__inner {
  position: relative;
  height: 100%;
}
.bidder-layout__inner_device-mode_tablet,
.bidder-layout__inner_device-mode_mobile {
  height: -webkit-calc(100% - 60px);
  height: -moz-calc(100% - 60px);
  height: -ms-calc(100% - 60px);
  height: -o-calc(100% - 60px);
  height: calc(100% - 60px);
}
.bidder-layout__inner_device-mode_desktop {
  height: -webkit-calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  height: -ms-calc(100% - 10px);
  height: -o-calc(100% - 10px);
  height: calc(100% - 10px);
}
.bidder-layout__inner__left-column {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
  width: 25%;
  min-width: 310px;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bidder-layout__inner__left-column > div {
  width: 100%;
  border-right: 1px solid #e5e5e5;
}
.bidder-layout__inner__right-column {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
  width: 25%;
  min-width: 310px;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bidder-layout__inner__right-column > div {
  width: 100%;
  border-left: 1px solid #e5e5e5;
}
.bidder-layout__inner__main-column {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  left: 25%;
  padding: 50px;
  text-align: center;
  width: 50%;
}
.bidder-layout__inner__main-column_device-mode_tablet,
.bidder-layout__inner__main-column_device-mode_mobile {
  height: 100%;
  width: 100%;
  left: 0;
  padding: 20px 0px;
  overflow-x: hidden;
}
.bidder-layout_lots-modal .bidder-layout__inner > main.bidder-layout__main_device-mode_tablet,
.bidder-layout_lots-modal .bidder-layout__inner > main.bidder-layout__main_device-mode_mobile {
  padding: 0;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.monitor-auction-info {
  padding: 15px 0;
}
.monitor-auction-info__stat-column {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.monitor-auction-info__sale-name {
  font-size: 13px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.monitor-auction-info__stat-list {
  margin-bottom: 5px;
}
.monitor-auction-info__stat-name {
  font-weight: bold;
  padding-right: 5px;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.monitor-lot-list {
  width: 100%;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.monitor-event-list-item {
  zoom: 1;
  display: table;
  padding: 5px 0;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1;
  color: #666;
  vertical-align: top;
  width: 100%;
}
.monitor-event-list-item:before,
.monitor-event-list-item:after {
  content: "";
  display: table;
}
.monitor-event-list-item:after {
  clear: both;
}
.monitor-event-list-item__title {
  font-size: 13px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.monitor-event-list {
  padding: 20px 15px;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 17px;
  line-height: 1.5;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
}
hr {
  position: relative;
  height: 1px;
  background-color: #e5e5e5;
  border: none;
  margin: 18px 0;
  zoom: 1;
}
hr:before,
hr:after {
  content: "";
  display: table;
}
hr:after {
  clear: both;
}
hr.is-invisible {
  background-color: transparent;
}
a,
a:visited {
  color: #000;
}
.monitor-layout {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.monitor-layout__left-wrap {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  overflow: auto;
}
.monitor-layout__recent-stream {
  overflow-y: scroll;
}
.monitor-layout__right-wrap {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 0;
  height: 100%;
  overflow: auto;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sale-list-layout * {
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
  font-size: 17px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  list-style: none;
}
.sale-list-layout__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 10 10 0 10;
}
.sale-list-layout .sale-list,
.sale-list-layout .sale-list-layout__nav {
  max-width: 800px;
  margin: auto;
}
.sale-list-layout .sale-list h1,
.sale-list-layout .sale-list-layout__nav h1 {
  font-size: 25px;
  border-bottom: 1px solid #eee;
  padding: 20px;
}
.sale-list-layout .sale-list-item {
  padding: 20px;
  border-bottom: 1px solid #eee;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
.sale-list-layout .sale-list-item:hover {
  cursor: pointer;
  background: #f2f2f2;
}
.sale-list-layout .sale-list-item img,
.sale-list-layout .sale-list-item__no-cover {
  height: 50px;
  width: 50px;
  margin-right: 20px;
  vertical-align: middle;
  float: left;
  position: relative;
  top: -8px;
}
.sale-list-layout .sale-list-item__no-cover {
  background: no-repeat center center #eee;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.sale-list-layout .sale-list-item__sale-link h2 {
  display: inline-block;
  font-size: 20px;
  line-height: 1.33;
  line-height: 20px;
}
.sale-list-layout .sale-list-item__sale-link h3 {
  font-size: 15px;
  line-height: 1.25;
  line-height: 15px;
}
.sale-list-layout .sale-list-item__sale-link h2,
.sale-list-layout .sale-list-item__sale-link h3 {
  max-width: -webkit-calc(100% - 100px);
  max-width: -moz-calc(100% - 100px);
  max-width: -ms-calc(100% - 100px);
  max-width: -o-calc(100% - 100px);
  max-width: calc(100% - 100px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sale-list-layout .sale-list-item__sale-link span {
  border-right: 3px solid #ccc;
  border-top: 3px solid #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 30px;
}
.sale-list-layout .sale-list-item__admin-links {
  position: absolute;
  bottom: 0px;
  right: 10px;
  height: 13px;
  width: 27px;
}
.sale-list-layout .sale-list-item__admin-links__op-link,
.sale-list-layout .sale-list-item__admin-links__mon-link {
  font-size: 13px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #ccc;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  height: 13px;
  line-height: 13px;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  vertical-align: middle;
  width: 13px;
}
.sale-list-layout .sale-list-item__admin-links__op-link:hover,
.sale-list-layout .sale-list-item__admin-links__mon-link:hover {
  background-color: #000;
}
.sale-list-layout .sale-list-item__admin-links__mon-link {
  right: 14px;
}
.circle-button {
  display: inline-block;
  position: relative;
  width: 58px;
  margin: 0 10px;
  height: 58px;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e5e5e5;
  border-radius: 29px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 58px !important;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}
.circle-button:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.circle-button.is-active,
.circle-button[data-state='active'] {
  background-color: #6e1fff;
  border-color: #6e1fff;
  color: #fff;
}
.circle-button-with-label {
  display: inline-block;
  text-align: center;
}
.circle-button-label {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
.highlight-link {
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.highlight-link:hover {
  color: #6e1fff;
}
.play-button {
  position: absolute;
  background-color: #000;
  cursor: pointer;
  height: 55px;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -37.5px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.play-button:hover {
  background-color: #6e1fff;
}
.play-button:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.button-separator {
  display: inline-block;
  width: 0;
  margin: 0 5px;
}
.avant-garde-button,
.avant-garde-button-black,
.avant-garde-button-dark,
.avant-garde-button-white,
.avant-garde-button-text,
.avant-garde-button-underlined {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background-color: #f8f8f8;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  -ms-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  border: 1px solid transparent;
  text-decoration: none;
}
.avant-garde-button:focus,
.avant-garde-button-black:focus,
.avant-garde-button-dark:focus,
.avant-garde-button-white:focus,
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button:hover,
.avant-garde-button-black:hover,
.avant-garde-button-dark:hover,
.avant-garde-button-white:hover,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover {
  outline: none;
  background-color: #e5e5e5;
}
.avant-garde-button[data-state='success'],
.avant-garde-button-black[data-state='success'],
.avant-garde-button-dark[data-state='success'],
.avant-garde-button-white[data-state='success'],
.avant-garde-button-text[data-state='success'],
.avant-garde-button-underlined[data-state='success'],
.avant-garde-button.is-success,
.avant-garde-button-black.is-success,
.avant-garde-button-dark.is-success,
.avant-garde-button-white.is-success,
.avant-garde-button-text.is-success,
.avant-garde-button-underlined.is-success {
  background-color: #0eda83;
  color: #fff;
}
.avant-garde-button[data-state='success']:hover,
.avant-garde-button-black[data-state='success']:hover,
.avant-garde-button-dark[data-state='success']:hover,
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-text[data-state='success']:hover,
.avant-garde-button-underlined[data-state='success']:hover,
.avant-garde-button.is-success:hover,
.avant-garde-button-black.is-success:hover,
.avant-garde-button-dark.is-success:hover,
.avant-garde-button-white.is-success:hover,
.avant-garde-button-text.is-success:hover,
.avant-garde-button-underlined.is-success:hover {
  background-color: #0aa462;
}
.avant-garde-button[data-state='error'],
.avant-garde-button-black[data-state='error'],
.avant-garde-button-dark[data-state='error'],
.avant-garde-button-white[data-state='error'],
.avant-garde-button-text[data-state='error'],
.avant-garde-button-underlined[data-state='error'],
.avant-garde-button.is-error,
.avant-garde-button-black.is-error,
.avant-garde-button-dark.is-error,
.avant-garde-button-white.is-error,
.avant-garde-button-text.is-error,
.avant-garde-button-underlined.is-error,
.avant-garde-button[data-state='error']:focus,
.avant-garde-button-black[data-state='error']:focus,
.avant-garde-button-dark[data-state='error']:focus,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-text[data-state='error']:focus,
.avant-garde-button-underlined[data-state='error']:focus,
.avant-garde-button.is-error:focus,
.avant-garde-button-black.is-error:focus,
.avant-garde-button-dark.is-error:focus,
.avant-garde-button-white.is-error:focus,
.avant-garde-button-text.is-error:focus,
.avant-garde-button-underlined.is-error:focus {
  background-color: #f7625a;
  color: #fff;
}
.avant-garde-button[data-state='error']:hover,
.avant-garde-button-black[data-state='error']:hover,
.avant-garde-button-dark[data-state='error']:hover,
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-text[data-state='error']:hover,
.avant-garde-button-underlined[data-state='error']:hover,
.avant-garde-button.is-error:hover,
.avant-garde-button-black.is-error:hover,
.avant-garde-button-dark.is-error:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-text.is-error:hover,
.avant-garde-button-underlined.is-error:hover,
.avant-garde-button[data-state='error']:focus:hover,
.avant-garde-button-black[data-state='error']:focus:hover,
.avant-garde-button-dark[data-state='error']:focus:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-text[data-state='error']:focus:hover,
.avant-garde-button-underlined[data-state='error']:focus:hover,
.avant-garde-button.is-error:focus:hover,
.avant-garde-button-black.is-error:focus:hover,
.avant-garde-button-dark.is-error:focus:hover,
.avant-garde-button-white.is-error:focus:hover,
.avant-garde-button-text.is-error:focus:hover,
.avant-garde-button-underlined.is-error:focus:hover {
  background-color: #f1170c;
}
.avant-garde-button[data-state='loading'],
.avant-garde-button-black[data-state='loading'],
.avant-garde-button-dark[data-state='loading'],
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button.is-loading,
.avant-garde-button-black.is-loading,
.avant-garde-button-dark.is-loading,
.avant-garde-button-white.is-loading,
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading,
.avant-garde-button[data-state='loading'][disabled],
.avant-garde-button-black[data-state='loading'][disabled],
.avant-garde-button-dark[data-state='loading'][disabled],
.avant-garde-button-white[data-state='loading'][disabled],
.avant-garde-button-text[data-state='loading'][disabled],
.avant-garde-button-underlined[data-state='loading'][disabled],
.avant-garde-button.is-loading[disabled],
.avant-garde-button-black.is-loading[disabled],
.avant-garde-button-dark.is-loading[disabled],
.avant-garde-button-white.is-loading[disabled],
.avant-garde-button-text.is-loading[disabled],
.avant-garde-button-underlined.is-loading[disabled],
.avant-garde-button[data-state='loading'][disabled]:hover,
.avant-garde-button-black[data-state='loading'][disabled]:hover,
.avant-garde-button-dark[data-state='loading'][disabled]:hover,
.avant-garde-button-white[data-state='loading'][disabled]:hover,
.avant-garde-button-text[data-state='loading'][disabled]:hover,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover,
.avant-garde-button.is-loading[disabled]:hover,
.avant-garde-button-black.is-loading[disabled]:hover,
.avant-garde-button-dark.is-loading[disabled]:hover,
.avant-garde-button-white.is-loading[disabled]:hover,
.avant-garde-button-text.is-loading[disabled]:hover,
.avant-garde-button-underlined.is-loading[disabled]:hover {
  background-color: #6e1fff;
  color: transparent !important;
}
.avant-garde-button[data-state='loading']::before,
.avant-garde-button-black[data-state='loading']::before,
.avant-garde-button-dark[data-state='loading']::before,
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button.is-loading::before,
.avant-garde-button-black.is-loading::before,
.avant-garde-button-dark.is-loading::before,
.avant-garde-button-white.is-loading::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before,
.avant-garde-button[data-state='loading'][disabled]::before,
.avant-garde-button-black[data-state='loading'][disabled]::before,
.avant-garde-button-dark[data-state='loading'][disabled]::before,
.avant-garde-button-white[data-state='loading'][disabled]::before,
.avant-garde-button-text[data-state='loading'][disabled]::before,
.avant-garde-button-underlined[data-state='loading'][disabled]::before,
.avant-garde-button.is-loading[disabled]::before,
.avant-garde-button-black.is-loading[disabled]::before,
.avant-garde-button-dark.is-loading[disabled]::before,
.avant-garde-button-white.is-loading[disabled]::before,
.avant-garde-button-text.is-loading[disabled]::before,
.avant-garde-button-underlined.is-loading[disabled]::before,
.avant-garde-button[data-state='loading'][disabled]:hover::before,
.avant-garde-button-black[data-state='loading'][disabled]:hover::before,
.avant-garde-button-dark[data-state='loading'][disabled]:hover::before,
.avant-garde-button-white[data-state='loading'][disabled]:hover::before,
.avant-garde-button-text[data-state='loading'][disabled]:hover::before,
.avant-garde-button-underlined[data-state='loading'][disabled]:hover::before,
.avant-garde-button.is-loading[disabled]:hover::before,
.avant-garde-button-black.is-loading[disabled]:hover::before,
.avant-garde-button-dark.is-loading[disabled]:hover::before,
.avant-garde-button-white.is-loading[disabled]:hover::before,
.avant-garde-button-text.is-loading[disabled]:hover::before,
.avant-garde-button-underlined.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #fff;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button > i,
.avant-garde-button-black > i,
.avant-garde-button-dark > i,
.avant-garde-button-white > i,
.avant-garde-button-text > i,
.avant-garde-button-underlined > i {
  line-height: 0;
  vertical-align: -8px;
  margin: 0 10px 0 -15px;
}
.avant-garde-button[disabled],
.avant-garde-button-black[disabled],
.avant-garde-button-dark[disabled],
.avant-garde-button-white[disabled],
.avant-garde-button-text[disabled],
.avant-garde-button-underlined[disabled],
.avant-garde-button.is-disabled,
.avant-garde-button-black.is-disabled,
.avant-garde-button-dark.is-disabled,
.avant-garde-button-white.is-disabled,
.avant-garde-button-text.is-disabled,
.avant-garde-button-underlined.is-disabled,
.avant-garde-button[disabled]:hover,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-text[disabled]:hover,
.avant-garde-button-underlined[disabled]:hover,
.avant-garde-button.is-disabled:hover,
.avant-garde-button-black.is-disabled:hover,
.avant-garde-button-dark.is-disabled:hover,
.avant-garde-button-white.is-disabled:hover,
.avant-garde-button-text.is-disabled:hover,
.avant-garde-button-underlined.is-disabled:hover {
  background-color: #f8f8f8;
  cursor: default;
  color: rgba(0,0,0,0.5);
}
.avant-garde-button[disabled][data-state='success'],
.avant-garde-button-black[disabled][data-state='success'],
.avant-garde-button-dark[disabled][data-state='success'],
.avant-garde-button-white[disabled][data-state='success'],
.avant-garde-button-text[disabled][data-state='success'],
.avant-garde-button-underlined[disabled][data-state='success'],
.avant-garde-button.is-disabled[data-state='success'],
.avant-garde-button-black.is-disabled[data-state='success'],
.avant-garde-button-dark.is-disabled[data-state='success'],
.avant-garde-button-white.is-disabled[data-state='success'],
.avant-garde-button-text.is-disabled[data-state='success'],
.avant-garde-button-underlined.is-disabled[data-state='success'],
.avant-garde-button[disabled]:hover[data-state='success'],
.avant-garde-button-black[disabled]:hover[data-state='success'],
.avant-garde-button-dark[disabled]:hover[data-state='success'],
.avant-garde-button-white[disabled]:hover[data-state='success'],
.avant-garde-button-text[disabled]:hover[data-state='success'],
.avant-garde-button-underlined[disabled]:hover[data-state='success'],
.avant-garde-button.is-disabled:hover[data-state='success'],
.avant-garde-button-black.is-disabled:hover[data-state='success'],
.avant-garde-button-dark.is-disabled:hover[data-state='success'],
.avant-garde-button-white.is-disabled:hover[data-state='success'],
.avant-garde-button-text.is-disabled:hover[data-state='success'],
.avant-garde-button-underlined.is-disabled:hover[data-state='success'],
.avant-garde-button[disabled].is-success,
.avant-garde-button-black[disabled].is-success,
.avant-garde-button-dark[disabled].is-success,
.avant-garde-button-white[disabled].is-success,
.avant-garde-button-text[disabled].is-success,
.avant-garde-button-underlined[disabled].is-success,
.avant-garde-button.is-disabled.is-success,
.avant-garde-button-black.is-disabled.is-success,
.avant-garde-button-dark.is-disabled.is-success,
.avant-garde-button-white.is-disabled.is-success,
.avant-garde-button-text.is-disabled.is-success,
.avant-garde-button-underlined.is-disabled.is-success,
.avant-garde-button[disabled]:hover.is-success,
.avant-garde-button-black[disabled]:hover.is-success,
.avant-garde-button-dark[disabled]:hover.is-success,
.avant-garde-button-white[disabled]:hover.is-success,
.avant-garde-button-text[disabled]:hover.is-success,
.avant-garde-button-underlined[disabled]:hover.is-success,
.avant-garde-button.is-disabled:hover.is-success,
.avant-garde-button-black.is-disabled:hover.is-success,
.avant-garde-button-dark.is-disabled:hover.is-success,
.avant-garde-button-white.is-disabled:hover.is-success,
.avant-garde-button-text.is-disabled:hover.is-success,
.avant-garde-button-underlined.is-disabled:hover.is-success {
  background-color: #0eda83;
}
.avant-garde-button[disabled][data-state='error'],
.avant-garde-button-black[disabled][data-state='error'],
.avant-garde-button-dark[disabled][data-state='error'],
.avant-garde-button-white[disabled][data-state='error'],
.avant-garde-button-text[disabled][data-state='error'],
.avant-garde-button-underlined[disabled][data-state='error'],
.avant-garde-button.is-disabled[data-state='error'],
.avant-garde-button-black.is-disabled[data-state='error'],
.avant-garde-button-dark.is-disabled[data-state='error'],
.avant-garde-button-white.is-disabled[data-state='error'],
.avant-garde-button-text.is-disabled[data-state='error'],
.avant-garde-button-underlined.is-disabled[data-state='error'],
.avant-garde-button[disabled]:hover[data-state='error'],
.avant-garde-button-black[disabled]:hover[data-state='error'],
.avant-garde-button-dark[disabled]:hover[data-state='error'],
.avant-garde-button-white[disabled]:hover[data-state='error'],
.avant-garde-button-text[disabled]:hover[data-state='error'],
.avant-garde-button-underlined[disabled]:hover[data-state='error'],
.avant-garde-button.is-disabled:hover[data-state='error'],
.avant-garde-button-black.is-disabled:hover[data-state='error'],
.avant-garde-button-dark.is-disabled:hover[data-state='error'],
.avant-garde-button-white.is-disabled:hover[data-state='error'],
.avant-garde-button-text.is-disabled:hover[data-state='error'],
.avant-garde-button-underlined.is-disabled:hover[data-state='error'],
.avant-garde-button[disabled].is-error,
.avant-garde-button-black[disabled].is-error,
.avant-garde-button-dark[disabled].is-error,
.avant-garde-button-white[disabled].is-error,
.avant-garde-button-text[disabled].is-error,
.avant-garde-button-underlined[disabled].is-error,
.avant-garde-button.is-disabled.is-error,
.avant-garde-button-black.is-disabled.is-error,
.avant-garde-button-dark.is-disabled.is-error,
.avant-garde-button-white.is-disabled.is-error,
.avant-garde-button-text.is-disabled.is-error,
.avant-garde-button-underlined.is-disabled.is-error,
.avant-garde-button[disabled]:hover.is-error,
.avant-garde-button-black[disabled]:hover.is-error,
.avant-garde-button-dark[disabled]:hover.is-error,
.avant-garde-button-white[disabled]:hover.is-error,
.avant-garde-button-text[disabled]:hover.is-error,
.avant-garde-button-underlined[disabled]:hover.is-error,
.avant-garde-button.is-disabled:hover.is-error,
.avant-garde-button-black.is-disabled:hover.is-error,
.avant-garde-button-dark.is-disabled:hover.is-error,
.avant-garde-button-white.is-disabled:hover.is-error,
.avant-garde-button-text.is-disabled:hover.is-error,
.avant-garde-button-underlined.is-disabled:hover.is-error {
  background-color: #f7625a;
}
.avant-garde-button.is-block,
.avant-garde-button-black.is-block,
.avant-garde-button-dark.is-block,
.avant-garde-button-white.is-block,
.avant-garde-button-text.is-block,
.avant-garde-button-underlined.is-block {
  width: 100%;
  text-align: center;
}
.avant-garde-button.is-small,
.avant-garde-button-black.is-small,
.avant-garde-button-dark.is-small,
.avant-garde-button-white.is-small,
.avant-garde-button-text.is-small,
.avant-garde-button-underlined.is-small {
  font-size: 11px;
  padding: 10px 20px;
}
.avant-garde-button.is-small[data-state='loading']::before,
.avant-garde-button-black.is-small[data-state='loading']::before,
.avant-garde-button-dark.is-small[data-state='loading']::before,
.avant-garde-button-white.is-small[data-state='loading']::before,
.avant-garde-button-text.is-small[data-state='loading']::before,
.avant-garde-button-underlined.is-small[data-state='loading']::before,
.avant-garde-button.is-small.is-loading::before,
.avant-garde-button-black.is-small.is-loading::before,
.avant-garde-button-dark.is-small.is-loading::before,
.avant-garde-button-white.is-small.is-loading::before,
.avant-garde-button-text.is-small.is-loading::before,
.avant-garde-button-underlined.is-small.is-loading::before {
  background: #fff;
  width: 16px;
  height: 4px;
  position: absolute;
  top: calc(50% - 4px / 2);
  left: calc(50% - 16px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button.is-tiny,
.avant-garde-button-black.is-tiny,
.avant-garde-button-dark.is-tiny,
.avant-garde-button-white.is-tiny,
.avant-garde-button-text.is-tiny,
.avant-garde-button-underlined.is-tiny {
  font-size: 11px;
  padding: 6px 12px 5px;
}
.avant-garde-button.is-tiny[data-state='loading']::before,
.avant-garde-button-black.is-tiny[data-state='loading']::before,
.avant-garde-button-dark.is-tiny[data-state='loading']::before,
.avant-garde-button-white.is-tiny[data-state='loading']::before,
.avant-garde-button-text.is-tiny[data-state='loading']::before,
.avant-garde-button-underlined.is-tiny[data-state='loading']::before,
.avant-garde-button.is-tiny.is-loading::before,
.avant-garde-button-black.is-tiny.is-loading::before,
.avant-garde-button-dark.is-tiny.is-loading::before,
.avant-garde-button-white.is-tiny.is-loading::before,
.avant-garde-button-text.is-tiny.is-loading::before,
.avant-garde-button-underlined.is-tiny.is-loading::before {
  background: #fff;
  width: 12px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px / 2);
  left: calc(50% - 12px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.avant-garde-button-black {
  text-align: center;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
}
.avant-garde-button-black:focus,
.avant-garde-button-black:hover {
  background-color: #6e1fff;
}
.avant-garde-button-black[disabled],
.avant-garde-button-black.is-disabled,
.avant-garde-button-black[disabled]:hover,
.avant-garde-button-black.is-disabled:hover {
  background-color: #666;
  color: rgba(255,255,255,0.75);
}
.avant-garde-button-dark {
  color: #fff;
  background-color: #333;
}
.avant-garde-button-dark:focus,
.avant-garde-button-dark:hover {
  background-color: #6e1fff;
}
.avant-garde-button-dark[disabled],
.avant-garde-button-dark.is-disabled,
.avant-garde-button-dark[disabled]:hover,
.avant-garde-button-dark.is-disabled:hover {
  background-color: #333;
  color: rgba(255,255,255,0.25);
}
.avant-garde-button-white {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.avant-garde-button-white:focus,
.avant-garde-button-white:hover,
.avant-garde-button-white:active {
  color: #6e1fff;
  background-color: transparent;
}
.avant-garde-button-white[data-state='success'],
.avant-garde-button-white.is-success {
  background-color: transparent;
  color: #0eda83;
}
.avant-garde-button-white[data-state='success']:hover,
.avant-garde-button-white.is-success:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='error'],
.avant-garde-button-white.is-error,
.avant-garde-button-white[data-state='error']:focus,
.avant-garde-button-white.is-error:focus {
  background-color: transparent;
  color: #f7625a;
}
.avant-garde-button-white[data-state='error']:hover,
.avant-garde-button-white.is-error:hover,
.avant-garde-button-white[data-state='error']:focus:hover,
.avant-garde-button-white.is-error:focus:hover {
  background-color: transparent;
  color: #6e1fff;
}
.avant-garde-button-white[data-state='loading'],
.avant-garde-button-white.is-loading {
  background-color: #fff;
}
.avant-garde-button-white[data-state='loading']::before,
.avant-garde-button-white.is-loading::before {
  background-color: #6e1fff;
}
.avant-garde-button-white[disabled],
.avant-garde-button-white.is-disabled,
.avant-garde-button-white[disabled]:hover,
.avant-garde-button-white.is-disabled:hover {
  background-color: transparent;
}
.avant-garde-button-text,
.avant-garde-button-underlined {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.avant-garde-button-text:focus,
.avant-garde-button-underlined:focus,
.avant-garde-button-text:hover,
.avant-garde-button-underlined:hover,
.avant-garde-button-text:active,
.avant-garde-button-underlined:active {
  border-bottom-color: #000;
  background: transparent;
}
.avant-garde-button-text[data-state='loading'],
.avant-garde-button-underlined[data-state='loading'],
.avant-garde-button-text.is-loading,
.avant-garde-button-underlined.is-loading {
  background: transparent;
  border-color: transparent;
  -webkit-transition: color 0;
  -moz-transition: color 0;
  -o-transition: color 0;
  -ms-transition: color 0;
  transition: color 0;
}
.avant-garde-button-text[data-state='loading']::before,
.avant-garde-button-underlined[data-state='loading']::before,
.avant-garde-button-text.is-loading::before,
.avant-garde-button-underlined.is-loading::before {
  background: #000;
}
.avant-garde-button-underlined {
  border-bottom-color: #000;
}
.stacked-button-menu {
  max-width: 100%;
  margin: 0 auto;
}
.stacked-button-menu > a,
.stacked-button-menu > button {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.stacked-button-menu > a:first-child,
.stacked-button-menu > button:first-child {
  margin-top: 0;
}
.stacked-button-menu > a:last-child,
.stacked-button-menu > button:last-child {
  margin-bottom: 0;
}
.stacked-button-menu > a > i,
.stacked-button-menu > button > i {
  line-height: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.garamond-button-text {
  display: inline-block;
  position: relative;
  font-family: 'Adobe Garamond W08', 'adobe-garamond-pro', 'AGaramondPro-Regular', 'Times New Roman', 'Times', 'serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.garamond-button-text[data-state='loading'],
.garamond-button-text.is-loading,
.garamond-button-text[data-state='loading'][disabled],
.garamond-button-text.is-loading[disabled],
.garamond-button-text[data-state='loading'][disabled]:hover,
.garamond-button-text.is-loading[disabled]:hover {
  color: transparent !important;
}
.garamond-button-text[data-state='loading']::before,
.garamond-button-text.is-loading::before,
.garamond-button-text[data-state='loading'][disabled]::before,
.garamond-button-text.is-loading[disabled]::before,
.garamond-button-text[data-state='loading'][disabled]:hover::before,
.garamond-button-text.is-loading[disabled]:hover::before {
  display: block;
  content: '';
  background: #000;
  width: 25px;
  height: 6px;
  position: absolute;
  top: calc(50% - 6px / 2);
  left: calc(50% - 25px / 2);
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.garamond-tablist {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
  line-height: 1.5;
}
.garamond-tab {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.125s;
  -moz-transition: border-bottom-color 0.125s;
  -o-transition: border-bottom-color 0.125s;
  -ms-transition: border-bottom-color 0.125s;
  transition: border-bottom-color 0.125s;
}
.garamond-tab:hover,
.garamond-tab:focus {
  border-bottom-color: #000;
}
.garamond-tab.is-active {
  color: #6e1fff;
  border-bottom-color: #e2d2ff;
}
.garamond-tab[disabled],
.garamond-tab.is-disabled,
.garamond-tab.is-disabled:hover {
  color: #666;
  pointer-events: none;
  border-bottom-color: transparent;
}
.garamond-tab-separator,
.meta-separator {
  display: inline-block;
  margin: 0 15px -2px 15px;
  width: 1px;
  height: 0.9em;
  vertical-align: baseline;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #666;
}
.garamond-tab-separator.is-vertical,
.meta-separator.is-vertical {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.garamond-tab-label {
  text-transform: none;
  letter-spacing: 0;
}
.meta-separator {
  height: 1em;
  margin: 0 0.5em;
  vertical-align: middle;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ccc;
}
.contextual-return-link {
  display: block;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}
.contextual-return-link > .icon-chevron-small-left {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
}
.avant-garde-jump-link {
  display: block;
  text-decoration: none;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.avant-garde-jump-link > .icon-chevron-small-right {
  font-size: 19px;
  line-height: 0;
  margin-left: 5px;
  vertical-align: -3px;
  color: #ccc;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.avant-garde-jump-link:hover > .icon-chevron-small-right {
  color: #000;
}
.hoverable-image-link {
  position: relative;
  display: inline-block;
}
.hoverable-image-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  transition: opacity 0.33s;
}
.hoverable-image-link:hover:after,
.hoverable-image-link.is-hovered:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hoverable-image-link > img,
.hoverable-image {
  width: 100%;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two,
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  line-height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.hoverable-image-link > img.is-three-two.is-cropped,
.hoverable-image.is-three-two.is-cropped,
.hoverable-image-link > img.is-four-three.is-cropped,
.hoverable-image.is-four-three.is-cropped {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hoverable-image-link > img.is-three-two,
.hoverable-image.is-three-two {
  padding-bottom: 66.67%;
}
.hoverable-image-link > img.is-four-three,
.hoverable-image.is-four-three {
  padding-bottom: 75%;
}
.horizontal-list-nav,
.alphabetical-index {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.hln-cell.is-dominant,
.alphabetical-index-label.is-dominant,
.alphabetical-index-range.is-dominant {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hln-cell:first-child,
.alphabetical-index-label:first-child,
.alphabetical-index-range:first-child {
  text-align: left;
}
.hln-cell:last-child,
.alphabetical-index-label:last-child,
.alphabetical-index-range:last-child {
  text-align: right;
}
.hln-link,
.alphabetical-index-range > a {
  display: inline-block;
  padding: 20px 0.75%;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}
.hln-link:first-child,
.alphabetical-index-range > a:first-child {
  padding-left: 0;
}
.hln-link:last-child,
.alphabetical-index-range > a:last-child {
  padding-right: 0;
}
.hln-link:hover,
.alphabetical-index-range > a:hover,
.hln-link.is-active,
.alphabetical-index-range > a.is-active {
  color: #6e1fff;
}
.alphabetical-index-label {
  padding: 20px 20px 20px 0;
}
.alphabetical-index-range {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alphabetical-index-range > a {
  text-transform: uppercase;
}
.leader-dots-list {
  overflow-x: hidden;
}
.leader-dots-list-item {
  display: block;
  clear: both;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  transition: color 0.25s;
  text-align: left;
}
.leader-dots-list-item:after {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #666;
  content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}
.leader-dots-list-item > span:first-child {
  padding-right: 0.33em;
  background: #fff;
}
.leader-dots-list-item > span:last-child {
  float: right;
  padding-left: 0.33em;
  background: #fff;
  position: relative;
  z-index: 1;
}
a.leader-dots-list-item:hover {
  color: #6e1fff;
}
.entity-link,
.entity-follow {
  line-height: 17px;
  vertical-align: middle;
}
.entity-link {
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  text-decoration: none;
}
.entity-link.is-small {
  font-size: 13px;
}
a.entity-link:hover {
  text-decoration: underline;
}
.entity-follow:before {
  font-family: 'artsy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 32px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E629';
  vertical-align: -8.5px;
}
.entity-follow:after {
  content: 'Follow';
}
.entity-follow:hover,
.entity-follow.is-following,
.entity-follow[data-state='following'] {
  color: #6e1fff;
}
.entity-follow.is-following:after,
.entity-follow[data-state='following']:after {
  content: 'Following';
}
.entity-follow.is-following:hover,
.entity-follow[data-state='following']:hover {
  color: #f7625a;
}
.entity-follow.is-following:hover:after,
.entity-follow[data-state='following']:hover:after {
  content: 'Unfollow';
}
.entity-follow.is-following.is-clicked,
.entity-follow[data-state='following'].is-clicked {
  color: #6e1fff;
}
.entity-follow.is-following.is-clicked:after,
.entity-follow[data-state='following'].is-clicked:after {
  content: 'Following';
}
.responsive-image-container {
  display: block;
  position: relative;
  background-color: #ccc;
}
.responsive-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.avant-garde-button-black.max-bid-button {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  width: 100%;
  font-size: 17px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.avant-garde-button-black.max-bid-button:focus {
  background-color: #000;
}
.avant-garde-button-black.max-bid-button_winning-flashing {
  pointer-events: none;
  background-color: #7ae396;
  color: #fff;
}
.avant-garde-button-black.max-bid-button_winning-flashing:hover,
.avant-garde-button-black.max-bid-button_winning-flashing:focus {
  background-color: #7ae396;
}
.avant-garde-button-black.max-bid-button_outbid {
  pointer-events: none;
  color: #fff;
  background-color: #f4645c;
}
.avant-garde-button-black.max-bid-button_outbid:hover,
.avant-garde-button-black.max-bid-button_outbid:focus {
  background-color: #f4645c;
}
.max-bid-button h4 {
  font-size: 11px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.max-bid-button h5 {
  font-size: 15px;
  line-height: 1.25;
  color: #666;
}
.max-bid-button small {
  font-size: 11px;
  line-height: 1.5;
  color: #666;
}
.max-bid-button small a {
  color: #666;
}
.max-bid-button__error {
  color: #f7625a;
  text-align: center;
}
.max-bid-button__label {
  float: left;
}
.max-bid-button__label_winning-flashing,
.max-bid-button__label_winning {
  color: #7ae396;
}
.max-bid-button__label_losing,
.max-bid-button__label_outbid {
  color: #f4645c;
}
.max-bid-button__amount {
  font-size: 20px;
  line-height: 1.33;
  float: right;
  vertical-align: middle;
}
.max-bid-button__current-bid {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
}
.max-bid-button__current-bid .max-bid-button__label {
  margin-top: 5px;
}
.max-bid-button__set-max-bid {
  clear: both;
  padding-top: 0px;
  height: 10px;
  margin-bottom: 25px;
}
.max-bid-button__tooltip {
  float: right;
  font-size: 11px;
  line-height: 1.33;
  font-family: 'ITC Avant Garde Gothic W04', 'AvantGardeGothicITCW01D 731075', 'AvantGardeGothicITCW01Dm', 'Helvetica', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #666;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  color: #fff;
  line-height: 18px;
  text-align: center;
  cursor: help;
}
.max-bid-button__tooltip:before {
  content: '?';
}
.max-bid-button__tooltip.show-tool-tip:after {
  font-family: garamond;
  font-size: 15px;
  text-transform: none;
  background: #000;
  color: #fff;
  content: attr(title);
  padding: 15px;
  position: absolute;
  z-index: 98;
  width: 250px;
  right: 50px;
}
.max-bid-button__bid-button,
.max-bid-button__bid-select {
  text-align: center;
  padding-bottom: 10px;
}
.max-bid-button__select {
  width: 100%;
  background: transparent;
  padding: 5px;
  font-size: 20px;
  line-height: 1.33;
  font-family: garamond;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 45px;
  border: 2px solid #e5e5e5;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  background: url([object Module]) no-repeat right;
  position: relative;
}
.max-bid-button__select:focus {
  outline: none;
}
.max-bid-button__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.max-bid-button__bid-select {
  position: relative;
}
.max-bid-button__bid-select::after {
  content: '\25BC';
  color: #ccc;
  border-left: 1px solid #e5e5e5;
  width: 30px;
  height: -webkit-calc(100% - 18px);
  height: -moz-calc(100% - 18px);
  height: -ms-calc(100% - 18px);
  height: -o-calc(100% - 18px);
  height: calc(100% - 18px);
  position: absolute;
  right: 0;
  top: 4px;
  line-height: 41px;
  font-size: 14px;
  padding-right: 2px;
  z-index: -1;
}

/*# sourceMappingURL=styles.css.map*/