/*! 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;
}

/* Project Styles
   ========================================================================== */
:root {
  --r-background-color: #1d0000;
  --textcolor: white;
  --cegos-orange: #f9cbd2;
  --section-1: #00c466;
  --section-2: #ffb93e;
  --section-3: #ff5527;
  --section-4: #e6233a;
  --section-5: #ed40a9;
  --section-6: #a261e1;
  --section-7: #007bea;
  --section-8: #009eaa;
}

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

body {
  background-color: var(--r-background-color);
}

@font-face {
  font-family: "Ryker";
  src: url("fonts/8328216/ffe13b6c-6720-417b-81a1-9f5baad1b7fe.woff2") format("woff2");
}
@font-face {
  font-family: "Ryker";
  font-weight: 700;
  src: url("fonts/8328220/db745475-c129-47a7-8ac8-466638f9677b.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-weight: 500 900;
  src: url("fonts/Raleway-VariableFont_wght.ttf") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-weight: 400 900;
  font-style: italic;
  src: url("fonts/Raleway-VariableFont_wght.ttf") format("woff2");
}
html {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: var(--textcolor);
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(1vw + 0.5vh);
  }
}
h1,
h2,
h3,
h4 {
  font-family: "Ryker", sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 1.5em;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 1.75em;
  }
}
p {
  line-height: 1.333;
}

em {
  font-style: normal;
  color: var(--cegos-orange);
}

.big {
  font-size: 1.25em;
}

.emoji {
  vertical-align: -10%;
  display: inline-block;
}

