@import url("../fonts/quincy-cf/style.a7ffdad1c3e3.css");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

html {
  -webkit-text-size-adjust: 100%;
  --primary850: hsl(301deg, 42%, 28%);
  --neutral250: hsl(192deg, 16%, 94%);
  --secondary100: hsl(210deg, 100%, 98%);
  --secondary900: hsl(212deg, 89%, 17%);
  --yellow100: hsl(60deg, 100%, 97%);
  --ochre: hsl(37deg, 69%, 51%);
  --black: hsl(210deg, 20%, 0%);
  --gray-1: hsl(210deg, 20%, 10%);
  --gray-2: hsl(210deg, 20%, 20%);
  --gray-3: hsl(210deg, 20%, 30%);
  --gray-4: hsl(210deg, 20%, 40%);
  --gray-5: hsl(210deg, 20%, 50%);
  --gray-6: hsl(210deg, 20%, 60%);
  --gray-7: hsl(210deg, 20%, 70%);
  --gray-8: hsl(210deg, 20%, 80%);
  --gray-9: hsl(210deg, 20%, 90%);
  --gray-95: hsl(210deg, 20%, 95%);
  --white: hsl(210deg, 20%, 100%);
  --background-color: hsl(210deg, 20%, 100%);
  --body-color: #090a0a;
  --sottovoce: #090a0a;
  --hushed: #afb9be;
  --whisper: hsl(192deg, 16%, 94%);
  --quiet: hsl(210deg, 100%, 98%);
  --silent: hsl(180deg, 11%, 98%);
  --emphasis: #c859ba;
  --danger: #c859ba;
  --warning: hsl(37deg, 69%, 51%);
  --success: hsl(212deg, 89%, 17%);
  --info: hsl(212deg, 89%, 17%);
  --highlight: hsl(60deg, 100%, 97%);
  --warm-text: #342205;
  --hero: #7a007a;
  --link-unvisited: hsl(301deg, 42%, 28%);
  --link-visited: hsl(301deg, 42%, 28%);
  --link-hover: #c859ba;
  --link-active: #ffc973;
}

html {
  font-size: 14px;
}
@media (min-width: 960px) {
  html {
    font-size: 16px;
  }
}

section,
aside,
div,
article,
footer,
header,
nav,
address {
  display: block;
}

body {
  background-color: var(--background-color);
  color: var(--body-color);
  font-family: "Sequel Sans", sans-serif;
  line-height: 1.5;
  font-size: 1rem;
}

