/* This code is subject to LICENSE in root of this repository */

/* Used to detect in JavaScript if apps have loaded styles or not. */
:root {
	--reach-dialog: 1;
}

[data-reach-dialog-overlay] {
	background: hsla(0, 0%, 0%, 0.33);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
}

[data-reach-dialog-content] {
	width: 50vw;
	margin: 10vh auto;
	background: white;
	padding: 2rem;
	outline: none;
}

[data-reach-dialog-overlay] {
  z-index: 4;
}

@font-face {
  font-family: 'GT Sectra';
  font-weight: bold;
  font-display: fallback;
  src: url(/_next/static/media/GT-Sectra-Display-Bold.14373f86.woff2) format('woff2'),
    url(/_next/static/GT-Sectra-Display-Bold-e5f33a543d544496..woff) format('woff');
}

@font-face {
  font-family: 'GT Sectra';
  font-weight: 400;
  font-display: fallback;
  src: url(/_next/static/media/GT-Sectra-Fine-Book.6b0746e9.woff2) format('woff2'),
    url(/_next/static/GT-Sectra-Fine-Book-fe093b77cb21b3dd..woff) format('woff');
}

@font-face {
  font-family: 'GT Sectra';
  font-weight: 500;
  font-display: fallback;
  src: url(/_next/static/media/GT-Sectra-Regular.af60f3b3.woff2) format('woff2'),
    url(/_next/static/GT-Sectra-Regular-b4c036b6ed42db42..woff) format('woff');
}

@font-face {
  font-family: 'Avenir Next';
  font-weight: 400;
  font-display: fallback;
  src: url(/_next/static/media/d1d43d8e-e792-4a3d-aebe-2afeafdffbee.7e92eaaf.woff2)
      format('woff2'),
    url(/_next/static/0df04b85-219c-4fe0-9736-12c04931d434-014a4be5980a7569..woff)
      format('woff');
}

@font-face {
  font-family: 'Avenir Next';
  font-weight: 500;
  font-display: fallback;
  src: url(/_next/static/media/0f3243d5-9104-45fb-aa69-48a50732fc11.8190ef5d.woff2)
      format('woff2'),
    url(/_next/static/cfd7fc4b-6b4c-4276-91b4-f39ef7809e68-bead8508123654a1..woff)
      format('woff');
}

@font-face {
  font-family: 'Avenir Next';
  font-weight: bold;
  font-display: fallback;
  src: url(/_next/static/media/5685877c-e1fa-4c72-829c-2a8e19c11d06.47155d76.woff2)
      format('woff2'),
    url(/_next/static/7cc17fdb-3606-4f7d-bad6-66ecb244f388-885345e94d610b84..woff)
      format('woff');
}

.reactour__helper {
  background: #fff01d !important;
}

.reactour__helper strong {
  font-family: 'GT Sectra', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
  font-size: 1.375em;
  font-weight: 600;
}

.reactour__dot {
  border: none !important;
  color: red !important;
  background: #d7cf48 !important;
}

.reactour__dot--is-active {
  background: #65611f !important;
  transform: scale(1) !important;
}

.reactour__mask {
  opacity: 0.4 !important;
}