.site-header {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.site-header.complete {
  min-height: 100vh;
  margin: 0 auto;
}

.site-branding {
  width: 100%;
}

.site-logo {
  display: block;
  width: 100%;
  max-width: 20em;
  margin: 0 auto;
}

.introduction {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .site-logo {
    margin: 0;
  }
  .introduction {
    text-align: left;
  }
}
.test-container,
.analysis-container,
.thank-you-container {
  display: flex;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

@media screen and (min-width: 768px) {
  .test-container,
  .analysis-container,
  .thank-you-container {
    flex-direction: row;
  }
}
.amp-wheel {
  padding: 1em;
  width: 70%;
}

.amp-wheel svg {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .amp-wheel {
    padding: 2em;
    width: 50%;
  }
}
.form-360 {
  width: 100%;
  height: 100%;
}

.narrow,
.wide,
.user-details {
  margin: 2em auto;
  padding: 0 1em;
}

.narrow,
.user-details {
  max-width: 50em;
}

.wide {
  max-width: 75em;
}

@media screen and (min-width: 768px) {
  .narrow,
  .wide,
  .user-details {
    padding: 0 4em;
  }
}
.user-details {
  margin-bottom: 5em;
}

.field-group {
  margin-bottom: 3em;
}

.field-question {
  margin-bottom: 1em;
}

.field-responses {
  display: flex;
  align-items: flex-end;
}

.field-response-low,
.field-response-high {
  width: 100%;
  padding: 0.5em;
}

.field-response-low {
  text-align: left;
  border-left: 0.125em solid var(--textcolor);
}

.field-response-high {
  text-align: right;
  border-right: 0.125em solid var(--textcolor);
}

.field-inputs {
  position: relative;
}
.question .field-inputs {
  border-left: 0.125em solid var(--textcolor);
  border-right: 0.125em solid var(--textcolor);
  padding: 0 0.5em;
}

@media screen and (min-width: 768px) {
  .field-inputs {
    display: flex;
    align-items: stretch;
  }
}
.field-inputs input[type=radio],
.field-inputs input[type=checkbox] {
  display: none;
}

.field-inputs label,
.field-inputs .label {
  display: flex;
  border: 0.2em solid transparent;
  width: 100%;
  text-align: center;
  background-color: black;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.field-inputs label {
  cursor: pointer;
  padding: 1em 0.5em;
  position: relative;
}

.field-inputs .label {
  padding: 0.5em 0;
}

.field-inputs label:hover {
  background-color: #2a2a2a;
  border: 0.2em dashed rgba(255, 255, 255, 0.1);
}

.field-inputs input[type=radio]:checked + label,
.field-inputs input[type=checkbox]:checked + label,
.field-inputs .label.checked {
  border-color: var(--textcolor);
  background-color: var(--bgcolor);
  color: white;
}
.field-inputs input[type=radio]:checked + label:hover,
.field-inputs input[type=checkbox]:checked + label:hover,
.field-inputs .label.checked:hover {
  border-style: solid;
}

.label-icon {
  display: block;
  width: 2em;
  height: 2em;
  margin: 0 auto 0.5em;
}
.label-icon path {
  fill: currentColor;
}

.quantity {
  display: none;
}

@media screen and (min-width: 768px) {
  .quantity {
    display: block;
    font-size: 0.875em;
    text-align: center;
    top: 100%;
    position: absolute;
    width: 100%;
    padding: 1em 0 0;
    color: rgba(255, 255, 255, 0.5);
  }
}
.field-response {
  display: block;
  flex: 1 1 100%;
  font-weight: bold;
}

.field-response-low,
.field-response-high {
  flex: 2 1 auto;
}

.field-gauge {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  border-top: 0.75em solid var(--textcolor);
  border-bottom: 0.75em solid var(--textcolor);
  border-left: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  transform: translateX(-50%);
  pointer-events: none;
  display: none;
  width: 0;
}

.field-label {
  font-size: 1.25em;
  font-weight: bold;
}

.section-eighth {
  opacity: 0.25;
  transition: opacity 0.5s linear;
}

.is-active {
  opacity: 1;
}

.call-to-action {
  display: block;
  margin: 3em 0;
}

.columns {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -1em;
  width: calc(100% + 1em);
}

.columns .field-question {
  width: 100%;
  margin-left: 1em;
}

.field-label {
  width: 100%;
  margin-bottom: 0.25em;
  display: block;
}

.reveal-viewport {
  background: #fff;
  background-color: var(--r-background-color);
  color: var(--textcolor);
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1920 1080'%3E%3Cpath fill='white' fill-opacity='0.1' d='M1024.1 1115.3c-4.8 0-9.3-.2-13.4-.6-45.7-4.1-83.1-29.2-105.5-70.6-27.1-50.2-29.9-111.5-8-172.7 28.6-79.9 95-146.2 182-181.8 121.2-49.6 216-34.8 306-15.3 25-79.1 28.8-152.9 27.7-217.7-51.2 43.6-111.2 65.1-182.8 66.4-53.5.9-105.6-20.9-146.9-61.5-45.8-45-74.2-109.6-74.2-168.6s19.1-107.6 52.3-147.6c29.3-35.2 84-77.2 178.5-77.2s138.2 35.5 181.5 102.5c19.8 30.7 34.7 67.4 43.3 105.1 32.9-78.1 59.6-198.4 53.8-308.1l63.4-3.4c7.7 145.1-35.5 303.1-82.1 384.1-8.2 14.2-16.7 27.5-25.4 40 0 1.8.2 3.6.2 5.5 3.3 77.9 7.7 180.4-27.1 294.1 31.4 6.6 62.4 12 95.4 14 56.2 3.4 114.2-14.3 172.5-52.6 32.2-21.2 64-48.4 94.6-80.9l46.2 43.5c-34 36.1-69.6 66.5-106 90.4-70 46-141 67.2-211.2 62.9-40.1-2.4-77.4-9.4-113.5-17.1-21.7 51.3-52.3 104.4-95 158-141.8 177.7-248.7 209-306.3 209ZM1244.8 719.7c-43.6 0-89.8 7.5-141.5 28.7-70.4 28.8-123.7 81.4-146.3 144.4-15.8 44-14.3 87.1 4.1 121.2 12.2 22.7 30.8 35.3 55.3 37.5 25.6 2.3 120.4-4.2 264.4-184.8 35.8-44.9 62.2-89.2 81.5-132.3-38.6-8.2-77-14.7-117.6-14.7ZM1239.8 131.7c-132 0-167.3 101.4-167.3 161.3s21.2 89.8 55.2 123.3c20.6 20.2 54.9 44.1 101.3 43.3 75.7-1.3 132.2-29.1 180.8-90.8-.3-8.4-.5-16.6-.6-24.5-.4-36.8-11.4-92.7-41.4-139.1-31.4-48.7-74.5-73.5-128.1-73.5Z'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.reveal .slides {
  text-align: inherit;
}

.reveal .slides section {
  height: 100%;
  overflow: scroll;
}

@media screen and (min-width: 768px) {
  .reveal .slides section {
    height: auto;
    overflow: hidden;
  }
}
.emoji {
  display: inline-block;
  font-size: 2em;
}

[data-tippy-root] {
  font-size: 2em;
}

.required {
  color: var(--cegos-orange);
}

.category-title {
  padding: 0.4em 0.7em;
  text-transform: uppercase;
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 300;
  border-radius: 0.25em;
}

.help {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #10100f;
  padding: 0.5em 0.9em;
  font-size: 0.5em;
  z-index: 999;
  border-radius: 0 0.25em 0 0;
}

@media screen and (min-width: 512px) {
  .help {
    font-size: 0.625em;
  }
}
@media screen and (min-width: 768px) {
  .help {
    font-size: 0.75em;
  }
}
.results-wrapper {
  padding: 1em;
}

.complete {
  width: 100%;
  text-align: center;
}

.complete .call-to-action {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .complete .introduction {
    text-align: center;
    width: 100%;
  }
}
.slide-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: stretch;
  justify-content: space-between;
}
.slide-controls > * {
  flex-grow: 0;
}

.results-wrapper {
  margin: 0 auto;
}

.report {
  padding: clamp(1em, 5%, 5em);
}

.analysis {
  text-align: left;
}

.scores > * {
  margin-bottom: 4em;
}

.questions {
  list-style: none;
  padding: 0;
  margin: 0;
}
.questions li {
  margin-bottom: 1em;
  font-weight: 300;
}

.result-textarea .responses {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
  gap: 0.5em;
  margin: 1em 0;
}

.category-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(38em, 1fr));
  gap: 1em;
}

