@import url(https://fonts.googleapis.com/css?family=Dosis:400);@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700);a,
a:after,
a:before,
button,
input,
label,
textarea {
  -webkit-transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s cubic-bezier(0.4, 0, 0.2, 1), border 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s cubic-bezier(0.4, 0, 0.2, 1), padding 0.25s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), height 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), left 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), right 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), top 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), bottom 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), -webkit-transform 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99);
  transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s cubic-bezier(0.4, 0, 0.2, 1), border 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s cubic-bezier(0.4, 0, 0.2, 1), padding 0.25s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), height 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), left 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), right 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), top 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), bottom 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), -webkit-transform 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99);
  transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s cubic-bezier(0.4, 0, 0.2, 1), border 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s cubic-bezier(0.4, 0, 0.2, 1), padding 0.25s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), height 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), left 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), right 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), top 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), bottom 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), transform 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99);
  transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s cubic-bezier(0.4, 0, 0.2, 1), border 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s cubic-bezier(0.4, 0, 0.2, 1), padding 0.25s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), height 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), left 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), right 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), top 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), bottom 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), transform 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99), -webkit-transform 0.2s cubic-bezier(0.53, 0.01, 0.38, 0.99);
}

@-webkit-keyframes fadeAndSlideInAndOut {
  0% {
    margin: 2em 0.5em 0.5em;
    padding: 0;
    opacity: 0;
    height: 0;
  }

  1% {
    height: auto;
    padding: 1.5em 2em 1.75em;
  }

  10% {
    margin: 0.5em;
    opacity: 1;
  }

  90% {
    margin: 0.5em;
    opacity: 1;
  }

  99% {
    height: auto;
    padding: 1.5em 2em 1.75em;
  }

  100% {
    margin: 2em 0.5em 0.5em;
    opacity: 0;
    height: 0;
    padding: 0;
  }
}

