@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

::marker {
  content: none;
}

.row {
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

.align-center {
  align-self: center;
}

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 1rem;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 769px) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .row.start-sm {
    justify-content: flex-start;
  }

  .row.center-sm {
    justify-content: center;
  }

  .row.end-sm {
    justify-content: flex-end;
  }

  .row.top-sm {
    align-items: flex-start;
  }

  .row.middle-sm {
    align-items: center;
  }

  .row.bottom-sm {
    align-items: flex-end;
  }

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

  .row.between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 769px) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .row.start-md {
    justify-content: flex-start;
  }

  .row.center-md {
    justify-content: center;
  }

  .row.end-md {
    justify-content: flex-end;
  }

  .row.top-md {
    align-items: flex-start;
  }

  .row.middle-md {
    align-items: center;
  }

  .row.bottom-md {
    align-items: flex-end;
  }

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

  .row.between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1041px) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .row.start-lg {
    justify-content: flex-start;
  }

  .row.center-lg {
    justify-content: center;
  }

  .row.end-lg {
    justify-content: flex-end;
  }

  .row.top-lg {
    align-items: flex-start;
  }

  .row.middle-lg {
    align-items: center;
  }

  .row.bottom-lg {
    align-items: flex-end;
  }

  .row.around-lg {
    justify-content: space-around;
  }

  .row.between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 1041px) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .row.start-xl {
    justify-content: flex-start;
  }

  .row.center-xl {
    justify-content: center;
  }

  .row.end-xl {
    justify-content: flex-end;
  }

  .row.top-xl {
    align-items: flex-start;
  }

  .row.middle-xl {
    align-items: center;
  }

  .row.bottom-xl {
    align-items: flex-end;
  }

  .row.around-xl {
    justify-content: space-around;
  }

  .row.between-xl {
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}

.col-no-gutter {
  padding: 0;
}