.results-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1em;
  background-color: var(--cegos-orange);
  color: var(--textcolor);
  z-index: 999;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
}

.results-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50em;
  width: 100%;
  gap: 0.5em;
}

.radar {
  width: 100%;
  height: 24rem;
}

.result-scale {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin-bottom: 1em;
}

.field-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.field-results-result {
  padding: 1em 0.5em;
  text-align: center;
  border: 0.125em dashed grey;
  background: black;
}
.field-results-result[data-tooltip] {
  position: relative;
  cursor: help;
}
.field-results-result[data-tooltip]:hover {
  color: rgba(255, 255, 255, 0.5);
}
.field-results-result[data-tooltip]:hover::before {
  content: attr(data-tooltip);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  color: var(--textcolor);
  padding: 0.5em;
  border-radius: 0.25em;
  font-size: 1em;
  white-space: nowrap;
  z-index: 999;
}

.field-results-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.field-results-table td,
.field-results-table th {
  padding: 0.5em;
  text-align: center;
}
.field-results-table tr td:last-child {
  padding-right: 0;
}

.result-textarea .response {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75em;
  border-radius: 3px;
  background-color: black;
  border: 0.25em solid transparent;
}
.result-textarea .response .response-label {
  display: block;
  margin-bottom: 0.25em;
  font-size: 0.75em;
}

