@font-face {
  font-family: Brandon;
  font-weight: weight-thin;
  src: url("/fonts/Brandon/Brandon-Thin.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: weight-thin;
  font-style: italic;
  src: url("/fonts/Brandon/Brandon-ThinItalic.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: weight-light;
  src: url("/fonts/Brandon/Brandon-Light.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: weight-light;
  font-style: italic;
  src: url("/fonts/Brandon/Brandon-LightItalic.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: weight-medium;
  src: url("/fonts/Brandon/Brandon-Medium.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: weight-medium;
  font-style: italic;
  src: url("/fonts/Brandon/Brandon-MediumItalic.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: regular;
  font-weight: weight-regular;
  src: url("/fonts/Brandon/Brandon-Regular.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: regular;
  font-weight: weight-regular;
  font-style: italic;
  src: url("/fonts/Brandon/Brandon-RegularItalic.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: weight-bold;
  font-weight: 600;
  src: url("/fonts/Brandon/Brandon-Bold.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: bold;
  font-weight: weight-bold;
  font-style: italic;
  src: url("/fonts/Brandon/Brandon-BoldItalic.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: weight-black;
  font-weight: 800;
  src: url("/fonts/Brandon/Brandon-Black.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: weight-black;
  font-weight: 800;
  font-style: italic;
  src: url("/fonts/Brandon/Brandon-BlackItalic.otf") format('opentype');
}
@font-face {
  font-family: BrandonText;
  font-weight: 100;
  src: url("/fonts/Brandon/Brandon-Text-Thin.otf") format('opentype');
}
@font-face {
  font-family: BrandonText;
  font-weight: 100;
  font-style: italic;
  src: url("/fonts/Brandon/Brandon-Text-ThinItalic.otf") format('opentype');
}
@font-face {
  font-family: BrandonText;
  font-weight: 200;
  src: url("/fonts/Brandon/Brandon-Text-Light.otf") format('opentype');
}
@font-face {
  font-family: BrandonText;
  font-weight: 200;
  font-style: italic;
  src: url("/fonts/Brandon/Brandon-Text-LightItalic.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: regular;
  font-weight: 300;
  src: url("/fonts/Brandon/Brandon-Text-Regular.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: regular;
  font-weight: 300;
  font-style: italic;
  src: url("/fonts/Brandon/Brandon-Text-RegularItalic.otf") format('opentype');
}
@font-face {
  font-family: BrandonText;
  font-weight: 500;
  src: url("/fonts/Brandon/Brandon-Text-Medium.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-style: 500;
  src: url("/fonts/Brandon/Brandon-Text-MediumItalic.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: 600;
  font-weight: bold;
  src: url("/fonts/Brandon/Brandon-Text-Bold.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: 600;
  font-weight: bold;
  font-style: italic;
  src: url("/fonts/Brandon/Brandon-Text-BoldItalic.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: weight-black;
  font-weight: 800;
  src: url("/fonts/Brandon/Brandon-Text-Black.otf") format('opentype');
}
@font-face {
  font-family: Brandon;
  font-weight: weight-black;
  font-weight: 800;
  font-style: italic;
  src: url("/fonts/Brandon/Brandon-Text-BlackItalic.otf") format('opentype');
}
@import 'https://file.myfontastic.com/bsk9Pv3TPiPxy7LByBkkBk/icons.css';
.ripple-effect {
  position: relative;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #fff;
  animation-name: ripple;
  animation-duration: 750ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  z-index: 0 !important;
}
.ripple-effect.outline {
  background-color: #f37f20 !important;
}
@-moz-keyframes ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    transform: scale(100);
    opacity: 0;
  }
}
@-webkit-keyframes ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    transform: scale(100);
    opacity: 0;
  }
}
@-o-keyframes ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    transform: scale(100);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    transform: scale(100);
    opacity: 0;
  }
}
.modal-box {
  opacity: 0;
  animation-name: fadein;
  animation-duration: 520ms;
  animation-delay: 100ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@-moz-keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  0%, 33%, 66% {
    transform: translateX(-0.3rem);
  }
  15%, 47%, 81% {
    transform: translateX(0.3rem);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  0%, 33%, 66% {
    transform: translateX(-0.3rem);
  }
  15%, 47%, 81% {
    transform: translateX(0.3rem);
  }
}
@-o-keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  0%, 33%, 66% {
    transform: translateX(-0.3rem);
  }
  15%, 47%, 81% {
    transform: translateX(0.3rem);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  0%, 33%, 66% {
    transform: translateX(-0.3rem);
  }
  15%, 47%, 81% {
    transform: translateX(0.3rem);
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
button {
  cursor: pointer;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #f9a710;
  border-radius: 20px;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-grow: 1;
  font-family: BrandonText;
  font-size: 0.875rem;
  font-weight: 600;
  height: 40px;
  letter-spacing: 0.0525rem;
  min-width: 200px;
  outline: 0;
  overflow: hidden;
  padding: 10px 20px;
  padding: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 250ms ease, background 150ms 50ms ease;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
  background-color: #f37f20;
  color: #fff;
}
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
button:disabled,
input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled,
button .disabled,
input[type='button'] .disabled,
input[type='reset'] .disabled,
input[type='submit'] .disabled {
  background-color: #ededed;
  color: #b8b8b8;
  cursor: default;
}
button.outline,
input[type='button'].outline,
input[type='reset'].outline,
input[type='submit'].outline {
  line-height: 1 !important;
  background-color: transparent !important;
  border-color: #f9a710;
  border: 2px solid;
  color: #f9a710;
  transition: color 250ms ease, background 150ms 50ms ease, border 150ms 20ms ease;
}
button.outline:hover,
input[type='button'].outline:hover,
input[type='reset'].outline:hover,
input[type='submit'].outline:hover,
button.outline:focus,
input[type='button'].outline:focus,
input[type='reset'].outline:focus,
input[type='submit'].outline:focus {
  border: 2px solid #f37f20;
  color: #f37f20;
}
button.outline:disabled,
input[type='button'].outline:disabled,
input[type='reset'].outline:disabled,
input[type='submit'].outline:disabled,
button.outline.disabled,
input[type='button'].outline.disabled,
input[type='reset'].outline.disabled,
input[type='submit'].outline.disabled {
  border-color: #ededed;
  color: #b8b8b8;
  cursor: default;
}
button.mini,
input[type='button'].mini,
input[type='reset'].mini,
input[type='submit'].mini {
  font-size: 0.75em;
  height: 30px;
  padding: 7px 10px;
  min-width: 160px;
}
button.mini:disabled,
input[type='button'].mini:disabled,
input[type='reset'].mini:disabled,
input[type='submit'].mini:disabled,
button.mini.disabled,
input[type='button'].mini.disabled,
input[type='reset'].mini.disabled,
input[type='submit'].mini.disabled {
  background-color: #ededed;
  color: #b8b8b8;
  cursor: default;
}
*.button {
  font-weight: 600 !important;
}
pre {
  background: color-tertiary;
  border-left: 0.3rem solid color-primary;
  font-family: Menlo, Consolas, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, monospace;
}
code {
  background: color-tertiary;
  border-radius: 0.4rem;
  font-size: 86%;
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  white-space: nowrap;
}
pre > code {
  background: transparent;
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  background-color: #424242;
  background: url("../img/background.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
body {
  color: #6e6e6e;
  font-family: BrandonText, sans-serif, sans-serif;
  line-height: 1.4;
}
textarea {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  min-height: 6.5rem;
}
label {
  display: flex;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 300;
  width: 100%;
}
legend {
  display: flex;
  font-size: 0.875em;
  font-weight: wegiht-regular;
}
fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 0;
}
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #b8b8b8;
  box-shadow: none;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
  padding: 0.5rem 0;
  transition: border 125ms cubic-bezier(0.2, 0, 0.8, 1);
  width: 100%;
  font-size: 0.875em;
  font-weight: 300;
  outline: 0;
}
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus,
input[type='email']:active,
input[type='number']:active,
input[type='password']:active,
input[type='search']:active,
input[type='tel']:active,
input[type='text']:active,
input[type='url']:active,
textarea:active,
select:active {
  border-bottom: 0.1rem solid color-preventis-orange;
  transition: border 125ms cubic-bezier(0, 0, 1, 1);
  border-color: #f9a710;
}
input[type='radio'] {
  display: none;
  visibility: hidden;
  width: 0;
}
input[type='radio'] + label {
  text-transform: none;
  font-size: 0.875rem;
}
input[type='radio'] + label:last-child {
  margin-left: 2rem;
}
input[type='radio'] + label:hover {
  cursor: pointer;
  color: color-preventis-orange;
}
input[type='radio'] + label:before {
  text-transform: lowercase;
  margin-right: 0.25rem;
  color: color-preventis-orange;
  font-family: quanton-icons;
  content: ' ';
  border: 1px solid #6e6e6e;
  border-radius: 100%;
  width: 17.5px;
  height: 17.5px;
  text-align: center;
}
input[type='radio']:checked {
  display: none;
  visibility: hidden;
  width: 0;
}
input[type='radio']:checked + label:before {
  text-transform: lowercase;
  font-family: quanton-icons;
  content: 'c';
  color: #f37f20;
  text-align: center;
  font-size: 0.8125em;
}
input[type="checkbox"] {
  display: none;
  visibility: hidden;
  width: 0;
}
input[type="checkbox"] + label {
  cursor: pointer;
}
input[type="checkbox"] + label:before {
  border: 1px solid #6e6e6e;
  content: ' ';
  display: inline-flex;
  font-size: 1.6rem;
  height: 20px;
  line-height: 0.4;
  margin-right: 0.5rem;
  padding: 0;
  text-transform: lowercase;
  visibility: visible;
  width: 20px;
}
input[type="checkbox"]:checked {
  display: none;
  visibility: hidden;
  width: 0;
}
input[type="checkbox"]:checked + label:before {
  color: #f9a710;
  content: 't';
  font-family: quanton-icons;
  text-transform: lowercase;
  text-transform: none;
}
hr {
  width: 100%;
  height: 1px;
  border: 0;
  background-color: #6e6e6e;
  margin: 3rem 0;
}
a {
  cursor: pointer;
  color: #6e6e6e;
  font-size: 0.875em;
  text-decoration: none;
  transition: all 250ms ease;
  font-weight: 300;
}
a:hover {
  color: #f9a710;
}
dl,
ol,
ul {
  margin-top: 0;
  padding-left: 0;
}
dl {
  list-style: none;
}
ul {
  list-style: circle outside;
}
ol {
  list-style: decimal outside;
}
blockquote {
  border-left: 0.3rem solid color-quaternary;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}
blockquote *:last-child {
  margin: 0;
}
table {
  font-size: 0.8rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  margin: 0.5rem 0;
}
th {
  background-color: #3a3a3a;
  padding: 0.5rem 1rem;
  color: #ededed;
  text-align: left;
  font-weight: 300;
  padding: 20px 15px;
}
td {
  padding: 20px 10px;
  text-align: left;
}
tr {
  background-color: #f7f7f7;
}
tr:nth-child(2n) {
  background-color: #fff !important;
}
small {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.4;
}
p {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 0;
}
article {
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 300;
}
h1 {
  font-size: 3.157em;
  font-weight: 500;
  line-height: 1.2;
}
h2 {
  font-size: 2.369em;
  font-weight: 500;
  line-height: 1.2;
}
h3 {
  font-size: 1.777em;
  font-weight: 500;
  line-height: 1.2;
}
h4 {
  font-size: 1.333em;
  font-weight: 500;
  line-height: 1.2;
}
h4 {
  font-size: 1.333em;
  font-weight: 500;
  line-height: 1.2;
}
h5 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
}
h6 {
  font-weight: 600;
  line-height: 1.2;
  font-size: 0.875em;
  color: #f37f20;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: rgba(70,68,63,0.97);
  -webkit-border-radius: 10px;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #b8b8b8;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #f37f20;
}
small {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.4;
}
p {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 0;
}
article {
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 300;
}
h1 {
  font-size: 3.157em;
  font-weight: 500;
  line-height: 1.2;
}
h2 {
  font-size: 2.369em;
  font-weight: 500;
  line-height: 1.2;
}
h3 {
  font-size: 1.777em;
  font-weight: 500;
  line-height: 1.2;
}
h4 {
  font-size: 1.333em;
  font-weight: 500;
  line-height: 1.2;
}
h4 {
  font-size: 1.333em;
  font-weight: 500;
  line-height: 1.2;
}
h5 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
}
h6 {
  font-weight: 600;
  line-height: 1.2;
  font-size: 0.875em;
  color: #f37f20;
}
.card {
  animation-duration: 350ms;
  animation-fill-mode: forwards;
  animation-name: fadeUpIn;
  animation-timing-function: ease-in-out;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  cursor: default;
  margin-bottom: 20px;
  margin-top: 20px;
  opacity: 0;
}
@-moz-keyframes fadeUpIn {
  0% {
    margin-top: 15px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpIn {
  0% {
    margin-top: 15px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@-o-keyframes fadeUpIn {
  0% {
    margin-top: 15px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes fadeUpIn {
  0% {
    margin-top: 15px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.label {
  font-size: 0.875em;
}
.range-slider {
  -webkit-appearance: none;
  width: 100%;
}
.range-slider:focus {
  outline: none;
}
.range-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #b8b8b8;
  border-radius: 5px;
  border: 0;
}
.range-slider::-webkit-slider-thumb {
  border: 2px solid #f37f20;
  height: 25px;
  width: 25px;
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
.range-slider:focus::-webkit-slider-runnable-track {
  background: #f37f20;
}
.range-slider::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.range-slider::-moz-range-thumb {
  box-shadow: 0px 0px 0.9px #000, 0px 0px 0px #0d0d0d;
  border: 2.8px solid #fffff7;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  background: rgba(52,115,80,0);
  cursor: pointer;
}
.range-slider::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-slider::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000, 0px 0px 1px #0d0d0d;
}
.range-slider::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000, 0px 0px 1px #0d0d0d;
}
.range-slider::-ms-thumb {
  box-shadow: 0px 0px 0.9px #000, 0px 0px 0px #0d0d0d;
  border: 2.8px solid #fffff7;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  background: rgba(52,115,80,0);
  cursor: pointer;
  height: 8.4px;
}
.range-slider:focus::-ms-fill-lower {
  background: #3071a9;
}
.range-slider:focus::-ms-fill-upper {
  background: #367ebd;
}
.icon {
  font-family: quanton-icons;
  font-size: 0.8rem;
}
.icon.on-left {
  margin-right: 0.25rem;
}
.icon.on-right {
  margin-left: 0.25rem;
}
.icon.true:before {
  color: #40b889;
  content: 't';
}
.icon.false:before {
  color: #ff7652;
  content: 'f';
}
.link {
  cursor: pointer;
  color: #f9a710;
  font-size: 0.875em;
  text-decoration: none;
  transition: all 250ms ease;
  font-weight: 600;
}
.link:hover {
  color: #f37f20;
}
.minor {
  color: #6e6e6e;
  font-weight: 300;
}
.minor:hover {
  color: #f9a710;
}
.margin-A2 {
  margin: 30px;
}
.margin-A3 {
  margin: 20px;
}
.margin-A4 {
  margin: 60px;
}
.padding-A2 {
  padding: 30px;
}
.padding-A3 {
  padding: 20px;
}
.padding-A4 {
  padding: 60px;
}
.sortable {
  cursor: pointer;
}
.sortable .sorted-by {
  color: #5b5b5b;
  font-weight: 500;
}
.centered {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.small {
  font-size: 0.875em;
}
.large {
  font-size: 1em;
}
.info {
  font-size: 0.75em;
  line-height: 1.4;
  font-weight: 300;
}
.list-infoline {
  font-size: 0.75em;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
}
.title {
  margin: 20px 0;
}
.error {
  color: #f42525 !important;
}
.shakeOnError {
  color: #f42525 !important;
  animation: shake;
  animation-duration: 350ms;
  animation-timing-function: ease;
  animation-direction: alternate-reverse;
}
.hidden {
  display: none;
  opacity: 0;
}
.invalid {
  display: inline-flex;
  font-size: 0.6rem;
  margin-left: 1rem;
  color: color-warning;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-name: fadein;
  animation-duration: 350ms;
  animation-delay: 200ms;
}
.invalid .icon {
  line-height: 1;
  margin-right: 0.25rem;
}
.grid-test .row {
  color: #fff;
}
.grid-test .col-12 {
  background-color: #ff3860;
}
.grid-test .col-10 {
  background-color: #ff470f;
}
.grid-test .col-8 {
  background-color: #ffdd57;
}
.grid-test .col-6 {
  background-color: #23d160;
}
.grid-test .col-4 {
  background-color: #3273dc;
}
.grid-test .col-2 {
  background-color: #00d1b2;
}
.grid-test .col-1 {
  background-color: #b86bff;
}
@media screen and (max-width: 992px) {
  .grid {
    flex-grow: 1;
    align-self: stretch;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .grid {
    width: 966px;
    max-width: 966px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1170px) {
  .grid {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
  }
}
.row {
  display: flex;
  flex-direction: row;
}
.column {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.col-12 {
  width: 100%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-8 {
  width: 66.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-4 {
  width: 33.333333333333336%;
}
.col-2 {
  width: 16.666666666666668%;
}
.col-1 {
  width: 8.333333333333334%;
}
.flex {
  display: flex;
}
.center {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.middle {
  align-items: center;
}
.grow {
  flex-grow: 1;
}
.right {
  justify-content: flex-end;
  text-align: right;
}
.left {
  justify-content: flex-start;
  text-align: left;
}
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  appearance: none !important;
  border-radius: 0 !important;
}
