/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/assets/Inter-Thin-423d0e74.woff2") format("woff2"), url("/assets/Inter-Thin-c14ca111.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("/assets/Inter-ThinItalic-2dcd6f85.woff2") format("woff2"), url("/assets/Inter-ThinItalic-b8a317ae.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/assets/Inter-ExtraLight-bd27766f.woff2") format("woff2"), url("/assets/Inter-ExtraLight-8f029d24.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("/assets/Inter-ExtraLightItalic-2cd7c0e3.woff2") format("woff2"), url("/assets/Inter-ExtraLightItalic-f00d2d4a.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/Inter-Light-1bf3227b.woff2") format("woff2"), url("/assets/Inter-Light-e4e0fa9f.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/Inter-LightItalic-c78cf261.woff2") format("woff2"), url("/assets/Inter-LightItalic-abe58300.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/Inter-Regular-45eae240.woff2") format("woff2"), url("/assets/Inter-Regular-cb8b36c9.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/Inter-Italic-78d560c0.woff2") format("woff2"), url("/assets/Inter-Italic-b5933e7e.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/Inter-Medium-32eb9a56.woff2") format("woff2"), url("/assets/Inter-Medium-2a29f185.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/Inter-MediumItalic-d0de9f48.woff2") format("woff2"), url("/assets/Inter-MediumItalic-4e75dc18.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/Inter-SemiBold-c33ec322.woff2") format("woff2"), url("/assets/Inter-SemiBold-c84e06bb.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/Inter-SemiBoldItalic-edbce497.woff2") format("woff2"), url("/assets/Inter-SemiBoldItalic-c8076ce4.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/Inter-Bold-f2deb64e.woff2") format("woff2"), url("/assets/Inter-Bold-f58450b3.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/Inter-BoldItalic-2c8e0298.woff2") format("woff2"), url("/assets/Inter-BoldItalic-fd4b4d00.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/Inter-ExtraBold-34e5a9fb.woff2") format("woff2"), url("/assets/Inter-ExtraBold-86ab325d.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/Inter-ExtraBoldItalic-0d9a7b82.woff2") format("woff2"), url("/assets/Inter-ExtraBoldItalic-35eccb61.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/Inter-Black-22ba3b53.woff2") format("woff2"), url("/assets/Inter-Black-782a8185.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/Inter-BlackItalic-9646a1b5.woff2") format("woff2"), url("/assets/Inter-BlackItalic-4e7869d4.woff") format("woff");
}
section.search .save-search form .columns:after,
section.search .save-search .box .columns:after, .newsletter-promo:after,
.catalog-promo:after,
.featured-artists-promo:after, .articles:after, section.lot .lot-images:after, body > header .main-nav:after, .inner:after, section.auction .registration-info:after, .catalog .lot:after, .artists-nav:after, section.artists .artists-list:after, .artist-cards:after {
  content: "";
  display: table;
  clear: both;
}

h1 {
  font: 400 48px/1.13 "Mercury Display A", "Mercury Display B", Georgia, serif;
}

h2 {
  font: 400 36px/1.2 "Mercury Display A", "Mercury Display B", Georgia, serif;
}

h3 {
  font: 600 18px/1.38 "Inter", Helvetica, Arial, sans-serif;
}

h4 {
  font: 600 16px/1.4 "Inter", Helvetica, Arial, sans-serif;
}

section.lot .content .title,
section.lot .content .object-type,
section.lot .content .call-to-action .sold,
section.lot .content .call-to-action .thanks, .artist-name {
  font: 400 18px/1.38 "Inter", Helvetica, Arial, sans-serif;
}

.account-header nav,
header.auction-header .auction-info,
header.auction-header .auction-details .block.status-block,
section.lot .content .call-to-action .sold,
section.lot .content .call-to-action .thanks,
section.lot .content .call-to-action big, body > header nav, input[type=text],
input[type=password],
input[type=email],
textarea, .search-form button,
.search-form .button, body {
  font: 400 16px/1.4 "Inter", Helvetica, Arial, sans-serif;
}