.submissions-list {
  margin: 2em 0;
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.submissions-list > li {
  padding: 1em;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.button,
button {
  color: white;
  padding: 1em 3em;
  border-radius: 3px;
  text-decoration: none;
  border: 0.25em solid var(--cegos-orange);
  color: var(--cegos-orange);
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  background: transparent;
}
.button svg,
button svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: scale(2);
  vertical-align: middle;
}
.button .button-text,
button .button-text {
  margin-left: 0.75em;
}
.button.button-small,
button.button-small {
  font-size: 0.75em;
}
.button:hover,
button:hover {
  background-color: var(--cegos-orange);
  color: white;
}
.button:focus,
button:focus {
  outline: 0.125em solid blue;
}
.button.inverted,
button.inverted {
  background-color: var(--cegos-orange);
  color: white;
  border-color: white;
}
.button.inverted:hover,
button.inverted:hover {
  background-color: white;
  color: var(--cegos-orange);
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75em;
  border: 0.25em solid transparent;
  border-radius: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  border: 0.25em solid var(--cegos-orange);
  outline: none;
}

textarea {
  resize: none;
}

.checkbox-label {
  display: grid;
  grid-template-columns: 1.75em auto;
  gap: 0.5em;
  line-height: 1.5em;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

ol {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

ol li {
  padding: 0.5em 0 0.5em 2em;
  position: relative;
}
ol li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.25em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 300'%3E%3Ccircle cx='17.5' cy='150' r='12.5' style='fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:5px;' /%3E%3Cline x1='17.5' y1='162.5' x2='17.5' y2='300' style='fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:5px;' /%3E%3Cline x1='17.5' x2='17.5' y2='137.5' style='fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:5px;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

ol li:first-of-type:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 300'%3E%3Ccircle cx='17.5' cy='150' r='12.5' style='fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:5px;' /%3E%3Cline x1='17.5' y1='162.5' x2='17.5' y2='300' style='fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:5px;' /%3E%3C/svg%3E");
}

ol li:last-of-type:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 300'%3E%3Ccircle cx='17.5' cy='150' r='12.5' style='fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:5px;' /%3E%3Cline x1='17.5' x2='17.5' y2='137.5' style='fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:5px;' /%3E%3C/svg%3E");
}

a {
  color: var(--cegos-orange);
}
a:hover {
  color: var(--textcolor);
}

.callout {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1em;
  width: calc(100% + 2em);
  margin-left: -1em;
}
.callout > *:first-child {
  margin-top: 0;
}
.callout > *:last-child {
  margin-bottom: 0;
}

.coaching-questions li {
  margin-bottom: 0.5em;
  font-weight: 300;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0;
}

td {
  padding: 0;
  margin: 0;
}

.result {
  width: 100%;
}

.key {
  display: flex;
  gap: 1em;
  margin-bottom: 2em;
  justify-content: center;
  align-items: center;
}

.key-item {
  display: grid;
  grid-template-columns: 1.5em auto;
  gap: 0.5em;
  line-height: 1.5em;
  vertical-align: middle;
}

.key-item__circle {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
}

.key-item__label {
  font-size: 0.75em;
}

@media print {
  .key {
    display: block;
    text-align: center;
    margin: 0;
  }
  .key-item {
    display: inline-block;
    margin-right: 0.5em;
  }
  .key-item__circle,
  .key-item__label {
    display: inline-block;
  }
  .key-item__circle {
    margin-right: 0.25em;
    vertical-align: -25%;
  }
  .key-item__label {
    height: 1.5em;
    line-height: 1.5em;
    vertical-align: middle;
    font-size: 1em;
  }
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal {
  background-color: var(--section-4);
  padding: 2em;
  border-radius: 3px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  max-width: 30em;
  width: 100%;
  position: relative;
}
.modal h2 {
  margin-top: 0;
}

.close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  cursor: pointer;
  text-decoration: none;
  color: var(--textcolor);
  line-height: 1;
}

.feedback-link {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: var(--r-background-color);
}
.feedback-link > :first-child {
  margin-top: 0;
}
.feedback-link > :last-child {
  margin-bottom: 0;
}

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