.section {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media only screen and (max-width: 420px) {
  .section {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.padding {
  padding: 2em;
}
@media only screen and (max-width: 420px) {
  .padding {
    padding: 1em;
  }
}

.padding {
  padding-top: 2em;
  padding-bottom: 2em;
}
.padding-small {
  padding-top: 0.5em;
  padding-bottom: 1em;
}
.padding-large {
  padding-top: 2em;
  padding-bottom: 4em;
}

.mb {
  padding-bottom: 2em;
}
.mb-small {
  padding-bottom: 1em;
}
.mb-large {
  padding-bottom: 2em;
}

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

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.show {
  display: block !important;
}

.row.show {
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 420px) {
  .show-xs-only {
    display: block !important;
  }

  .row.show-xs-only {
    display: flex !important;
  }

  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .show-sm {
    display: block !important;
  }

  .row.show-sm {
    display: flex !important;
  }

  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 421px) and (max-width: 768px) {
  .show-sm-only {
    display: block !important;
  }

  .row.show-sm-only {
    display: flex !important;
  }

  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .show-md {
    display: block !important;
  }

  .row.show-md {
    display: flex !important;
  }

  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1040px) {
  .show-md-only {
    display: block !important;
  }

  .row.show-md-only {
    display: flex !important;
  }

  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1041px) {
  .show-lg {
    display: block !important;
  }

  .row.show-lg {
    display: flex !important;
  }

  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1041px) and (max-width: 1040px) {
  .show-lg-only {
    display: block !important;
  }

  .row.show-lg-only {
    display: flex !important;
  }

  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1041px) {
  .show-xl {
    display: block !important;
  }

  .row.show-xl {
    display: flex !important;
  }

  .hide-xl {
    display: none !important;
  }
}
.container {
  width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

.row > [class^=col-] {
  padding-top: 0;
  padding-bottom: 0;
}

.c-padding {
  padding: 20px 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .c-padding {
    padding: 1.5em 0;
  }
}

.sec-padding, .secPage {
  padding: 40px 0 40px;
}
@media only screen and (max-width: 768px) {
  .sec-padding, .secPage {
    padding: 20px 0;
  }
}

.c-text {
  margin-bottom: 1.5em;
}

.secPage {
  overflow: visible;
}

.text-large {
  font-size: 30px;
  font-size: 3rem;
}
.text-larger {
  font-size: 36px;
  font-size: 3.6rem;
}
.text-xlarge {
  font-size: 42px;
  font-size: 4.2rem;
}
.text-small {
  font-size: 21.6px;
  font-size: 2.16rem;
}
.text-smaller {
  font-size: 19.2px;
  font-size: 1.92rem;
}
.text-xsmall {
  font-size: 16.8px;
  font-size: 1.68rem;
}

.text-primary {
  color: #153940;
}
.text-secondary {
  color: #FFE946;
}
.text-red {
  color: #bb1804;
}
.text-blue {
  color: blue;
}
.text-yellow {
  color: #cac700;
}
.text-green {
  color: green;
}
.text-white {
  color: white;
}
.text-black {
  color: #1c202c;
}
.text-gray {
  color: #a0a0a0;
}
.text-disabled {
  color: #ccc;
}

.text-bold {
  font-weight: bold;
}
.text-normal {
  font-weight: normal;
}
.text-100 {
  font-weight: 100;
}

.text-underline {
  text-decoration: underline;
}
.text-italic {
  font-style: italic;
}
.text-marker {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}
.text-marker-thin {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.hidetxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

p.kome {
  padding-left: 1.2em;
  margin-top: 0;
  text-align: left;
  position: relative;
}
p.kome:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
  background: none;
  font-size: 100%;
}

.secButton .button__box {
  text-align: center;
  padding-top: 10px;
}
.secButton .button__box .button__start img {
  width: 92%;
}
.secButton .button__box .button__start:hover {
  opacity: 0.7;
  transform: scale(1.02, 1.02);
}

@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #f3f3f3;
  background-image: repeating-linear-gradient(145deg, transparent, transparent 15.5px, rgba(255, 255, 255, 0.4) 15.5px, rgba(255, 255, 255, 0.4) 20px);
  background-size: auto auto;
  position: relative;
  color: #153940;
  font-family: sans-serif, YakuHanJP, "Noto Sans JP";
  line-height: 1.75;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}

section {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.body__wrap {
  width: 750px;
  margin: 0 auto;
  background-color: #fff;
  color: #153940;
  position: relative;
  box-shadow: 0 0 15px #ccc;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix {
  display: block;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.header {
  position: relative;
  padding: 30px 0;
}
.header .header__logo {
  position: absolute;
  width: 25%;
  z-index: 15;
  top: 22px;
  left: 50%;
  transform: translatex(-50%);
}
.header .header__logo img {
  display: block;
  height: auto;
}
.header ul {
  list-style: none;
}

.hero {
  position: relative;
  z-index: 10;
  max-height: 1540px;
  overflow: hidden;
  top: -60px;
}
.hero:before, .hero:after {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.hero .hero__img {
  width: initial;
  position: relative;
  right: 0;
  margin-top: 0%;
  z-index: 1;
}
.hero .hero__img img {
  width: 100%;
}
.hero .hero__lead {
  position: absolute;
  top: 21%;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.hero .secButton {
  position: absolute;
  z-index: 10;
  top: 78%;
  left: 2.5%;
}
.hero .secButton .start-button__text {
  text-align: center;
  color: #153940;
  margin: 10px 20px 50px 20px;
  font-size: 20px;
  font-size: 2rem;
}
.hero .header__logo {
  position: absolute;
  width: 25%;
  z-index: 15;
  top: 22px;
  left: 50%;
  transform: translatex(-50%);
}
.hero .header__logo img {
  display: block;
  height: auto;
}

.footer .footer-sns {
  margin-bottom: 5rem;
}
.footer .footer-sns a {
  display: block;
  text-align: center;
}
.footer .footer-sns a:hover {
  opacity: 0.7;
}
.footer .footer-menu {
  padding: 0 3rem;
  height: 265px;
}
.footer .footer-menu ul {
  display: flex;
  justify-content: space-around;
  padding: 0 16rem;
  list-style: none;
}
.footer .footer-menu ul li {
  position: relative;
  padding-left: 20px;
}
.footer .footer-menu ul li a {
  text-decoration: none;
  color: #153940;
}
.footer .footer-menu ul li a:before {
  content: "";
  background-image: url(../images/right-arrow.png);
  position: absolute;
  width: 12px;
  height: 20px;
  top: 27%;
  right: 94%;
}

.footer-info {
  text-align: center;
}

.footer-menu {
  margin: 0 auto;
}
.footer-menu .footer-img {
  width: 100%;
}

.copyright {
  background-color: #fff;
  padding: 15px 30px;
  text-align: center;
  display: block;
  background-color: #153940;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

.fix-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  margin: 0 auto;
  width: 750px;
  justify-content: stretch;
  display: inline !important;
}
.fix-bottom .fix-bottom__link {
  background-color: #153940;
}
.fix-bottom .fix-bottom__button {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.fix-bottom .fix-bottom__button:hover {
  opacity: 0.7;
  transform: scale(1.02, 1.02);
}

.pagetop {
  position: fixed;
  bottom: 64px;
  width: 750px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
}
.pagetop a {
  margin-right: 0;
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  background: #FF8E18;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop img {
  width: 40px;
  height: auto;
}

.sec-info {
  position: relative;
  top: -70px;
}
.sec-info .info-instagram {
  position: relative;
  top: -12px;
}
.sec-info a {
  display: block;
}
.sec-info a:hover {
  opacity: 0.7;
}

.sec-recommend {
  position: relative;
  top: -94px;
  padding: 0 0 120px;
  overflow: hidden;
}
.sec-recommend::before {
  content: "";
  background-image: url(../images/bg_recommend.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 750px;
  height: 2105px;
  top: 0;
  right: 0;
}
.sec-recommend .recommend__title {
  position: relative;
  top: 50px;
  right: -180px;
}
.sec-recommend .recommend__title::before {
  content: "";
  background-image: url(../images/bg_recommend.png);
  position: absolute;
  width: 750px;
  height: 300px;
  top: 15%;
  left: -24%;
  z-index: -1;
}
.sec-recommend .sec-recommendWrap {
  position: relative;
  padding: 0 1rem 2.5rem;
  color: #153940;
  text-align: center;
  overflow: hidden;
  top: 90px;
}
.sec-recommend .sec-recommendWrap > * {
  z-index: 2;
  position: relative;
}
.sec-recommend .sec-recommendWrap .recommend__box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.sec-recommend .sec-recommendWrap p {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 32px;
}
.sec-recommend .sec-recommendWrap .--bottom p {
  margin-bottom: 72px;
}

.sec-min5 {
  padding: 20px 0 0;
  text-align: center;
}
.sec-min5 .min5__title {
  width: initial;
  position: relative;
  right: 4%;
  z-index: 1;
}
.sec-min5 .min5__title img {
  max-width: initial;
}
.sec-min5 .min5-result {
  position: relative;
}
.sec-min5 .min5-result:after {
  content: "";
  background-image: url(../images/min5-result.png);
  background-size: contain;
  position: absolute;
  bottom: -67%;
  right: 2%;
  width: 72%;
  height: 100%;
  z-index: 0;
}
.sec-min5 .min5-result .min5__text {
  position: relative;
  z-index: 1;
  font-weight: bold;
  top: -50px;
}

.sec-point {
  padding: 20px 30px;
  text-align: center;
}
.sec-point h2 {
  margin: 40px 0;
}
.sec-point .sec-point__list {
  margin-top: 20px;
  list-style: none;
}
.sec-point .sec-point__list li {
  margin-bottom: 60px;
  text-align: center;
}
.sec-point .sec-point__list li img {
  margin-bottom: 30px;
}
.sec-point .sec-point__list li .point__text {
  text-align: left;
  font-weight: bold;
  padding: 0 10px;
}

.sec-campaign {
  padding: 0 2rem;
  color: #153940;
  background: #fff url(../images/bg_campaign.png) no-repeat top right;
  text-align: center;
  overflow: hidden;
}
.sec-campaign .campaign__title {
  position: relative;
  z-index: 0;
}
.sec-campaign .campaign__button {
  position: absolute;
  z-index: 10;
  top: 31%;
  left: 6.5%;
}
.sec-campaign .campaign__button:hover {
  opacity: 0.7;
  transform: scale(1.02, 1.02);
}
.sec-campaign .campaign__content {
  background: #f0f0f0;
  padding: 2rem;
  margin-bottom: 10rem;
}
.sec-campaign .campaign__content .campaign__title--sm {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 12px 0 0;
}
.sec-campaign .campaign__content .campaign__box {
  background: #fff;
  padding: 1em;
  margin: 1.5em 0;
}
.sec-campaign .campaign__content .campaign__box.scroll {
  height: 480px;
  overflow-y: scroll;
}
.sec-campaign .campaign__content .campaign__box .campaign__title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: left;
}
.sec-campaign .campaign__content .campaign__box .campaign__text {
  text-align: left;
  font-size: 19px;
  font-size: 1.9rem;
}
.sec-campaign .common-sns ul {
  list-style: none;
}

.nav {
  display: block;
  position: fixed;
  top: 0;
  left: auto;
  color: #153940;
  transition: all 0.6s;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  height: 0;
}
.nav.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  width: 750px;
  padding-bottom: 5.8rem;
  transform: translateY(0);
}

.navtoggle {
  z-index: 100;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(210%);
  width: 111px;
  height: 111px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  background: #153940;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navtoggle .navtoggle-lines {
  position: relative;
  width: 24px;
  height: 18px;
}
.navtoggle .navtoggle-lines span {
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: -68%;
  width: 240%;
  height: 8px;
  background-color: #fff;
  border-radius: 5px;
}
.navtoggle .navtoggle-lines span:nth-of-type(1) {
  top: -8px;
}
.navtoggle .navtoggle-lines span:nth-of-type(2) {
  top: 20px;
}
.navtoggle.active .navtoggle-lines span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.navtoggle.active .navtoggle-lines span:nth-of-type(2) {
  transform: translateY(-17px) rotate(45deg);
}
.navtoggle.activebefore {
  transform: translateY(30px) rotate(-45deg);
}
.navtoggle.active:after {
  transform: translateY(-30px) rotate(45deg);
}

.nav-link {
  background-color: #FFE946;
  padding: 60px 20px 50px;
}
.nav-link .nav-link__list {
  padding-top: 100px;
}
.nav-link .nav-link__list li {
  border-bottom: 2px dashed #fff;
}
.nav-link .nav-link__list li a {
  display: block;
  padding: 16px 10px 14px 40px;
  color: #153940;
  font-size: 32px;
  font-size: 3.2rem;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}
.nav-link .nav-link__list li a:hover {
  opacity: 0.7;
}
.nav-link .nav-link__list li a:before {
  content: "";
  width: 0;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #153940;
}
.nav-link .nav-link__list li a:after {
  position: absolute;
  content: "";
  height: 9px;
  width: 1px;
  left: 1px;
  background-color: #153940;
  top: 50%;
  transform: translateY(-50%);
}
.nav-link .nav-sns .sns__list {
  display: flex;
  justify-content: space-evenly;
  padding: 3rem 0;
}

.sec-law {
  margin: 3rem 0;
}
.sec-law ul {
  list-style: none;
}
.sec-law .law__title {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.sec-law table {
  background-color: #999999;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}
.sec-law th {
  background-color: #eeeeee;
  width: 20%;
  padding: 1rem;
}
.sec-law td {
  background-color: #ffffff;
  padding: 1rem;
}

.sec-privacy {
  line-height: 160%;
  margin: 3rem 0;
}
@media only screen and (min-width: 769px) {
  .sec-privacy {
    font-size: 80%;
  }
}
.sec-privacy .privacy__title {
  margin-bottom: 3rem;
}
.sec-privacy .box-privacy {
  padding: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background-color: transparent;
  border: 1px solid transparent;
  background-color: rgba(255, 233, 70, 0.1);
  border-color: rgba(255, 233, 70, 0.1);
}
.sec-privacy .box-privacy__title {
  margin-bottom: 0.5em;
}
.sec-privacy li {
  margin-bottom: 0.8em;
}
.sec-privacy .box-privacy__title--sm {
  font-weight: bold;
}
.sec-privacy .box-privacy__text {
  margin-bottom: 0.5em;
}
.sec-privacy .text-right {
  text-align: right;
  font-weight: bold;
}

.sec-terms {
  line-height: 160%;
  margin: 3rem 0;
}
@media only screen and (min-width: 769px) {
  .sec-terms {
    font-size: 80%;
  }
}
.sec-terms .terms__title {
  margin-top: 1em;
  margin-bottom: 1rem;
  text-align: center;
}
.sec-terms .box-terms {
  padding: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background-color: transparent;
  border: 1px solid transparent;
  background-color: rgba(255, 233, 70, 0.1);
  border-color: rgba(255, 233, 70, 0.1);
}
.sec-terms .box-terms__title {
  margin-bottom: 0.5em;
}
.sec-terms .box-terms__text {
  margin-bottom: 1.5em;
}
.sec-terms .text-bold {
  font-weight: bold;
}
.sec-terms .terms-table {
  margin: 20px 0;
}
.sec-terms table {
  display: block;
  border: solid 1px rgba(21, 57, 64, 0.5);
}
.sec-terms table th {
  background-color: rgba(255, 233, 70, 0.1);
  padding: 15px;
}
.sec-terms table td {
  padding: 15px;
}

.sec-contact {
  margin: 3rem 0;
}

.step {
  position: relative;
  padding: 0 5%;
  top: -30px;
}
.step img {
  margin-bottom: 16px;
}
.step .step_enquete {
  line-height: 1.3;
  font-weight: bold;
  color: #BA272D;
}

.Qarea {
  display: none;
  transition: 1s;
}

.Qareaafter {
  display: inherit;
}

.instruction {
  font-size: 24px;
}

.instruction2 {
  font-size: 24px;
  color: red;
}

.piece {
  display: inline-block;
  text-align: center;
}

.piece input {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

label {
  font-size: 24px;
}

.question {
  width: 96%;
  margin: 0 auto 30px auto;
  border: solid 4px;
  border-radius: 4px;
}

.question h2 {
  margin: 25px 0 10px;
  text-align: center;
}

.question p {
  display: inline-block;
  margin: 0 5% 10px 5%;
}

.word {
  display: flex;
  justify-content: space-between;
  color: #153940;
  font-weight: bold;
}

.worda {
  text-align: left;
}

.wordb {
  text-align: center;
}

.wordc {
  text-align: right;
}

.qA {
  border-color: #E2D937;
}

.qB {
  border-color: #BA272D;
}

.qC {
  border-color: #E2D937;
}

.qD {
  border-color: #BA272D;
}

.qE {
  border-color: #E2D937;
}

.Ad {
  margin-top: 30px;
}

.radio {
  margin: 0 5% 3px 5%;
  display: flex;
  justify-content: space-between;
}

.qAd {
  margin-top: 10px;
  margin-bottom: 10px;
}

.box {
  display: none;
  position: relative;
  margin: 0 auto 80px;
  font-size: 24px;
  text-align: center;
  top: 32px;
}

.box h1 {
  line-height: 1.5;
  margin: 60px 0 50px;
}

.box span {
  font-size: 90px;
  color: #BA272D;
}

.box p {
  font-size: 32px;
  width: 100%;
  margin-bottom: 0;
}

.button {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.button:hover {
  opacity: 0.7;
  transform: scale(1.02, 1.02);
}

.score {
  width: 100%;
  margin-bottom: 50px;
}

.formsImg {
  width: 90%;
  margin: 0 auto 20px;
}
.formsImg img {
  border-radius: 10px;
}