h1 {
  color: inherit;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (min-width: 960px) {
  h1 {
    font-size: 3rem;
  }
}
h1 em {
  color: var(--hero);
  font-family: "Sequel Sans", sans-serif;
}

.font_quincy {
  font-family: "Quincy CF";
}

h2 {
  color: inherit;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h3 {
  color: inherit;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

h4 {
  font-weight: 600;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1rem;
}

h5 {
  color: inherit;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

h6 {
  color: var(--sottovoce);
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

hgroup {
  margin-bottom: 3rem;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

blockquote {
  border-color: var(--whisper);
  border-style: solid;
  border-width: 1px 0;
  font-style: italic;
  margin-bottom: 3rem;
  margin-left: 4.5rem;
  margin-top: 3rem;
  margin-right: 4.5rem;
  padding: 1.5rem 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}

hr {
  border-color: var(--whisper);
  border-style: solid;
  border-width: 0 0 1px 0;
  margin-bottom: 2.25rem;
  margin-top: 2.25rem;
  padding: 0;
  width: 50%;
}

a:link {
  color: var(--link-unvisited);
  text-decoration: none;
}
a:visited {
  color: var(--link-visited);
}
a:hover {
  color: var(--link-hover);
  transition: all 0.2s ease-out;
}
a:active {
  color: var(--link-active);
}

h1 a,
h1 a:link,
h1 a:visited,
h2 a,
h2 a:link,
h2 a:visited,
h3 a,
h3 a:link,
h3 a:visited,
h4 a,
h4 a:link,
h4 a:visited,
h5 a,
h5 a:link,
h5 a:visited,
h6 a,
h6 a:link,
h6 a:visited {
  color: inherit;
  text-decoration: none;
}

strong,
b,
dfn,
var {
  font-weight: 600;
}

i,
cite,
q {
  font-style: italic;
}

u,
ins {
  text-decoration: underline;
}

del,
s {
  text-decoration: line-through;
}

small,
sup,
sub {
  font-size: 0.7rem;
}

big {
  font-size: 1.4rem;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

kbd,
code,
samp {
  font-family: "Cousine", monospace;
}

mark {
  background: var(--highlight);
}

ul,
ol {
  margin-bottom: 1.5rem;
  margin-left: 3rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  border: 1px solid var(--hushed);
  margin-bottom: 3rem;
  margin-top: 3rem;
}

tr {
  border-bottom: 1px solid var(--whisper);
}

td,
th {
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: 600;
}

thead,
tfoot {
  background-color: var(--silent);
}

.responsive-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

form ul {
  list-style-type: none;
  margin: 0;
}

fieldset {
  background-color: var(--silent);
  border: 1px solid var(--whisper);
  display: block;
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding: 0.75rem;
}

legend {
  font-weight: 600;
  padding: 0 0.75rem;
  margin-left: 1.5rem;
}

label {
  display: block;
  font-weight: 600;
}

.field-container {
  margin-bottom: 0.75rem;
}

input {
  border: 1px solid var(--whisper);
  background: hsl(210deg, 20%, 100%);
}

input,
textarea,
select,
option {
  font-family: "Sequel Sans", sans-serif;
  font-size: 1rem;
  padding: 1.5rem 1.5rem;
  color: var(--body-color);
  background-color: var(--background-color);
  border-radius: 0;
  box-shadow: 0 0 0;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="color"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="datetime"],
input[type="datetime-local"] {
  border-color: var(--whisper);
  border-radius: 0;
  border-width: 1px;
  color: var(--body-color);
  padding: 0.5rem;
  width: 90%;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder {
  color: var(--hushed);
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder {
  opacity: 1;
  color: var(--hushed);
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder {
  opacity: 1;
  color: var(--hushed);
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder {
  color: var(--hushed);
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  font-family: "Sequel Sans", sans-serif;
  margin: 0;
  font-size: 1rem;
  background-color: var(--hushed);
  border: 1px solid var(--hushed);
  border-radius: 2rem;
  color: var(--body-color);
  display: inline-block;
  font-weight: 600;
  padding: 0.375rem 1.5rem !important;
  text-align: center;
  text-decoration: none;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

input[type="submit"] {
  background-color: var(--link-unvisited);
}

input[type="reset"] {
  background-color: var(--whisper);
}

*[title="Required"],
.required {
  color: var(--danger);
}

.is-error {
  border: 2px solid var(--danger) !important;
}
.is-error::-webkit-input-placeholder {
  color: var(--danger);
}
.is-error:-moz-placeholder {
  opacity: 1;
  color: var(--danger);
}
.is-error::-moz-placeholder {
  opacity: 1;
  color: var(--danger);
}
.is-error:-ms-input-placeholder {
  color: var(--danger);
}

label.error {
  color: var(--danger);
}

.is-valid {
  border: 2px solid var(--success) !important;
}
.is-valid::-webkit-input-placeholder {
  color: var(--success);
}
.is-valid:-moz-placeholder {
  opacity: 1;
  color: var(--success);
}
.is-valid::-moz-placeholder {
  opacity: 1;
  color: var(--success);
}
.is-valid:-ms-input-placeholder {
  color: var(--success);
}

label.valid {
  color: var(--success);
}

.options label {
  font-weight: 400;
}

.masthead {
  position: fixed;
  background-color: var(--background-color);
  border-bottom: 1px solid var(--whisper);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 960px) {
  .masthead {
    position: fixed;
  }
}
.masthead__navwrapper--mobile,
.masthead__navwrapper--desktop {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.masthead__navwrapper--mobile {
  padding: 0;
}

.masthead__navwrapper--mobile a.button {
  height: 3rem;
  width: 3rem;
  padding: 0;
}
.masthead__navwrapper--mobile a.button .fak::before {
  margin-right: 0 !important;
}
@media (min-width: 1100px) {
  .masthead__navwrapper--mobile {
    display: none;
  }
}
.masthead__navwrapper--desktop {
  display: none;
}
@media (min-width: 768px) {
  .masthead__navwrapper--desktop {
    display: flex;
  }
}

.welcome {
  position: relative;
  z-index: -1;
}

.goog-te-gadget-icon {
  background-image: url("/static/img/google-logo.svg") !important;
  background-position: 0 !important;
}
.goog-te-menu-value,
.goog-te-gadget-simple {
  display: flex !important;
}

#google_translate_element1 .goog-te-gadget-simple,
#google_translate_element .goog-te-gadget-simple {
  border-radius: 10rem;
  padding: 7px;
  border-color: var(--whisper);
}

#google_translate_element1 .goog-te-gadget-simple > span > a > img,
#google_translate_element .goog-te-gadget-simple > span > a > img,
#google_translate_element1 .goog-te-gadget-simple > span > a > span:nth-of-type(2),
#google_translate_element .goog-te-gadget-simple > span > a > span:nth-of-type(2) {
  display: none;
}

a.button {
  align-items: center;
  background-color: var(--hero);
  border-color: var(--hero);
  border-radius: 10rem;
  border-style: solid;
  border-width: 1px;
  color: var(--background-color);
  display: inline-flex;
  font-weight: 420;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
a.button .fak::before,
a.button .fa-brands::before {
  display: block;
  height: auto;
  margin-right: 0.25rem;
  min-width: 13.3px;
}
a.button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.2s ease-out;
}
a.button {
  font-size: 1.125rem;
  padding: 0.75rem 2rem;
}
a.button.small {
  font-size: 1rem;
  padding: 0.375rem 1.25rem;
}
a.button.large {
  font-size: 2rem;
  padding: 1.25rem 3rem;
}
a.button.purple-outline {
  background-color: var(--background-color);
  border-color: var(--whisper);
  color: var(--hero);
}
a.button.white-hollow {
  border-color: var(--background-color);
}
a.button.black-ghost {
  background-color: transparent;
  border-color: transparent;
  color: black;
}
a.button.purple-ghost {
  background-color: transparent;
  border-color: transparent;
  color: #7a007a;
}

.inline-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0;
}
.inline-list li {
  padding-right: 0.375rem;
}
.inline-list li:last-child {
  padding-right: 0;
}

.logo {
  display: block;
}


.row__outer {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media (min-width: 960px) {
  .row__outer {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.row__inner {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media (min-width: 960px) {
  .row__inner {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 1464px) {
  .row__inner {
    content: " ";
    display: block;
    clear: both;
  }
}
.row__way-inner {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media (min-width: 960px) {
  .row__way-inner {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 1216px) {
  .row__way-inner {
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
    content: " ";
    display: block;
    clear: both;
  }
}

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

.columns {
  display: flex;
  flex-direction: row;
}

.column {
  flex: 1 1 0;
  margin-right: 1.5rem;
}
.column:last-child {
  margin-right: 0;
}

.hide {
  display: none;
}

.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