.articles, .latest-articles, .slides .text, .munch-promo .read-more, .pill,
.auction-status, figure.image figcaption, .call-to-action,
body > header .logo-and-tagline,
body > header .top-bar,
footer,
header.auction-header .auction-details .block,
.articles article,
.artist-cards .artist-card .lifespan,
.auctions-grid .auction,
.catalog .lot,
.catalog .lot .info,
.field label,
.lots-grid .lot,
.lots-grid .lot .artist-name,
.lots-grid .lot .object-type,
section.artists .artists-list ul.column,
section.lot .lot-images .press-photo,
section.lot .content,
table.list th,
table.list td, button,
.button, h2 .link {
  font: 400 14px/1.4 "Inter", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
table {
  margin: 0px 0px 20px 0px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0px;
}

h1.border,
h2.border,
h3.border {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d4d4d4;
}

@media screen and (max-width: 920px) {
  h1 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.article.page h1, .notice.page h1 {
  font-size: 60px;
}
@media screen and (max-width: 920px) {
  .article.page h1, .notice.page h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 920px) {
  h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
h2 .link {
  float: right;
  margin-top: 15px;
}

h3 {
  margin-bottom: 12px;
  margin-top: 30px;
}
h3:first-child {
  margin-top: 0px;
}
@media screen and (max-width: 920px) {
  h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

h4 {
  margin-bottom: 12px;
  margin-top: 20px;
}
h4:first-child {
  margin-top: 0px;
}

h5 {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0px;
  font-weight: 600;
}

h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 0px;
  text-transform: uppercase;
}

blockquote {
  font: 400 18px/1.38 "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-style: italic;
  margin: 40px 0px;
  padding: 0px;
}
@media screen and (max-width: 920px) {
  blockquote {
    font-size: 16px;
    line-height: 1.5;
  }
}

button,
.button {
  text-decoration: none;
  text-transform: uppercase;
}
b,
strong,
.account-header nav li,
.artists-nav a.current,
.auctions-grid .auction .type,
.check-boxes label,
.estimates .estimate,
.lots-grid .lot .artist-name,
.lots-grid .lot .estimate,
table.customer-lots .auction-name,
table.customer-lots .artist,
table.customer-lots .bid-status.won,
table.list .hammer-price,
.subnav a.current,
.tab-buttons .tab-button.current {
  font-weight: 600;
}

.account-header nav li a {
  font-weight: 400;
}

.lots-grid .lot .title,
.table.customer-lots .title {
  font: 400 14px/1.4 "Inter", Helvetica, Arial, sans-serif;
  font-style: italic;
}

body > header nav .important {
  font-weight: 600;
}

.pill,
.auction-status {
  line-height: 1.77;
  text-transform: uppercase;
}

.artist-name {
  font-weight: 600;
}
.artist-name .lifespan {
  font-weight: 400;
}

.artist-cards .artist-card .name {
  font: 400 20px/1.4 "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  letter-spacing: -0.017em;
}

.auctions-grid .auction .name {
  font: 400 24px/1.2 "Mercury Display A", "Mercury Display B", Georgia, serif;
}

.registration .content,
section.auction .registration-info .content {
  font: 400 16px/1.7 "Mercury SSm A", "Mercury SSm B", Georgia, serif;
}

section.default.page .excerpt,
section.article.page .excerpt,
section.notice.page .excerpt {
  font: 400 24px/1.4 "Mercury SSm A", "Mercury SSm B", Georgia, serif !important;
  max-inline-size: 90em;
}
@media screen and (max-width: 920px) {
  section.default.page .excerpt,
  section.article.page .excerpt,
  section.notice.page .excerpt {
    font-size: 20px !important;
  }
}
section.default.page .body,
section.article.page .body,
section.notice.page .body {
  font: 400 16px/1.7 "Mercury SSm A", "Mercury SSm B", Georgia, serif !important;
  max-inline-size: 90em;
}
section.default.page .body h2,
section.default.page .body h3,
section.default.page .body h4,
section.default.page .body p,
section.default.page .body ul,
section.default.page .body ol,
section.article.page .body h2,
section.article.page .body h3,
section.article.page .body h4,
section.article.page .body p,
section.article.page .body ul,
section.article.page .body ol,
section.notice.page .body h2,
section.notice.page .body h3,
section.notice.page .body h4,
section.notice.page .body p,
section.notice.page .body ul,
section.notice.page .body ol {
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif !important;
}
section.default.page .body blockquote,
section.article.page .body blockquote,
section.notice.page .body blockquote {
  font: 400 16px/1.7 "Mercury SSm A", "Mercury SSm B", Georgia, serif !important;
  padding-left: 5.46875%;
  font-style: italic;
}

section.default.page .body h2,
section.notice.page .body h2 {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  margin-top: 40px !important;
}
section.default.page .body h3,
section.notice.page .body h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin-top: 32px !important;
}

section.artist .bio {
  font: 400 16px/1.7 "Mercury SSm A", "Mercury SSm B", Georgia, serif !important;
  max-inline-size: 80em;
}
section.artist .bio p,
section.artist .bio ul,
section.artist .bio ol {
  font: 400 16px/1.7 "Mercury SSm A", "Mercury SSm B", Georgia, serif !important;
  max-inline-size: 80em;
}

section.lot .content .title {
  font-style: italic;
}
section.lot div.inner div div.lot div.more div.body {
  font: 400 16px/1.7 "Mercury SSm A", "Mercury SSm B", Georgia, serif !important;
  max-inline-size: 80em;
}
section.lot div.inner div div.lot div.more div.body p,
section.lot div.inner div div.lot div.more div.body ul,
section.lot div.inner div div.lot div.more div.body ol {
  font: 400 16px/1.7 "Mercury SSm A", "Mercury SSm B", Georgia, serif !important;
  max-inline-size: 80em;
}

.catalog .filter label {
  font: 400 14px/1.4 "Inter", Helvetica, Arial, sans-serif;
}

header.auction-header .description {
  font: 400 14px/1.4 "Inter", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 921px) {
  .catalog.grid .lot .artist-and-title,
  .catalog.grid .lot .artist-and-title .artist-name,
  .catalog.grid .lot .artist-and-title .object-type,
  .catalog.grid .lot .artist-and-title .title {
    font-size: 14px;
    line-height: 1.4;
  }
}

.munch-promo .content {
  font: 500 16px/1.5 "Inter", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.0763888889vw;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 810px) {
  .munch-promo .content {
    font-size: 9px;
  }
}
@media screen and (min-width: 1441px) {
  .munch-promo .content {
    font-size: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .munch-promo .content {
    letter-spacing: 1.1px;
  }
}
.munch-promo h2,
.munch-promo h3 {
  font: 700 57px/1 "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2013888889vw;
  text-transform: uppercase;
  margin: 0px 0px 0.6944444444vw 0px;
  font-size: 3.9583333333vw;
}
@media screen and (max-width: 606.3157894737px) {
  .munch-promo h2,
  .munch-promo h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1441px) {
  .munch-promo h2,
  .munch-promo h3 {
    font-size: 57px;
  }
}
@media screen and (min-width: 1441px) {
  .munch-promo h2,
  .munch-promo h3 {
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}
.munch-promo h3 {
  font-weight: 300;
}
.munch-promo .read-more {
  text-transform: none;
}

.latest-articles h2 {
  font: 400 24px/1.2 "Mercury Display A", "Mercury Display B", Georgia, serif;
}
.latest-articles h4 {
  font: 400 16px/1.4 "Mercury Display A", "Mercury Display B", Georgia, serif;
}

.articles article h2 {
  font: 400 24px/1.2 "Mercury Display A", "Mercury Display B", Georgia, serif;
}
.articles article h4 {
  font: 400 16px/1.4 "Mercury Display A", "Mercury Display B", Georgia, serif;
}

.account-header {
  margin: 48px 0px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d4d4d4;
}
.account-header nav {
  margin-top: 80px;
}
.account-header nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  gap: 24px;
}
.account-header nav li a,
.account-header nav li a:visited {
  text-decoration: none;
}
.account-header nav li a:hover,
.account-header nav li a:focus {
  text-decoration: underline;
}

table.order-history {
  border-top: 1px solid #d4d4d4;
}

table.customer-lots td span {
  margin-right: 4px;
}
table.customer-lots .bid-status.outbid,
table.customer-lots .bid-status.outbid a,
table.customer-lots .bid-status.outbid a:visited {
  color: #d0011b;
}
table.customer-lots .lot-link, table.customer-lots .lot-link:visited {
  text-decoration: none;
}
table.customer-lots .lot-link:hover .title, table.customer-lots .lot-link:focus .title {
  text-decoration: underline;
}

.artist-cards .artist-card {
  display: block;
  position: relative;
  float: left;
  width: 22.65625%;
  margin-left: 3.125%;
  background: #232734;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  height: 120px;
  margin-bottom: 20px;
}
.artist-cards .artist-card .artist-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.artist-cards .artist-card:nth-child(4n+1) {
  clear: both;
  margin-left: 0px;
}
@media screen and (max-width: 920px) {
  .artist-cards .artist-card {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    height: 90px;
  }
}
.artist-cards .artist-card .overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}
.artist-cards .artist-card .content {
  z-index: 2;
  position: relative;
  padding-top: 35px;
}
@media screen and (max-width: 920px) {
  .artist-cards .artist-card .content {
    padding-top: 20px;
  }
}

.artists-nav {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 100px;
  padding: 15px 0px;
}
.artists-nav ul {
  float: right;
  list-style-type: none;
}
.artists-nav li {
  display: block;
  float: left;
  padding: 0px 10px;
}
.artists-nav a, .artists-nav a:visited {
  text-decoration: none;
}
.artists-nav a:focus, .artists-nav a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 920px) {
  .artists-nav {
    margin-bottom: 50px;
  }
}

section.artists .artists-list ul.column {
  float: left;
  margin-left: 3.125%;
  margin-bottom: 0px;
  padding: 0px;
  list-style-type: none;
}
section.artists .artists-list-3 ul.column {
  width: 31.25%;
}
section.artists .artists-list-3 ul.column:nth-child(3n+1) {
  clear: both;
  margin-left: 0px;
}
@media screen and (max-width: 920px) {
  section.artists .artists-list-3 ul.column {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
section.artists .artists-list-4 ul.column {
  width: 22.65625%;
}
section.artists .artists-list-4 ul.column:nth-child(4n+1) {
  clear: both;
  margin-left: 0px;
}
@media screen and (max-width: 920px) {
  section.artists .artists-list-4 ul.column {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}

section.featured.artists .artist-cards {
  margin-bottom: 20px;
}
section.featured.artists .artists-list {
  margin-bottom: 80px;
}

section.artist .works-for-sale {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 920px) {
  section.artist .works-for-sale {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
@media screen and (max-width: 920px) {
  section.artist .works-for-sale {
    margin-bottom: 40px;
  }
}
section.artist .results {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 920px) {
  section.artist .results {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
@media screen and (max-width: 920px) {
  section.artist .results {
    margin-bottom: 40px;
  }
}
section.artist .works {
  width: 100%;
  clear: both;
  margin-bottom: 80px;
}
@media screen and (max-width: 920px) {
  section.artist .works {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
@media screen and (max-width: 920px) {
  section.artist .works {
    margin-bottom: 40px;
  }
}
section.artist .bio {
  width: 48.4375%;
  float: left;
  margin-bottom: 80px;
}
@media screen and (max-width: 920px) {
  section.artist .bio {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
@media screen and (max-width: 920px) {
  section.artist .bio {
    margin-bottom: 40px;
  }
}

section.auction .registration-info {
  margin: 80px 0px 100px 0px;
}
section.auction .registration-info .content {
  width: 57.03125%;
  float: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  section.auction .registration-info .content {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
section.auction .registration-info .call-to-action {
  width: 34.375%;
  float: right;
}
@media screen and (max-width: 920px) {
  section.auction .registration-info .call-to-action {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}

.catalog .header,
.auction-results .header {
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 16px;
  margin-bottom: 40px;
  display: flex;
}
.catalog .header h3,
.auction-results .header h3 {
  display: flex;
  flex: 1 0;
  align-items: center;
  margin-bottom: 0px;
}
.catalog .header .links,
.auction-results .header .links {
  margin-left: 24px;
  margin-right: 24px;
}
.catalog .header .links:first-child,
.auction-results .header .links:first-child {
  margin-left: 0px;
}
.catalog .header .filter-toggle,
.auction-results .header .filter-toggle {
  border: none;
  background: transparent url("/assets/icon-filter-830f263a.svg") top 50% right 0px no-repeat;
  background-size: 20px 20px;
  padding: 0px 30px 0px 0px;
  line-height: 25px;
  text-transform: none;
}
@media screen and (min-width: 921px) {
  .catalog .header .filter-toggle,
  .auction-results .header .filter-toggle {
    display: none;
  }
}
.catalog .header .view-select,
.auction-results .header .view-select {
  display: flex;
}
.catalog .header .view-select button,
.auction-results .header .view-select button {
  opacity: 0.5;
  padding: 0px;
  border: none;
  background: transparent 50% 50% no-repeat;
  margin-left: 16px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: -9000px;
}
.catalog .header .view-select button.current,
.auction-results .header .view-select button.current {
  opacity: 1;
}
.catalog .header .view-select button.list,
.auction-results .header .view-select button.list {
  background-image: url("/assets/icon-list-135e150d.svg");
}
.catalog .header .view-select button.grid,
.auction-results .header .view-select button.grid {
  background-image: url("/assets/icon-grid-303fac9c.svg");
}
@media screen and (max-width: 920px) {
  .catalog .header .view-select,
  .auction-results .header .view-select {
    display: none;
  }
}

.catalog {
  display: flex;
  flex-wrap: wrap;
}
.catalog .filter {
  width: 22.65625%;
}
.catalog .filter .block {
  margin-bottom: 20px;
}
.catalog .filter label {
  display: block;
  margin-bottom: 8px;
}
.catalog .filter label input[type=checkbox] {
  margin-right: 5px;
}
.catalog .filter .estimate-range {
  display: flex;
}
.catalog .filter .estimate-range .field {
  flex: 1;
  margin-left: 20px;
}
.catalog .filter .estimate-range .field:nth-child(2n+1) {
  margin-left: 0px;
}
.catalog .filter .estimate-range input {
  width: 100%;
}
@media screen and (max-width: 920px) {
  .catalog .filter {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    display: none;
    margin-bottom: 40px;
    border-bottom: 1px solid #d4d4d4;
  }
}
.catalog.show-filter .filter {
  display: block;
}
.catalog .lots {
  margin-left: 3.125%;
  width: 74.21875%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 920px) {
  .catalog .lots {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}

.catalog .lot {
  display: flex;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #d4d4d4;
  text-decoration: none;
}
.catalog .lot .image {
  width: 30.5263157895%;
  min-height: 260px;
  position: relative;
}
.catalog .lot .image .image-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.catalog .lot .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catalog .lot .content {
  width: 65.2631578947%;
  margin-left: 4.2105263158%;
}
@media screen and (max-width: 920px) {
  .catalog .lot .content {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
.catalog .lot .bids {
  width: 30.5263157895%;
  margin-left: 2.1052631579%;
  padding-left: 2.1052631579%;
  border-left: 1px solid #d4d4d4;
}
.catalog .lot .bids .ends-at {
  margin-top: 10px;
}
.catalog .lot .catalog-number {
  margin-bottom: 10px;
}
.catalog .lot .auction {
  color: #d0011b;
  margin-bottom: 10px;
}
.catalog .lot .artist-and-title {
  margin-bottom: 10px;
}
.catalog .lot .artist-and-title .artist-name {
  margin-right: 10px;
}
.catalog .lot .artist-and-title .artist-name .lifespan {
  margin-left: 5px;
}
.catalog .lot .artist-and-title .object-type {
  margin-right: 10px;
}
.catalog .lot .artist-and-title .title {
  display: block;
}
.catalog .lot .artist-and-title .title .year {
  margin-left: 5px;
}
@media screen and (max-width: 920px) {
  .catalog .lot .artist-and-title .title {
    display: block;
  }
}
.catalog .lot .info {
  margin-bottom: 10px;
}
@media screen and (max-width: 920px) {
  .catalog .lot {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    flex-direction: column;
    padding: 0px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .catalog .lot .image,
  .catalog .lot .content,
  .catalog .lot .bids {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .catalog .lot .content {
    margin-top: 20px;
  }
  .catalog .lot .bids {
    border-left: 0px;
  }
}

.catalog.grid .lots {
  flex-direction: row;
}
@media screen and (min-width: 921px) {
  .catalog.grid .lots {
    align-items: stretch;
  }
}
@media screen and (min-width: 921px) {
  .catalog.grid .lot {
    flex-direction: column;
    padding: 0px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .catalog.grid .lot .image,
  .catalog.grid .lot .content,
  .catalog.grid .lot .bids {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .catalog.grid .lot .content {
    margin-top: 20px;
  }
  .catalog.grid .lot .bids {
    border-left: 0px;
  }
  .catalog.grid .lot {
    width: 30.5263157895%;
    margin-left: 4.2105263158%;
  }
  .catalog.grid .lot:nth-child(3n+1) {
    margin-left: 0px;
  }
  .catalog.grid .lot .info,
  .catalog.grid .lot .estimates {
    display: none;
  }
}

header.auction-header {
  background: #f8f8f8;
  margin-bottom: 40px;
}
header.auction-header .auction-image {
  height: 80px;
  position: relative;
  margin: 0px;
  padding: 0px;
}
header.auction-header .auction-image .image,
header.auction-header .auction-image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
header.auction-header .auction-image .image {
  z-index: 1;
  object-fit: cover;
  object-position: center;
}
header.auction-header .auction-image .overlay {
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.13) 85%, rgba(0, 0, 0, 0.24));
}
header.auction-header .auction-info {
  padding-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d4d4d4;
}
header.auction-header .auction-info .inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 920px) {
  header.auction-header .auction-info .inner {
    flex-direction: column;
  }
}
header.auction-header .auction-info .dates {
  flex: 1;
}
header.auction-header .auction-info .auction-name,
header.auction-header .auction-info .navigation {
  margin-left: 20px;
}
@media screen and (max-width: 920px) {
  header.auction-header .auction-info .auction-name,
  header.auction-header .auction-info .navigation {
    margin-left: 0px;
    margin-top: 10px;
  }
}
header.auction-header .auction-info .auction-name {
  min-height: 1.5em;
}
header.auction-header .auction-info b {
  margin-right: 8px;
}
header.auction-header .auction-details {
  padding-top: 16px;
  padding-bottom: 16px;
}
header.auction-header .auction-details .inner {
  display: flex;
  flex-wrap: wrap;
}
header.auction-header .auction-details .description {
  width: 57.03125%;
}
@media screen and (max-width: 920px) {
  header.auction-header .auction-details .description {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
header.auction-header .auction-details .sidebar {
  width: 41.40625%;
  margin-left: 1.5625%;
  padding-left: 1.5625%;
  border-left: 1px solid #d4d4d4;
}
@media screen and (max-width: 920px) {
  header.auction-header .auction-details .sidebar {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    padding-left: 0px;
    border-left: none;
    margin-top: 20px;
  }
}
header.auction-header .auction-details .block {
  margin-bottom: 20px;
}
header.auction-header .auction-details .block:last-child {
  margin-bottom: 0px;
}
header.auction-header .auction-details .block h3 {
  margin-bottom: 0px;
}
header.auction-header .auction-details .block.status-block.live {
  color: #d0011b;
}
header.auction-header .navigation {
  display: flex;
}
header.auction-header .navigation .icon {
  margin: 0px;
}
header.auction-header .navigation .catalog-number {
  margin: 0px 10px;
}

section.auctions .previous-auctions {
  clear: both;
  width: 82.8125%;
  margin: 0px auto;
}
@media screen and (max-width: 920px) {
  section.auctions .previous-auctions {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}

.auctions-grid .auction {
  display: block;
  width: 22.65625%;
  float: left;
  margin-left: 3.125%;
  margin-bottom: 80px;
  text-decoration: none;
  text-align: center;
}
.auctions-grid .auction:nth-child(4n+1) {
  clear: both;
  margin-left: 0px;
}
.auctions-grid .auction .image {
  background-color: #f8f8f8;
  width: 100%;
  padding-bottom: 130%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.auctions-grid .auction .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 100%;
  z-index: 1;
}
.auctions-grid .auction .auction-status-wrapper {
  position: relative;
  z-index: 2;
  margin-top: -42px;
  margin-bottom: 20px;
}
.auctions-grid .auction .name {
  margin-bottom: 12px;
}
.auctions-grid .auction .date-and-type {
  margin-bottom: 12px;
}
.auctions-grid .auction .date-and-type:last-child {
  margin-bottom: 0px;
}
.auctions-grid .auction .type .icon {
  width: 20px;
  height: 20px;
}
.auctions-grid .auction .link {
  text-decoration: underline;
}
@media screen and (max-width: 920px) {
  .auctions-grid .auction {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  color: #333333;
}

a,
a:visited {
  color: #333333;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #333333;
}

.inner {
  width: 88.8888888889vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  background-position: 50% 50%;
  background-size: cover;
}
.image img {
  display: block;
  width: 100%;
  height: auto;
}
.image .fallback {
  background: #eeeeee;
  padding-bottom: 66.7%;
}

.estimates .estimate {
  display: inline-block;
  margin-right: 15px;
  white-space: nowrap;
}
.estimates .estimate:last-child {
  margin-right: 0px;
}

.call-to-action,
.content-block {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  padding: 20px 0px;
}
.account .call-to-action,
.account .content-block {
  padding: 40px 0px;
}
.call-to-action + .call-to-action,
.call-to-action + .content-block,
.content-block + .call-to-action,
.content-block + .content-block {
  border-top: 0px;
}

.bid-registration .intro {
  margin-bottom: 20px;
}
.bid-registration .tab-buttons {
  margin-bottom: 20px;
}
.bid-registration .billing-info,
.bid-registration .note {
  margin: 20px 0px 10px 0px;
}
.bid-registration .submit-button {
  display: block;
  margin-top: 20px;
  width: 100%;
}

button,
.button {
  display: inline-block;
  line-height: 48px;
  background: #ffffff;
  border: 1px solid #232734;
  color: #232734;
  padding: 0px 20px;
}
button.primary, button[type=submit],
.button.primary,
.button[type=submit] {
  color: #ffffff;
  background: #232734;
}
button[disabled],
.button[disabled] {
  opacity: 0.5;
}
button.inverted,
.button.inverted {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
button.small,
.button.small {
  line-height: 26px;
  padding: 0px 16px;
  border-radius: 13px;
}

.tab-buttons {
  padding-left: 1px;
  padding-top: 1px;
}
.tab-buttons .tab-button {
  margin-left: -1px;
  margin-top: -1px;
}
@media screen and (max-width: 1400px) {
  .tab-buttons .tab-button {
    width: 100%;
  }
}
.tab-buttons .tab-button.current {
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1400px) {
  .tab-buttons .tab-button.current {
    border-bottom: 1px solid #232734;
  }
}

.CybotCookiebotDialogContentWrapper button {
  line-height: 1.4;
}

footer {
  border-top: 1px solid #d4d4d4;
  margin-top: 160px;
  padding: 40px 0px;
  min-height: 600px;
}
@media screen and (max-width: 920px) {
  footer {
    min-height: 450px;
  }
}
footer .inner {
  min-height: inherit;
}
footer h4 {
  margin-bottom: 20px;
}
footer .column {
  float: left;
  width: 31.25%;
  margin-left: 3.125%;
  margin-bottom: 40px;
}
footer .column:nth-child(3n+1) {
  clear: both;
  margin-left: 0px;
}
@media screen and (max-width: 920px) {
  footer .column {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
footer .social-media {
  clear: both;
}
footer .social-media .icon {
  display: inline-block;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
footer .social-media .facebook.icon {
  background-image: url("/assets/icon-facebook-7db71d39.svg");
}
footer .social-media .instagram.icon {
  background-image: url("/assets/icon-instagram-8f7fdaeb.svg");
}
footer .social-media .youtube.icon {
  background-image: url("/assets/icon-youtube-3456e699.svg");
}
footer .credits {
  clear: both;
  padding-top: 80px;
}
footer .credits h4 {
  margin-top: 0px;
  margin-bottom: 5px;
}
footer .art-loss-logo {
  float: right;
  width: 290px;
  height: 99px;
}
footer .art-loss-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 920px) {
  footer .art-loss-logo {
    float: none;
    width: 100%;
    max-width: 290px;
    height: 99px;
    margin-bottom: 40px;
  }
  footer .art-loss-logo img {
    height: 99px;
    object-fit: contain;
  }
}

div.field_with_errors {
  display: inline-block;
}

fieldset {
  border: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
fieldset .field {
  width: 31.25%;
  margin-left: 3.125%;
}
fieldset .field:nth-child(4n+1) {
  margin-left: 0px;
}
@media screen and (max-width: 920px) {
  fieldset .field {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}

.field {
  position: relative;
  margin-bottom: 10px;
}
.field label {
  display: block;
  margin-bottom: 5px;
}
.field label .required {
  color: #777777;
  margin-left: 4px;
}
.field input[type=text],
.field input[type=password],
.field input[type=email],
.field textarea {
  width: 100%;
}

.field-with-errors label,
p.error {
  color: #d0011b;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  padding: 9px 10px;
}

textarea {
  min-height: 100px;
}

.search-form {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.search-form input,
.search-form button {
  display: block;
  float: left;
  line-height: 1.5;
}
.search-form input {
  border-radius-top-right: 0px;
  border-radius-bottom-right: 0px;
  padding-right: 54px;
  width: 174px;
}
@media screen and (max-width: 920px) {
  .search-form input {
    width: 100%;
  }
}
.search-form button {
  padding: 9px 0px;
  background: #f8f8f8;
  border: 1px solid #d8d8d8;
  text-indent: -9000px;
  background-image: url("/assets/search-634ae40b.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 44px;
  margin-left: -44px;
  transition: background-color 500ms;
}
.search-form button:hover, .search-form button:focus {
  background-color: #d4d4d4;
}

.check-boxes {
  margin-left: 25px;
}
.check-boxes input[type=checkbox] {
  float: left;
  margin-left: -25px;
  margin-top: 6px;
}

.email-field {
  display: none;
}

.select-addresses {
  margin-top: 40px;
}
.select-addresses .address {
  margin-top: 16px;
}

body > header .top-bar,
body > header .main-nav {
  border-bottom: 1px solid #d4d4d4;
}
body > header .top-bar {
  padding: 12px 0px;
  min-height: 26px;
}
body > header .top-bar .inner {
  display: flex;
}
body > header .top-bar a {
  margin-right: 8px;
  margin-left: 8px;
}
body > header .top-bar a:first-child {
  margin-left: 0px;
}
body > header .top-bar a:last-child {
  margin-right: 0px;
}
body > header .top-bar a.current {
  text-decoration: none;
}
@media screen and (max-width: 920px) {
  body > header .top-bar {
    padding: 12px 10px;
  }
}
body > header .main-nav {
  padding: 20px 0px 20px 0px;
}
@media screen and (max-width: 920px) {
  body > header .main-nav {
    padding: 12px 10px 12px 10px;
  }
  body > header .main-nav .inner {
    width: 100%;
  }
}
body > header .locale-select {
  flex-grow: 1;
  align-self: center;
}
body > header .session {
  text-align: right;
  padding-left: 16px;
}
@media screen and (max-width: 920px) {
  body > header .session {
    border-left: 1px solid #d4d4d4;
  }
}
body > header .session .logged-in {
  display: none;
}
body > header.customer-session .session .logged-in {
  display: block;
}
body > header.customer-session .session .logged-out {
  display: none;
}
body > header .logo-and-tagline {
  float: left;
}
@media screen and (max-width: 1400px) {
  body > header .logo-and-tagline {
    float: none;
    margin: 0px auto;
    text-align: center;
  }
}
@media screen and (max-width: 920px) {
  body > header .logo-and-tagline {
    float: left;
    text-align: left;
    padding-right: 35px;
  }
}
body > header .logo {
  display: inline-block;
  background: url("/assets/logo-93b2754d.svg") left 0px top 50% no-repeat;
  background-size: contain;
  width: 381px;
  height: 41px;
  overflow: hidden;
  text-indent: -9000px;
}
@media screen and (max-width: 920px) {
  body > header .logo {
    width: 289px;
    height: 36px;
  }
}
body > header .mobile-nav {
  background: url("/assets/menu-557aca00.svg") 50% 50% no-repeat;
  background-size: 14px 14px;
  height: 40px;
  width: 40px;
  float: right;
  display: none;
}
@media screen and (max-width: 920px) {
  body > header .mobile-nav {
    position: absolute;
    right: 0px;
    display: block;
  }
}
body > header nav {
  float: right;
  margin-top: 36px;
}
@media screen and (max-width: 1400px) {
  body > header nav {
    float: none;
    margin-top: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 920px) {
  body > header nav {
    clear: both;
    float: none;
    position: relative;
    background: #f8f8f8;
    margin: 0px -10px;
    padding: 13px 3.125%;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    text-align: left;
    display: none;
    z-index: 100;
  }
}
@media screen and (max-width: 920px) {
  body > header nav .search-form {
    width: 100%;
  }
}
body > header nav ul {
  list-style-type: none;
  padding: 0px;
}
body > header nav li {
  display: inline-block;
  margin-left: 15px;
}
body > header nav li:first-child {
  margin-left: 0px;
}
@media screen and (max-width: 920px) {
  body > header nav li {
    display: block;
    margin-left: 0px;
    padding: 7.5px 20px;
  }
  body > header nav li.nav-search {
    padding: 15px 0px 7.5px 0px;
  }
}
body > header nav a,
body > header nav a:visited {
  color: #333333;
  text-decoration: none;
}
body > header nav a:hover,
body > header nav a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 920px) {
  body > header.show-menu {
    position: fixed;
    background: #ffffff;
    height: 100%;
    z-index: 200;
  }
  body > header.show-menu nav {
    display: block;
  }
  body > header.show-menu .main-nav {
    border-bottom: 0px;
  }
  body > header.show-menu .logo-and-tagline {
    margin-bottom: 12px;
  }
}

.latest-articles {
  margin-top: 60px;
  margin-bottom: 40px;
}
.latest-articles .inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 3.125%;
  row-gap: 40px;
}
@media screen and (max-width: 920px) {
  .latest-articles .inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.latest-articles .article {
  grid-column: span 4;
  text-decoration: none;
}
.latest-articles .article:hover h2, .latest-articles .article:focus h2,
.latest-articles .article .read-more {
  text-decoration: underline;
}
.latest-articles .article .image {
  aspect-ratio: 800/550;
  overflow: hidden;
  margin-bottom: 16px;
}
.latest-articles .article .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-articles .article h2,
.latest-articles .article p {
  margin-bottom: 16px;
}
.latest-articles .article h2:last-child,
.latest-articles .article p:last-child {
  margin-bottom: 0px;
}

.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left 0% top 50%;
  overflow: hidden;
  text-indent: -9000px;
}
.icon.disabled {
  opacity: 33%;
}
.icon-previous {
  background-image: url("/assets/icon-arrow-circle-left-b0a3e4e2.svg");
}
.icon-next {
  background-image: url("/assets/icon-arrow-circle-right-159e9512.svg");
}
.icon-auction {
  background-image: url("/assets/icon-auction-d81b9ea5.svg");
}
.icon-online_auction {
  background-image: url("/assets/icon-online-auction-88698cf0.svg");
}
.icon-exhibition, .icon-sales-exhibition {
  background-image: url("/assets/icon-exhibition-f0bf5139.svg");
}
.icon-location {
  background-image: url("/assets/icon-location-daeccafc.svg");
}
.icon-registration {
  background-image: url("/assets/icon-registration-18b4ecd0.svg");
}
.icon-viewing {
  background-image: url("/assets/icon-viewing-1011309a.svg");
}

.image {
  width: 100%;
}
.image img {
  width: 100%;
  height: auto;
}

figure.image {
  margin: 60px 0px;
  padding: 0px;
}
figure.image figcaption {
  margin: 10px 0px 3px 0px;
}

.login {
  padding-top: 80px;
}
.login .inner {
  display: flex;
}
.login .column {
  width: 48.4375%;
  margin-left: 1.5625%;
}
.login .column:nth-child(2n+1) {
  margin-left: 0px;
  width: 50%;
  padding-right: 1.5625%;
  border-right: 1px solid #d4d4d4;
}
.login .column .content {
  width: 64.5161290323%;
  margin: 0px auto;
}

section.lot .lot-images {
  margin-top: 20px;
  width: 57.03125%;
  float: left;
  min-height: 570px;
}
@media screen and (max-width: 920px) {
  section.lot .lot-images {
    min-height: 265px;
  }
}
@media screen and (max-width: 920px) {
  section.lot .lot-images {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
section.lot .lot-images .swiper-button-next,
section.lot .lot-images .swiper-button-prev {
  background-size: 40px 40px;
}
section.lot .lot-images .swiper-button-next::after,
section.lot .lot-images .swiper-button-prev::after {
  display: none;
}
section.lot .lot-images .swiper-button-prev {
  background-image: url("/assets/chevron_left-d0bb5c39.svg");
  background-position: right center;
}
section.lot .lot-images .swiper-button-next {
  background-image: url("/assets/chevron_right-fc5a08ce.svg");
  background-position: left center;
}
section.lot .lot-images .swiper-slide {
  margin-bottom: 40px;
}
section.lot .lot-images .image {
  width: 80.8219178082%;
  height: 39.5833333333vw;
  max-height: 570px;
  margin: 0px auto;
}
@media screen and (max-width: 920px) {
  section.lot .lot-images .image {
    width: 74.21875%;
    height: 265px;
  }
}
section.lot .lot-images .image img,
section.lot .lot-images .image img.portrait {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
section.lot .lot-images .slider-pagination {
  border-top: 1px solid #d4d4d4;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
section.lot .lot-images .slider-pagination button {
  width: 9.5890410959%;
  margin: 0px 0px 20px 5.4794520548%;
  border: 0px;
  padding: 0px;
  opacity: 0.5;
  transition: opacity 250ms ease-out;
}
section.lot .lot-images .slider-pagination button.current {
  opacity: 1;
}
section.lot .lot-images .slider-pagination button:nth-child(7n+1) {
  margin-left: 0px;
}
section.lot .lot-images .slider-pagination button img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 920px) {
  section.lot .lot-images .slider-pagination button {
    width: 22.65625%;
    margin-left: 3.125%;
  }
  section.lot .lot-images .slider-pagination button:nth-child(7n+1) {
    margin-left: 3.125%;
  }
  section.lot .lot-images .slider-pagination button:nth-child(4n+1) {
    margin-left: 0px;
  }
}
section.lot .lot-images .press-photo {
  display: block;
  clear: both;
  text-align: center;
  margin-top: 20px;
}
section.lot .content {
  width: 39.84375%;
  float: right;
  padding-top: 20px;
}
@media screen and (max-width: 920px) {
  section.lot .content {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
section.lot .content .artist-name .lifespan {
  margin-left: 10px;
}
section.lot .content .title {
  margin-bottom: 20px;
}
section.lot .content .object-type {
  margin-bottom: 10px;
}
section.lot .content .info,
section.lot .content .notes,
section.lot .content .displayed,
section.lot .content .provenance,
section.lot .content .body,
section.lot .content .video-embed {
  margin-bottom: 20px;
}
section.lot .content .video-embed {
  margin-top: 40px;
}
section.lot .content .call-to-action {
  margin: 40px 0px;
}
section.lot .content .call-to-action .current-price,
section.lot .content .call-to-action .ends-at,
section.lot .content .call-to-action .login-button {
  margin-top: 20px;
}
section.lot .content .call-to-action .current-price:first-child,
section.lot .content .call-to-action .ends-at:first-child,
section.lot .content .call-to-action .login-button:first-child {
  margin-top: 0px;
}
section.lot .content .call-to-action .bid-form,
section.lot .content .call-to-action .bid-status {
  background: #f8f8f8;
  border-radius: 2px;
  padding: 20px;
  margin: 20px 0px;
}
section.lot .content .call-to-action .bid-status.outbid {
  background: #fff7ec;
  border: 1px solid #ffe5c2;
  color: #38270e;
}
section.lot .content .call-to-action .bid-status.winner {
  background: #f1fff4;
  border: 1px solid #c4face;
  color: #053e10;
}
section.lot .content .call-to-action .bid-form .buttons {
  margin-bottom: 10px;
}
section.lot .content .call-to-action .bid-log {
  border-top: 3px solid #333333;
  padding-top: 20px;
  margin-top: 20px;
}
section.lot .content .call-to-action .bid-log table {
  width: 100%;
}
section.lot .content .call-to-action .bid-log th,
section.lot .content .call-to-action .bid-log td {
  text-align: left;
  padding-right: 20px;
}
section.lot .content .call-to-action .bid-log th:last-child,
section.lot .content .call-to-action .bid-log td:last-child {
  padding-right: 0px;
}
section.lot .more {
  clear: both;
  padding-top: 80px;
  width: 65.625%;
  margin: 0px auto;
}
@media screen and (max-width: 920px) {
  section.lot .more {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
section.lot .video-embed {
  width: 100%;
  margin-bottom: 80px;
}
section.lot .video-embed:last-child {
  margin-bottom: 0px;
}

.lots-grid {
  display: table;
  width: 100%;
}
.lots-grid .row {
  display: table-row;
}
@media screen and (max-width: 920px) {
  .lots-grid .row {
    display: block;
  }
}
.lots-grid .lot {
  display: table-cell;
  width: 20.625%;
  padding: 40px 0px;
  padding-left: 3.125%;
  text-decoration: none;
}
.lots-grid .lot:first-child {
  padding-left: 0px;
  width: 17.5%;
}
@media screen and (max-width: 920px) {
  .lots-grid .lot:first-child {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
@media screen and (max-width: 920px) {
  .lots-grid .lot {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    padding: 20px 0px;
    padding-left: 0px;
    display: block;
  }
}
.lots-grid .lot .image {
  margin-bottom: 20px;
}
.lots-grid .lot .image .large-portrait {
  width: 66.67%;
}
.lots-grid .lot .sold {
  margin-top: 10px;
}
.lots-grid .lot .pill {
  margin-top: 10px;
}

.munch-promo .inner {
  background: #1b1a18;
  padding: 70px 0px;
  color: #ffffff;
}
@media screen and (max-width: 920px) {
  .munch-promo .inner {
    padding: 50px 30px;
  }
}
.munch-promo .inner .image {
  float: left;
  width: 14.0625%;
  margin-left: 8.59375%;
}
.munch-promo .inner .image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 920px) {
  .munch-promo .inner .image {
    float: none;
    width: 60%;
    margin: 0px auto 20px auto;
  }
}
.munch-promo .inner .content {
  float: left;
  width: 65.625%;
  margin-left: 3.125%;
}
@media screen and (max-width: 920px) {
  .munch-promo .inner .content {
    margin-left: 0px;
    width: 100%;
    float: none;
    text-align: center;
  }
}
.munch-promo .inner .read-more {
  color: #a9a9a9;
}
.munch-promo .inner .read-more:hover, .munch-promo .inner .read-more:focus {
  color: #ffffff;
}
.munch-promo .inner .munch-rectangle {
  width: 15.9722222222vw;
  min-width: 80px;
  height: 0.4861111111vw;
  min-height: 4px;
  background: #ffffff;
  margin: 20px 0px;
}
@media screen and (min-width: 1441px) {
  .munch-promo .inner .munch-rectangle {
    width: 230px;
    height: 7px;
  }
}
@media screen and (max-width: 920px) {
  .munch-promo .inner .munch-rectangle {
    margin: 20px auto;
  }
}

.articles article {
  width: 22.65625%;
  margin-left: 3.125%;
  margin-bottom: 65px;
  float: left;
}
.articles article a {
  text-decoration: none;
  color: #333333;
}
.articles article:nth-child(4n+1) {
  clear: both;
  margin-left: 0px;
}
.articles article .image {
  margin-bottom: 20px;
  aspect-ratio: 800/550;
  overflow: hidden;
}
.articles article .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles article.portrait .image {
  aspect-ratio: 300/379;
}
.articles article .excerpt {
  margin-bottom: 10px;
}
.articles article .read-more a {
  text-decoration: underline;
}
@media screen and (max-width: 920px) {
  .articles article {
    width: 48.4375%;
  }
  .articles article:nth-child(2n+1) {
    clear: both;
    margin-left: 0px;
  }
  .articles article h2 {
    font-size: 18px;
  }
}

.related-articles {
  margin-top: 180px;
}
@media screen and (max-width: 920px) {
  .related-articles {
    margin-top: 90px;
  }
}

.narrow-excerpt {
  margin-bottom: 10px;
  width: 48.4375%;
  margin: auto;
}
@media screen and (max-width: 920px) {
  .narrow-excerpt {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.page-header {
  text-align: center;
  padding: 80px 0px 70px 0px;
}
@media screen and (max-width: 920px) {
  .page-header {
    padding: 40px 0px 30px 0px;
  }
}
.article.page .page-header, .notice.page .page-header {
  width: 85.9375%;
  margin-left: 5.46875%;
  margin-right: 5.46875%;
}
@media screen and (max-width: 920px) {
  .article.page .page-header, .notice.page .page-header {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.excerpt {
  margin-bottom: 48px;
}

section.errors {
  padding-top: 90px;
}
section.errors .content {
  width: 48.4375%;
  margin-left: 34.375%;
}
@media screen and (max-width: 920px) {
  section.errors .content {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
section.errors h1 {
  margin-bottom: 30px;
}

section.default.page .content {
  width: 57.03125%;
  float: right;
  margin-bottom: 60px;
}
@media screen and (max-width: 920px) {
  section.default.page .content {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
section.default.page .sidebar {
  width: 34.375%;
  float: left;
}
@media screen and (max-width: 920px) {
  section.default.page .sidebar {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
section.default.page h2 {
  margin-bottom: 40px;
}
section.default.page .call-to-action {
  margin-top: 40px;
}

.article.page .main-image,
.notice.page .main-image {
  margin: 0px 0px 60px 0px;
}

section.article.page .content {
  width: 59.375%;
  margin: 0px auto;
}
section.article.page .content figure.image {
  margin: 0px 0px 30px 30px;
  float: right;
  width: 52.6315789474%;
}
@media screen and (max-width: 920px) {
  section.article.page .content {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}

section.notice.page .main-image,
section.notice.page .additional-images {
  margin-bottom: 40px;
  width: 57.03125%;
  float: left;
}
@media screen and (max-width: 920px) {
  section.notice.page .main-image,
  section.notice.page .additional-images {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
section.notice.page .content {
  float: right;
  width: 34.375%;
  margin-bottom: 60px;
}
@media screen and (max-width: 920px) {
  section.notice.page .content {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
section.notice.page .additional-images figure.image {
  float: right;
  clear: both;
  margin: 0px 0px 40px 0px;
  width: 39.7260273973%;
}
@media screen and (max-width: 920px) {
  section.notice.page .additional-images figure.image {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}

section.home .auctions h2 {
  text-align: center;
  margin-bottom: 60px;
}

section.default.page .body h2:first-child,
section.default.page .body h3:first-child,
section.default.page .body h4:first-child,
section.article.page .body h2:first-child,
section.article.page .body h3:first-child,
section.article.page .body h4:first-child,
section.notice.page .body h2:first-child,
section.notice.page .body h3:first-child,
section.notice.page .body h4:first-child {
  margin-top: 0;
}
section.default.page .body h2,
section.article.page .body h2,
section.notice.page .body h2 {
  margin-top: 56px;
  margin-bottom: 30px;
}
section.default.page .body h3,
section.article.page .body h3,
section.notice.page .body h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}
section.default.page .body h4,
section.article.page .body h4,
section.notice.page .body h4 {
  margin-top: 30px;
  margin-bottom: 16px;
}
section.default.page .body p,
section.article.page .body p,
section.notice.page .body p {
  margin-bottom: 16px;
}

.people {
  margin: 80px 0px;
}
.people .person {
  display: flex;
  margin-bottom: 40px;
}
.people .person .image {
  width: 24.6575342466%;
  margin-right: 5.4794520548%;
}
@media screen and (max-width: 920px) {
  .people .person .image {
    width: 22.65625%;
    margin-right: 3.125%;
  }
}
.people .person .image img {
  display: block;
  width: 100%;
  height: auto;
}
.people .person .text {
  width: 69.8630136986%;
}
@media screen and (max-width: 920px) {
  .people .person .text {
    width: 100%;
  }
}

.pill,
.auction-status {
  display: inline-block;
  color: #ffffff;
  background: #232734;
  padding: 0px 12px;
  border-radius: 12px;
}
.pill.live,
.auction-status.live {
  animation-name: live-pill;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes live-pill {
  0% {
    background-color: #232734;
  }
  33% {
    background-color: #bca987;
  }
  66% {
    background-color: #232734;
  }
}
.newsletter-promo,
.catalog-promo,
.featured-artists-promo {
  margin: 80px 0px 100px 0px;
}

.catalog-promo {
  height: 540px;
  position: relative;
}
@media screen and (max-width: 920px) {
  .catalog-promo {
    height: auto;
  }
}
.catalog-promo .image {
  background: url("/assets/catalog-order-bg-6411966b.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 540px;
  width: 48.4375%;
  float: left;
  margin-right: 3.125%;
}
@media screen and (max-width: 920px) {
  .catalog-promo .image {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    height: 300px;
  }
}
.catalog-promo .content {
  width: 48.4375%;
  float: left;
  text-align: center;
  padding-top: 100px;
  padding: 100px 40px 0px 40px;
}
@media screen and (max-width: 920px) {
  .catalog-promo .content {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    padding: 40px 0px 0px 0px;
    float: none;
  }
}

.newsletter-promo {
  position: relative;
  width: 100%;
  height: 475px;
  color: #ffffff;
}
.newsletter-promo .newsletter-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.newsletter-promo .overlay {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.newsletter-promo .inner {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}
.newsletter-promo .content {
  width: 39.84375%;
  margin: 0px auto;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .newsletter-promo .content {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
.newsletter-promo .content .button {
  margin-top: 20px;
}

.featured-artists-promo {
  text-align: center;
}
.featured-artists-promo p {
  width: 48.4375%;
  margin: 30px auto 40px auto;
}
@media screen and (max-width: 920px) {
  .featured-artists-promo p {
    width: 100%;
  }
}

.auction-results .content {
  float: right;
  width: 74.21875%;
}
@media screen and (max-width: 920px) {
  .auction-results .content {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}

.results.list td b {
  margin-right: 5px;
}

section.results .sidebar {
  clear: both;
  float: left;
  width: 22.65625%;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  section.results .sidebar {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
section.results .sidebar .subnav {
  margin-top: 73px;
}
@media screen and (max-width: 920px) {
  section.results .sidebar .subnav {
    margin-top: 0px;
  }
}
section.results .content {
  float: right;
  width: 74.21875%;
}
@media screen and (max-width: 920px) {
  section.results .content {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
section.results .featured {
  margin-bottom: 80px;
}
@media screen and (max-width: 920px) {
  section.results .featured {
    display: none;
  }
}

.top-results .filter {
  margin-top: -33px;
  margin-bottom: 30px;
}

section.search .save-search {
  margin-bottom: 80px;
  text-align: center;
}
section.search .save-search form {
  text-align: left;
}
section.search .save-search form,
section.search .save-search .box {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  padding: 24px 0px;
  width: 65.625%;
  margin: 0px auto;
}
@media screen and (max-width: 920px) {
  section.search .save-search form,
  section.search .save-search .box {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
section.search .save-search form .columns,
section.search .save-search .box .columns {
  clear: both;
}
section.search .save-search form .columns .column,
section.search .save-search .box .columns .column {
  width: 47.619047619%;
  float: left;
  margin-left: 4.7619047619%;
}
section.search .save-search form .columns .column:nth-child(2n+1),
section.search .save-search .box .columns .column:nth-child(2n+1) {
  margin-left: 0px;
  clear: both;
}
@media screen and (max-width: 920px) {
  section.search .save-search form .columns .column,
  section.search .save-search .box .columns .column {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
section.search .artist-cards {
  margin-bottom: 100px;
}

section.account .buttons,
section.signup .buttons {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}
section.account .addresses.list,
section.signup .addresses.list {
  border-top: 1px solid #d4d4d4;
}
section.account .addresses.list .actions,
section.signup .addresses.list .actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
section.account .addresses.list .actions a,
section.signup .addresses.list .actions a {
  display: flex-item;
}

section.signup {
  padding-top: 80px;
}
section.signup .intro {
  width: 57.03125%;
  margin-bottom: 40px;
}
section.signup .buttons {
  margin-top: 40px;
}
section.signup .notice {
  background: #fff7ec;
  padding: 24px;
  margin: 40px 0px;
}

.slides-wrapper {
  min-height: 400px;
}
@media screen and (max-width: 920px) {
  .slides-wrapper {
    min-height: 500px;
  }
}

.slides {
  --outer-padding: calc((100vw - 88.8888888889vw) / 2);
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 60px;
}
.slides .slide {
  display: flex;
  column-gap: 2.7777777778vw;
}
.slides .slide .image-wrapper {
  display: flex;
  width: calc(58.3333333333vw + var(--outer-padding));
  aspect-ratio: 16/9;
}
.slides .slide .image {
  flex: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.slides .slide .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slides .slide .text {
  width: 27.7777777778vw;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 40px;
}
.slides .slide h2 a, .slides .slide h2 a:visited {
  color: inherit;
  text-decoration: none;
}
.slides .slide h2 a:hover, .slides .slide h2 a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 1575px) {
  .slides .slide {
    --outer-padding: calc((100vw - 1400px) / 2);
    gap: 43.75px;
  }
  .slides .slide .image-wrapper {
    width: calc(918.75px + var(--outer-padding));
  }
  .slides .slide .text {
    width: 437.5px;
  }
}
@media screen and (max-width: 920px) {
  .slides .slide {
    height: 100%;
    flex-direction: column;
  }
  .slides .slide .image-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .slides .slide .text {
    flex: 1;
    width: 88.8888888889vw;
    align-self: center;
  }
}
.slides .navigation {
  display: flex;
  justify-content: space-between;
}
.slides .navigation .pagination,
.slides .navigation .buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.slides .navigation .buttons {
  gap: 8px;
}
.slides .navigation button {
  background: transparent;
  padding: 0rem;
  line-height: 1rem;
  border: 0rem;
  opacity: 0.5;
}
.slides .navigation button.current, .slides .navigation button:hover, .slides .navigation button:focus {
  opacity: 1;
}
@media screen and (max-width: 920px) {
  .slides .swiper-slide {
    height: auto;
  }
}

.subnav {
  list-style-type: none;
  padding: 0px;
  border-top: 1px solid #d4d4d4;
}
.subnav li {
  border-bottom: 1px solid #d4d4d4;
}
.subnav a,
.subnav a:visited {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 6px 0px;
}
.subnav a.current,
.subnav a:visited.current {
  background: url("/assets/arrow-right-07320de9.svg") right center no-repeat;
}

table.list {
  border-collapse: collapse;
  width: 100%;
}
table.list td,
table.list th {
  padding: 10px 20px 10px 0px;
  border-bottom: 1px solid #d4d4d4;
  text-align: left;
}
table.list td:last-child,
table.list th:last-child {
  padding-right: 0px;
}
table.list td.date, table.list td.actions, table.list td.number, table.list td.hammer-price,
table.list th.date,
table.list th.actions,
table.list th.number,
table.list th.hammer-price {
  text-align: right;
}
@media screen and (max-width: 920px) {
  table.list td.date, table.list td.actions, table.list td.number, table.list td.hammer-price,
  table.list th.date,
  table.list th.actions,
  table.list th.number,
  table.list th.hammer-price {
    text-align: left;
  }
}
table.list td a.name, table.list td a.name:visited,
table.list th a.name,
table.list th a.name:visited {
  text-decoration: none;
}
table.list td a.name:hover, table.list td a.name:focus,
table.list th a.name:hover,
table.list th a.name:focus {
  text-decoration: underline;
}

.toast-wrapper {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 300;
}
.toast-wrapper .toast {
  display: inline-block;
  background: #232734;
  color: #ffffff;
  margin: 20px auto 0px auto;
  padding: 16px 40px;
  min-width: 66%;
  text-align: left;
  animation-duration: 500ms;
  animation-name: toast-appear;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
}
@media screen and (max-width: 920px) {
  .toast-wrapper .toast {
    min-width: 100%;
  }
}
.toast-wrapper .toast.error {
  background: #661010;
}
.toast-wrapper .toast.fadeout {
  animation-duration: 300ms;
  animation-name: toast-disappear;
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@keyframes toast-appear {
  from {
    transform: translateZ(0px) translateY(60px);
  }
  to {
    transform: translateZ(0px) translateY(0px);
  }
}
@keyframes toast-disappear {
  from {
    transform: translateZ(0px) translateY(0px);
  }
  to {
    transform: translateZ(0px) translateY(60px);
  }
}
.top-image {
  position: relative;
  height: 275px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .top-image {
    height: auto;
    margin-bottom: 40px;
  }
}
.top-image .top-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: 0;
}
.top-image .overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}
.top-image .top-image-content {
  text-align: center;
  color: #ffffff;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 920px) {
  .top-image .top-image-content {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.top-image .top-image-content .intro {
  width: 48.4375%;
  margin: 0px auto;
}
@media screen and (max-width: 920px) {
  .top-image .top-image-content .intro {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
.top-image .top-image-content h1 {
  margin-bottom: 20px;
}