@keyframes fadeAndSlideInAndOut {
  0% {
    margin: 2em 0.5em 0.5em;
    padding: 0;
    opacity: 0;
    height: 0;
  }

  1% {
    height: auto;
    padding: 1.5em 2em 1.75em;
  }

  10% {
    margin: 0.5em;
    opacity: 1;
  }

  90% {
    margin: 0.5em;
    opacity: 1;
  }

  99% {
    height: auto;
    padding: 1.5em 2em 1.75em;
  }

  100% {
    margin: 2em 0.5em 0.5em;
    opacity: 0;
    height: 0;
    padding: 0;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html,
body {
  height: 100%;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media all and (max-width: 768px) {
  html,
  body {
    font-size: 11px;
  }
}

body {
  background-color: #EDEDED;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#EDEDED));
  background-image: linear-gradient(to bottom, #F7F7F7, #EDEDED);
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Open Sans", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161616;
  position: relative;
  z-index: 1;
}

body,
body * {
  overflow-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

body:focus,
body *:focus {
  outline: none;
}

::-moz-selection {
  background-color: #430048;
  color: #FFFFFF;
}

::selection {
  background-color: #430048;
  color: #FFFFFF;
}

[type=submit]:not(.link),
button:not(.link),
.button,
.cta {
  display: inline-block;
  padding: 1em 1.75em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  border-radius: 2em;
  box-shadow: 0 0.15em 0.75em rgba(84, 31, 57, 0.2);
}

[type=submit]:not(.link):not([disabled]):focus,
[type=submit]:not(.link):not([disabled]):hover,
button:not(.link):not([disabled]):focus,
button:not(.link):not([disabled]):hover,
.button:not([disabled]):focus,
.button:not([disabled]):hover,
.cta:not([disabled]):focus,
.cta:not([disabled]):hover {
  cursor: pointer;
}

[type=submit]:not(.link):not([disabled]):focus,
button:not(.link):not([disabled]):focus,
.button:not([disabled]):focus,
.cta:not([disabled]):focus {
  text-transform: inherit;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

button:not(.link),
.button {
  width: auto;
  background-color: #FFFFFF;
  border: 1px solid #C4C6CC;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#FFFFFF));
  background-image: linear-gradient(to right, transparent, #FFFFFF);
}

button:not(.link):not([disabled]):focus,
button:not(.link):not([disabled]):hover,
.button:not([disabled]):focus,
.button:not([disabled]):hover {
  border-color: #A65B52;
  background-color: #F7F7F7;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#FFFFFF));
  background-image: linear-gradient(to right, transparent, #FFFFFF);
  color: #8F2635;
  box-shadow: 0 0.15em 1em rgba(140, 35, 80, 0.4);
}

button.cta,
.cta {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #71284E;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#71284E));
  background-image: linear-gradient(to right, transparent, #71284E);
  color: white;
  border: none;
}

button.cta:not(.button--small),
.cta:not(.button--small) {
  margin-top: 1.5em;
}

button.cta:not([disabled]):focus,
button.cta:not([disabled]):hover,
.cta:not([disabled]):focus,
.cta:not([disabled]):hover {
  color: #FFFFFF;
  border: none;
  background-color: #8F2635;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#71284E));
  background-image: linear-gradient(to right, transparent, #71284E);
  box-shadow: 0 0.15em 1.25em rgba(140, 35, 80, 0.4);
}

[type=submit].button--small,
button.button--small,
.cta.button--small,
.button--small {
  display: inline-block;
  padding: 0.5em 1.25em;
  margin-left: 0;
  margin-right: 0;
}

[type=submit].button--small + [type=submit].button--small,
[type=submit].button--small + button.button--small,
[type=submit].button--small + .cta.button--small,
[type=submit].button--small + .button--small,
button.button--small + [type=submit].button--small,
button.button--small + button.button--small,
button.button--small + .cta.button--small,
button.button--small + .button--small,
.cta.button--small + [type=submit].button--small,
.cta.button--small + button.button--small,
.cta.button--small + .cta.button--small,
.cta.button--small + .button--small,
.button--small + [type=submit].button--small,
.button--small + button.button--small,
.button--small + .cta.button--small,
.button--small + .button--small {
  margin-left: 0.75em;
}

code,
pre,
kbd {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  color: #FFFFFF;
  background-color: #595250;
  white-space: pre;
  padding: 0.25em 0.33em;
  border-radius: 0.25em;
}

pre {
  margin-bottom: 0.75em;
}

kbd {
  background-color: #595250;
  border-bottom: 0.25em solid #161616;
  border-right: 0.2em solid #161616;
}

body > footer {
  border-top: 3px solid #C04848;
  background-color: #F7F7F7;
  z-index: 4;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::placeholder {
  color: inherit;
  opacity: 0.5;
}

label,
input,
select,
button,
textarea {
  display: inline-block;
  font-family: "Open Sans", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #161616;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
select,
textarea {
  min-width: 25%;
  padding: 0.5em 1.5em;
  border: none;
  border-bottom: 0.15em solid #430048;
  background-color: #EDEDED;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):hover,
select:hover,
textarea:hover {
  cursor: pointer;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
select:focus,
textarea:focus {
  border-color: #C04848;
  background-color: #F7F7F7;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 2px solid rgba(140, 35, 80, 0.4);
  box-shadow: 0 0 0.33em rgba(140, 35, 80, 0.4);
}

input[type=checkbox]:focus + label,
input[type=radio]:focus + label {
  font-style: italic;
}

textarea {
  min-height: 6em;
  resize: vertical;
}

h1,
h2,
h3,
h4 {
  font-family: "Dosis", cursive;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin: 0.5em 0 0.33em;
}

h1 {
  font-size: 3rem;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

h2 {
  font-size: 2.5rem;
}

h2 a {
  text-decoration: none;
}

h2 a:focus {
  text-transform: inherit;
  font-style: italic;
}

h3 {
  font-size: 1.75rem;
  margin-top: 1.25em;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
}

a,
.link {
  display: inline-block;
  margin: 0;
  text-decoration: underline;
  color: #430048;
  font-style: normal;
  background: none;
  border: none;
  box-shadow: none;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  cursor: pointer;
  color: #C04848;
  box-shadow: none;
  background: none;
}

a:focus,
.link:focus {
  text-transform: uppercase;
}

a[disabled],
.link[disabled] {
  cursor: not-allowed;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

main ol,
main ul {
  line-height: 1.75;
  padding: 1.5em;
  border-radius: 1em;
}

main li {
  padding: 0.2em 1em;
  background-color: #FFFFFF;
}

main li:nth-child(n+2) {
  border-top: 1px solid #EDEDED;
}

main li:nth-child(odd) {
  background-color: #F7F7F7;
}

main > section {
  margin: 0 auto 2.5em;
  padding: 1em 0 1.5em;
  clear: both;
}

table {
  width: 100%;
  margin: 1em auto 1.5em;
}

.table__outer {
  overflow-x: auto;
}

th[scope=col] {
  padding: 0.5em 0.33em 1em;
}

td {
  padding: 0.33em 0.33em 0.5em;
}

tr {
  background-color: #FFFFFF;
}

tr:nth-child(odd) {
  background-color: #F7F7F7;
}

tr + tr {
  border-top: 1px solid #EDEDED;
}

strong,
b {
  font-weight: 700;
}

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

p,
dl,
ol,
ul,
blockquote,
pre,
table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25em;
}

p:nth-child(n+2),
dl:nth-child(n+2),
ol:nth-child(n+2),
ul:nth-child(n+2),
blockquote:nth-child(n+2),
pre:nth-child(n+2),
table:nth-child(n+2) {
  margin-top: 0.75em;
}

p:last-of-type,
dl:last-of-type,
ol:last-of-type,
ul:last-of-type,
blockquote:last-of-type,
pre:last-of-type,
table:last-of-type {
  margin-bottom: 0;
}

p:empty {
  display: none;
}

blockquote {
  border-left: 0.25em solid #430048;
  font-size: 1.75rem;
  padding: 0.5em 1.25em;
  max-width: 80%;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 1.25em;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

abbr {
  border-bottom: 1px dotted;
  cursor: help;
}

small {
  font-size: 1.25rem;
}

.o-card--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17em, 1fr));
  row-gap: 2rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.o-card--grid > [class] + [class] {
  margin: 0;
}

.o-grid__container {
  display: grid;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2rem;
}

.o-grid__container > * {
  margin: 0;
}

.o-grid__3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.o-grid__3--full {
  grid-column: 1/4;
}

.o-form {
  display: grid;
  grid-template-columns: minmax(-webkit-min-content, 1fr) minmax(auto, 2fr);
  grid-template-columns: minmax(min-content, 1fr) minmax(auto, 2fr);
  grid-gap: 1.75em 1em;
  -webkit-box-align: start;
          align-items: start;
  margin-bottom: 1.75em;
  text-align: left;
}

@media all and (max-width: 1000px) {
  .o-form {
    grid-template-columns: minmax(190px, 1fr);
    grid-row-gap: 0.75em;
  }
}

.o-form__group {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1.5em;
}

.o-form__label {
  text-align: right;
  padding: 0.75em 0;
}

@media all and (max-width: 1000px) {
  .o-form__label {
    text-align: left;
  }
}

@media all and (max-width: 1000px) {
  .o-form__label:first-of-type {
    padding: 0;
  }
}

@media all and (max-width: 1000px) {
  .o-form__label:nth-of-type(n+2) {
    padding: 1.25em 0 0;
  }
}

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

.o-form__submit {
  text-align: center;
}

.o-form__full,
.o-form__error,
.o-form__submit {
  grid-column: 1/-1;
}

.o-layout--holy {
  display: grid;
  grid-template-columns: minmax(0, 72%) minmax(0, 28%);
  -webkit-box-align: start;
          align-items: start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

@media all and (max-width: 1000px) {
  .o-layout--holy {
    grid-template-columns: 100%;
  }
}

.o-layout--centered {
  display: grid;
  -webkit-box-align: center;
          align-items: center;
  justify-items: center;
  align-content: center;
}

.o-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media all and (max-width: 1000px) {
  .o-sidebar {
    position: absolute;
    min-width: 35px;
    min-height: 35px;
    top: 24px;
    right: 24px;
    margin: 0;
  }
}

.o-sidebar .c-burger__lines,
.o-sidebar .c-burger__check {
  display: none;
}

@media all and (max-width: 1000px) {
  .o-sidebar .c-burger__lines,
  .o-sidebar .c-burger__check {
    display: block;
  }
}

.o-media {
  display: -webkit-box;
  display: flex;
}

.o-media__img {
  margin: 0 1.5em 0 0;
}

.o-media__text {
  -webkit-box-flex: 1;
          flex: 1;
}

.o-media__text h2 {
  text-align: left;
  font-size: 1.75rem;
}

.o-media--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.o-media--right .o-media__img {
  margin: 0 0 0 1.5em;
}

.o-media--right .o-media__text h2 {
  text-align: right;
}

.o-media--center {
  -webkit-box-align: center;
          align-items: center;
}

.o-wrapper {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.o-wrapper--smaller {
  max-width: 1024px;
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
          flex: 1;
}

.c-app-name {
  text-align: center;
}

.c-app-name__link {
  margin: 0.5em 0 0;
  font-family: "Dosis", cursive;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-decoration: none;
  color: #595250;
  opacity: 0.9;
}

.c-app-name__link:hover {
  color: #430048;
}

@media all and (max-width: 1000px) {
  .c-burger__content {
    display: none;
  }
}

.c-burger__lines,
.c-burger__check {
  position: absolute;
}

.c-burger__check {
  width: 28px;
  height: 28px;
  cursor: pointer;
  opacity: 0;
  z-index: 6;
  -webkit-touch-callout: none;
}

.c-burger__check:hover ~ .c-burger__lines {
  opacity: 1;
}

.c-burger__check:checked {
  position: fixed;
}

.c-burger__check:checked,
.c-burger__check:checked ~ .c-burger__lines {
  top: 24px;
  right: 24px;
}

.c-burger__check:checked ~ .c-burger__lines {
  position: fixed;
}

.c-burger__check:checked ~ .c-burger__lines .c-burger__line {
  opacity: 0.9;
}

.c-burger__check:checked ~ .c-burger__lines .c-burger__line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(3px, -2px);
          transform: rotate(45deg) translate(3px, -2px);
}

.c-burger__check:checked ~ .c-burger__lines .c-burger__line:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

.c-burger__check:checked ~ .c-burger__lines .c-burger__line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(2px, 3px);
          transform: rotate(-45deg) translate(2px, 3px);
}

.c-burger__check:checked ~ .c-burger__content {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #EDEDED;
  padding: 2em 1.25em 3em;
}

.c-burger__lines {
  z-index: 5;
  background-color: #C4C6CC;
  border: 1px solid #FFFFFF;
  padding: 10px 8px 6px;
  border-radius: 100%;
  opacity: 0.6;
  -webkit-transition: opacity 0.55s ease;
  transition: opacity 0.55s ease;
}

.c-burger__lines .c-burger__line {
  width: 18px;
  height: 2px;
  margin-bottom: 4px;
  background: #161616;
  border-radius: 3px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.c-burger__lines .c-burger__line:nth-child(1) {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.c-burger__lines .c-burger__line:nth-child(2) {
  -webkit-transform-origin: 4px 0;
          transform-origin: 4px 0;
}

.c-burger__lines .c-burger__line:nth-child(3) {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.c-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-color: #FFFFFF;
  box-shadow: 0 0.25em 0.5em rgba(84, 31, 57, 0.2);
  padding: 0.75em 1.5em 1.25em;
  border-radius: 0.75em;
}

.c-card + .c-card {
  margin-top: 1.5em;
}

.c-card__header,
.c-card__footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  overflow-wrap: normal;
}

.c-card__header :first-child,
.c-card__footer :first-child {
  -webkit-box-flex: 1;
          flex: 1;
}

.c-card h2 {
  margin: 0;
}

.c-card__subtitle {
  margin-top: -0.5em;
}

.c-card__subtitle a {
  font-family: "Open Sans", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.3em;
  opacity: 0.7;
}

.c-card__main {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 1.25em 0;
}

.c-card__percent {
  font-weight: 700;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.c-card__percent:before {
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  border-radius: 100%;
  margin-right: 0.33em;
  background-color: #595250;
}

.c-card__percent--low {
  color: #8F2635;
}

.c-card__percent--low:before {
  background-color: #8F2635;
}

.c-card__percent--high {
  color: #6291B3;
}

.c-card__percent--high:before {
  background-color: #6291B3;
}

.c-confirm-box {
  padding: 1.75em 3em;
  background-color: #FFFFFF;
  -webkit-transition: none;
  transition: none;
  border-radius: 1rem;
  max-width: 720px;
}

.c-confirm-box__container {
  position: fixed;
  display: grid;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0.75em 2em;
  z-index: 9;
  background-color: rgba(20, 5, 10, 0.33);
  -webkit-transition: none;
  transition: none;
}

.c-confirm-box__body {
  margin: 1em auto;
}

.c-confirm-box__actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.c-message {
  width: 720px;
  background-color: #F7F7F7;
  border: 1px solid #EDEDED;
  border-radius: 1rem;
  margin: 3em auto;
  padding: 2em 2em 2.5em;
}

.c-more__link {
  border-radius: 100%;
  height: 2em;
  width: 2em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 1px solid transparent;
}

.c-more__link:hover,
.c-more__link:focus {
  background-color: #F7F7F7;
  border: 1px solid #EDEDED;
}

.c-notification {
  padding: 0;
  margin-top: 1em;
  opacity: 0;
  height: 0;
  background-color: #FFFFFF;
  border-radius: 0.5em 0.5em;
  box-shadow: 0 0.25em 1em rgba(84, 31, 57, 0.2);
  font-size: 1.25rem;
  color: #161616;
  -webkit-animation-name: fadeAndSlideInAndOut;
          animation-name: fadeAndSlideInAndOut;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  z-index: 7;
}

.c-notification__list {
  position: fixed;
  top: 2rem;
  right: 2.5rem;
  width: 90%;
  max-width: 540px;
  z-index: 7;
}

.c-notification:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.c-pagination {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5em;
}

.c-pagination--top {
  margin-top: 0;
  -webkit-box-pack: center;
          justify-content: center;
}

.c-pagination__link {
  display: inline-block;
  font-variant: all-small-caps;
  margin-bottom: 1em;
}

.c-pagination__link--current {
  background-image: none;
  border-color: #430048;
  font-weight: 700;
}

.c-pagination__button {
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  border-radius: 2em;
  box-shadow: 0 0.15em 0.75em rgba(84, 31, 57, 0.2);
  background-color: #FFFFFF;
}

.c-pagination__button .c-pagination__link {
  padding: 0.75em 0.75em;
  margin: 0;
  border: 1px solid #C4C6CC;
  text-decoration: none;
}

.c-pagination__button .c-pagination__link--current {
  background-color: #EDEDED;
}

.c-pagination__button .c-pagination__link:nth-child(n+2) {
  margin-left: -1px;
}

.c-pagination__button .c-pagination__link:first-child {
  padding-left: 1.25em;
  border-radius: 2em 0 0 2em;
}

.c-pagination__button .c-pagination__link:last-child {
  padding-right: 1.25em;
  border-radius: 0 2em 2em 0;
}

.c-pagination__button .c-pagination__link:not(.disabled):hover,
.c-pagination__button .c-pagination__link:not(.disabled):focus {
  background-color: #EDEDED;
  border-color: #A65B52;
  z-index: 2;
}

.c-side-nav {
  z-index: 4;
}

.c-side-nav__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.2em 0.75em;
  border-radius: 0.2em;
  border: 1px solid transparent;
  border-left-width: 0.2em;
}

.c-side-nav__link:nth-child(n+2) {
  margin-top: 0.5em;
}

.c-side-nav__link:hover {
  border-left-color: #C04848;
}

.c-side-nav__link button {
  text-align: left;
  padding: 0;
}

.c-side-nav__link--current {
  background-color: #FFFFFF;
  border-color: #EDEDED;
  border-left-color: #430048;
}

.c-side-nav__link--current:hover {
  background-color: #FFFFFF;
}

.c-side-nav__icon {
  height: 1em;
  width: 1em;
  min-width: 1em;
  margin-right: 0.5em;
}

.c-side-nav__group:nth-child(n+2) {
  margin-top: 2.25em;
}

.c-small-list {
  max-height: 175px;
  overflow: auto;
  padding: 0;
  margin: 0;
}

.c-smaller {
  font-size: 1.25rem;
  margin-top: 0.75em;
}

.c-table-list {
  display: grid;
  grid-template-columns: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content) 1fr;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) 1fr;
  border-radius: 1em;
  overflow-x: auto;
}

.c-table-list a {
  text-decoration: none;
}

.c-table-list > div {
  background-color: #FFFFFF;
  padding: 0.75em 0.5em;
}

.c-table-list > div:nth-child(3n+1) {
  padding-left: 1em;
}

.c-table-list > div:nth-child(3n+3) {
  padding-right: 1em;
}

.c-table-list > div:nth-child(6n+1),
.c-table-list > div:nth-child(6n+2),
.c-table-list > div:nth-child(6n+3) {
  background-color: #F7F7F7;
}

.c-table-list > div:nth-child(3n+4),
.c-table-list > div:nth-child(3n+5),
.c-table-list > div:nth-child(3n+6) {
  border-top: 1px solid #EDEDED;
}

.c-table-list__state,
.c-table-list__to {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.c-table-list__state-elem {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.25em 0.5em;
  background-color: #EDEDED;
  border-radius: 2.5em;
  border: 1px solid #C4C6CC;
  font-size: 1.25rem;
  font-style: italic;
  color: #595250;
}

.c-table-list__icon {
  height: 1.25rem;
}

.c-table-list__session {
  opacity: 0.7;
  font-size: 1.25rem;
}

.c-table-list__actions {
  text-align: right;
}

.c-tabs {
  text-align: center;
  margin: 0.5em auto 1.5em;
}

.c-tabs__tab {
  font-size: 1.5rem;
  font-weight: 700;
  font-variant: all-small-caps;
  text-decoration: none;
  letter-spacing: 0.33em;
  color: #595250;
  padding: 0.2em 0.75em;
  position: relative;
  opacity: 0.8;
}

.c-tabs__tab + .c-tabs__tab {
  margin-left: 0.75em;
}

.c-tabs__tab:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0.2em;
  margin: 0 auto;
  background-color: transparent;
}

.c-tabs__tab:hover,
.c-tabs__tab:focus {
  opacity: 1;
}

.c-tabs__tab:hover:after,
.c-tabs__tab:focus:after {
  width: 50%;
  background-color: #C04848;
}

.c-tabs__tab--current:after {
  width: 65%;
  background-color: #71284E;
}

.c-tchr-list {
  border-radius: 1em;
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.c-tchr-list__item {
  padding: 0.75em 1.25em 1.25em;
}

.c-tchr-list__item--one-line {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.c-tchr-list__item--one-line .c-tchr-list__actions {
  display: none;
}

.c-tchr-list__item--one-line:hover .c-tchr-list__actions,
.c-tchr-list__item--one-line:focus-within .c-tchr-list__actions {
  display: block;
}

.c-tchr-list__title a {
  text-decoration: none;
}

.c-tchr-list__locations {
  opacity: 0.7;
  font-size: 1.25rem;
}

.c-tchr-list__actions {
  text-align: right;
}

.c-timeline {
  position: relative;
  height: 0.5rem;
  margin: 6.30835rem 1.33335rem 1.5rem;
}

.c-timeline__event {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #C4C6CC;
}

.c-timeline__event--in-time {
  top: auto;
  border-top: 0.25rem dashed #595250;
  bottom: 0.05rem;
  background-color: transparent;
}

.c-timeline__event--late {
  background-color: #C04848;
}

.c-timeline__info {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 2.6667rem;
  height: 2.6667rem;
  margin-right: 0.25rem;
  background-color: #595250;
  border-radius: 100%;
}

.c-timeline__info--tmln {
  position: absolute;
  top: 50%;
  z-index: 3;
  cursor: help;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.c-timeline__info--today {
  background-color: #71284E;
}

.c-timeline__info--deadline {
  background-color: #8F2635;
}

.c-timeline__info--created_at {
  background-color: #430048;
}

.c-timeline__icon {
  color: #FFFFFF;
  width: 50%;
  height: 50%;
}

.c-timeline__texts {
  position: relative;
  margin-bottom: 5.975rem;
}

@media all and (max-width: 768px) {
  .c-timeline__texts {
    display: none;
  }
}

.c-timeline__text {
  position: absolute;
  padding: 0.75rem 1.25rem;
  border: 1px solid #EDEDED;
  background-color: #F7F7F7;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
}

.c-timeline__text:nth-child(even) {
  margin-top: -6.80835rem;
}

.c-timeline__captions {
  display: none;
}

@media all and (max-width: 768px) {
  .c-timeline__captions {
    display: block;
  }
}

.c-timeline__caption {
  display: block;
  margin-top: 2rem;
}

.c-timeline__caption + .c-timeline__caption {
  margin-top: 1rem;
}

.guest-header {
  box-sizing: content-box;
  margin: -2.25rem -2.25rem 2rem;
  padding: 1rem 2.25rem 1.5rem;
  background: -webkit-gradient(linear, left top, right bottom, from(#430048), to(#C04848));
  background: linear-gradient(to bottom right, #430048, #C04848);
  border-radius: 1rem 1rem 0 0;
  color: #FFFFFF;
  text-align: left;
}

.guest-header__heading {
  font-size: 2.5rem;
}

.guest-main {
  -webkit-box-flex: 0;
          flex: 0;
  max-width: 720px;
  padding: 2.25rem 2.25rem 5rem;
  margin: 1em auto 1.5em;
  background-color: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1rem rgba(84, 31, 57, 0.2);
  position: relative;
  text-align: center;
}

.guest-main:after {
  content: "";
  display: block;
  height: 0.75rem;
  border-radius: 0 0 1rem 1rem;
  background: -webkit-gradient(linear, right top, left top, from(#71284E), to(#C04848));
  background: linear-gradient(to left, #71284E, #C04848);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-header {
  background: -webkit-gradient(linear, left top, right bottom, from(#430048), to(#C04848));
  background: linear-gradient(to bottom right, #430048, #C04848);
  color: #FFFFFF;
  padding-top: 3.25rem;
  padding-bottom: 6rem;
}

.main-main {
  min-height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.main-main__content {
  margin-top: -4.5rem;
  padding: 2rem 5rem 6rem;
  background-color: #FFFFFF;
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0 0.25rem 1rem rgba(84, 31, 57, 0.2);
  -webkit-box-flex: 1;
          flex: 1;
}

.main-main--index .main-main__content {
  margin-top: 0;
  padding: 2rem 0 6rem;
  box-shadow: none;
  background-color: transparent;
}

input[disabled],
button[disabled],
.disabled {
  cursor: not-allowed !important;
}

button[disabled],
.button.disabled,
.c-pagination__link.disabled {
  border: 1px solid #595250;
  background-color: #C4C6CC;
  background-image: none;
  color: #161616;
  opacity: 0.5;
}

.d-i,
.d-inline {
  display: inline;
}

.d-i-b,
.d-inline-block {
  display: inline-block;
}

.d-b,
.d-block {
  display: block;
}

.js-only {
  display: none;
}

.js .js-only {
  display: block !important;
}

.js .js-only--inline {
  display: inline !important;
}

.js .no-js-only {
  display: none !important;
}

.sr-only,
.screen-reader-text,
.sr-only-focusable:not(:focus),
.sr-only-focusable__container:not(:focus-within) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable {
  padding: 0.75em 2em;
  background-color: #FFFFFF !important;
  -webkit-transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.sr-only-focusable__container {
  position: fixed;
  display: grid;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0.75em 2em;
  z-index: 8;
  background-color: rgba(20, 5, 10, 0.33) !important;
  -webkit-transition: none;
  transition: none;
}

