@charset "UTF-8";
@media (min-width: 992px) {
  .hide-on-large {
    display: none !important; } }

@media (max-width: 992px) {
  .hide-on-large-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hide-on-medium-up {
    display: none !important; } }

@media (max-width: 768px) {
  .hide-on-medium-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hide-on-small-up {
    display: none !important; } }

.text-white {
  color: #4FD8CB; }

img.lazyload {
  opacity: 0;
  transition: 500ms opacity; }
  img.lazyload.lazyloaded {
    opacity: 1; }

.border-5 {
  border-radius: 0.5rem; }

@font-face {
  font-family: "CadizWeb";
  font-style: normal;
  font-weight: 400;
  src: url("../jcoboot/fonts/CadizWeb-Regular.eot");
  src: url("../jcoboot/fonts/CadizWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../jcoboot/fonts/CadizWeb-Regular.woff2") format("woff2"), url("../jcoboot/fonts/CadizWeb-Regular.woff") format("woff"); }

@font-face {
  font-family: "CadizWeb";
  font-style: italic;
  font-weight: 400;
  src: url("../jcoboot/fonts/CadizWeb-RegularItalic.eot");
  src: url("../jcoboot/fonts/CadizWeb-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../jcoboot/fonts/CadizWeb-RegularItalic.woff2") format("woff2"), url("../jcoboot/fonts/CadizWeb-RegularItalic.woff") format("woff"); }

@font-face {
  font-family: "CadizWeb";
  font-style: normal;
  font-weight: 300;
  src: url("../jcoboot/fonts/CadizWeb-Light.eot");
  src: url("../jcoboot/fonts/CadizWeb-Light.eot?#iefix") format("embedded-opentype"), url("../jcoboot/fonts/CadizWeb-Light.woff2") format("woff2"), url("../jcoboot/fonts/CadizWeb-Light.woff") format("woff"); }

@font-face {
  font-family: "CadizWeb";
  font-style: normal;
  font-weight: 600;
  src: url("../jcoboot/fonts/CadizWeb-Bold.eot");
  src: url("../jcoboot/fonts/CadizWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../jcoboot/fonts/CadizWeb-Bold.woff2") format("woff2"), url("../jcoboot/fonts/CadizWeb-Bold.woff") format("woff"); }

@font-face {
  font-family: "NewBaskervilleStd-SemiBold";
  font-style: normal;
  font-weight: 500;
  src: url("../jcoboot/fonts/394D92_0_0.eot");
  src: url("../jcoboot/fonts/394D92_0_0.eot?#iefix") format("embedded-opentype"), url("../jcoboot/fonts/394D92_0_0.woff2") format("woff2"), url("../jcoboot/fonts/394D92_0_0.woff") format("woff"); }

@font-face {
  font-family: "NewBaskervilleStd-SemiBoldIt";
  font-style: normal;
  font-weight: 500;
  src: url("../jcoboot/fonts/394D92_1_0.eot");
  src: url("../jcoboot/fonts/394D92_1_0.eot?#iefix") format("embedded-opentype"), url("../jcoboot/fonts/394D92_1_0.woff2") format("woff2"), url("../jcoboot/fonts/394D92_1_0.woff") format("woff"); }

@font-face {
  font-family: "NewBaskervilleStd-Roman";
  font-style: normal;
  font-weight: 500;
  src: url("../jcoboot/fonts/394D92_5_0.eot");
  src: url("../jcoboot/fonts/394D92_5_0.eot?#iefix") format("embedded-opentype"), url("../jcoboot/fonts/394D92_5_0.woff2") format("woff2"), url("../jcoboot/fonts/394D92_5_0.woff") format("woff"); }

@font-face {
  font-family: "NewBaskervilleStd-RomanIt";
  font-style: normal;
  font-weight: 500;
  src: url("../jcoboot/fonts/394D92_4_0.eot");
  src: url("../jcoboot/fonts/394D92_4_0.eot?#iefix") format("embedded-opentype"), url("../jcoboot/fonts/394D92_4_0.woff2") format("woff2"), url("../jcoboot/fonts/394D92_4_0.woff") format("woff"); }

.letter-spacing-1 {
  letter-spacing: 1px; }

.display-font {
  font-family: "sans-serif"; }

.sans {
  font-family: "CadizWeb", sans-serif; }

.size-0-5 {
  font-size: 0.25rem;
  line-height: 0.5rem; }

.size-0-75 {
  font-size: 0.55rem;
  line-height: 0.75rem; }

.size-1 {
  font-size: 0.7rem;
  line-height: 1rem; }

.size-1-25 {
  font-size: 0.9rem;
  line-height: 1.25rem; }

.size-1-5 {
  font-size: 1.25rem;
  line-height: 1.5rem; }

.size-1-75 {
  font-size: 1.5rem;
  line-height: 1.75rem; }

.size-2 {
  font-size: 1.8rem;
  line-height: 2rem; }

.size-2-25 {
  font-size: 2.15rem;
  line-height: 2.3rem; }

.line-0-75 {
  line-height: 0.75rem; }

.line-1 {
  line-height: 1rem; }

.line-1-25 {
  line-height: 1.25rem; }

.line-1-5 {
  line-height: 1.5rem; }

.line-1-75 {
  line-height: 1.75rem; }

.line-2 {
  line-height: 2rem; }

.weight-300 {
  font-weight: 300; }

.weight-400 {
  font-weight: 400; }

.weight-600,
.bold,
strong,
b {
  font-weight: 600; }

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

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

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

.vertical-align-middle {
  vertical-align: middle; }

.vertical-align-top {
  vertical-align: top; }

.vertical-align-bottom {
  vertical-align: bottom; }

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

.uppercase {
  text-transform: uppercase; }

.italic {
  font-style: normal; }

.underlined {
  border-bottom: 1px solid; }

.ingress {
  font-family: "CadizWeb";
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.2rem;
  color: #000000; }

.serif {
  font-family: "NewBaskervilleStd-Roman", serif;
  font-weight: 300;
  color: #000000; }

.front-heading {
  font-family: "NewBaskervilleStd-Roman", serif; }

.serif-italic {
  font-family: "NewBaskervilleStd-RomanIt", serif; }

.serif-border {
  border-bottom: 1px solid #ed3338; }

.input {
  color: #000000; }
  .input:focus {
    outline: none;
    border: none; }
  .input:checked + .input-label {
    color: #ed3338; }

.list__heading {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.7rem;
  font-weight: 600; }
  @media (max-width: 576px) {
    .list__heading {
      font-size: 0.9rem; } }

.category-list__container {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem; }

.category-list li {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  cursor: pointer;
  line-height: 1rem;
  font-size: 0.7rem;
  font-weight: 400;
  transition: 0.08s ease-in-out all; }
  @media (max-width: 768px) {
    .category-list li {
      line-height: 1.5;
      font-size: 0.9rem; } }

.category-list li:hover {
  background-color: #ffd8c7;
  transition: 0.05 ease-in; }
  .category-list li:hover:after {
    content: "";
    position: absolute;
    left: 12.2rem; }

.category-list li.active {
  background-color: #ed3338;
  color: white;
  transition: 0.08s ease-in-out all;
  padding-left: 1.1rem;
  font-weight: 600; }

.category-list__sub-list li {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  font-weight: 400;
  border: none; }

.category-list__sub-list li:hover {
  background-color: #f5f4f9; }

.format-content {
  line-height: 1.4;
  color: #444444; }

@media screen and (max-width: 979px) {
  .format-content {
    padding-top: 1rem; } }

.format-content section {
  margin-bottom: 1rem; }

.format-content h1 {
  font-family: "NewBaskervilleStd-Roman", serif;
  font-size: 1.8rem;
  line-height: 2.1rem;
  margin-bottom: 0.5em; }

.format-content h2 {
  font-family: "NewBaskervilleStd-Roman", serif;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 0.5rem; }

.format-content h3 {
  font-size: 1.25rem;
  line-height: 1.2rem;
  margin-bottom: 0.25rem; }

.format-content h4 {
  color: black;
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: bold; }

.format-content h5 {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem; }

.format-content h6 {
  font-size: 0.6rem;
  line-height: 0.9rem;
  color: #888;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem; }

.format-content p {
  line-height: 1.4;
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 0.75); }

.format-content a,
.format-content .hyperlink {
  color: #ed3338; }

.format-content .btn--primary {
  color: #fff; }
  .format-content .btn--primary:hover {
    color: #fff; }

.format-content a:hover {
  transition: 0.08s ease-in-out all;
  color: #AA282E; }

.format-content *.bold {
  font-weight: 700; }

.format-content .small--text {
  font-size: 0.55rem;
  line-height: 0.66rem; }

.format-content ul {
  list-style: disc outside;
  font-size: 0.7rem;
  line-height: 1.4;
  margin-left: 1rem;
  margin-bottom: 1.5rem; }

.format-content li {
  margin-bottom: 0.5rem; }

.format-content ol {
  list-style: decimal outside;
  font-size: 0.7rem;
  line-height: 1rem;
  margin-left: 1rem;
  margin-bottom: 0.75rem; }

.format-content table {
  font-size: 14px; }

.format-content th,
.format-content td {
  padding: 0.2rem 0 0.15rem; }

.format-content th:first-child,
.format-content td:first-child {
  padding-left: 0.2rem; }

.format-content th,
.format-content tfoot td {
  background: rgba(0, 0, 0, 0.04);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #444; }

.format-content td {
  border-bottom: 1px solid #888; }

.format-content img {
  max-width: 100%;
  max-height: 800px;
  margin-bottom: 0.5rem;
  object-fit: contain; }

.format-content .wp-caption-text {
  font-size: 0.7rem;
  font-style: italic;
  line-height: 0.75rem;
  font-weight: 700; }

.format-content .size-large {
  max-width: 100%;
  height: auto; }

.name {
  font-size: 1rem !important;
  font-weight: 600; }

.otava_author {
  font-family: "CadizWeb", sans-serif; }

/*
  Resets annoying things */
* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

strong,
b {
  font-weight: bold;
  color: black; }

em,
i {
  font-style: italic;
  color: black; }

/*
      HTML5 element fixes */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
video,
audio,
canvas {
  display: block; }

/*
      Hides things that should be hidden */
.hidden,
[hidden],
template,
audio:not([controls]) {
  display: none !important;
  height: 0 !important; }

/*
      Misc element fixes */
a {
  background-color: transparent;
  text-decoration: none; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

hr {
  height: 0; }

/*
      Image fixes */
img,
svg {
  border: none;
  display: block; }

/*
      Buttons and forms */
button {
  overflow: visible; }

button,
[type="submit"],
[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  white-space: normal; }

[disabled] {
  cursor: not-allowed !important;
  opacity: 1; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input {
  background: none;
  border: none; }

textarea {
  overflow: auto;
  resize: vertical;
  display: block;
  min-height: 3rem; }

/*
      Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%; }

td,
th {
  padding: 0;
  text-align: left; }

/*
      Touchable things */
a,
button,
input,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/*
      List things */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  margin: 0; }

dd {
  margin: 0; }

html {
  font-size: 133%;
  /* Used if browser doesn't support calc() */
  font-size: calc(1em + 0.3vw + 0.3vh + 0.2vmin); }

@media screen and (min-width: 1600px) {
  html {
    font-size: 1.73em; } }

html {
  font-family: "CadizWeb", sans-serif, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  position: relative;
  line-height: 1.5;
  font-size: 0.75rem;
  font-weight: 400;
  padding-top: 3rem; }

@media screen and (min-width: 768px) {
  body {
    padding-top: 0; } }

.borders {
  border-style: solid;
  border-width: 1px; }

.borders-dashed {
  border-style: dashed;
  border-width: 2px; }

.borders-dotted {
  border-style: dotted;
  border-width: 1px; }

.borders-y {
  border-style: solid;
  border-width: 1px 0; }

.borders-x {
  border-style: solid;
  border-width: 0 1px; }

.border-left {
  border-width: 0 0 0 1px;
  border-style: solid; }

.border-top {
  border-width: 1px 0 0 0;
  border-style: solid; }

.border-right {
  border-width: 0 1px 0 0;
  border-style: solid; }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25); }

.border-bottom-news:nth-child(5n) {
  border-bottom: none; }

.child-borders > *,
.child-borders-x > *,
.child-borders-y > * {
  border-style: solid;
  border-width: 0; }

.child-borders {
  border: 0 solid;
  border-width: 1px 0 0 1px; }

.child-borders > * + * {
  border-width: 0 1px 1px 0; }

.child-borders-x > * + * {
  border-left-width: 1px; }

.child-borders-y > * + * {
  border-top-width: 1px; }

.border-radius,
.border-radius-0-125 {
  border-radius: 0.125rem; }

.border-radius-0-25 {
  border-radius: 0.25rem; }

.border-radius-0-5 {
  border-radius: 0.5rem; }

.border-radius-rounded {
  border-radius: 200px; }

.border-radius-50 {
  border-radius: 50%; }

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch; }

flex-1 {
  -ms-flex: 1;
  flex: 1; }

.grow,
.grow-children > * {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.even,
.even-children > * {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex.inline {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-start {
  -ms-flex-align: start;
  align-items: flex-start; }

.align-center {
  -ms-flex-align: center;
  align-items: center; }

.align-end {
  -ms-flex-align: end;
  align-items: flex-end; }

.align-baseline {
  -ms-flex-align: baseline;
  align-items: baseline; }

.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.justify {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-center {
  -ms-flex-pack: center;
  justify-content: center; }

.justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.vertical {
  -ms-flex-direction: column;
  flex-direction: column; }

.vertical-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

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

.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.content-center {
  -ms-flex-line-pack: center;
  align-content: center; }

.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.content-justify {
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.content-justify-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

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

.self-center {
  -ms-flex-item-align: center;
  align-self: center; }

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

.self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.container {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow: hidden; }

.container--collapse {
  padding-right: 0;
  padding-left: 0; }

.container--collapse .row {
  margin-left: 0;
  margin-right: 0; }

.container--collapse *[class^='col-'] {
  padding-left: 0;
  padding-right: 0; }

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

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

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

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

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

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

.middle-xs {
  -ms-flex-align: center;
  align-items: center; }

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

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  order: 1; }

@media screen and (min-width: 612px) {
  .col-s,
  .col-s-1,
  .col-s-2,
  .col-s-3,
  .col-s-4,
  .col-s-5,
  .col-s-6,
  .col-s-7,
  .col-s-8,
  .col-s-9,
  .col-s-10,
  .col-s-11,
  .col-s-12,
  .col-s-offset-0,
  .col-s-offset-1,
  .col-s-offset-2,
  .col-s-offset-3,
  .col-s-offset-4,
  .col-s-offset-5,
  .col-s-offset-6,
  .col-s-offset-7,
  .col-s-offset-8,
  .col-s-offset-9,
  .col-s-offset-10,
  .col-s-offset-11,
  .col-s-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-s {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-s-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-s-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-s-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-s-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-s-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-s-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-s-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-s-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-s-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-s-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-s-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-s-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-s-offset-0 {
    margin-left: 0; }
  .col-s-offset-1 {
    margin-left: 8.33333333%; }
  .col-s-offset-2 {
    margin-left: 16.66666667%; }
  .col-s-offset-3 {
    margin-left: 25%; }
  .col-s-offset-4 {
    margin-left: 33.33333333%; }
  .col-s-offset-5 {
    margin-left: 41.66666667%; }
  .col-s-offset-6 {
    margin-left: 50%; }
  .col-s-offset-7 {
    margin-left: 58.33333333%; }
  .col-s-offset-8 {
    margin-left: 66.66666667%; }
  .col-s-offset-9 {
    margin-left: 75%; }
  .col-s-offset-10 {
    margin-left: 83.33333333%; }
  .col-s-offset-11 {
    margin-left: 91.66666667%; }
  .start-s {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-s {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-s {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-s {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-s {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-s {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-s {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-s {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-s {
    -ms-flex-order: -1;
    order: -1; }
  .last-s {
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (min-width: 768px) {
  .col-m,
  .col-m-1,
  .col-m-2,
  .col-m-3,
  .col-m-4,
  .col-m-5,
  .col-m-6,
  .col-m-7,
  .col-m-8,
  .col-m-9,
  .col-m-10,
  .col-m-11,
  .col-m-12,
  .col-m-offset-0,
  .col-m-offset-1,
  .col-m-offset-2,
  .col-m-offset-3,
  .col-m-offset-4,
  .col-m-offset-5,
  .col-m-offset-6,
  .col-m-offset-7,
  .col-m-offset-8,
  .col-m-offset-9,
  .col-m-offset-10,
  .col-m-offset-11,
  .col-m-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-m {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-m-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-m-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-m-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-m-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-m-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-m-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-m-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-m-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-m-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-m-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-m-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-m-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-m-offset-0 {
    margin-left: 0; }
  .col-m-offset-1 {
    margin-left: 8.33333333%; }
  .col-m-offset-2 {
    margin-left: 16.66666667%; }
  .col-m-offset-3 {
    margin-left: 25%; }
  .col-m-offset-4 {
    margin-left: 33.33333333%; }
  .col-m-offset-5 {
    margin-left: 41.66666667%; }
  .col-m-offset-6 {
    margin-left: 50%; }
  .col-m-offset-7 {
    margin-left: 58.33333333%; }
  .col-m-offset-8 {
    margin-left: 66.66666667%; }
  .col-m-offset-9 {
    margin-left: 75%; }
  .col-m-offset-10 {
    margin-left: 83.33333333%; }
  .col-m-offset-11 {
    margin-left: 91.66666667%; }
  .start-m {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-m {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-m {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-m {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-m {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-m {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-m {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-m {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-m {
    -ms-flex-order: -1;
    order: -1; }
  .last-m {
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (min-width: 980px) {
  .col-l,
  .col-l-1,
  .col-l-2,
  .col-l-3,
  .col-l-4,
  .col-l-5,
  .col-l-6,
  .col-l-7,
  .col-l-8,
  .col-l-9,
  .col-l-10,
  .col-l-11,
  .col-l-12,
  .col-l-offset-0,
  .col-l-offset-1,
  .col-l-offset-2,
  .col-l-offset-3,
  .col-l-offset-4,
  .col-l-offset-5,
  .col-l-offset-6,
  .col-l-offset-7,
  .col-l-offset-8,
  .col-l-offset-9,
  .col-l-offset-10,
  .col-l-offset-11,
  .col-l-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-l {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-l-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-l-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-l-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-l-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-l-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-l-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-l-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-l-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-l-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-l-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-l-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-l-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-l-offset-0 {
    margin-left: 0; }
  .col-l-offset-1 {
    margin-left: 8.33333333%; }
  .col-l-offset-2 {
    margin-left: 16.66666667%; }
  .col-l-offset-3 {
    margin-left: 25%; }
  .col-l-offset-4 {
    margin-left: 33.33333333%; }
  .col-l-offset-5 {
    margin-left: 41.66666667%; }
  .col-l-offset-6 {
    margin-left: 50%; }
  .col-l-offset-7 {
    margin-left: 58.33333333%; }
  .col-l-offset-8 {
    margin-left: 66.66666667%; }
  .col-l-offset-9 {
    margin-left: 75%; }
  .col-l-offset-10 {
    margin-left: 83.33333333%; }
  .col-l-offset-11 {
    margin-left: 91.66666667%; }
  .start-l {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-l {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-l {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-l {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-l {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-l {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-l {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-l {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-l {
    -ms-flex-order: -1;
    order: -1; }
  .last-l {
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (min-width: 1200px) {
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-xl {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xl-offset-0 {
    margin-left: 0; }
  .col-xl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-11 {
    margin-left: 91.66666667%; }
  .start-xl {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-xl {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-xl {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-xl {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-xl {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-xl {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-xl {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-xl {
    -ms-flex-order: -1;
    order: -1; }
  .last-xl {
    -ms-flex-order: 1;
    order: 1; } }

.overflow-auto {
  overflow: auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.round {
  border-radius: 50%; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.static {
  position: static; }

.fixed {
  position: fixed; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.vertical-top {
  vertical-align: top; }

.vertical-middle {
  vertical-align: middle; }

.vertical-bottom {
  vertical-align: bottom; }

.width-1-percent {
  width: 1%; }

.width-100 {
  width: 100%; }

.width-25 {
  width: 25%; }

.width-50 {
  width: 50%; }

.width-75 {
  width: 75%; }

.min-width-100 {
  min-width: 100%; }

.width-auto {
  width: auto; }

.width-100vw {
  width: 100vw; }

.min-width-100vw {
  min-width: 100vw; }

.width-hairline {
  width: 1px; }

.width-0-125 {
  width: 0.125rem; }

.width-0-25 {
  width: 0.25rem; }

.width-0-5 {
  width: 0.5rem; }

.width-0-75 {
  width: 0.75rem; }

.width-1 {
  width: 1rem; }

.width-1-25 {
  width: 1.25rem; }

.width-1-5 {
  width: 1.5rem; }

.width-2 {
  width: 2rem; }

.width-3 {
  width: 3rem; }

.width-4 {
  width: 4rem; }

.width-5 {
  width: 5rem; }

.width-6 {
  width: 6rem; }

.width-7 {
  width: 7rem; }

.width-8 {
  width: 8rem; }

.width-9 {
  width: 9rem; }

.width-10 {
  width: 10rem; }

.height-100 {
  height: 100%; }

.min-height-100 {
  min-height: 100%; }

.height-auto {
  height: auto; }

.height-100vh {
  height: 100vh; }

.min-height-100vh {
  min-height: 100vh; }

.height-hairline {
  height: 1px; }

.height-0-125 {
  height: 0.125rem; }

.height-0-25 {
  height: 0.25rem; }

.height-0-5 {
  height: 0.5rem; }

.height-0-75 {
  height: 0.75rem; }

.height-1 {
  height: 1rem; }

.height-1-25 {
  height: 1.25rem; }

.height-1-5 {
  height: 1.5rem; }

.height-2 {
  height: 2rem; }

.height-3 {
  height: 3rem; }

.height-4 {
  height: 4rem; }

.height-5 {
  height: 5rem; }

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

@media screen and (max-width: 611px) {
  .unflex-s > * + * {
    margin-top: 1rem; } }

@media screen and (max-width: 768px) {
  .unflex-m > * + * {
    margin-top: 1rem; } }

@media screen and (max-width: 979px) {
  .unflex-l > * + * {
    margin-top: 1rem; } }

.child-margins-x-0-125 > * + * {
  margin-left: 0.125rem; }

.child-margins-x-0-25 > * + * {
  margin-left: 0.25rem; }

.child-margins-x-0-5 > * + * {
  margin-left: 0.5rem; }

.child-margins-x-0-75 > * + * {
  margin-left: 0.75rem; }

.child-margins-x-1 > * + * {
  margin-left: 1rem; }

.child-margins-x-1-25 > * + * {
  margin-left: 1.25rem; }

.child-margins-x-1-5 > * + * {
  margin-left: 1.5rem; }

.child-margins-x-2 > * + * {
  margin-left: 2rem; }

.child-margins-x-3 > * + * {
  margin-left: 3rem; }

.child-margins-x-4 > * + * {
  margin-left: 4rem; }

.child-margins-x-5 > * + * {
  margin-left: 5rem; }

.child-margins-y-0-125 > * + * {
  margin-top: 0.125rem; }

.child-margins-y-0-25 > * + * {
  margin-top: 0.25rem; }

.child-margins-y-0-5 > * + * {
  margin-top: 0.5rem; }

.child-margins-y-0-75 > * + * {
  margin-top: 0.75rem; }

.child-margins-y-1 > * + * {
  margin-top: 1rem; }

.child-margins-y-1-25 > * + * {
  margin-top: 1.25rem; }

.child-margins-y-1-5 > * + * {
  margin-top: 1.5rem; }

.child-margins-y-2 > * + * {
  margin-top: 2rem; }

.child-margins-y-3 > * + * {
  margin-top: 3rem; }

.child-margins-y-4 > * + * {
  margin-top: 4rem; }

.child-margins-y-5 > * + * {
  margin-top: 5rem; }

.child-margins-x-hairline > * + * {
  margin-left: 1px; }

.child-margins-y-hairline > * + * {
  margin-top: 1px; }

.padding-hairline {
  padding: 1px; }

.padding-0 {
  padding: 0; }

.padding-0-125 {
  padding: 0.125rem; }

.padding-0-25 {
  padding: 0.25rem; }

.padding-0-5 {
  padding: 0.5rem; }

.padding-0-75 {
  padding: 0.75rem; }

.padding-1 {
  padding: 1rem; }

.padding-1-25 {
  padding: 1.25rem; }

.padding-1-5 {
  padding: 1.5rem; }

.padding-2 {
  padding: 2rem; }

.padding-3 {
  padding: 3rem; }

.padding-4 {
  padding: 4rem; }

.padding-5 {
  padding: 5rem; }

.padding-top {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0; }

.padding-bottom {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0; }

.padding-left {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0; }

.padding-x {
  padding-top: 0;
  padding-bottom: 0; }

.padding-y {
  padding-left: 0;
  padding-right: 0; }

.padding-top-0 {
  padding-top: 0; }

.padding-right-0 {
  padding-right: 0; }

.padding-bottom-0 {
  padding-bottom: 0; }

.padding-left-0 {
  padding-left: 0; }

.margin-auto {
  margin: auto; }

.margin-auto-x {
  margin-left: auto;
  margin-right: auto; }

.margin-auto-left {
  margin-left: auto; }

.margin-auto-y {
  margin-top: auto;
  margin-bottom: auto; }

.margin-hairline {
  margin: 1px; }

.margin-0-125 {
  margin: 0.125rem; }

.margin-0-25 {
  margin: 0.25rem; }

.margin-0-5 {
  margin: 0.5rem; }

.margin-0-75 {
  margin: 0.75rem; }

.margin-1 {
  margin: 1rem; }

.margin-1-25 {
  margin: 1.25rem; }

.margin-1-5 {
  margin: 1.5rem; }

.margin-2 {
  margin: 2rem; }

.margin-3 {
  margin: 3rem; }

.margin-4 {
  margin: 4rem; }

.margin-5 {
  margin: 5rem; }

.negative-margin-0-125 {
  margin: -0.125rem; }

.negative-margin-0-25 {
  margin: -0.25rem; }

.negative-margin-0-5 {
  margin: -0.5rem; }

.negative-margin-0-75 {
  margin: -0.75rem; }

.negative-margin-1 {
  margin: -1rem; }

.negative-margin-1-25 {
  margin: -1.25rem; }

.negative-margin-1-5 {
  margin: -1.5rem; }

.negative-margin-2 {
  margin: -2rem; }

.negative-margin-3 {
  margin: -3rem; }

.negative-margin-4 {
  margin: -4rem; }

.negative-margin-5 {
  margin: -5rem; }

.margin-top {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0; }

.margin-bottom {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0; }

.margin-left {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0; }

.margin-x {
  margin-top: 0;
  margin-bottom: 0; }

.margin-y {
  margin-left: 0;
  margin-right: 0; }

.margin-top-0 {
  margin-top: 0; }

.margin-right-0 {
  margin-right: 0; }

.margin-bottom-0 {
  margin-bottom: 0; }

.margin-left-0 {
  margin-left: 0; }

.nowrap {
  white-space: nowrap; }

.overflow-hidden {
  overflow: hidden; }

.overflow-ellipsis {
  text-overflow: ellipsis; }

.format-content {
  line-height: 1.4;
  color: #444444; }

.social-media__container {
  display: block;
  position: relative; }

.social-media__items-container {
  padding: 1rem 0 3rem 0;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 0.5rem; }

@media screen and (max-width: 768px) {
  .social-media__items-container {
    grid-template-columns: 1fr;
    padding: 1rem 0; } }

.social-media__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem;
  margin: 1rem 1rem 0.25rem 0;
  font-family: "CadizWeb", sans-serif, Helvetica, Arial, sans-serif;
  background-color: white;
  transition: 0.1s ease-in-out; }

.social-media__item:hover {
  transform: translateY(-3px);
  transition: 0.1s ease-in;
  box-shadow: 0 0.375rem 1.25rem 0 rgba(61, 66, 80, 0.1); }

.social-media__image {
  background-size: cover;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 0.25rem; }

.social-media__text {
  font-size: 0.7rem;
  padding-bottom: 0.5rem; }

.social-media__tracking {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center; }

.authors__index-letter {
  font-size: 1.5rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 70px;
  background-color: #b3efea;
  text-align: center;
  position: absolute;
  left: 0;
  color: #000000;
  margin-top: 1.5rem; }
  @media (max-width: 1200px) {
    .authors__index-letter {
      font-size: 1.5rem;
      height: 65px;
      width: 100px;
      line-height: 1.85; } }
  @media (max-width: 768px) {
    .authors__index-letter {
      font-size: 1.25rem;
      width: 80px;
      height: 60px; } }

.authors-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 0.75rem;
  padding-bottom: 4rem;
  padding-top: 0.5rem; }
  @media screen and (max-width: 768px) {
    .authors-list {
      padding-bottom: 5rem;
      padding-top: 0; } }

.authors-list .author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 300ms; }

.authors-list .author .author__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  background-color: #F1F1EE;
  color: #000000;
  font-size: 0.7rem; }

.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-family: "CadizWeb", sans-serif;
  font-weight: 600;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  font-size: 0.7rem;
  line-height: 1rem;
  background-color: transparent;
  transition: background-color 200ms cubic-bezier(0.236, 0, 0.236, 1), color 200ms cubic-bezier(0.236, 0, 0.236, 1), border-color 200ms cubic-bezier(0.236, 0, 0.236, 1); }

.btn:hover {
  border-color: rgba(0, 0, 0, 0.5);
  cursor: pointer; }

.btn--secondary {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  font-size: 0.7rem;
  line-height: 1rem;
  background-color: #3d7394;
  color: white;
  transition: background-color 200ms cubic-bezier(0.236, 0, 0.236, 1), color 200ms cubic-bezier(0.236, 0, 0.236, 1), border-color 200ms cubic-bezier(0.236, 0, 0.236, 1); }

.btn--secondary:hover {
  background-color: #2e5770;
  cursor: pointer; }

.btn--square {
  border-radius: 0; }

.btn--round {
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 5rem; }

.btn--underline {
  padding: 0 0 0.25rem 0;
  border-bottom: 4px solid #ed3338; }

.btn--small {
  padding: 0.25rem 0.5rem;
  font-size: 0.55rem;
  line-height: 0.75rem; }

.btn--small.btn--round {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.btn--large {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.25rem; }

.btn--large.btn--round {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.btn--primary {
  font-family: sans-serif;
  background-color: #ed3338;
  color: #ffffff;
  border-color: #ed3338; }

.btn--ghost {
  font-family: sans-serif; }

.btn--primary:hover {
  background-color: #373261;
  border-color: #373261;
  color: #ffffff; }

.btn--ghost.btn--primary {
  background-color: transparent;
  color: #ed3338;
  border-color: #ed3338; }

.btn--ghost.btn--primary:hover {
  background-color: #ed3338;
  border-color: #ed3338;
  color: #ffffff; }

.btn--blue {
  background-color: #38addd;
  color: #ffffff;
  border-color: #38addd; }

.btn--blue:hover {
  background-color: #2192c1;
  border-color: #2192c1;
  color: #ffffff; }

.btn--ghost.btn--blue {
  background-color: transparent;
  color: #38addd;
  border-color: #38addd; }

.btn--ghost.btn--blue:hover {
  background-color: #38addd;
  border-color: #38addd;
  color: #ffffff; }

.btn--red {
  background-color: #e7450f;
  color: #ffffff;
  border-color: #e7450f; }

.btn--red:hover {
  background-color: #b7370c;
  border-color: #b7370c;
  color: #ffffff; }

.btn--ghost.btn--red {
  background-color: transparent;
  color: #e7450f;
  border-color: #e7450f; }

.btn--ghost.btn--red:hover {
  background-color: #e7450f;
  border-color: #e7450f;
  color: #ffffff; }

.btn--yellow {
  background-color: #ffd600;
  color: #ffffff;
  border-color: #ffd600; }

.btn--yellow:hover {
  background-color: #ccab00;
  border-color: #ccab00;
  color: #ffffff; }

.btn--ghost.btn--yellow {
  background-color: transparent;
  color: #ffd600;
  border-color: #ffd600; }

.btn--ghost.btn--yellow:hover {
  background-color: #ffd600;
  border-color: #ffd600;
  color: #ffffff; }

.btn--gray {
  background-color: #878786;
  color: #ffffff;
  border-color: #878786; }

.btn--gray:hover {
  background-color: #6d6d6d;
  border-color: #6d6d6d;
  color: #ffffff; }

.btn--ghost.btn--gray {
  background-color: transparent;
  color: #878786;
  border-color: #878786; }

.btn--ghost.btn--gray:hover {
  background-color: #878786;
  border-color: #878786;
  color: #ffffff; }

.btn--green {
  background-color: #4caf50;
  color: #ffffff;
  border-color: #4caf50; }

.btn--green:hover {
  background-color: #3d8b40;
  border-color: #3d8b40;
  color: #ffffff; }

.btn--ghost.btn--green {
  background-color: transparent;
  color: #4caf50;
  border-color: #4caf50; }

.btn--ghost.btn--green:hover {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #ffffff; }

.btn--blue-grey {
  background-color: #607d8b;
  color: #ffffff;
  border-color: #607d8b; }

.btn--blue-grey:hover {
  background-color: #4b626d;
  border-color: #4b626d;
  color: #ffffff; }

.btn--ghost.btn--blue-grey {
  background-color: transparent;
  color: #607d8b;
  border-color: #607d8b; }

.btn--ghost.btn--blue-grey:hover {
  background-color: #607d8b;
  border-color: #607d8b;
  color: #ffffff; }

.btn--white {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff; }

.btn--white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  opacity: 0.7;
  color: #000000; }

.btn--ghost.btn--white {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff; }

.btn--ghost.btn--white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000; }

.btn--black {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000; }

.btn--black:hover {
  background-color: #000000;
  border-color: #000000;
  opacity: 0.7;
  color: #ffffff; }

.btn--ghost.btn--black {
  background-color: transparent;
  color: #000000;
  border-color: #000000; }

.btn--ghost.btn--black:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }

.book-show-cover {
  position: relative; }

.book-show-cover img {
  width: 100%; }

.cover-detail {
  position: absolute;
  bottom: -2rem;
  left: calc(50% - 2.5rem);
  background-color: #e87171;
  border-radius: 50%;
  height: 5rem;
  width: 5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 768px) {
  .book-show-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.book-preview {
  position: relative; }

@media screen and (max-width: 768px) {
  .book-preview {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0; } }

.book-preview:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(transparent 150px, white); }

.news-item p {
  font-size: 20px;
  padding-left: 0.5rem;
  margin-top: 0.5rem; }

.news-item-content {
  margin-top: 0.25rem; }

@media screen and (min-width: 612px) {
  .news-item-content {
    margin-top: 0;
    padding: 1rem; } }

.wp-caption-text {
  font-size: 0.55rem;
  font-style: italic;
  color: #ed3338; }

.wp-caption img {
  max-width: 100%;
  max-height: 800px;
  margin-bottom: 0.5rem; }

.alignright {
  float: right;
  margin: 0 0 1rem 1rem; }

.alignleft {
  float: left;
  margin: 0 1rem 1rem 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::after {
  content: '';
  clear: both;
  display: table; }

blockquote {
  color: #000000;
  font-family: "NewBaskervilleStd-Roman", serif, serif;
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-left: 2px solid #ed3338; }

blockquote p {
  font-size: 1rem !important; }

.size-large {
  width: 25rem; }

.size-medium {
  width: 15rem; }

.size-thumbnail {
  width: 3rem; }

@media screen and (min-width: 768px) {
  .intro__box__container {
    display: -ms-flexbox;
    display: flex; } }

.intro__box {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

@media screen and (min-width: 768px) {
  .intro__box {
    width: 33.333%; } }

.bg__shadow {
  box-shadow: inset 0 29px 112px -2px #cbc9e3; }

.fa-lg {
  line-height: 1; }

.tabs li {
  border: 1px solid #cbc9e3; }

.background-double {
  background: #b0bec5;
  background: linear-gradient(90deg, white 50%, #aba7d1 50%); }

.sm-cover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  transition: ease-in-out 275ms; }

.sm-cover img,
.sm-cover svg {
  height: auto;
  width: auto;
  max-height: 300px; }

@media screen and (max-width: 768px) {
  .sm-cover {
    width: 100%;
    padding: 1rem; }
  .sm-cover img {
    width: 100%;
    height: auto;
    min-height: 140px;
    max-height: 100%; }
  .sm-cover h4 {
    font-size: 0.7rem;
    line-height: 1rem; } }

.sm-cover .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  transition: ease-in-out 275ms; }

.sm-cover .overlay img {
  max-width: 2rem !important; }

.book-cover {
  opacity: 0.9;
  transition: 0.1s ease-out; }

.book-cover:hover {
  opacity: 1;
  transform: scale(1.02);
  transition: transform 0.2s ease-in; }

.xs-cover {
  min-height: 200px;
  min-width: 150px;
  width: 100%;
  background-size: cover;
  margin: 0 1rem 0 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-repeat: no-repeat; }
  .xs-cover.square {
    min-height: 340px; }
  .xs-cover.kirjanosto {
    min-height: unset; }

@media screen and (max-width: 768px) {
  .xs-cover {
    margin: 0 1rem 0 0; }
    .xs-cover.square {
      min-height: 250px; }
    .xs-cover.kirjanosto {
      min-height: unset; } }

.image-wrapper {
  position: relative;
  max-width: 200px;
  max-height: 300px;
  overflow: hidden; }

.image-wrapper img {
  max-height: 100%;
  width: 100%; }

a > .sm-cover:hover {
  transition: 350ms;
  position: relative; }

a > .sm-cover:hover .overlay {
  opacity: 1;
  transition: ease-in-out 350ms;
  background-color: rgba(117, 117, 117, 0.8); }

.author-image img {
  width: 100%;
  max-width: 10rem; }

@media screen and (max-width: 768px) {
  .author-image img {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

.post-preview {
  display: block;
  color: black; }

.post-preview a {
  color: black; }

.post-preview:first-child {
  padding-bottom: 1rem; }

.post-preview:not(:first-child) {
  padding: 1rem 0; }

.post-preview:not(:last-child) {
  border-bottom: 1px solid #bdbdbd; }

.cover-row-container {
  padding: 1rem; }

@media screen and (max-width: 768px) {
  .cover-row-container {
    padding: 1rem 0; } }

.cover-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  grid-gap: 2rem;
  padding: 2rem 0; }

@media screen and (max-width: 768px) {
  .cover-row.align-center {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    grid-template-columns: auto auto;
    grid-gap: 0; } }

@media screen and (max-width: 768px) {
  .cover-grid a {
    width: 50%; } }

@media screen and (max-width: 768px) {
  .cover-grid .sm-cover {
    width: 100%;
    padding: 1rem; }
  .cover-grid .sm-cover img {
    width: 100%; }
  .cover-grid .sm-cover h4 {
    font-size: 0.75rem;
    line-height: 1.3; }
  .cover-grid .sm-cover p {
    font-size: 0.75rem;
    line-height: 1.3; } }

.authors-alphabets__container {
  padding: 0 30px;
  margin: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #eafbf9; }

.authors-alphabets__container .authors-alphabets:hover {
  background-color: #35d5c6; }

@media screen and (max-width: 768px) {
  .authors-alphabets__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative; } }

.authors-alphabets__container .authors-alphabets {
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0.7rem;
  text-align: center;
  padding: 1rem 0.25rem;
  height: 100%;
  transition: 10ms; }

@media screen and (max-width: 768px) {
  .authors-alphabets__container .authors-alphabets {
    min-width: 40px; } }

.tabs ul {
  overflow: auto;
  white-space: nowrap;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .sm-display-none {
    display: none; } }

.thumbnail img {
  width: 3rem; }

.sort-wrapper {
  position: relative; }

.sort {
  position: absolute;
  top: 2.5rem;
  z-index: 5;
  min-width: 200px;
  max-width: 300px;
  box-shadow: 0px 5px 10px 0px rgba(174, 186, 209, 0.5);
  background-color: white;
  border-radius: 8px;
  padding: 1rem; }

/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px; }

/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg); }

.flip-container,
.front,
.back {
  width: 320px;
  height: 480px; }

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

/* hide back of pane during swap */
.front,
.back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg); }

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg); }

@media screen and (max-width: 979px) {
  .collapsable-menu {
    display: none; } }

.collapsable-menu__mobile button {
  position: relative;
  cursor: pointer;
  width: 100%; }

.collapsable-menu__mobile button p {
  text-align: left; }

.collapsable-menu__mobile button:after {
  position: absolute;
  right: 0.6rem;
  top: 0.5rem;
  font-weight: 900;
  content: '';
  background: url(assets/images/chevron-down-white.svg) no-repeat;
  background-position: right -0.2rem top 19.2%;
  padding: 0.75rem; }

.collapsable-menu__mobile button.color-primary:after {
  color: #ed3338; }

@media screen and (min-width: 980px) {
  .collapsable-menu__mobile {
    display: none; } }

.collapsable-menu__mobile .js-collapsable-content {
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden; }

.collapsable-menu__mobile .js-collapsable-content--open {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: auto;
  transform: scaleY(1);
  transition: transform 0.2s ease; }

.child-margins-x-0-125 > * + * {
  margin-left: 0.125rem; }

.child-margins-x-0-25 > * + * {
  margin-left: 0.25rem; }

.child-margins-x-0-5 > * + * {
  margin-left: 0.5rem; }

.child-margins-x-0-75 > * + * {
  margin-left: 0.75rem; }

.child-margins-x-1 > * + * {
  margin-left: 1rem; }

.child-margins-x-1-25 > * + * {
  margin-left: 1.25rem; }

.child-margins-x-1-5 > * + * {
  margin-left: 1.5rem; }

.child-margins-x-2 > * + * {
  margin-left: 2rem; }

.child-margins-x-3 > * + * {
  margin-left: 3rem; }

.child-margins-x-4 > * + * {
  margin-left: 4rem; }

.child-margins-x-5 > * + * {
  margin-left: 5rem; }

.child-margins-y-0-125 > * + * {
  margin-top: 0.125rem; }

.child-margins-y-0-25 > * + * {
  margin-top: 0.25rem; }

.child-margins-y-0-5 > * + * {
  margin-top: 0.5rem; }

.child-margins-y-0-75 > * + * {
  margin-top: 0.75rem; }

.child-margins-y-1 > * + * {
  margin-top: 1rem; }

.child-margins-y-1-25 > * + * {
  margin-top: 1.25rem; }

.child-margins-y-1-5 > * + * {
  margin-top: 1.5rem; }

.child-margins-y-2 > * + * {
  margin-top: 2rem; }

.child-margins-y-3 > * + * {
  margin-top: 3rem; }

.child-margins-y-4 > * + * {
  margin-top: 4rem; }

.child-margins-y-5 > * + * {
  margin-top: 5rem; }

.child-margins-x-hairline > * + * {
  margin-left: 1px; }

.child-margins-y-hairline > * + * {
  margin-top: 1px; }

.padding-hairline {
  padding: 1px; }

.padding-0-125 {
  padding: 0.125rem; }

.padding-0-25 {
  padding: 0.25rem; }

.padding-0-5 {
  padding: 0.5rem; }

.padding-0-75 {
  padding: 0.75rem; }

.padding-1 {
  padding: 1rem; }

.padding-1-25 {
  padding: 1.25rem; }

.padding-1-5 {
  padding: 1.5rem; }

.padding-2 {
  padding: 2rem; }

.padding-3 {
  padding: 3rem; }

.padding-4 {
  padding: 4rem; }

.padding-5 {
  padding: 5rem; }

.padding-top {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0; }

.padding-bottom {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0; }

.padding-left {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0; }

.padding-x {
  padding-top: 0;
  padding-bottom: 0; }

.padding-y {
  padding-left: 0;
  padding-right: 0; }

.padding-top-0 {
  padding-top: 0; }

.padding-right-0 {
  padding-right: 0; }

.padding-bottom-0 {
  padding-bottom: 0; }

.padding-left-0 {
  padding-left: 0; }

.margin-auto {
  margin: auto; }

.margin-auto-x {
  margin-left: auto;
  margin-right: auto; }

.margin-auto-left {
  margin-left: auto; }

.margin-auto-y {
  margin-top: auto;
  margin-bottom: auto; }

.margin-hairline {
  margin: 1px; }

.margin-0-125 {
  margin: 0.125rem; }

.margin-0-25 {
  margin: 0.25rem; }

.margin-0-5 {
  margin: 0.5rem; }

.margin-0-75 {
  margin: 0.75rem; }

.margin-1 {
  margin: 1rem; }

.margin-1-25 {
  margin: 1.25rem; }

.margin-1-5 {
  margin: 1.5rem; }

.margin-2 {
  margin: 2rem; }

.margin-3 {
  margin: 3rem; }

.margin-4 {
  margin: 4rem; }

.margin-5 {
  margin: 5rem; }

.negative-margin-0-125 {
  margin: -0.125rem; }

.negative-margin-0-25 {
  margin: -0.25rem; }

.negative-margin-0-5 {
  margin: -0.5rem; }

.negative-margin-0-75 {
  margin: -0.75rem; }

.negative-margin-1 {
  margin: -1rem; }

.negative-margin-1-25 {
  margin: -1.25rem; }

.negative-margin-1-5 {
  margin: -1.5rem; }

.negative-margin-2 {
  margin: -2rem; }

.negative-margin-3 {
  margin: -3rem; }

.negative-margin-4 {
  margin: -4rem; }

.negative-margin-5 {
  margin: -5rem; }

.margin-top {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0; }

.margin-bottom {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0; }

.margin-left {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0; }

.margin-x {
  margin-top: 0;
  margin-bottom: 0; }

.margin-y {
  margin-left: 0;
  margin-right: 0; }

.margin-top-0 {
  margin-top: 0; }

.margin-right-0 {
  margin-right: 0; }

.margin-bottom-0 {
  margin-bottom: 0; }

.margin-left-0 {
  margin-left: 0; }

.color-primary {
  color: #ed3338; }

.color-secondary {
  color: #20B9A3; }

.color-primary-1 {
  color: #ed3338; }

.color-primary-darken-4 {
  color: rgba(0, 0, 0, 0.75); }

.color-primary-1-darken-4 {
  color: #666666; }

.color-white-text {
  color: #ffffff; }

.color-black-text {
  color: #000000; }

.color-orange-text {
  color: #ff6e2e; }

.color-pink-text {
  color: #e040a8; }

.color-turquoise-text {
  color: #4ad9cc; }

.color-yellow-text {
  color: #ffe503; }

.color-red-text {
  color: #ed3338; }

.color-black-bg {
  background-color: #000000; }

.color-orange-bg {
  background-color: #ff6e2e; }

.color-pink-bg {
  background-color: #e040a8; }

.color-turquoise-bg {
  background-color: #4ad9cc; }

.color-yellow-bg {
  background-color: #ffe503; }

.color-red-bg {
  background-color: #ed3338; }

.color-light-gray-bg {
  background-color: #F1F1EE; }

.color-turquoise-bg-25 {
  background-color: rgba(74, 217, 204, 0.25); }

.primary-color-4-lighten-5 {
  background-color: #c8f4f0; }

.primary-color-4-lighten-6 {
  background-color: #e8faf9; }

.primary-color-6-lighten-4 {
  background-color: #f59193; }

.primary-color-6-lighten-5 {
  background-color: #f9c0c1; }

.primary-color-1-lighten-5 {
  background-color: #595959; }

.primary-color-1-lighten-4 {
  background-color: #333333; }

.primary-color-2-lighten-6 {
  background-color: #ffeae1; }

.primary-color-2-lighten-5 {
  background-color: #ffd8c7; }

.primary-color-2-lighten-4 {
  background-color: #ffc6ae; }

.background-brand {
  background: #ed3338; }

.background-dark {
  background: #000000; }

.background-light {
  background: #4FD8CB; }

.background-grey {
  background: #878686; }

.background-light-grey {
  background: #F1F1EE; }

.background-custom1 {
  background: #FF6E2E; }

.background-custom2 {
  background: #4AD9CC; }

.background-custom3 {
  background: #FDF30A; }

.background-custom4 {
  background: #EF3322; }

.color-primary-lighten-6 {
  color: white; }

.color-primary-lighten-5 {
  color: #f5f4f9; }

.color-primary-lighten-4 {
  color: #cbc9e3; }

.color-primary-lighten-3 {
  color: #aba7d1; }

.color-primary-lighten-2 {
  color: #8b86c0; }

.color-primary-lighten-1 {
  color: #5d56a3; }

.color-primary-darken-1 {
  color: #373261; }

.color-primary-darken-2 {
  color: #2d2a50; }

.color-primary-darken-3 {
  color: #1a182e; }

.color-primary-darken-5 {
  color: black; }

.color-primary-darken-6 {
  color: #AA282E; }

.color-secondary-lighten-5 {
  color: white; }

.color-secondary-lighten-4 {
  color: white; }

.color-secondary-lighten-3 {
  color: white; }

.color-secondary-lighten-2 {
  color: #fadfdf; }

.color-secondary-lighten-1 {
  color: #ef9d9d; }

.color-secondary-darken-1 {
  color: #e14545; }

.color-secondary-darken-2 {
  color: #dd2f2f; }

.color-secondary-darken-3 {
  color: #bb1e1e; }

.color-secondary-darken-4 {
  color: #791414; }

.color-secondary-darken-5 {
  color: #4d0d0d; }

.color-red-lighten-5 {
  color: #ffebee; }

.color-red-lighten-4 {
  color: #ffcdd2; }

.color-red-lighten-3 {
  color: #ef9a9a; }

.color-red-lighten-2 {
  color: #e57373; }

.color-red-lighten-1 {
  color: #ef5350; }

.color-red {
  color: #e7450f; }

.color-red-darken-1 {
  color: #e53935; }

.color-red-darken-2 {
  color: #d32f2f; }

.color-red-darken-3 {
  color: #c62828; }

.color-red-darken-4 {
  color: #b71c1c; }

.color-pink-lighten-5 {
  color: #fce4ec; }

.color-pink-lighten-4 {
  color: #f8bbd0; }

.color-pink-lighten-3 {
  color: #f48fb1; }

.color-pink-lighten-2 {
  color: #f06292; }

.color-pink-lighten-1 {
  color: #ec407a; }

.color-pink {
  color: #e91e63; }

.color-pink-darken-1 {
  color: #d81b60; }

.color-pink-darken-2 {
  color: #c2185b; }

.color-pink-darken-3 {
  color: #ad1457; }

.color-pink-darken-4 {
  color: #880e4f; }

.color-purple-lighten-5 {
  color: #f3e5f5; }

.color-purple-lighten-4 {
  color: #e1bee7; }

.color-purple-lighten-3 {
  color: #ce93d8; }

.color-purple-lighten-2 {
  color: #ba68c8; }

.color-purple-lighten-1 {
  color: #ab47bc; }

.color-purple {
  color: #9c27b0; }

.color-purple-darken-1 {
  color: #8e24aa; }

.color-purple-darken-2 {
  color: #7b1fa2; }

.color-purple-darken-3 {
  color: #6a1b9a; }

.color-purple-darken-4 {
  color: #4a148c; }

.color-deep-purple-lighten-5 {
  color: #ede7f6; }

.color-deep-purple-lighten-4 {
  color: #d1c4e9; }

.color-deep-purple-lighten-3 {
  color: #b39ddb; }

.color-deep-purple-lighten-2 {
  color: #9575cd; }

.color-deep-purple-lighten-1 {
  color: #7e57c2; }

.color-deep-purple {
  color: #673ab7; }

.color-deep-purple-darken-1 {
  color: #5e35b1; }

.color-deep-purple-darken-2 {
  color: #512da8; }

.color-deep-purple-darken-3 {
  color: #4527a0; }

.color-deep-purple-darken-4 {
  color: #311b92; }

.color-indigo-lighten-5 {
  color: #e8eaf6; }

.color-indigo-lighten-4 {
  color: #c5cae9; }

.color-indigo-lighten-3 {
  color: #9fa8da; }

.color-indigo-lighten-2 {
  color: #7986cb; }

.color-indigo-lighten-1 {
  color: #5c6bc0; }

.color-indigo {
  color: #3f51b5; }

.color-indigo-darken-1 {
  color: #3949ab; }

.color-indigo-darken-2 {
  color: #303f9f; }

.color-indigo-darken-3 {
  color: #283593; }

.color-indigo-darken-4 {
  color: #1a237e; }

.color-blue-lighten-5 {
  color: #e3f2fd; }

.color-blue-lighten-4 {
  color: #bbdefb; }

.color-blue-lighten-3 {
  color: #90caf9; }

.color-blue-lighten-2 {
  color: #64b5f6; }

.color-blue-lighten-1 {
  color: #42a5f5; }

.color-blue {
  color: #2196f3; }

.color-blue-darken-1 {
  color: #1e88e5; }

.color-blue-darken-2 {
  color: #1976d2; }

.color-blue-darken-3 {
  color: #1565c0; }

.color-blue-darken-4 {
  color: #0d47a1; }

.color-light-blue-lighten-5 {
  color: #e1f5fe; }

.color-light-blue-lighten-4 {
  color: #b3e5fc; }

.color-light-blue-lighten-3 {
  color: #81d4fa; }

.color-light-blue-lighten-2 {
  color: #4fc3f7; }

.color-light-blue-lighten-1 {
  color: #29b6f6; }

.color-light-blue {
  color: #03a9f4; }

.color-light-blue-darken-1 {
  color: #039be5; }

.color-light-blue-darken-2 {
  color: #0288d1; }

.color-light-blue-darken-3 {
  color: #0277bd; }

.color-light-blue-darken-4 {
  color: #01579b; }

.color-cyan-lighten-5 {
  color: #e0f7fa; }

.color-cyan-lighten-4 {
  color: #b2ebf2; }

.color-cyan-lighten-3 {
  color: #80deea; }

.color-cyan-lighten-2 {
  color: #4dd0e1; }

.color-cyan-lighten-1 {
  color: #26c6da; }

.color-cyan {
  color: #00bcd4; }

.color-cyan-darken-1 {
  color: #00acc1; }

.color-cyan-darken-2 {
  color: #0097a7; }

.color-cyan-darken-3 {
  color: #00838f; }

.color-cyan-darken-4 {
  color: #006064; }

.color-teal-lighten-5 {
  color: #e0f2f1; }

.color-teal-lighten-4 {
  color: #b2dfdb; }

.color-teal-lighten-3 {
  color: #80cbc4; }

.color-teal-lighten-2 {
  color: #4db6ac; }

.color-teal-lighten-1 {
  color: #26a69a; }

.color-teal {
  color: #009688; }

.color-teal-darken-1 {
  color: #00897b; }

.color-teal-darken-2 {
  color: #00796b; }

.color-teal-darken-3 {
  color: #00695c; }

.color-teal-darken-4 {
  color: #004d40; }

.color-green-lighten-5 {
  color: #e8f5e9; }

.color-green-lighten-4 {
  color: #c8e6c9; }

.color-green-lighten-3 {
  color: #a5d6a7; }

.color-green-lighten-2 {
  color: #81c784; }

.color-green-lighten-1 {
  color: #66bb6a; }

.color-green {
  color: #4caf50; }

.color-green-darken-1 {
  color: #43a047; }

.color-green-darken-2 {
  color: #388e3c; }

.color-green-darken-3 {
  color: #2e7d32; }

.color-green-darken-4 {
  color: #1b5e20; }

.color-light-green-lighten-5 {
  color: #f1f8e9; }

.color-light-green-lighten-4 {
  color: #dcedc8; }

.color-light-green-lighten-3 {
  color: #c5e1a5; }

.color-light-green-lighten-2 {
  color: #aed581; }

.color-light-green-lighten-1 {
  color: #9ccc65; }

.color-light-green {
  color: #8bc34a; }

.color-light-green-darken-1 {
  color: #7cb342; }

.color-light-green-darken-2 {
  color: #689f38; }

.color-light-green-darken-3 {
  color: #558b2f; }

.color-light-green-darken-4 {
  color: #33691e; }

.color-lime-lighten-5 {
  color: #f9fbe7; }

.color-lime-lighten-4 {
  color: #f0f4c3; }

.color-lime-lighten-3 {
  color: #e6ee9c; }

.color-lime-lighten-2 {
  color: #dce775; }

.color-lime-lighten-1 {
  color: #d4e157; }

.color-lime {
  color: #cddc39; }

.color-lime-darken-1 {
  color: #c0ca33; }

.color-lime-darken-2 {
  color: #afb42b; }

.color-lime-darken-3 {
  color: #9e9d24; }

.color-lime-darken-4 {
  color: #827717; }

.color-yellow-lighten-5 {
  color: #fffde7; }

.color-yellow-lighten-4 {
  color: #fff9c4; }

.color-yellow-lighten-3 {
  color: #fff59d; }

.color-yellow-lighten-2 {
  color: #fff176; }

.color-yellow-lighten-1 {
  color: #ffee58; }

.color-yellow {
  color: #ffeb3b; }

.color-yellow-darken-1 {
  color: #fdd835; }

.color-yellow-darken-2 {
  color: #fbc02d; }

.color-yellow-darken-3 {
  color: #f9a825; }

.color-yellow-darken-4 {
  color: #f57f17; }

.color-amber-lighten-5 {
  color: #fff8e1; }

.color-amber-lighten-4 {
  color: #ffecb3; }

.color-amber-lighten-3 {
  color: #ffe082; }

.color-amber-lighten-2 {
  color: #ffd54f; }

.color-amber-lighten-1 {
  color: #ffca28; }

.color-amber {
  color: #ffc107; }

.color-amber-darken-1 {
  color: #ffb300; }

.color-amber-darken-2 {
  color: #ffa000; }

.color-amber-darken-3 {
  color: #ff8f00; }

.color-amber-darken-4 {
  color: #ff6f00; }

.color-orange-lighten-5 {
  color: #fff3e0; }

.color-orange-lighten-4 {
  color: #ffe0b2; }

.color-orange-lighten-3 {
  color: #ffcc80; }

.color-orange-lighten-2 {
  color: #ffb74d; }

.color-orange-lighten-1 {
  color: #ffa726; }

.color-orange {
  color: #ff9800; }

.color-orange-darken-1 {
  color: #fb8c00; }

.color-orange-darken-2 {
  color: #f57c00; }

.color-orange-darken-3 {
  color: #ef6c00; }

.color-orange-darken-4 {
  color: #e65100; }

.color-deep-orange-lighten-5 {
  color: #fbe9e7; }

.color-deep-orange-lighten-4 {
  color: #ffccbc; }

.color-deep-orange-lighten-3 {
  color: #ffab91; }

.color-deep-orange-lighten-2 {
  color: #ff8a65; }

.color-deep-orange-lighten-1 {
  color: #ff7043; }

.color-deep-orange {
  color: #ff5722; }

.color-deep-orange-darken-1 {
  color: #f4511e; }

.color-deep-orange-darken-2 {
  color: #e64a19; }

.color-deep-orange-darken-3 {
  color: #d84315; }

.color-deep-orange-darken-4 {
  color: #bf360c; }

.color-brown-lighten-5 {
  color: #efebe9; }

.color-brown-lighten-4 {
  color: #d7ccc8; }

.color-brown-lighten-3 {
  color: #bcaaa4; }

.color-brown-lighten-2 {
  color: #a1887f; }

.color-brown-lighten-1 {
  color: #8d6e63; }

.color-brown {
  color: #795548; }

.color-brown-darken-1 {
  color: #6d4c41; }

.color-brown-darken-2 {
  color: #5d4037; }

.color-brown-darken-3 {
  color: #4e342e; }

.color-brown-darken-4 {
  color: #3e2723; }

.color-grey-lighten-5 {
  color: #fafafa; }

.color-grey-lighten-4 {
  color: #f5f5f5; }

.color-grey-lighten-3 {
  color: #eeeeee; }

.color-grey-lighten-2 {
  color: #e0e0e0; }

.color-grey-lighten-1 {
  color: #bdbdbd; }

.color-grey {
  color: rgba(0, 0, 0, 0.4); }

.color-grey-darken-1 {
  color: #757575; }

.color-grey-darken-2 {
  color: #616161; }

.color-grey-darken-3 {
  color: #424242; }

.color-grey-darken-4 {
  color: #212121; }

.color-blue-grey-lighten-5 {
  color: #eceff1; }

.color-blue-grey-lighten-4 {
  color: #cfd8dc; }

.color-blue-grey-lighten-3 {
  color: #b0bec5; }

.color-blue-grey-lighten-2 {
  color: #90a4ae; }

.color-blue-grey-lighten-1 {
  color: #78909c; }

.color-blue-grey {
  color: #607d8b; }

.color-blue-grey-darken-1 {
  color: #546e7a; }

.color-blue-grey-darken-2 {
  color: #455a64; }

.color-blue-grey-darken-3 {
  color: #37474f; }

.color-blue-grey-darken-4 {
  color: #263238; }

.color-black {
  color: black; }

.color-white {
  color: white; }

.color-transparent {
  color: transparent; }

.color-none {
  color: none; }

.color-inherit {
  color: inherit; }

.color-currentcolor {
  color: currentcolor; }

.bg-primary-lighten-6 {
  background-color: white; }

.bg-primary-lighten-5 {
  background-color: #c8f4f0; }

.bg-primary-lighten-4 {
  background-color: #89e6de; }

.bg-primary-lighten-3 {
  background-color: #aba7d1; }

.bg-primary-lighten-2 {
  background-color: #8b86c0; }

.bg-primary-lighten-1 {
  background-color: #5d56a3; }

.bg-primary {
  background-color: #ed3338; }

.bg-primary-darken-1 {
  background-color: #373261; }

.bg-primary-darken-2 {
  background-color: #2d2a50; }

.bg-primary-darken-3 {
  background-color: #1a182e; }

.bg-primary-darken-4 {
  background-color: black; }

.bg-primary-darken-5 {
  background-color: black; }

.bg-secondary-lighten-5 {
  background-color: white; }

.bg-secondary-lighten-4 {
  background-color: white; }

.bg-secondary-lighten-3 {
  background-color: white; }

.bg-secondary-lighten-2 {
  background-color: #fadfdf; }

.bg-secondary-lighten-1 {
  background-color: #ef9d9d; }

.bg-secondary {
  background-color: #e87171; }

.bg-secondary-darken-1 {
  background-color: #e14545; }

.bg-secondary-darken-2 {
  background-color: #dd2f2f; }

.bg-secondary-darken-3 {
  background-color: #bb1e1e; }

.bg-secondary-darken-4 {
  background-color: #791414; }

.bg-secondary-darken-5 {
  background-color: #4d0d0d; }

.bg-red-lighten-5 {
  background-color: #ffebee; }

.bg-red-lighten-4 {
  background-color: #ffcdd2; }

.bg-red-lighten-3 {
  background-color: #ef9a9a; }

.bg-red-lighten-2 {
  background-color: #e57373; }

.bg-red-lighten-1 {
  background-color: #ef5350; }

.bg-red {
  background-color: #e7450f; }

.bg-red-darken-1 {
  background-color: #e53935; }

.bg-red-darken-2 {
  background-color: #d32f2f; }

.bg-red-darken-3 {
  background-color: #c62828; }

.bg-red-darken-4 {
  background-color: #b71c1c; }

.bg-pink-lighten-5 {
  background-color: #fce4ec; }

.bg-pink-lighten-4 {
  background-color: #f8bbd0; }

.bg-pink-lighten-3 {
  background-color: #f48fb1; }

.bg-pink-lighten-2 {
  background-color: #f06292; }

.bg-pink-lighten-1 {
  background-color: #ec407a; }

.bg-pink {
  background-color: #e91e63; }

.bg-pink-darken-1 {
  background-color: #d81b60; }

.bg-pink-darken-2 {
  background-color: #c2185b; }

.bg-pink-darken-3 {
  background-color: #ad1457; }

.bg-pink-darken-4 {
  background-color: #880e4f; }

.bg-purple-lighten-5 {
  background-color: #f3e5f5; }

.bg-purple-lighten-4 {
  background-color: #e1bee7; }

.bg-purple-lighten-3 {
  background-color: #ce93d8; }

.bg-purple-lighten-2 {
  background-color: #ba68c8; }

.bg-purple-lighten-1 {
  background-color: #ab47bc; }

.bg-purple {
  background-color: #9c27b0; }

.bg-purple-darken-1 {
  background-color: #8e24aa; }

.bg-purple-darken-2 {
  background-color: #7b1fa2; }

.bg-purple-darken-3 {
  background-color: #6a1b9a; }

.bg-purple-darken-4 {
  background-color: #4a148c; }

.bg-deep-purple-lighten-5 {
  background-color: #ede7f6; }

.bg-deep-purple-lighten-4 {
  background-color: #d1c4e9; }

.bg-deep-purple-lighten-3 {
  background-color: #b39ddb; }

.bg-deep-purple-lighten-2 {
  background-color: #9575cd; }

.bg-deep-purple-lighten-1 {
  background-color: #7e57c2; }

.bg-deep-purple {
  background-color: #673ab7; }

.bg-deep-purple-darken-1 {
  background-color: #5e35b1; }

.bg-deep-purple-darken-2 {
  background-color: #512da8; }

.bg-deep-purple-darken-3 {
  background-color: #4527a0; }

.bg-deep-purple-darken-4 {
  background-color: #311b92; }

.bg-indigo-lighten-5 {
  background-color: #e8eaf6; }

.bg-indigo-lighten-4 {
  background-color: #c5cae9; }

.bg-indigo-lighten-3 {
  background-color: #9fa8da; }

.bg-indigo-lighten-2 {
  background-color: #7986cb; }

.bg-indigo-lighten-1 {
  background-color: #5c6bc0; }

.bg-indigo {
  background-color: #3f51b5; }

.bg-indigo-darken-1 {
  background-color: #3949ab; }

.bg-indigo-darken-2 {
  background-color: #303f9f; }

.bg-indigo-darken-3 {
  background-color: #283593; }

.bg-indigo-darken-4 {
  background-color: #1a237e; }

.bg-blue-lighten-5 {
  background-color: #e3f2fd; }

.bg-blue-lighten-4 {
  background-color: #bbdefb; }

.bg-blue-lighten-3 {
  background-color: #90caf9; }

.bg-blue-lighten-2 {
  background-color: #64b5f6; }

.bg-blue-lighten-1 {
  background-color: #42a5f5; }

.bg-blue {
  background-color: #2196f3; }

.bg-blue-darken-1 {
  background-color: #1e88e5; }

.bg-blue-darken-2 {
  background-color: #1976d2; }

.bg-blue-darken-3 {
  background-color: #1565c0; }

.bg-blue-darken-4 {
  background-color: #0d47a1; }

.bg-light-blue-lighten-5 {
  background-color: #e1f5fe; }

.bg-light-blue-lighten-4 {
  background-color: #b3e5fc; }

.bg-light-blue-lighten-3 {
  background-color: #81d4fa; }

.bg-light-blue-lighten-2 {
  background-color: #4fc3f7; }

.bg-light-blue-lighten-1 {
  background-color: #29b6f6; }

.bg-light-blue {
  background-color: #03a9f4; }

.bg-light-blue-darken-1 {
  background-color: #039be5; }

.bg-light-blue-darken-2 {
  background-color: #0288d1; }

.bg-light-blue-darken-3 {
  background-color: #0277bd; }

.bg-light-blue-darken-4 {
  background-color: #01579b; }

.bg-cyan-lighten-5 {
  background-color: #e0f7fa; }

.bg-cyan-lighten-4 {
  background-color: #b2ebf2; }

.bg-cyan-lighten-3 {
  background-color: #80deea; }

.bg-cyan-lighten-2 {
  background-color: #4dd0e1; }

.bg-cyan-lighten-1 {
  background-color: #26c6da; }

.bg-cyan {
  background-color: #00bcd4; }

.bg-cyan-darken-1 {
  background-color: #00acc1; }

.bg-cyan-darken-2 {
  background-color: #0097a7; }

.bg-cyan-darken-3 {
  background-color: #00838f; }

.bg-cyan-darken-4 {
  background-color: #006064; }

.bg-teal-lighten-5 {
  background-color: #e0f2f1; }

.bg-teal-lighten-4 {
  background-color: #b2dfdb; }

.bg-teal-lighten-3 {
  background-color: #80cbc4; }

.bg-teal-lighten-2 {
  background-color: #4db6ac; }

.bg-teal-lighten-1 {
  background-color: #26a69a; }

.bg-teal {
  background-color: #009688; }

.bg-teal-darken-1 {
  background-color: #00897b; }

.bg-teal-darken-2 {
  background-color: #00796b; }

.bg-teal-darken-3 {
  background-color: #00695c; }

.bg-teal-darken-4 {
  background-color: #004d40; }

.bg-green-lighten-5 {
  background-color: #e8f5e9; }

.bg-green-lighten-4 {
  background-color: #c8e6c9; }

.bg-green-lighten-3 {
  background-color: #a5d6a7; }

.bg-green-lighten-2 {
  background-color: #81c784; }

.bg-green-lighten-1 {
  background-color: #66bb6a; }

.bg-green {
  background-color: #4caf50; }

.bg-green-darken-1 {
  background-color: #43a047; }

.bg-green-darken-2 {
  background-color: #388e3c; }

.bg-green-darken-3 {
  background-color: #2e7d32; }

.bg-green-darken-4 {
  background-color: #1b5e20; }

.bg-light-green-lighten-5 {
  background-color: #f1f8e9; }

.bg-light-green-lighten-4 {
  background-color: #dcedc8; }

.bg-light-green-lighten-3 {
  background-color: #c5e1a5; }

.bg-light-green-lighten-2 {
  background-color: #aed581; }

.bg-light-green-lighten-1 {
  background-color: #9ccc65; }

.bg-light-green {
  background-color: #8bc34a; }

.bg-light-green-darken-1 {
  background-color: #7cb342; }

.bg-light-green-darken-2 {
  background-color: #689f38; }

.bg-light-green-darken-3 {
  background-color: #558b2f; }

.bg-light-green-darken-4 {
  background-color: #33691e; }

.bg-lime-lighten-5 {
  background-color: #f9fbe7; }

.bg-lime-lighten-4 {
  background-color: #f0f4c3; }

.bg-lime-lighten-3 {
  background-color: #e6ee9c; }

.bg-lime-lighten-2 {
  background-color: #dce775; }

.bg-lime-lighten-1 {
  background-color: #d4e157; }

.bg-lime {
  background-color: #cddc39; }

.bg-lime-darken-1 {
  background-color: #c0ca33; }

.bg-lime-darken-2 {
  background-color: #afb42b; }

.bg-lime-darken-3 {
  background-color: #9e9d24; }

.bg-lime-darken-4 {
  background-color: #827717; }

.bg-yellow-lighten-5 {
  background-color: #fffde7; }

.bg-yellow-lighten-4 {
  background-color: #fff9c4; }

.bg-yellow-lighten-3 {
  background-color: #fff59d; }

.bg-yellow-lighten-2 {
  background-color: #fff176; }

.bg-yellow-lighten-1 {
  background-color: #ffee58; }

.bg-yellow {
  background-color: #ffeb3b; }

.bg-yellow-darken-1 {
  background-color: #fdd835; }

.bg-yellow-darken-2 {
  background-color: #fbc02d; }

.bg-yellow-darken-3 {
  background-color: #f9a825; }

.bg-yellow-darken-4 {
  background-color: #f57f17; }

.bg-amber-lighten-5 {
  background-color: #fff8e1; }

.bg-amber-lighten-4 {
  background-color: #ffecb3; }

.bg-amber-lighten-3 {
  background-color: #ffe082; }

.bg-amber-lighten-2 {
  background-color: #ffd54f; }

.bg-amber-lighten-1 {
  background-color: #ffca28; }

.bg-amber {
  background-color: #ffc107; }

.bg-amber-darken-1 {
  background-color: #ffb300; }

.bg-amber-darken-2 {
  background-color: #ffa000; }

.bg-amber-darken-3 {
  background-color: #ff8f00; }

.bg-amber-darken-4 {
  background-color: #ff6f00; }

.bg-orange-lighten-5 {
  background-color: #fff3e0; }

.bg-orange-lighten-4 {
  background-color: #ffe0b2; }

.bg-orange-lighten-3 {
  background-color: #ffcc80; }

.bg-orange-lighten-2 {
  background-color: #ffb74d; }

.bg-orange-lighten-1 {
  background-color: #ffa726; }

.bg-orange {
  background-color: #ff9800; }

.bg-orange-darken-1 {
  background-color: #fb8c00; }

.bg-orange-darken-2 {
  background-color: #f57c00; }

.bg-orange-darken-3 {
  background-color: #ef6c00; }

.bg-orange-darken-4 {
  background-color: #e65100; }

.bg-deep-orange-lighten-5 {
  background-color: #fbe9e7; }

.bg-deep-orange-lighten-4 {
  background-color: #ffccbc; }

.bg-deep-orange-lighten-3 {
  background-color: #ffab91; }

.bg-deep-orange-lighten-2 {
  background-color: #ff8a65; }

.bg-deep-orange-lighten-1 {
  background-color: #ff7043; }

.bg-deep-orange {
  background-color: #ff5722; }

.bg-deep-orange-darken-1 {
  background-color: #f4511e; }

.bg-deep-orange-darken-2 {
  background-color: #e64a19; }

.bg-deep-orange-darken-3 {
  background-color: #d84315; }

.bg-deep-orange-darken-4 {
  background-color: #bf360c; }

.bg-brown-lighten-5 {
  background-color: #efebe9; }

.bg-brown-lighten-4 {
  background-color: #d7ccc8; }

.bg-brown-lighten-3 {
  background-color: #bcaaa4; }

.bg-brown-lighten-2 {
  background-color: #a1887f; }

.bg-brown-lighten-1 {
  background-color: #8d6e63; }

.bg-brown {
  background-color: #795548; }

.bg-brown-darken-1 {
  background-color: #6d4c41; }

.bg-brown-darken-2 {
  background-color: #5d4037; }

.bg-brown-darken-3 {
  background-color: #4e342e; }

.bg-brown-darken-4 {
  background-color: #3e2723; }

.bg-grey-lighten-5 {
  background-color: #fafafa; }

.bg-grey-lighten-4 {
  background-color: #f5f5f5; }

.bg-grey-lighten-3 {
  background-color: #eeeeee; }

.bg-grey-lighten-2 {
  background-color: #e0e0e0; }

.bg-grey-lighten-1 {
  background-color: #bdbdbd; }

.bg-grey {
  background-color: #9e9e9e; }

.bg-grey-darken-1 {
  background-color: #757575; }

.bg-grey-darken-2 {
  background-color: #616161; }

.bg-grey-darken-3 {
  background-color: #424242; }

.bg-grey-darken-4 {
  background-color: #212121; }

.bg-blue-grey-lighten-5 {
  background-color: #eceff1; }

.bg-blue-grey-lighten-4 {
  background-color: #cfd8dc; }

.bg-blue-grey-lighten-3 {
  background-color: #b0bec5; }

.bg-blue-grey-lighten-2 {
  background-color: #90a4ae; }

.bg-blue-grey-lighten-1 {
  background-color: #78909c; }

.bg-blue-grey {
  background-color: #607d8b; }

.bg-blue-grey-darken-1 {
  background-color: #546e7a; }

.bg-blue-grey-darken-2 {
  background-color: #455a64; }

.bg-blue-grey-darken-3 {
  background-color: #37474f; }

.bg-blue-grey-darken-4 {
  background-color: #263238; }

.bg-black {
  background-color: black; }

.bg-white {
  background-color: white; }

.bg-transparent {
  background-color: transparent; }

.bg-none {
  background-color: none; }

.bg-inherit {
  background-color: inherit; }

.bg-currentcolor {
  background-color: currentcolor; }

.border-color-primary-lighten-6 {
  border-color: white; }

.border-color-primary-lighten-5 {
  border-color: #f5f4f9; }

.border-color-primary-lighten-4 {
  border-color: #cbc9e3; }

.border-color-primary-lighten-3 {
  border-color: #aba7d1; }

.border-color-primary-lighten-2 {
  border-color: #8b86c0; }

.border-color-primary-lighten-1 {
  border-color: #5d56a3; }

.border-color-primary {
  border-color: #ed3338; }

.border-color-primary-darken-1 {
  border-color: #373261; }

.border-color-primary-darken-2 {
  border-color: #2d2a50; }

.border-color-primary-darken-3 {
  border-color: #1a182e; }

.border-color-primary-darken-4 {
  border-color: black; }

.border-color-primary-darken-5 {
  border-color: black; }

.border-color-secondary-lighten-5 {
  border-color: white; }

.border-color-secondary-lighten-4 {
  border-color: white; }

.border-color-secondary-lighten-3 {
  border-color: white; }

.border-color-secondary-lighten-2 {
  border-color: #fadfdf; }

.border-color-secondary-lighten-1 {
  border-color: #ef9d9d; }

.border-color-secondary {
  border-color: #e87171; }

.border-color-secondary-darken-1 {
  border-color: #e14545; }

.border-color-secondary-darken-2 {
  border-color: #dd2f2f; }

.border-color-secondary-darken-3 {
  border-color: #bb1e1e; }

.border-color-secondary-darken-4 {
  border-color: #791414; }

.border-color-secondary-darken-5 {
  border-color: #4d0d0d; }

.border-color-red-lighten-5 {
  border-color: #ffebee; }

.border-color-red-lighten-4 {
  border-color: #ffcdd2; }

.border-color-red-lighten-3 {
  border-color: #ef9a9a; }

.border-color-red-lighten-2 {
  border-color: #e57373; }

.border-color-red-lighten-1 {
  border-color: #ef5350; }

.border-color-red {
  border-color: #e7450f; }

.border-color-red-darken-1 {
  border-color: #e53935; }

.border-color-red-darken-2 {
  border-color: #d32f2f; }

.border-color-red-darken-3 {
  border-color: #c62828; }

.border-color-red-darken-4 {
  border-color: #b71c1c; }

.border-color-pink-lighten-5 {
  border-color: #fce4ec; }

.border-color-pink-lighten-4 {
  border-color: #f8bbd0; }

.border-color-pink-lighten-3 {
  border-color: #f48fb1; }

.border-color-pink-lighten-2 {
  border-color: #f06292; }

.border-color-pink-lighten-1 {
  border-color: #ec407a; }

.border-color-pink {
  border-color: #e91e63; }

.border-color-pink-darken-1 {
  border-color: #d81b60; }

.border-color-pink-darken-2 {
  border-color: #c2185b; }

.border-color-pink-darken-3 {
  border-color: #ad1457; }

.border-color-pink-darken-4 {
  border-color: #880e4f; }

.border-color-purple-lighten-5 {
  border-color: #f3e5f5; }

.border-color-purple-lighten-4 {
  border-color: #e1bee7; }

.border-color-purple-lighten-3 {
  border-color: #ce93d8; }

.border-color-purple-lighten-2 {
  border-color: #ba68c8; }

.border-color-purple-lighten-1 {
  border-color: #ab47bc; }

.border-color-purple {
  border-color: #9c27b0; }

.border-color-purple-darken-1 {
  border-color: #8e24aa; }

.border-color-purple-darken-2 {
  border-color: #7b1fa2; }

.border-color-purple-darken-3 {
  border-color: #6a1b9a; }

.border-color-purple-darken-4 {
  border-color: #4a148c; }

.border-color-deep-purple-lighten-5 {
  border-color: #ede7f6; }

.border-color-deep-purple-lighten-4 {
  border-color: #d1c4e9; }

.border-color-deep-purple-lighten-3 {
  border-color: #b39ddb; }

.border-color-deep-purple-lighten-2 {
  border-color: #9575cd; }

.border-color-deep-purple-lighten-1 {
  border-color: #7e57c2; }

.border-color-deep-purple {
  border-color: #673ab7; }

.border-color-deep-purple-darken-1 {
  border-color: #5e35b1; }

.border-color-deep-purple-darken-2 {
  border-color: #512da8; }

.border-color-deep-purple-darken-3 {
  border-color: #4527a0; }

.border-color-deep-purple-darken-4 {
  border-color: #311b92; }

.border-color-indigo-lighten-5 {
  border-color: #e8eaf6; }

.border-color-indigo-lighten-4 {
  border-color: #c5cae9; }

.border-color-indigo-lighten-3 {
  border-color: #9fa8da; }

.border-color-indigo-lighten-2 {
  border-color: #7986cb; }

.border-color-indigo-lighten-1 {
  border-color: #5c6bc0; }

.border-color-indigo {
  border-color: #3f51b5; }

.border-color-indigo-darken-1 {
  border-color: #3949ab; }

.border-color-indigo-darken-2 {
  border-color: #303f9f; }

.border-color-indigo-darken-3 {
  border-color: #283593; }

.border-color-indigo-darken-4 {
  border-color: #1a237e; }

.border-color-blue-lighten-5 {
  border-color: #e3f2fd; }

.border-color-blue-lighten-4 {
  border-color: #bbdefb; }

.border-color-blue-lighten-3 {
  border-color: #90caf9; }

.border-color-blue-lighten-2 {
  border-color: #64b5f6; }

.border-color-blue-lighten-1 {
  border-color: #42a5f5; }

.border-color-blue {
  border-color: #2196f3; }

.border-color-blue-darken-1 {
  border-color: #1e88e5; }

.border-color-blue-darken-2 {
  border-color: #1976d2; }

.border-color-blue-darken-3 {
  border-color: #1565c0; }

.border-color-blue-darken-4 {
  border-color: #0d47a1; }

.border-color-light-blue-lighten-5 {
  border-color: #e1f5fe; }

.border-color-light-blue-lighten-4 {
  border-color: #b3e5fc; }

.border-color-light-blue-lighten-3 {
  border-color: #81d4fa; }

.border-color-light-blue-lighten-2 {
  border-color: #4fc3f7; }

.border-color-light-blue-lighten-1 {
  border-color: #29b6f6; }

.border-color-light-blue {
  border-color: #03a9f4; }

.border-color-light-blue-darken-1 {
  border-color: #039be5; }

.border-color-light-blue-darken-2 {
  border-color: #0288d1; }

.border-color-light-blue-darken-3 {
  border-color: #0277bd; }

.border-color-light-blue-darken-4 {
  border-color: #01579b; }

.border-color-cyan-lighten-5 {
  border-color: #e0f7fa; }

.border-color-cyan-lighten-4 {
  border-color: #b2ebf2; }

.border-color-cyan-lighten-3 {
  border-color: #80deea; }

.border-color-cyan-lighten-2 {
  border-color: #4dd0e1; }

.border-color-cyan-lighten-1 {
  border-color: #26c6da; }

.border-color-cyan {
  border-color: #00bcd4; }

.border-color-cyan-darken-1 {
  border-color: #00acc1; }

.border-color-cyan-darken-2 {
  border-color: #0097a7; }

.border-color-cyan-darken-3 {
  border-color: #00838f; }

.border-color-cyan-darken-4 {
  border-color: #006064; }

.border-color-teal-lighten-5 {
  border-color: #e0f2f1; }

.border-color-teal-lighten-4 {
  border-color: #b2dfdb; }

.border-color-teal-lighten-3 {
  border-color: #80cbc4; }

.border-color-teal-lighten-2 {
  border-color: #4db6ac; }

.border-color-teal-lighten-1 {
  border-color: #26a69a; }

.border-color-teal {
  border-color: #009688; }

.border-color-teal-darken-1 {
  border-color: #00897b; }

.border-color-teal-darken-2 {
  border-color: #00796b; }

.border-color-teal-darken-3 {
  border-color: #00695c; }

.border-color-teal-darken-4 {
  border-color: #004d40; }

.border-color-green-lighten-5 {
  border-color: #e8f5e9; }

.border-color-green-lighten-4 {
  border-color: #c8e6c9; }

.border-color-green-lighten-3 {
  border-color: #a5d6a7; }

.border-color-green-lighten-2 {
  border-color: #81c784; }

.border-color-green-lighten-1 {
  border-color: #66bb6a; }

.border-color-green {
  border-color: #4caf50; }

.border-color-green-darken-1 {
  border-color: #43a047; }

.border-color-green-darken-2 {
  border-color: #388e3c; }

.border-color-green-darken-3 {
  border-color: #2e7d32; }

.border-color-green-darken-4 {
  border-color: #1b5e20; }

.border-color-light-green-lighten-5 {
  border-color: #f1f8e9; }

.border-color-light-green-lighten-4 {
  border-color: #dcedc8; }

.border-color-light-green-lighten-3 {
  border-color: #c5e1a5; }

.border-color-light-green-lighten-2 {
  border-color: #aed581; }

.border-color-light-green-lighten-1 {
  border-color: #9ccc65; }

.border-color-light-green {
  border-color: #8bc34a; }

.border-color-light-green-darken-1 {
  border-color: #7cb342; }

.border-color-light-green-darken-2 {
  border-color: #689f38; }

.border-color-light-green-darken-3 {
  border-color: #558b2f; }

.border-color-light-green-darken-4 {
  border-color: #33691e; }

.border-color-lime-lighten-5 {
  border-color: #f9fbe7; }

.border-color-lime-lighten-4 {
  border-color: #f0f4c3; }

.border-color-lime-lighten-3 {
  border-color: #e6ee9c; }

.border-color-lime-lighten-2 {
  border-color: #dce775; }

.border-color-lime-lighten-1 {
  border-color: #d4e157; }

.border-color-lime {
  border-color: #cddc39; }

.border-color-lime-darken-1 {
  border-color: #c0ca33; }

.border-color-lime-darken-2 {
  border-color: #afb42b; }

.border-color-lime-darken-3 {
  border-color: #9e9d24; }

.border-color-lime-darken-4 {
  border-color: #827717; }

.border-color-yellow-lighten-5 {
  border-color: #fffde7; }

.border-color-yellow-lighten-4 {
  border-color: #fff9c4; }

.border-color-yellow-lighten-3 {
  border-color: #fff59d; }

.border-color-yellow-lighten-2 {
  border-color: #fff176; }

.border-color-yellow-lighten-1 {
  border-color: #ffee58; }

.border-color-yellow {
  border-color: #ffeb3b; }

.border-color-yellow-darken-1 {
  border-color: #fdd835; }

.border-color-yellow-darken-2 {
  border-color: #fbc02d; }

.border-color-yellow-darken-3 {
  border-color: #f9a825; }

.border-color-yellow-darken-4 {
  border-color: #f57f17; }

.border-color-amber-lighten-5 {
  border-color: #fff8e1; }

.border-color-amber-lighten-4 {
  border-color: #ffecb3; }

.border-color-amber-lighten-3 {
  border-color: #ffe082; }

.border-color-amber-lighten-2 {
  border-color: #ffd54f; }

.border-color-amber-lighten-1 {
  border-color: #ffca28; }

.border-color-amber {
  border-color: #ffc107; }

.border-color-amber-darken-1 {
  border-color: #ffb300; }

.border-color-amber-darken-2 {
  border-color: #ffa000; }

.border-color-amber-darken-3 {
  border-color: #ff8f00; }

.border-color-amber-darken-4 {
  border-color: #ff6f00; }

.border-color-orange-lighten-5 {
  border-color: #fff3e0; }

.border-color-orange-lighten-4 {
  border-color: #ffe0b2; }

.border-color-orange-lighten-3 {
  border-color: #ffcc80; }

.border-color-orange-lighten-2 {
  border-color: #ffb74d; }

.border-color-orange-lighten-1 {
  border-color: #ffa726; }

.border-color-orange {
  border-color: #ff9800; }

.border-color-orange-darken-1 {
  border-color: #fb8c00; }

.border-color-orange-darken-2 {
  border-color: #f57c00; }

.border-color-orange-darken-3 {
  border-color: #ef6c00; }

.border-color-orange-darken-4 {
  border-color: #e65100; }

.border-color-deep-orange-lighten-5 {
  border-color: #fbe9e7; }

.border-color-deep-orange-lighten-4 {
  border-color: #ffccbc; }

.border-color-deep-orange-lighten-3 {
  border-color: #ffab91; }

.border-color-deep-orange-lighten-2 {
  border-color: #ff8a65; }

.border-color-deep-orange-lighten-1 {
  border-color: #ff7043; }

.border-color-deep-orange {
  border-color: #ff5722; }

.border-color-deep-orange-darken-1 {
  border-color: #f4511e; }

.border-color-deep-orange-darken-2 {
  border-color: #e64a19; }

.border-color-deep-orange-darken-3 {
  border-color: #d84315; }

.border-color-deep-orange-darken-4 {
  border-color: #bf360c; }

.border-color-brown-lighten-5 {
  border-color: #efebe9; }

.border-color-brown-lighten-4 {
  border-color: #d7ccc8; }

.border-color-brown-lighten-3 {
  border-color: #bcaaa4; }

.border-color-brown-lighten-2 {
  border-color: #a1887f; }

.border-color-brown-lighten-1 {
  border-color: #8d6e63; }

.border-color-brown {
  border-color: #795548; }

.border-color-brown-darken-1 {
  border-color: #6d4c41; }

.border-color-brown-darken-2 {
  border-color: #5d4037; }

.border-color-brown-darken-3 {
  border-color: #4e342e; }

.border-color-brown-darken-4 {
  border-color: #3e2723; }

.border-color-grey-lighten-5 {
  border-color: #fafafa; }

.border-color-grey-lighten-4 {
  border-color: #f5f5f5; }

.border-color-grey-lighten-3 {
  border-color: #eeeeee; }

.border-color-grey-lighten-2 {
  border-color: #e0e0e0; }

.border-color-grey-lighten-1 {
  border-color: #bdbdbd; }

.border-color-grey {
  border-color: #9e9e9e; }

.border-color-grey-darken-1 {
  border-color: #757575; }

.border-color-grey-darken-2 {
  border-color: #616161; }

.border-color-grey-darken-3 {
  border-color: #424242; }

.border-color-grey-darken-4 {
  border-color: #212121; }

.border-color-blue-grey-lighten-5 {
  border-color: #eceff1; }

.border-color-blue-grey-lighten-4 {
  border-color: #cfd8dc; }

.border-color-blue-grey-lighten-3 {
  border-color: #b0bec5; }

.border-color-blue-grey-lighten-2 {
  border-color: #90a4ae; }

.border-color-blue-grey-lighten-1 {
  border-color: #78909c; }

.border-color-blue-grey {
  border-color: #607d8b; }

.border-color-blue-grey-darken-1 {
  border-color: #546e7a; }

.border-color-blue-grey-darken-2 {
  border-color: #455a64; }

.border-color-blue-grey-darken-3 {
  border-color: #37474f; }

.border-color-blue-grey-darken-4 {
  border-color: #263238; }

.border-color-black {
  border-color: black; }

.border-color-white {
  border-color: white; }

.border-color-transparent {
  border-color: transparent; }

.border-color-none {
  border-color: none; }

.border-color-inherit {
  border-color: inherit; }

.border-color-currentcolor {
  border-color: currentcolor; }

.stroke-primary-lighten-6 {
  stroke: white; }

.stroke-primary-lighten-5 {
  stroke: #f5f4f9; }

.stroke-primary-lighten-4 {
  stroke: #cbc9e3; }

.stroke-primary-lighten-3 {
  stroke: #aba7d1; }

.stroke-primary-lighten-2 {
  stroke: #8b86c0; }

.stroke-primary-lighten-1 {
  stroke: #5d56a3; }

.stroke-primary {
  stroke: #ed3338; }

.stroke-primary-darken-1 {
  stroke: #373261; }

.stroke-primary-darken-2 {
  stroke: #2d2a50; }

.stroke-primary-darken-3 {
  stroke: #1a182e; }

.stroke-primary-darken-4 {
  stroke: black; }

.stroke-primary-darken-5 {
  stroke: black; }

.stroke-secondary-lighten-5 {
  stroke: white; }

.stroke-secondary-lighten-4 {
  stroke: white; }

.stroke-secondary-lighten-3 {
  stroke: white; }

.stroke-secondary-lighten-2 {
  stroke: #fadfdf; }

.stroke-secondary-lighten-1 {
  stroke: #ef9d9d; }

.stroke-secondary {
  stroke: #e87171; }

.stroke-secondary-darken-1 {
  stroke: #e14545; }

.stroke-secondary-darken-2 {
  stroke: #dd2f2f; }

.stroke-secondary-darken-3 {
  stroke: #bb1e1e; }

.stroke-secondary-darken-4 {
  stroke: #791414; }

.stroke-secondary-darken-5 {
  stroke: #4d0d0d; }

.stroke-red-lighten-5 {
  stroke: #ffebee; }

.stroke-red-lighten-4 {
  stroke: #ffcdd2; }

.stroke-red-lighten-3 {
  stroke: #ef9a9a; }

.stroke-red-lighten-2 {
  stroke: #e57373; }

.stroke-red-lighten-1 {
  stroke: #ef5350; }

.stroke-red {
  stroke: #e7450f; }

.stroke-red-darken-1 {
  stroke: #e53935; }

.stroke-red-darken-2 {
  stroke: #d32f2f; }

.stroke-red-darken-3 {
  stroke: #c62828; }

.stroke-red-darken-4 {
  stroke: #b71c1c; }

.stroke-pink-lighten-5 {
  stroke: #fce4ec; }

.stroke-pink-lighten-4 {
  stroke: #f8bbd0; }

.stroke-pink-lighten-3 {
  stroke: #f48fb1; }

.stroke-pink-lighten-2 {
  stroke: #f06292; }

.stroke-pink-lighten-1 {
  stroke: #ec407a; }

.stroke-pink {
  stroke: #e91e63; }

.stroke-pink-darken-1 {
  stroke: #d81b60; }

.stroke-pink-darken-2 {
  stroke: #c2185b; }

.stroke-pink-darken-3 {
  stroke: #ad1457; }

.stroke-pink-darken-4 {
  stroke: #880e4f; }

.stroke-purple-lighten-5 {
  stroke: #f3e5f5; }

.stroke-purple-lighten-4 {
  stroke: #e1bee7; }

.stroke-purple-lighten-3 {
  stroke: #ce93d8; }

.stroke-purple-lighten-2 {
  stroke: #ba68c8; }

.stroke-purple-lighten-1 {
  stroke: #ab47bc; }

.stroke-purple {
  stroke: #9c27b0; }

.stroke-purple-darken-1 {
  stroke: #8e24aa; }

.stroke-purple-darken-2 {
  stroke: #7b1fa2; }

.stroke-purple-darken-3 {
  stroke: #6a1b9a; }

.stroke-purple-darken-4 {
  stroke: #4a148c; }

.stroke-deep-purple-lighten-5 {
  stroke: #ede7f6; }

.stroke-deep-purple-lighten-4 {
  stroke: #d1c4e9; }

.stroke-deep-purple-lighten-3 {
  stroke: #b39ddb; }

.stroke-deep-purple-lighten-2 {
  stroke: #9575cd; }

.stroke-deep-purple-lighten-1 {
  stroke: #7e57c2; }

.stroke-deep-purple {
  stroke: #673ab7; }

.stroke-deep-purple-darken-1 {
  stroke: #5e35b1; }

.stroke-deep-purple-darken-2 {
  stroke: #512da8; }

.stroke-deep-purple-darken-3 {
  stroke: #4527a0; }

.stroke-deep-purple-darken-4 {
  stroke: #311b92; }

.stroke-indigo-lighten-5 {
  stroke: #e8eaf6; }

.stroke-indigo-lighten-4 {
  stroke: #c5cae9; }

.stroke-indigo-lighten-3 {
  stroke: #9fa8da; }

.stroke-indigo-lighten-2 {
  stroke: #7986cb; }

.stroke-indigo-lighten-1 {
  stroke: #5c6bc0; }

.stroke-indigo {
  stroke: #3f51b5; }

.stroke-indigo-darken-1 {
  stroke: #3949ab; }

.stroke-indigo-darken-2 {
  stroke: #303f9f; }

.stroke-indigo-darken-3 {
  stroke: #283593; }

.stroke-indigo-darken-4 {
  stroke: #1a237e; }

.stroke-blue-lighten-5 {
  stroke: #e3f2fd; }

.stroke-blue-lighten-4 {
  stroke: #bbdefb; }

.stroke-blue-lighten-3 {
  stroke: #90caf9; }

.stroke-blue-lighten-2 {
  stroke: #64b5f6; }

.stroke-blue-lighten-1 {
  stroke: #42a5f5; }

.stroke-blue {
  stroke: #2196f3; }

.stroke-blue-darken-1 {
  stroke: #1e88e5; }

.stroke-blue-darken-2 {
  stroke: #1976d2; }

.stroke-blue-darken-3 {
  stroke: #1565c0; }

.stroke-blue-darken-4 {
  stroke: #0d47a1; }

.stroke-light-blue-lighten-5 {
  stroke: #e1f5fe; }

.stroke-light-blue-lighten-4 {
  stroke: #b3e5fc; }

.stroke-light-blue-lighten-3 {
  stroke: #81d4fa; }

.stroke-light-blue-lighten-2 {
  stroke: #4fc3f7; }

.stroke-light-blue-lighten-1 {
  stroke: #29b6f6; }

.stroke-light-blue {
  stroke: #03a9f4; }

.stroke-light-blue-darken-1 {
  stroke: #039be5; }

.stroke-light-blue-darken-2 {
  stroke: #0288d1; }

.stroke-light-blue-darken-3 {
  stroke: #0277bd; }

.stroke-light-blue-darken-4 {
  stroke: #01579b; }

.stroke-cyan-lighten-5 {
  stroke: #e0f7fa; }

.stroke-cyan-lighten-4 {
  stroke: #b2ebf2; }

.stroke-cyan-lighten-3 {
  stroke: #80deea; }

.stroke-cyan-lighten-2 {
  stroke: #4dd0e1; }

.stroke-cyan-lighten-1 {
  stroke: #26c6da; }

.stroke-cyan {
  stroke: #00bcd4; }

.stroke-cyan-darken-1 {
  stroke: #00acc1; }

.stroke-cyan-darken-2 {
  stroke: #0097a7; }

.stroke-cyan-darken-3 {
  stroke: #00838f; }

.stroke-cyan-darken-4 {
  stroke: #006064; }

.stroke-teal-lighten-5 {
  stroke: #e0f2f1; }

.stroke-teal-lighten-4 {
  stroke: #b2dfdb; }

.stroke-teal-lighten-3 {
  stroke: #80cbc4; }

.stroke-teal-lighten-2 {
  stroke: #4db6ac; }

.stroke-teal-lighten-1 {
  stroke: #26a69a; }

.stroke-teal {
  stroke: #009688; }

.stroke-teal-darken-1 {
  stroke: #00897b; }

.stroke-teal-darken-2 {
  stroke: #00796b; }

.stroke-teal-darken-3 {
  stroke: #00695c; }

.stroke-teal-darken-4 {
  stroke: #004d40; }

.stroke-green-lighten-5 {
  stroke: #e8f5e9; }

.stroke-green-lighten-4 {
  stroke: #c8e6c9; }

.stroke-green-lighten-3 {
  stroke: #a5d6a7; }

.stroke-green-lighten-2 {
  stroke: #81c784; }

.stroke-green-lighten-1 {
  stroke: #66bb6a; }

.stroke-green {
  stroke: #4caf50; }

.stroke-green-darken-1 {
  stroke: #43a047; }

.stroke-green-darken-2 {
  stroke: #388e3c; }

.stroke-green-darken-3 {
  stroke: #2e7d32; }

.stroke-green-darken-4 {
  stroke: #1b5e20; }

.stroke-light-green-lighten-5 {
  stroke: #f1f8e9; }

.stroke-light-green-lighten-4 {
  stroke: #dcedc8; }

.stroke-light-green-lighten-3 {
  stroke: #c5e1a5; }

.stroke-light-green-lighten-2 {
  stroke: #aed581; }

.stroke-light-green-lighten-1 {
  stroke: #9ccc65; }

.stroke-light-green {
  stroke: #8bc34a; }

.stroke-light-green-darken-1 {
  stroke: #7cb342; }

.stroke-light-green-darken-2 {
  stroke: #689f38; }

.stroke-light-green-darken-3 {
  stroke: #558b2f; }

.stroke-light-green-darken-4 {
  stroke: #33691e; }

.stroke-lime-lighten-5 {
  stroke: #f9fbe7; }

.stroke-lime-lighten-4 {
  stroke: #f0f4c3; }

.stroke-lime-lighten-3 {
  stroke: #e6ee9c; }

.stroke-lime-lighten-2 {
  stroke: #dce775; }

.stroke-lime-lighten-1 {
  stroke: #d4e157; }

.stroke-lime {
  stroke: #cddc39; }

.stroke-lime-darken-1 {
  stroke: #c0ca33; }

.stroke-lime-darken-2 {
  stroke: #afb42b; }

.stroke-lime-darken-3 {
  stroke: #9e9d24; }

.stroke-lime-darken-4 {
  stroke: #827717; }

.stroke-yellow-lighten-5 {
  stroke: #fffde7; }

.stroke-yellow-lighten-4 {
  stroke: #fff9c4; }

.stroke-yellow-lighten-3 {
  stroke: #fff59d; }

.stroke-yellow-lighten-2 {
  stroke: #fff176; }

.stroke-yellow-lighten-1 {
  stroke: #ffee58; }

.stroke-yellow {
  stroke: #ffeb3b; }

.stroke-yellow-darken-1 {
  stroke: #fdd835; }

.stroke-yellow-darken-2 {
  stroke: #fbc02d; }

.stroke-yellow-darken-3 {
  stroke: #f9a825; }

.stroke-yellow-darken-4 {
  stroke: #f57f17; }

.stroke-amber-lighten-5 {
  stroke: #fff8e1; }

.stroke-amber-lighten-4 {
  stroke: #ffecb3; }

.stroke-amber-lighten-3 {
  stroke: #ffe082; }

.stroke-amber-lighten-2 {
  stroke: #ffd54f; }

.stroke-amber-lighten-1 {
  stroke: #ffca28; }

.stroke-amber {
  stroke: #ffc107; }

.stroke-amber-darken-1 {
  stroke: #ffb300; }

.stroke-amber-darken-2 {
  stroke: #ffa000; }

.stroke-amber-darken-3 {
  stroke: #ff8f00; }

.stroke-amber-darken-4 {
  stroke: #ff6f00; }

.stroke-orange-lighten-5 {
  stroke: #fff3e0; }

.stroke-orange-lighten-4 {
  stroke: #ffe0b2; }

.stroke-orange-lighten-3 {
  stroke: #ffcc80; }

.stroke-orange-lighten-2 {
  stroke: #ffb74d; }

.stroke-orange-lighten-1 {
  stroke: #ffa726; }

.stroke-orange {
  stroke: #ff9800; }

.stroke-orange-darken-1 {
  stroke: #fb8c00; }

.stroke-orange-darken-2 {
  stroke: #f57c00; }

.stroke-orange-darken-3 {
  stroke: #ef6c00; }

.stroke-orange-darken-4 {
  stroke: #e65100; }

.stroke-deep-orange-lighten-5 {
  stroke: #fbe9e7; }

.stroke-deep-orange-lighten-4 {
  stroke: #ffccbc; }

.stroke-deep-orange-lighten-3 {
  stroke: #ffab91; }

.stroke-deep-orange-lighten-2 {
  stroke: #ff8a65; }

.stroke-deep-orange-lighten-1 {
  stroke: #ff7043; }

.stroke-deep-orange {
  stroke: #ff5722; }

.stroke-deep-orange-darken-1 {
  stroke: #f4511e; }

.stroke-deep-orange-darken-2 {
  stroke: #e64a19; }

.stroke-deep-orange-darken-3 {
  stroke: #d84315; }

.stroke-deep-orange-darken-4 {
  stroke: #bf360c; }

.stroke-brown-lighten-5 {
  stroke: #efebe9; }

.stroke-brown-lighten-4 {
  stroke: #d7ccc8; }

.stroke-brown-lighten-3 {
  stroke: #bcaaa4; }

.stroke-brown-lighten-2 {
  stroke: #a1887f; }

.stroke-brown-lighten-1 {
  stroke: #8d6e63; }

.stroke-brown {
  stroke: #795548; }

.stroke-brown-darken-1 {
  stroke: #6d4c41; }

.stroke-brown-darken-2 {
  stroke: #5d4037; }

.stroke-brown-darken-3 {
  stroke: #4e342e; }

.stroke-brown-darken-4 {
  stroke: #3e2723; }

.stroke-grey-lighten-5 {
  stroke: #fafafa; }

.stroke-grey-lighten-4 {
  stroke: #f5f5f5; }

.stroke-grey-lighten-3 {
  stroke: #eeeeee; }

.stroke-grey-lighten-2 {
  stroke: #e0e0e0; }

.stroke-grey-lighten-1 {
  stroke: #bdbdbd; }

.stroke-grey {
  stroke: #9e9e9e; }

.stroke-grey-darken-1 {
  stroke: #757575; }

.stroke-grey-darken-2 {
  stroke: #616161; }

.stroke-grey-darken-3 {
  stroke: #424242; }

.stroke-grey-darken-4 {
  stroke: #212121; }

.stroke-blue-grey-lighten-5 {
  stroke: #eceff1; }

.stroke-blue-grey-lighten-4 {
  stroke: #cfd8dc; }

.stroke-blue-grey-lighten-3 {
  stroke: #b0bec5; }

.stroke-blue-grey-lighten-2 {
  stroke: #90a4ae; }

.stroke-blue-grey-lighten-1 {
  stroke: #78909c; }

.stroke-blue-grey {
  stroke: #607d8b; }

.stroke-blue-grey-darken-1 {
  stroke: #546e7a; }

.stroke-blue-grey-darken-2 {
  stroke: #455a64; }

.stroke-blue-grey-darken-3 {
  stroke: #37474f; }

.stroke-blue-grey-darken-4 {
  stroke: #263238; }

.stroke-black {
  stroke: black; }

.stroke-white {
  stroke: white; }

.stroke-transparent {
  stroke: transparent; }

.stroke-none {
  stroke: none; }

.stroke-inherit {
  stroke: inherit; }

.stroke-currentcolor {
  stroke: currentcolor; }

.fill-primary-lighten-6 {
  fill: white; }

.fill-primary-lighten-5 {
  fill: #f5f4f9; }

.fill-primary-lighten-4 {
  fill: #cbc9e3; }

.fill-primary-lighten-3 {
  fill: #aba7d1; }

.fill-primary-lighten-2 {
  fill: #8b86c0; }

.fill-primary-lighten-1 {
  fill: #5d56a3; }

.fill-primary {
  fill: #ed3338; }

.fill-primary-darken-1 {
  fill: #373261; }

.fill-primary-darken-2 {
  fill: #2d2a50; }

.fill-primary-darken-3 {
  fill: #1a182e; }

.fill-primary-darken-4 {
  fill: black; }

.fill-primary-darken-5 {
  fill: black; }

.fill-secondary-lighten-5 {
  fill: white; }

.fill-secondary-lighten-4 {
  fill: white; }

.fill-secondary-lighten-3 {
  fill: white; }

.fill-secondary-lighten-2 {
  fill: #fadfdf; }

.fill-secondary-lighten-1 {
  fill: #ef9d9d; }

.fill-secondary {
  fill: #e87171; }

.fill-secondary-darken-1 {
  fill: #e14545; }

.fill-secondary-darken-2 {
  fill: #dd2f2f; }

.fill-secondary-darken-3 {
  fill: #bb1e1e; }

.fill-secondary-darken-4 {
  fill: #791414; }

.fill-secondary-darken-5 {
  fill: #4d0d0d; }

.fill-red-lighten-5 {
  fill: #ffebee; }

.fill-red-lighten-4 {
  fill: #ffcdd2; }

.fill-red-lighten-3 {
  fill: #ef9a9a; }

.fill-red-lighten-2 {
  fill: #e57373; }

.fill-red-lighten-1 {
  fill: #ef5350; }

.fill-red {
  fill: #e7450f; }

.fill-red-darken-1 {
  fill: #e53935; }

.fill-red-darken-2 {
  fill: #d32f2f; }

.fill-red-darken-3 {
  fill: #c62828; }

.fill-red-darken-4 {
  fill: #b71c1c; }

.fill-pink-lighten-5 {
  fill: #fce4ec; }

.fill-pink-lighten-4 {
  fill: #f8bbd0; }

.fill-pink-lighten-3 {
  fill: #f48fb1; }

.fill-pink-lighten-2 {
  fill: #f06292; }

.fill-pink-lighten-1 {
  fill: #ec407a; }

.fill-pink {
  fill: #e91e63; }

.fill-pink-darken-1 {
  fill: #d81b60; }

.fill-pink-darken-2 {
  fill: #c2185b; }

.fill-pink-darken-3 {
  fill: #ad1457; }

.fill-pink-darken-4 {
  fill: #880e4f; }

.fill-purple-lighten-5 {
  fill: #f3e5f5; }

.fill-purple-lighten-4 {
  fill: #e1bee7; }

.fill-purple-lighten-3 {
  fill: #ce93d8; }

.fill-purple-lighten-2 {
  fill: #ba68c8; }

.fill-purple-lighten-1 {
  fill: #ab47bc; }

.fill-purple {
  fill: #9c27b0; }

.fill-purple-darken-1 {
  fill: #8e24aa; }

.fill-purple-darken-2 {
  fill: #7b1fa2; }

.fill-purple-darken-3 {
  fill: #6a1b9a; }

.fill-purple-darken-4 {
  fill: #4a148c; }

.fill-deep-purple-lighten-5 {
  fill: #ede7f6; }

.fill-deep-purple-lighten-4 {
  fill: #d1c4e9; }

.fill-deep-purple-lighten-3 {
  fill: #b39ddb; }

.fill-deep-purple-lighten-2 {
  fill: #9575cd; }

.fill-deep-purple-lighten-1 {
  fill: #7e57c2; }

.fill-deep-purple {
  fill: #673ab7; }

.fill-deep-purple-darken-1 {
  fill: #5e35b1; }

.fill-deep-purple-darken-2 {
  fill: #512da8; }

.fill-deep-purple-darken-3 {
  fill: #4527a0; }

.fill-deep-purple-darken-4 {
  fill: #311b92; }

.fill-indigo-lighten-5 {
  fill: #e8eaf6; }

.fill-indigo-lighten-4 {
  fill: #c5cae9; }

.fill-indigo-lighten-3 {
  fill: #9fa8da; }

.fill-indigo-lighten-2 {
  fill: #7986cb; }

.fill-indigo-lighten-1 {
  fill: #5c6bc0; }

.fill-indigo {
  fill: #3f51b5; }

.fill-indigo-darken-1 {
  fill: #3949ab; }

.fill-indigo-darken-2 {
  fill: #303f9f; }

.fill-indigo-darken-3 {
  fill: #283593; }

.fill-indigo-darken-4 {
  fill: #1a237e; }

.fill-blue-lighten-5 {
  fill: #e3f2fd; }

.fill-blue-lighten-4 {
  fill: #bbdefb; }

.fill-blue-lighten-3 {
  fill: #90caf9; }

.fill-blue-lighten-2 {
  fill: #64b5f6; }

.fill-blue-lighten-1 {
  fill: #42a5f5; }

.fill-blue {
  fill: #2196f3; }

.fill-blue-darken-1 {
  fill: #1e88e5; }

.fill-blue-darken-2 {
  fill: #1976d2; }

.fill-blue-darken-3 {
  fill: #1565c0; }

.fill-blue-darken-4 {
  fill: #0d47a1; }

.fill-light-blue-lighten-5 {
  fill: #e1f5fe; }

.fill-light-blue-lighten-4 {
  fill: #b3e5fc; }

.fill-light-blue-lighten-3 {
  fill: #81d4fa; }

.fill-light-blue-lighten-2 {
  fill: #4fc3f7; }

.fill-light-blue-lighten-1 {
  fill: #29b6f6; }

.fill-light-blue {
  fill: #03a9f4; }

.fill-light-blue-darken-1 {
  fill: #039be5; }

.fill-light-blue-darken-2 {
  fill: #0288d1; }

.fill-light-blue-darken-3 {
  fill: #0277bd; }

.fill-light-blue-darken-4 {
  fill: #01579b; }

.fill-cyan-lighten-5 {
  fill: #e0f7fa; }

.fill-cyan-lighten-4 {
  fill: #b2ebf2; }

.fill-cyan-lighten-3 {
  fill: #80deea; }

.fill-cyan-lighten-2 {
  fill: #4dd0e1; }

.fill-cyan-lighten-1 {
  fill: #26c6da; }

.fill-cyan {
  fill: #00bcd4; }

.fill-cyan-darken-1 {
  fill: #00acc1; }

.fill-cyan-darken-2 {
  fill: #0097a7; }

.fill-cyan-darken-3 {
  fill: #00838f; }

.fill-cyan-darken-4 {
  fill: #006064; }

.fill-teal-lighten-5 {
  fill: #e0f2f1; }

.fill-teal-lighten-4 {
  fill: #b2dfdb; }

.fill-teal-lighten-3 {
  fill: #80cbc4; }

.fill-teal-lighten-2 {
  fill: #4db6ac; }

.fill-teal-lighten-1 {
  fill: #26a69a; }

.fill-teal {
  fill: #009688; }

.fill-teal-darken-1 {
  fill: #00897b; }

.fill-teal-darken-2 {
  fill: #00796b; }

.fill-teal-darken-3 {
  fill: #00695c; }

.fill-teal-darken-4 {
  fill: #004d40; }

.fill-green-lighten-5 {
  fill: #e8f5e9; }

.fill-green-lighten-4 {
  fill: #c8e6c9; }

.fill-green-lighten-3 {
  fill: #a5d6a7; }

.fill-green-lighten-2 {
  fill: #81c784; }

.fill-green-lighten-1 {
  fill: #66bb6a; }

.fill-green {
  fill: #4caf50; }

.fill-green-darken-1 {
  fill: #43a047; }

.fill-green-darken-2 {
  fill: #388e3c; }

.fill-green-darken-3 {
  fill: #2e7d32; }

.fill-green-darken-4 {
  fill: #1b5e20; }

.fill-light-green-lighten-5 {
  fill: #f1f8e9; }

.fill-light-green-lighten-4 {
  fill: #dcedc8; }

.fill-light-green-lighten-3 {
  fill: #c5e1a5; }

.fill-light-green-lighten-2 {
  fill: #aed581; }

.fill-light-green-lighten-1 {
  fill: #9ccc65; }

.fill-light-green {
  fill: #8bc34a; }

.fill-light-green-darken-1 {
  fill: #7cb342; }

.fill-light-green-darken-2 {
  fill: #689f38; }

.fill-light-green-darken-3 {
  fill: #558b2f; }

.fill-light-green-darken-4 {
  fill: #33691e; }

.fill-lime-lighten-5 {
  fill: #f9fbe7; }

.fill-lime-lighten-4 {
  fill: #f0f4c3; }

.fill-lime-lighten-3 {
  fill: #e6ee9c; }

.fill-lime-lighten-2 {
  fill: #dce775; }

.fill-lime-lighten-1 {
  fill: #d4e157; }

.fill-lime {
  fill: #cddc39; }

.fill-lime-darken-1 {
  fill: #c0ca33; }

.fill-lime-darken-2 {
  fill: #afb42b; }

.fill-lime-darken-3 {
  fill: #9e9d24; }

.fill-lime-darken-4 {
  fill: #827717; }

.fill-yellow-lighten-5 {
  fill: #fffde7; }

.fill-yellow-lighten-4 {
  fill: #fff9c4; }

.fill-yellow-lighten-3 {
  fill: #fff59d; }

.fill-yellow-lighten-2 {
  fill: #fff176; }

.fill-yellow-lighten-1 {
  fill: #ffee58; }

.fill-yellow {
  fill: #ffeb3b; }

.fill-yellow-darken-1 {
  fill: #fdd835; }

.fill-yellow-darken-2 {
  fill: #fbc02d; }

.fill-yellow-darken-3 {
  fill: #f9a825; }

.fill-yellow-darken-4 {
  fill: #f57f17; }

.fill-amber-lighten-5 {
  fill: #fff8e1; }

.fill-amber-lighten-4 {
  fill: #ffecb3; }

.fill-amber-lighten-3 {
  fill: #ffe082; }

.fill-amber-lighten-2 {
  fill: #ffd54f; }

.fill-amber-lighten-1 {
  fill: #ffca28; }

.fill-amber {
  fill: #ffc107; }

.fill-amber-darken-1 {
  fill: #ffb300; }

.fill-amber-darken-2 {
  fill: #ffa000; }

.fill-amber-darken-3 {
  fill: #ff8f00; }

.fill-amber-darken-4 {
  fill: #ff6f00; }

.fill-orange-lighten-5 {
  fill: #fff3e0; }

.fill-orange-lighten-4 {
  fill: #ffe0b2; }

.fill-orange-lighten-3 {
  fill: #ffcc80; }

.fill-orange-lighten-2 {
  fill: #ffb74d; }

.fill-orange-lighten-1 {
  fill: #ffa726; }

.fill-orange {
  fill: #ff9800; }

.fill-orange-darken-1 {
  fill: #fb8c00; }

.fill-orange-darken-2 {
  fill: #f57c00; }

.fill-orange-darken-3 {
  fill: #ef6c00; }

.fill-orange-darken-4 {
  fill: #e65100; }

.fill-deep-orange-lighten-5 {
  fill: #fbe9e7; }

.fill-deep-orange-lighten-4 {
  fill: #ffccbc; }

.fill-deep-orange-lighten-3 {
  fill: #ffab91; }

.fill-deep-orange-lighten-2 {
  fill: #ff8a65; }

.fill-deep-orange-lighten-1 {
  fill: #ff7043; }

.fill-deep-orange {
  fill: #ff5722; }

.fill-deep-orange-darken-1 {
  fill: #f4511e; }

.fill-deep-orange-darken-2 {
  fill: #e64a19; }

.fill-deep-orange-darken-3 {
  fill: #d84315; }

.fill-deep-orange-darken-4 {
  fill: #bf360c; }

.fill-brown-lighten-5 {
  fill: #efebe9; }

.fill-brown-lighten-4 {
  fill: #d7ccc8; }

.fill-brown-lighten-3 {
  fill: #bcaaa4; }

.fill-brown-lighten-2 {
  fill: #a1887f; }

.fill-brown-lighten-1 {
  fill: #8d6e63; }

.fill-brown {
  fill: #795548; }

.fill-brown-darken-1 {
  fill: #6d4c41; }

.fill-brown-darken-2 {
  fill: #5d4037; }

.fill-brown-darken-3 {
  fill: #4e342e; }

.fill-brown-darken-4 {
  fill: #3e2723; }

.fill-grey-lighten-5 {
  fill: #fafafa; }

.fill-grey-lighten-4 {
  fill: #f5f5f5; }

.fill-grey-lighten-3 {
  fill: #eeeeee; }

.fill-grey-lighten-2 {
  fill: #e0e0e0; }

.fill-grey-lighten-1 {
  fill: #bdbdbd; }

.fill-grey {
  fill: #9e9e9e; }

.fill-grey-darken-1 {
  fill: #757575; }

.fill-grey-darken-2 {
  fill: #616161; }

.fill-grey-darken-3 {
  fill: #424242; }

.fill-grey-darken-4 {
  fill: #212121; }

.fill-blue-grey-lighten-5 {
  fill: #eceff1; }

.fill-blue-grey-lighten-4 {
  fill: #cfd8dc; }

.fill-blue-grey-lighten-3 {
  fill: #b0bec5; }

.fill-blue-grey-lighten-2 {
  fill: #90a4ae; }

.fill-blue-grey-lighten-1 {
  fill: #78909c; }

.fill-blue-grey {
  fill: #607d8b; }

.fill-blue-grey-darken-1 {
  fill: #546e7a; }

.fill-blue-grey-darken-2 {
  fill: #455a64; }

.fill-blue-grey-darken-3 {
  fill: #37474f; }

.fill-blue-grey-darken-4 {
  fill: #263238; }

.fill-black {
  fill: black; }

.fill-white {
  fill: white; }

.fill-transparent {
  fill: transparent; }

.fill-none {
  fill: none; }

.fill-inherit {
  fill: inherit; }

.fill-currentcolor {
  fill: currentcolor; }

.outline-primary-lighten-6 {
  outline: white; }

.outline-primary-lighten-5 {
  outline: #f5f4f9; }

.outline-primary-lighten-4 {
  outline: #cbc9e3; }

.outline-primary-lighten-3 {
  outline: #aba7d1; }

.outline-primary-lighten-2 {
  outline: #8b86c0; }

.outline-primary-lighten-1 {
  outline: #5d56a3; }

.outline-primary {
  outline: #ed3338; }

.outline-primary-darken-1 {
  outline: #373261; }

.outline-primary-darken-2 {
  outline: #2d2a50; }

.outline-primary-darken-3 {
  outline: #1a182e; }

.outline-primary-darken-4 {
  outline: black; }

.outline-primary-darken-5 {
  outline: black; }

.outline-secondary-lighten-5 {
  outline: white; }

.outline-secondary-lighten-4 {
  outline: white; }

.outline-secondary-lighten-3 {
  outline: white; }

.outline-secondary-lighten-2 {
  outline: #fadfdf; }

.outline-secondary-lighten-1 {
  outline: #ef9d9d; }

.outline-secondary {
  outline: #e87171; }

.outline-secondary-darken-1 {
  outline: #e14545; }

.outline-secondary-darken-2 {
  outline: #dd2f2f; }

.outline-secondary-darken-3 {
  outline: #bb1e1e; }

.outline-secondary-darken-4 {
  outline: #791414; }

.outline-secondary-darken-5 {
  outline: #4d0d0d; }

.outline-red-lighten-5 {
  outline: #ffebee; }

.outline-red-lighten-4 {
  outline: #ffcdd2; }

.outline-red-lighten-3 {
  outline: #ef9a9a; }

.outline-red-lighten-2 {
  outline: #e57373; }

.outline-red-lighten-1 {
  outline: #ef5350; }

.outline-red {
  outline: #e7450f; }

.outline-red-darken-1 {
  outline: #e53935; }

.outline-red-darken-2 {
  outline: #d32f2f; }

.outline-red-darken-3 {
  outline: #c62828; }

.outline-red-darken-4 {
  outline: #b71c1c; }

.outline-pink-lighten-5 {
  outline: #fce4ec; }

.outline-pink-lighten-4 {
  outline: #f8bbd0; }

.outline-pink-lighten-3 {
  outline: #f48fb1; }

.outline-pink-lighten-2 {
  outline: #f06292; }

.outline-pink-lighten-1 {
  outline: #ec407a; }

.outline-pink {
  outline: #e91e63; }

.outline-pink-darken-1 {
  outline: #d81b60; }

.outline-pink-darken-2 {
  outline: #c2185b; }

.outline-pink-darken-3 {
  outline: #ad1457; }

.outline-pink-darken-4 {
  outline: #880e4f; }

.outline-purple-lighten-5 {
  outline: #f3e5f5; }

.outline-purple-lighten-4 {
  outline: #e1bee7; }

.outline-purple-lighten-3 {
  outline: #ce93d8; }

.outline-purple-lighten-2 {
  outline: #ba68c8; }

.outline-purple-lighten-1 {
  outline: #ab47bc; }

.outline-purple {
  outline: #9c27b0; }

.outline-purple-darken-1 {
  outline: #8e24aa; }

.outline-purple-darken-2 {
  outline: #7b1fa2; }

.outline-purple-darken-3 {
  outline: #6a1b9a; }

.outline-purple-darken-4 {
  outline: #4a148c; }

.outline-deep-purple-lighten-5 {
  outline: #ede7f6; }

.outline-deep-purple-lighten-4 {
  outline: #d1c4e9; }

.outline-deep-purple-lighten-3 {
  outline: #b39ddb; }

.outline-deep-purple-lighten-2 {
  outline: #9575cd; }

.outline-deep-purple-lighten-1 {
  outline: #7e57c2; }

.outline-deep-purple {
  outline: #673ab7; }

.outline-deep-purple-darken-1 {
  outline: #5e35b1; }

.outline-deep-purple-darken-2 {
  outline: #512da8; }

.outline-deep-purple-darken-3 {
  outline: #4527a0; }

.outline-deep-purple-darken-4 {
  outline: #311b92; }

.outline-indigo-lighten-5 {
  outline: #e8eaf6; }

.outline-indigo-lighten-4 {
  outline: #c5cae9; }

.outline-indigo-lighten-3 {
  outline: #9fa8da; }

.outline-indigo-lighten-2 {
  outline: #7986cb; }

.outline-indigo-lighten-1 {
  outline: #5c6bc0; }

.outline-indigo {
  outline: #3f51b5; }

.outline-indigo-darken-1 {
  outline: #3949ab; }

.outline-indigo-darken-2 {
  outline: #303f9f; }

.outline-indigo-darken-3 {
  outline: #283593; }

.outline-indigo-darken-4 {
  outline: #1a237e; }

.outline-blue-lighten-5 {
  outline: #e3f2fd; }

.outline-blue-lighten-4 {
  outline: #bbdefb; }

.outline-blue-lighten-3 {
  outline: #90caf9; }

.outline-blue-lighten-2 {
  outline: #64b5f6; }

.outline-blue-lighten-1 {
  outline: #42a5f5; }

.outline-blue {
  outline: #2196f3; }

.outline-blue-darken-1 {
  outline: #1e88e5; }

.outline-blue-darken-2 {
  outline: #1976d2; }

.outline-blue-darken-3 {
  outline: #1565c0; }

.outline-blue-darken-4 {
  outline: #0d47a1; }

.outline-light-blue-lighten-5 {
  outline: #e1f5fe; }

.outline-light-blue-lighten-4 {
  outline: #b3e5fc; }

.outline-light-blue-lighten-3 {
  outline: #81d4fa; }

.outline-light-blue-lighten-2 {
  outline: #4fc3f7; }

.outline-light-blue-lighten-1 {
  outline: #29b6f6; }

.outline-light-blue {
  outline: #03a9f4; }

.outline-light-blue-darken-1 {
  outline: #039be5; }

.outline-light-blue-darken-2 {
  outline: #0288d1; }

.outline-light-blue-darken-3 {
  outline: #0277bd; }

.outline-light-blue-darken-4 {
  outline: #01579b; }

.outline-cyan-lighten-5 {
  outline: #e0f7fa; }

.outline-cyan-lighten-4 {
  outline: #b2ebf2; }

.outline-cyan-lighten-3 {
  outline: #80deea; }

.outline-cyan-lighten-2 {
  outline: #4dd0e1; }

.outline-cyan-lighten-1 {
  outline: #26c6da; }

.outline-cyan {
  outline: #00bcd4; }

.outline-cyan-darken-1 {
  outline: #00acc1; }

.outline-cyan-darken-2 {
  outline: #0097a7; }

.outline-cyan-darken-3 {
  outline: #00838f; }

.outline-cyan-darken-4 {
  outline: #006064; }

.outline-teal-lighten-5 {
  outline: #e0f2f1; }

.outline-teal-lighten-4 {
  outline: #b2dfdb; }

.outline-teal-lighten-3 {
  outline: #80cbc4; }

.outline-teal-lighten-2 {
  outline: #4db6ac; }

.outline-teal-lighten-1 {
  outline: #26a69a; }

.outline-teal {
  outline: #009688; }

.outline-teal-darken-1 {
  outline: #00897b; }

.outline-teal-darken-2 {
  outline: #00796b; }

.outline-teal-darken-3 {
  outline: #00695c; }

.outline-teal-darken-4 {
  outline: #004d40; }

.outline-green-lighten-5 {
  outline: #e8f5e9; }

.outline-green-lighten-4 {
  outline: #c8e6c9; }

.outline-green-lighten-3 {
  outline: #a5d6a7; }

.outline-green-lighten-2 {
  outline: #81c784; }

.outline-green-lighten-1 {
  outline: #66bb6a; }

.outline-green {
  outline: #4caf50; }

.outline-green-darken-1 {
  outline: #43a047; }

.outline-green-darken-2 {
  outline: #388e3c; }

.outline-green-darken-3 {
  outline: #2e7d32; }

.outline-green-darken-4 {
  outline: #1b5e20; }

.outline-light-green-lighten-5 {
  outline: #f1f8e9; }

.outline-light-green-lighten-4 {
  outline: #dcedc8; }

.outline-light-green-lighten-3 {
  outline: #c5e1a5; }

.outline-light-green-lighten-2 {
  outline: #aed581; }

.outline-light-green-lighten-1 {
  outline: #9ccc65; }

.outline-light-green {
  outline: #8bc34a; }

.outline-light-green-darken-1 {
  outline: #7cb342; }

.outline-light-green-darken-2 {
  outline: #689f38; }

.outline-light-green-darken-3 {
  outline: #558b2f; }

.outline-light-green-darken-4 {
  outline: #33691e; }

.outline-lime-lighten-5 {
  outline: #f9fbe7; }

.outline-lime-lighten-4 {
  outline: #f0f4c3; }

.outline-lime-lighten-3 {
  outline: #e6ee9c; }

.outline-lime-lighten-2 {
  outline: #dce775; }

.outline-lime-lighten-1 {
  outline: #d4e157; }

.outline-lime {
  outline: #cddc39; }

.outline-lime-darken-1 {
  outline: #c0ca33; }

.outline-lime-darken-2 {
  outline: #afb42b; }

.outline-lime-darken-3 {
  outline: #9e9d24; }

.outline-lime-darken-4 {
  outline: #827717; }

.outline-yellow-lighten-5 {
  outline: #fffde7; }

.outline-yellow-lighten-4 {
  outline: #fff9c4; }

.outline-yellow-lighten-3 {
  outline: #fff59d; }

.outline-yellow-lighten-2 {
  outline: #fff176; }

.outline-yellow-lighten-1 {
  outline: #ffee58; }

.outline-yellow {
  outline: #ffeb3b; }

.outline-yellow-darken-1 {
  outline: #fdd835; }

.outline-yellow-darken-2 {
  outline: #fbc02d; }

.outline-yellow-darken-3 {
  outline: #f9a825; }

.outline-yellow-darken-4 {
  outline: #f57f17; }

.outline-amber-lighten-5 {
  outline: #fff8e1; }

.outline-amber-lighten-4 {
  outline: #ffecb3; }

.outline-amber-lighten-3 {
  outline: #ffe082; }

.outline-amber-lighten-2 {
  outline: #ffd54f; }

.outline-amber-lighten-1 {
  outline: #ffca28; }

.outline-amber {
  outline: #ffc107; }

.outline-amber-darken-1 {
  outline: #ffb300; }

.outline-amber-darken-2 {
  outline: #ffa000; }

.outline-amber-darken-3 {
  outline: #ff8f00; }

.outline-amber-darken-4 {
  outline: #ff6f00; }

.outline-orange-lighten-5 {
  outline: #fff3e0; }

.outline-orange-lighten-4 {
  outline: #ffe0b2; }

.outline-orange-lighten-3 {
  outline: #ffcc80; }

.outline-orange-lighten-2 {
  outline: #ffb74d; }

.outline-orange-lighten-1 {
  outline: #ffa726; }

.outline-orange {
  outline: #ff9800; }

.outline-orange-darken-1 {
  outline: #fb8c00; }

.outline-orange-darken-2 {
  outline: #f57c00; }

.outline-orange-darken-3 {
  outline: #ef6c00; }

.outline-orange-darken-4 {
  outline: #e65100; }

.outline-deep-orange-lighten-5 {
  outline: #fbe9e7; }

.outline-deep-orange-lighten-4 {
  outline: #ffccbc; }

.outline-deep-orange-lighten-3 {
  outline: #ffab91; }

.outline-deep-orange-lighten-2 {
  outline: #ff8a65; }

.outline-deep-orange-lighten-1 {
  outline: #ff7043; }

.outline-deep-orange {
  outline: #ff5722; }

.outline-deep-orange-darken-1 {
  outline: #f4511e; }

.outline-deep-orange-darken-2 {
  outline: #e64a19; }

.outline-deep-orange-darken-3 {
  outline: #d84315; }

.outline-deep-orange-darken-4 {
  outline: #bf360c; }

.outline-brown-lighten-5 {
  outline: #efebe9; }

.outline-brown-lighten-4 {
  outline: #d7ccc8; }

.outline-brown-lighten-3 {
  outline: #bcaaa4; }

.outline-brown-lighten-2 {
  outline: #a1887f; }

.outline-brown-lighten-1 {
  outline: #8d6e63; }

.outline-brown {
  outline: #795548; }

.outline-brown-darken-1 {
  outline: #6d4c41; }

.outline-brown-darken-2 {
  outline: #5d4037; }

.outline-brown-darken-3 {
  outline: #4e342e; }

.outline-brown-darken-4 {
  outline: #3e2723; }

.outline-grey-lighten-5 {
  outline: #fafafa; }

.outline-grey-lighten-4 {
  outline: #f5f5f5; }

.outline-grey-lighten-3 {
  outline: #eeeeee; }

.outline-grey-lighten-2 {
  outline: #e0e0e0; }

.outline-grey-lighten-1 {
  outline: #bdbdbd; }

.outline-grey {
  outline: #9e9e9e; }

.outline-grey-darken-1 {
  outline: #757575; }

.outline-grey-darken-2 {
  outline: #616161; }

.outline-grey-darken-3 {
  outline: #424242; }

.outline-grey-darken-4 {
  outline: #212121; }

.outline-blue-grey-lighten-5 {
  outline: #eceff1; }

.outline-blue-grey-lighten-4 {
  outline: #cfd8dc; }

.outline-blue-grey-lighten-3 {
  outline: #b0bec5; }

.outline-blue-grey-lighten-2 {
  outline: #90a4ae; }

.outline-blue-grey-lighten-1 {
  outline: #78909c; }

.outline-blue-grey {
  outline: #607d8b; }

.outline-blue-grey-darken-1 {
  outline: #546e7a; }

.outline-blue-grey-darken-2 {
  outline: #455a64; }

.outline-blue-grey-darken-3 {
  outline: #37474f; }

.outline-blue-grey-darken-4 {
  outline: #263238; }

.outline-black {
  outline: black; }

.outline-white {
  outline: white; }

.outline-transparent {
  outline: transparent; }

.outline-none {
  outline: none; }

.outline-inherit {
  outline: inherit; }

.outline-currentcolor {
  outline: currentcolor; }

.info {
  margin-top: 1rem;
  -ms-flex-item-align: center;
      align-self: center; }

@media (min-width: 992px) {
  .content-page {
    margin-top: 2rem; } }

.content-page .sidebar-menus .collapsable-menu:not(:first-child), .content-page .sidebar-menus .collapsable-menu__mobile:not(:first-child) {
  margin-top: 1rem; }

.content-page .layout-link_group hr {
  height: 1px;
  color: #ed3338;
  background-color: #ed3338;
  border: none; }

.content-page .layout-link_group.half-size h2 {
  min-height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }

.content-page .layout-link_group.half-size .links .link .title {
  -ms-flex-preferred-size: 94%;
      flex-basis: 94%;
  max-width: 94%; }

.content-page .layout-link_group.half-size .links .link .arrow {
  -ms-flex-preferred-size: 6%;
      flex-basis: 6%;
  max-width: 6%; }

.content-page .layout-link_group .links {
  padding: 1rem 0; }
  .content-page .layout-link_group .links .link {
    background: #F1F1EE;
    margin-bottom: 1rem;
    padding-right: 0;
    border-radius: 2px; }
    .content-page .layout-link_group .links .link:hover .arrow {
      transition: 0.08s ease-in-out all;
      background: #da1319; }
    .content-page .layout-link_group .links .link .title,
    .content-page .layout-link_group .links .link .arrow {
      padding: 0;
      margin: 0;
      color: #444444; }
    .content-page .layout-link_group .links .link .title {
      font-size: 0.9rem;
      -ms-flex-preferred-size: 96%;
          flex-basis: 96%;
      max-width: 96%;
      padding: 0.8rem; }
      @media (max-width: 576px) {
        .content-page .layout-link_group .links .link .title {
          -ms-flex-preferred-size: 93%;
              flex-basis: 93%;
          max-width: 93%; } }
    .content-page .layout-link_group .links .link .arrow {
      font-size: 1.19rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      background: #ed3338;
      color: #fff;
      max-width: 4%;
      -ms-flex-preferred-size: 4%;
          flex-basis: 4%;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      .content-page .layout-link_group .links .link .arrow:hover {
        background: #c21116; }
      @media (max-width: 576px) {
        .content-page .layout-link_group .links .link .arrow {
          -ms-flex-preferred-size: 7%;
              flex-basis: 7%;
          max-width: 7%; } }

.content-page .layout-personal_and_links .person {
  /*margin-top:4rem;
      @include breakpoint(sm) {
        margin-top:1rem;
      }*/ }

.content-page .layout-personal_and_links > .row {
  -ms-flex-align: end;
      align-items: flex-end; }

.content-page .layout-personal_and_links .reverse .links {
  padding-right: 1rem; }

.content-page .layout-personal_and_links .row:not(.reverse) .person {
  padding-right: 1rem; }

.content-page .layout-personal_and_links .links .link .arrow {
  max-width: 8%;
  -ms-flex-preferred-size: 8%;
      flex-basis: 8%; }

.content-page .layout-personal_and_links .links {
  padding-bottom: 0; }

.content-page .layout-personal_and_links .links .link .title {
  max-width: 92%;
  -ms-flex-preferred-size: 92%;
      flex-basis: 92%; }

.content-page .person-group .person {
  position: relative;
  padding: 0;
  margin-bottom: 1rem;
  height: 300px; }
  .content-page .person-group .person .image {
    padding: 0; }
    .content-page .person-group .person .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: 500ms; }
      .content-page .person-group .person .image img.placeholder {
        object-fit: contain; }
      .content-page .person-group .person .image img.lazyloaded {
        opacity: 1; }
        .content-page .person-group .person .image img.lazyloaded:hover {
          cursor: pointer; }
  .content-page .person-group .person p {
    margin-bottom: 0; }
  .content-page .person-group .person button {
    transition: 0.08s ease-in-out all;
    margin-top: 0.2rem;
    padding: 0.5rem;
    width: 2rem;
    height: 2rem;
    font-weight: bold;
    padding-top: 0.2rem;
    border-radius: 50%;
    background-color: #D2F4F2;
    color: #4ad9cc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    outline: none; }
    .content-page .person-group .person button:hover {
      transition: 0.08s ease-in-out all;
      background-color: #a9eae6; }
    .content-page .person-group .person button .info-icon {
      pointer-events: none;
      margin-top: 0.25rem; }
  .content-page .person-group .person .desc {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: 500ms opacity, visibility;
    background-color: transparent; }
    @media (min-width: 576px) {
      .content-page .person-group .person .desc p {
        font-size: 0.63rem;
        line-height: 0.8rem; } }
    .content-page .person-group .person .desc .close {
      position: absolute;
      top: -15px;
      right: 5px;
      font-size: 2rem;
      font-weight: 300;
      cursor: pointer; }
  .content-page .person-group .person.showing .desc {
    transition: 500ms opacity;
    visibility: visible;
    opacity: 0.9;
    background-color: #D2F4F2;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 1rem; }
  .content-page .person-group .person.showing:nth-child(even) .desc {
    left: 10px; }

.content-page .layout:first-of-type:not(.half-size) {
  margin-top: 0; }

.content-page .layout {
  margin-top: 2rem; }

@media (min-width: 992px) {
  .collapsable-menu__mobile {
    display: none; }
  .collapsable-menu {
    display: block; } }

.collapsable-menu button {
  position: relative;
  cursor: pointer;
  width: 100%; }
  .collapsable-menu button p {
    text-align: left; }
  .collapsable-menu button:after {
    position: absolute;
    right: 0.6rem;
    top: 0.5rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0d7';
    color: white; }

.collapsable-menu .js-collapsable-content {
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  display: none;
  height: 0;
  overflow: hidden; }

.collapsable-menu .js-collapsable-content--open {
  opacity: 1;
  visibility: visible;
  display: block;
  height: auto;
  overflow: auto;
  transform: scaleY(1);
  transition: transform 0.2s ease; }

.collapsable-menu__mobile .format-content {
  padding-top: 0; }

.collapsable-menu__mobile button {
  position: relative;
  cursor: pointer;
  width: 100%; }

.collapsable-menu__mobile p {
  text-align: left; }

.collapsable-menu__mobile:after {
  position: absolute;
  right: 0.6rem;
  top: 0.5rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d7';
  color: white; }

.collapsable-menu__mobile .js-collapsable-content {
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden; }

.collapsable-menu__mobile .js-collapsable-content--open {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: auto;
  transform: scaleY(1);
  transition: transform 0.2s ease; }

.hilights-item__background {
  background-position: center; }

.big__link {
  font-family: "NewBaskervilleStd-RomanIt", serif;
  color: black;
  border-bottom: 2px solid #ed3338; }

.some_icon {
  transition: 0.08s ease-in-out all;
  color: black; }
  .some_icon:hover {
    color: #ff6e2e; }

.post-content:after {
  content: " ⟶";
  padding-left: 10px;
  font-size: 0.8rem;
  position: absolute;
  margin-left: 3rem;
  margin-top: -1.6rem;
  transition: padding 150ms ease-in-out; }

.post-content:hover:after {
  padding-left: 17px;
  color: #ed3338;
  transition: padding 150ms ease-in-out; }

.text__link:hover {
  text-decoration: none !important;
  color: #ed3338 !important; }

.heading__link {
  font-family: "CadizWeb", sans-serif;
  transition: padding 150ms ease-out;
  font-size: 0.8rem;
  white-space: nowrap;
  color: #ed3338;
  padding-right: 0; }
  .heading__link:hover {
    color: #930d11;
    padding-right: 0.15rem;
    transition: padding 50ms ease-in-out; }

.heading__link_2 {
  font-family: "CadizWeb", sans-serif;
  transition: padding 150ms ease-out;
  font-size: 0.8rem;
  white-space: nowrap;
  color: #20B9A3;
  padding-right: 0; }
  .heading__link_2:hover {
    color: #0d4c43;
    padding-right: 0.15rem;
    transition: padding 50ms ease-in-out; }

.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-family: "CadizWeb", sans-serif;
  font-weight: 600;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  font-size: 0.7rem;
  line-height: 1rem;
  background-color: transparent;
  transition: background-color 200ms cubic-bezier(0.236, 0, 0.236, 1), color 200ms cubic-bezier(0.236, 0, 0.236, 1), border-color 200ms cubic-bezier(0.236, 0, 0.236, 1); }

.btn:hover {
  border-color: rgba(0, 0, 0, 0.5);
  cursor: pointer; }

.btn--primary {
  transition: 0.08s ease-in-out all;
  font-family: "CadizWeb", sans-serif;
  background-color: #ed3338;
  padding: 0.375rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  color: #ffffff; }

.btn--primary:hover {
  transition: 0.08s ease-in-out all;
  background-color: #da1319;
  color: #ffffff; }

.btn--ghost {
  font-family: "CadizWeb", sans-serif;
  background-color: transparent;
  color: #000000;
  border-color: #000000; }

.btn--ghost:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }

.btn--secondary {
  font-family: "CadizWeb", sans-serif;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  font-size: 0.7rem;
  line-height: 1rem;
  background-color: #4ad9cc;
  color: black;
  transition: background-color 200ms cubic-bezier(0.236, 0, 0.236, 1), color 200ms cubic-bezier(0.236, 0, 0.236, 1), border-color 200ms cubic-bezier(0.236, 0, 0.236, 1); }

.btn--secondary:hover {
  background-color: #24cfb6;
  cursor: pointer; }

.btn--square {
  border-radius: 0; }

.btn--round {
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 5rem; }

.btn--underline {
  padding: 0 0 0.25rem 0;
  border-bottom: 2px solid #ed3338; }

.btn--small {
  padding: 0.25rem 0.5rem;
  font-size: 0.55rem;
  line-height: 0.75rem; }

.btn--small.btn--round {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.btn--large {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.25rem; }

.btn--large.btn--round {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.btn--ghost {
  font-family: sans-serif; }

.btn--light-blue {
  font-family: "CadizWeb", sans-serif;
  display: inline-block;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.25rem;
  font-size: 0.7rem;
  line-height: 1rem;
  background-color: #D2F5F2;
  color: black;
  transition: background-color 200ms cubic-bezier(0.236, 0, 0.236, 1), color 200ms cubic-bezier(0.236, 0, 0.236, 1), border-color 200ms cubic-bezier(0.236, 0, 0.236, 1); }

.btn--light-blue:hover {
  background-color: #4AD9CC;
  cursor: pointer; }

.btn--active {
  background-color: #4AD9CC; }

.btn--blue {
  background-color: #38addd;
  color: #ffffff;
  border-color: #38addd; }

.btn--blue:hover {
  background-color: #2192c1;
  border-color: #2192c1;
  color: #ffffff; }

.btn--ghost.btn--blue {
  background-color: transparent;
  color: #38addd;
  border-color: #38addd; }

.btn--ghost.btn--blue:hover {
  background-color: #38addd;
  border-color: #38addd;
  color: #ffffff; }

.btn--red {
  background-color: #e7450f;
  color: #ffffff;
  border-color: #e7450f; }

.btn--red:hover {
  background-color: #b7370c;
  border-color: #b7370c;
  color: #ffffff; }

.btn--ghost.btn--red {
  background-color: transparent;
  color: #e7450f;
  border-color: #e7450f; }

.btn--ghost.btn--red:hover {
  background-color: #e7450f;
  border-color: #e7450f;
  color: #ffffff; }

.btn--turquoise {
  background-color: #4ad9cc;
  color: #000000;
  border-color: #4ad9cc; }

.btn--yellow {
  background-color: #ffd600;
  color: #ffffff;
  border-color: #ffd600; }

.btn--yellow:hover {
  background-color: #ccab00;
  border-color: #ccab00;
  color: #ffffff; }

.btn--ghost.btn--yellow {
  background-color: transparent;
  color: #ffd600;
  border-color: #ffd600; }

.btn--ghost.btn--yellow:hover {
  background-color: #ffd600;
  border-color: #ffd600;
  color: #ffffff; }

.btn--gray {
  background-color: #878786;
  color: #ffffff;
  border-color: #878786; }

.btn--gray:hover {
  background-color: #6d6d6d;
  border-color: #6d6d6d;
  color: #ffffff; }

.btn--ghost.btn--gray {
  background-color: transparent;
  color: #878786;
  border-color: #878786; }

.btn--ghost.btn--gray:hover {
  background-color: #878786;
  border-color: #878786;
  color: #ffffff; }

.btn--green {
  background-color: #4caf50;
  color: #ffffff;
  border-color: #4caf50; }

.btn--green:hover {
  background-color: #3d8b40;
  border-color: #3d8b40;
  color: #ffffff; }

.btn--ghost.btn--green {
  background-color: transparent;
  color: #4caf50;
  border-color: #4caf50; }

.btn--ghost.btn--green:hover {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #ffffff; }

.btn--blue-grey {
  background-color: #607d8b;
  color: #ffffff;
  border-color: #607d8b; }

.btn--blue-grey:hover {
  background-color: #4b626d;
  border-color: #4b626d;
  color: #ffffff; }

.btn--ghost.btn--blue-grey {
  background-color: transparent;
  color: #607d8b;
  border-color: #607d8b; }

.btn--ghost.btn--blue-grey:hover {
  background-color: #607d8b;
  border-color: #607d8b;
  color: #ffffff; }

.btn--white {
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
  border: none; }

.btn--white:hover {
  transition: 0.08s ease-in-out all;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  opacity: 1;
  color: #000000; }

.btn--ghost {
  background-color: transparent;
  color: black;
  border-color: black; }

.btn--black {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000; }

.btn--black:hover {
  background-color: #000000;
  border-color: #000000;
  opacity: 0.7;
  color: #ffffff; }

.btn--ghost.btn--black {
  background-color: transparent;
  color: #000000;
  border-color: #000000; }

.btn--ghost.btn--black:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }

.book-show-cover {
  position: relative; }

.book-show-cover img {
  width: 100%; }

.book-tag {
  padding: 0.05rem 0.4rem 0.1rem 0.4rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-right: 0.25rem;
  margin-bottom: 0.2rem;
  display: inline-block; }
  .book-tag:hover {
    transition: 0.08s ease-in-out all;
    background-color: rgba(0, 0, 0, 0.08); }

.news__link {
  transition: 0.08s ease-in-out all;
  color: black; }
  .news__link:hover {
    color: rgba(0, 0, 0, 0.6); }

.header .nav-container--bottom {
  z-index: 100;
  background-color: #F1F1EE;
  color: #444444; }
  @media (max-width: 768px) {
    .header .nav-container--bottom {
      background-color: white; } }
  .header .nav-container--bottom.nav-bg-color-1 {
    background-color: #FED9CB; }
    @media (max-width: 768px) {
      .header .nav-container--bottom.nav-bg-color-1 {
        background-color: white; } }
  .header .nav-container--bottom.nav-bg-color-2 {
    background-color: #D2F4F2; }
    @media (max-width: 768px) {
      .header .nav-container--bottom.nav-bg-color-2 {
        background-color: white; } }
  .header .nav-container--bottom.nav-bg-color-3 {
    background-color: #fff7b6; }
    @media (max-width: 768px) {
      .header .nav-container--bottom.nav-bg-color-3 {
        background-color: white; } }
  .header .nav-container--bottom.nav-bg-color-4 {
    background-color: #fcdcdd; }
    @media (max-width: 768px) {
      .header .nav-container--bottom.nav-bg-color-4 {
        background-color: white; } }
  .header .nav-container--bottom.nav-bg-color-5 {
    background-color: #fcebf6; }
    @media (max-width: 768px) {
      .header .nav-container--bottom.nav-bg-color-5 {
        background-color: white; } }
  .header .nav-container--bottom .mobile-logo {
    display: none;
    width: 155px; }
    @media (max-width: 768px) {
      .header .nav-container--bottom .mobile-logo {
        display: block;
        padding: 1rem; } }
  @media screen and (min-width: 769px) {
    .header .nav-container--bottom.sticky {
      position: fixed;
      top: 0px; }
      .header .nav-container--bottom.sticky.scrollDown .authors-alphabets__container {
        display: none; } }

@media (max-width: 768px) {
  .header #spacer_0 {
    display: none; }
  .header .nav-container--top {
    background-color: #F1F1EE;
    margin: 0;
    padding-top: 0; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .header .nav-container--top {
      background-color: white; } }

@media (max-width: 768px) {
    .header .nav-container--top .nav-logo {
      display: none; }
    .header .nav-container--top .nav-section-title {
      font-size: 0.7rem;
      padding: 1rem;
      letter-spacing: 0.025rem;
      color: #000000; }
    .header .nav-container--top .nav-links-for-mobile {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-item-align: center;
          align-self: center;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; }
      .header .nav-container--top .nav-links-for-mobile.nav-right-fix {
        margin-left: 1rem; }
      .header .nav-container--top .nav-links-for-mobile .nav-item-small {
        padding: 0.75rem 0.5rem;
        position: relative;
        font-weight: 500;
        font-size: 0.721rem;
        border-bottom: none;
        color: #000000; } }

.header-mobile-search {
  display: none;
  background-color: #ed3338; }
  .header-mobile-search .header-mobile__center {
    width: 100%;
    font-size: 0.8rem; }
  .header-mobile-search input {
    background-color: transparent;
    border: none;
    color: white; }
    .header-mobile-search input:-ms-input-placeholder {
      color: white; }
    .header-mobile-search input::-ms-input-placeholder {
      color: white; }
    .header-mobile-search input::placeholder {
      color: white; }
  .header-mobile-search .fa,
  .header-mobile-search .fas {
    color: #4FD8CB; }
  .header-mobile-search--active {
    display: -ms-flexbox;
    display: flex; }

.admin-bar .header .nav-container--bottom.sticky {
  top: 32px; }

@media screen and (max-width: 760px) {
  .admin-bar .header .nav-container--top {
    padding-top: 32px; } }

.admin-bar .header-mobile {
  top: 46px; }

@media screen and (max-width: 600px) {
  .admin-bar #wpadminbar {
    position: fixed; } }

html #wpadminbar {
  min-width: 500px; }

@media screen and (max-width: 768px) {
  .header {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-900px);
    background-color: transparent;
    transition: background-color 100ms, transform 500ms 100ms; } }

@media screen and (max-width: 768px) {
  .header--active {
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    transform: translateX(0px);
    transition: transform 500ms, background-color 100ms 500ms; } }

.header-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  min-height: 70px;
  width: 100%; }

@media screen and (min-width: 769px) {
  .header-mobile {
    display: none; } }

.header-mobile__left,
.header-mobile__right {
  padding: 1rem; }

.header-mobile-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  padding-top: 1px;
  background-color: #ed3338; }
  .header-mobile-search input::-webkit-input-placeholder {
    color: white !important; }
  .header-mobile-search input::-moz-placeholder {
    color: white !important; }
  .header-mobile-search input:-ms-input-placeholder {
    color: white !important; }
  .header-mobile-search input:-moz-placeholder {
    color: white !important; }

.header-mobile-search .header-mobile__center {
  width: 100%; }

.header-mobile-search input {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 1rem;
  margin-bottom: 0.2rem; }

.header-mobile-search .fa,
.header-mobile-search .fas {
  color: #aba7d1; }

.header-mobile-search--active {
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 769px) {
  .header__inner {
    box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.8);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 999;
    width: 40%;
    background-color: white;
    color: white;
    min-width: 9rem; } }

.nav-container {
  position: relative;
  z-index: 2;
  width: 100%; }

.nav-container .nav-container__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 768px) {
  .nav-container .nav-container__content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch; } }

.nav-container--top {
  background-color: white;
  color: black;
  padding-left: 1rem; }
  .nav-container--top .nav-right-fix a {
    padding: 0; }
  .nav-container--top a:hover {
    color: #000000; }

@media screen and (max-width: 768px) {
  .nav-container--top {
    -ms-flex-order: 2;
    order: 2;
    margin-top: 2rem;
    padding-left: 0; } }

.nav-section-title {
  display: none;
  font-weight: bold;
  font-size: 0.5rem;
  padding: 0.5rem;
  color: #cbc9e3; }

@media screen and (max-width: 768px) {
  .nav-section-title {
    display: block; } }

.nav-logo {
  display: block; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .nav-logo {
      width: 120px; } }

@media screen and (max-width: 768px) {
  .nav-logo {
    padding: 1rem 0.5rem; } }

.nav-logo img {
  height: 1rem; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .nav-logo img {
      width: 100%; } }

.nav-links a:hover {
  transition: 0.08s ease-in-out all;
  color: rgba(0, 0, 0, 0.5); }

.nav-links a.nav-link-color-1.current-menu-item, .nav-links a.nav-link-color-1.current-page-ancestor {
  color: #ff6e2e; }

.nav-links a.nav-link-color-2.current-menu-item, .nav-links a.nav-link-color-2.current-page-ancestor {
  color: #20B9A3; }

.nav-links a.nav-link-color-3.current-menu-item, .nav-links a.nav-link-color-3.current-page-ancestor {
  color: #BAA622; }

.nav-links a.nav-link-color-4.current-menu-item, .nav-links a.nav-link-color-4.current-page-ancestor {
  color: #AA282E; }

.nav-links a.nav-link-color-5.current-menu-item, .nav-links a.nav-link-color-5.current-page-ancestor {
  color: #A2317A; }

.nav-item-small {
  position: relative;
  font-weight: 400;
  font-size: type(s-1);
  padding: 0.25rem 0.5rem; }

@media screen and (max-width: 768px) {
  .nav-item-small {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 1rem 0.5rem;
    font-size: 0.75rem; } }

.nav-links {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-item-align: center;
  align-self: center; }

@media screen and (max-width: 768px) {
  .nav-links {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; } }

.nav-links .nav-item {
  position: relative;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.5rem 1.15rem 0.5rem 0; }

@media screen and (max-width: 768px) {
  .nav-links .nav-item {
    padding: 0.75rem 0.5rem;
    color: #000000; } }

.nav-search {
  margin-right: 1rem; }

@media screen and (max-width: 768px) {
  .nav-search {
    display: none; } }

.modal {
  width: 85vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  z-index: 9999999;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 500px 10px;
  display: none; }
  @media (max-width: 576px) {
    .modal {
      width: 92vw; } }
  .modal.show {
    display: block; }
  .modal .modal-content {
    padding: 1.7rem; }
    @media (max-width: 576px) {
      .modal .modal-content {
        padding: 1.3rem; } }
    .modal .modal-content .select-step-two {
      display: none; }
      @media (max-width: 992px) {
        .modal .modal-content .select-step-two {
          -ms-flex-direction: column;
              flex-direction: column; } }
  .modal .continue-wrapper .modal-continue {
    margin: 0;
    padding: 1rem;
    cursor: pointer;
    color: gray;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 0.7rem;
    font-weight: 600; }
    .modal .continue-wrapper .modal-continue[data-continue] {
      transition: 0.08s ease-in-out all;
      background-color: #ed3338;
      color: white; }
      .modal .continue-wrapper .modal-continue[data-continue]:hover {
        background-color: #e6141a;
        color: white; }
  .modal .flex .btn,
  .modal .flex .list__heading {
    margin: 1rem 1rem 1rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 992px) {
      .modal .flex .btn,
      .modal .flex .list__heading {
        margin: 0.25rem 1rem 0.25rem 0;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  @media (max-width: 992px) {
    .modal .flex.select-office {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media (max-width: 992px) {
    .modal .flex .office--btn {
      padding: 0.25rem 1rem; } }
  .modal .mobile-select {
    color: #000000;
    border-radius: 8px;
    border: none;
    background: #F1F1EE url("assets/images/chevron-down-red.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: right 0.5rem top 50%;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem; }

body {
  height: 100%;
  font-family: "CadizWeb", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  font-family: "CadizWeb", sans-serif;
  font-weight: 400;
  line-height: 1.75rem;
  font-size: 1.2rem;
  /* Medium and up */ }
  @media screen and (min-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .heading {
      font-size: 1.5rem; } }
  h1.size-small,
  h2.size-small,
  h3.size-small,
  h4.size-small,
  h5.size-small,
  h6.size-small,
  .heading.size-small {
    font-size: 0.9rem;
    /* Medium and up */ }
    @media screen and (min-width: 768px) {
      h1.size-small,
      h2.size-small,
      h3.size-small,
      h4.size-small,
      h5.size-small,
      h6.size-small,
      .heading.size-small {
        font-size: 1.125rem; } }
  h1.size-medium,
  h2.size-medium,
  h3.size-medium,
  h4.size-medium,
  h5.size-medium,
  h6.size-medium,
  .heading.size-medium {
    font-size: 1.2rem;
    /* Medium and up */ }
    @media screen and (min-width: 768px) {
      h1.size-medium,
      h2.size-medium,
      h3.size-medium,
      h4.size-medium,
      h5.size-medium,
      h6.size-medium,
      .heading.size-medium {
        font-size: 1.5rem; } }
  h1.size-big,
  h2.size-big,
  h3.size-big,
  h4.size-big,
  h5.size-big,
  h6.size-big,
  .heading.size-big {
    font-size: 1.8rem;
    /* Medium and up */ }
    @media screen and (min-width: 768px) {
      h1.size-big,
      h2.size-big,
      h3.size-big,
      h4.size-big,
      h5.size-big,
      h6.size-big,
      .heading.size-big {
        font-size: 2.25rem; } }
  h1 .align-default,
  h2 .align-default,
  h3 .align-default,
  h4 .align-default,
  h5 .align-default,
  h6 .align-default,
  .heading .align-default {
    text-align: left; }

.size-default {
  font-size: 1rem; }
  @media screen and (min-width: 768px) {
    .size-default {
      font-size: 0.7rem; } }

.size-big {
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    .size-big {
      font-size: 1.05rem; } }

.size-medium,
.size-default {
  font-size: 1rem; }
  @media screen and (min-width: 768px) {
    .size-medium,
    .size-default {
      font-size: 0.7rem; } }

.size-small {
  font-size: 0.75rem; }
  @media screen and (min-width: 768px) {
    .size-small {
      font-size: 0.525rem; } }

.text-lead {
  font-style: normal;
  color: #666666; }

.content-section.devmode .block .heading {
  background-color: rgba(100, 100, 100, 0.1); }

.content-section.devmode .block {
  background-color: rgba(100, 100, 100, 0.1); }

.hilights-item__name {
  min-height: 55px; }

.otava_author:last-child::after {
  content: ''; }

.otava_author::after {
  content: ', '; }

.pagination {
  border-radius: 50%;
  font-size: 0.9rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  display: -ms-flexbox;
  display: flex; }
  .pagination div:first-child {
    background-color: unset;
    padding: 0 0.45rem; }
  .pagination div:hover:first-child {
    background-color: transparent;
    color: #20B9A3;
    text-decoration: none;
    cursor: pointer; }
  .pagination .line-1-75.current,
  .pagination div:hover:not(:last-child) {
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #4ad9cc; }
  .pagination li:hover:last-child,
  .pagination li:hover:first-child {
    color: #20B9A3;
    text-decoration: none;
    cursor: pointer; }
  .pagination div.page-number {
    font-size: 0.9rem;
    padding: 0 0.35rem;
    border-radius: 50%;
    color: black;
    margin: 0 0.5rem;
    background-color: unset;
    width: 35px;
    height: 35px;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
  .pagination div.current {
    display: block;
    border-radius: 50%;
    background-color: #ed3338;
    color: white;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
    .pagination div.current:hover {
      color: white; }

.anchor-fix a,
.anchor-fix .hyperlink {
  color: #20B9A3; }
  .anchor-fix a.btn,
  .anchor-fix .hyperlink.btn {
    color: unset; }
  .anchor-fix a.btn-fix,
  .anchor-fix .hyperlink.btn-fix {
    color: #000000; }
    .anchor-fix a.btn-fix:hover,
    .anchor-fix .hyperlink.btn-fix:hover {
      color: #fff; }

.anchor-fix a:hover {
  color: #15786a; }

.section-heading {
  color: #000000; }

.authors-list .author > .author-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  opacity: 0;
  transition: 500ms; }
  .authors-list .author > .author-image.lazyloaded {
    opacity: 1;
    transition: 500ms; }

@media (max-width: 576px) {
  .author-book__lift {
    padding: 0; }
    .author-book__lift .book-wrapper .book-text.expand {
      min-height: 120px; } }

.book-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }
  .book-wrapper .sm-cover {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .book-wrapper .book-text {
    min-height: 90px;
    max-height: 150px; }
    .book-wrapper .book-text.expand {
      min-height: 215px;
      max-height: 300px; }
      @media screen and (max-width: 1200px) {
        .book-wrapper .book-text.expand {
          min-height: 220px; } }
      @media screen and (max-width: 768px) {
        .book-wrapper .book-text.expand {
          min-height: 135px; } }
      @media screen and (max-width: 400px) {
        .book-wrapper .book-text.expand {
          min-height: 145px; } }
  @media screen and (max-width: 768px) {
    .book-wrapper {
      margin-bottom: 1rem; }
      .book-wrapper div.sm-cover {
        padding: 0rem; } }
  .book-wrapper .image-wrapper {
    max-height: unset;
    max-width: unset; }
    .book-wrapper .image-wrapper.placeholder__parent {
      width: 100%; }
    .book-wrapper .image-wrapper img {
      object-fit: contain;
      object-position: bottom;
      transition: 500ms; }
      .book-wrapper .image-wrapper img .lazyload {
        opacity: 0; }
      .book-wrapper .image-wrapper img.lazyloaded {
        opacity: 1; }

.authors-alphabets__container.mobile {
  display: none;
  z-index: 10; }
  .authors-alphabets__container.mobile.scrollTop {
    display: block; }
  .authors-alphabets__container.mobile.scrollUp {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 70px; }
  .authors-alphabets__container.mobile.scrollTop.scrollUp {
    display: block;
    position: relative;
    top: unset; }

.authors-alphabets__container .scroll_container {
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.45rem;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }

svg.no-block,
svg.feather {
  display: inline-block; }

.book-cover:hover {
  opacity: 1;
  transform: scale(1.02);
  transition: transform 0.2s ease-in; }

.book-cover {
  opacity: 0.9;
  transition: 0.1s ease-out; }

@media screen and (max-width: 576px) {
  .sort-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem; }
    .sort-wrapper .sort {
      width: 100%;
      max-width: unset; } }

@media screen and (max-width: 576px) {
  .mobile-spacing {
    padding-left: 1rem;
    padding-right: 1rem; } }

.breadcrumbs .home {
  margin-bottom: -4px; }

.kustantamot-hero {
  min-height: 440px;
  background-repeat: no-repeat;
  background-size: cover; }

.news-item .xs-cover.placeholder {
  background-position: center; }

.post-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .post-preview .post-heading,
  .post-preview .post-body {
    width: 100%; }
  .post-preview .post-heading * {
    width: 100%; }
  @media (max-width: 768px) {
    .post-preview {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .post-preview .post-image {
    margin-right: 1.25rem;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center; }
    @media (max-width: 768px) {
      .post-preview .post-image {
        max-width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 1rem; }
        .post-preview .post-image.placeholder {
          width: 700px; } }

.nemo-bg {
  background-color: #c20221; }

.moreeni-bg {
  background-color: #D47926; }

.f-kustannus-bg {
  background-color: #EB613D; }

.hover-red:hover {
  color: #ed3338;
  transition: 200ms; }

.wysiwyg-content p {
  margin: 0 0 1em;
  line-height: 1.4; }

.wysiwyg-content h2 {
  font-family: "NewBaskervilleStd-Roman";
  margin: 0 0 0.5em; }

.wysiwyg-content a {
  text-decoration: underline; }

@media screen and (max-width: 992px) {
  #book-filter-wrapper .books {
    padding: 0; }
    #book-filter-wrapper .books h1 {
      padding: 0 1rem; }
    #book-filter-wrapper .books .search-container {
      padding: 0 1rem; }
    #book-filter-wrapper .books .sort-wrapper {
      padding: 0 1rem; } }

.media-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .media-page.last {
    color: black; }
    .media-page.last:hover {
      color: #20b9a3; }

.responsive-img {
  width: 100%;
  height: auto; }

.book-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: "CadizWeb", sans-serif; }
  .book-type img.book-icon {
    width: 20px;
    display: inline-block;
    margin-right: 14px;
    min-height: unset; }

/*
* Cookie popup
*/
a.wt-cli-element.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
  margin-right: 1em;
  text-decoration: underline;
  background: transparent; }

a#CONSTANT_OPEN_URL {
  text-decoration: underline;
  background: transparent; }

@media screen and (max-width: 460px) {
  .cli-bar-btn_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
        justify-content: left;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column; }
  #cookie-law-info-bar a:not(#cookie_action_close_header) {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important; }
  #cookie-law-info-bar a#cookie_action_close_header {
    margin-left: 0 !important; }
  #cookie-law-info-bar a.cli-plugin-main-link {
    margin-right: 0 !important; } }

.cli-modal .cli-privacy-overview h4 {
  font-size: 17px;
  font-weight: 700; }

.cli-modal .cli-privacy-overview .cli-privacy-content-text a {
  text-decoration: underline; }

.cli-bar-container .cli-bar-message {
  width: 100%; }
  @media (min-width: 576px) {
    .cli-bar-container .cli-bar-message {
      width: 80%;
      padding-right: 1rem; } }
  @media (min-width: 768px) {
    .cli-bar-container .cli-bar-message {
      width: 80%; } }
  @media (min-width: 992px) {
    .cli-bar-container .cli-bar-message {
      width: 54%; } }
  @media (min-width: 1200px) {
    .cli-bar-container .cli-bar-message {
      width: 62%; } }

.cli-bar-container .cli-bar-btn_container a.cli_settings_button {
  border-bottom: 0 !important; }

.cli-bar-container .cli-bar-btn_container a {
  white-space: nowrap; }

.cli-tab-footer .cli-btn {
  margin: 5px 5px 5px 30px;
  border-radius: 7px;
  padding: 8px 25px;
  border-color: black;
  border-width: 2px;
  border-style: solid;
  font-weight: 600;
  font-size: 18px;
  color: black;
  background-color: white; }

.cli-plugin-button, .cli-plugin-button:visited {
  padding: 0; }

.cli-tab-container .cli-row {
  max-height: 500px !important; }

@media (min-width: 375px) {
  .cli-tab-container .cli-row {
    max-height: 570px !important; } }

.footer-container {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden; }

.footer {
  width: 100%;
  color: #000000; }
  @media (max-width: 768px) {
    .footer {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media (max-width: 992px) {
    .footer {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  .footer a:hover {
    transition: 0.08s ease-in-out all;
    color: #ed3338; }

.footer-section {
  margin: 1rem 0 0 0; }
  @media (max-width: 768px) {
    .footer-section {
      margin: 0 0 0 0; } }

.footer-section b {
  color: #ed3338;
  margin-bottom: 1rem; }

.footer-section p {
  font-size: 0.7rem;
  line-height: 1.74; }

.footer-section h4 {
  font-weight: bold; }

.footer-logo {
  max-width: 150px;
  -ms-flex: 1;
  flex: 1; }

.footer-logo img {
  height: 2rem; }

.footer-copy {
  padding: 0.5rem 0 0.5rem 0.5rem;
  border-top: 1px solid white;
  background-color: white; }

.footer-copy p {
  margin-right: 1rem; }

.footer-copy .footer-icon {
  padding-left: 0.5rem; }
  .footer-copy .footer-icon:first-child {
    padding-left: 0; }

#search-input-top {
  box-shadow: 0 0.12rem 0.1rem rgba(0, 0, 0, 0.0784); }

.gform_wrapper label.gfield_label {
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
  margin-bottom: 0.5rem; }

#input_1_6,
#input_1_7,
#input_1_8,
#input_1_9,
#input_1_10 {
  margin-bottom: 0.5rem;
  padding: 5px 8px !important; }

.gform_wrapper .gfield .gfield_description {
  font-size: 0.65rem;
  line-height: 1.4;
  font-family: "CadizWeb", sans-serif; }

.ginput_container:focus-within textarea:-ms-input-placeholder, .ginput_container_text:focus-within textarea:-ms-input-placeholder {
  -ms-transition: 0.1s ease-in-out color;
  transition: 0.1s ease-in-out color; }

.ginput_container:focus-within textarea::-ms-input-placeholder, .ginput_container_text:focus-within textarea::-ms-input-placeholder {
  -ms-transition: 0.1s ease-in-out color;
  transition: 0.1s ease-in-out color; }

.ginput_container:focus-within textarea::placeholder,
.ginput_container_text:focus-within textarea::placeholder {
  transition: 0.1s ease-in-out color; }

.ginput_container:focus-within input:-ms-input-placeholder, .ginput_container_text:focus-within input:-ms-input-placeholder {
  -ms-transition: 0.1s ease-in-out color;
  transition: 0.1s ease-in-out color; }

.ginput_container:focus-within input::-ms-input-placeholder, .ginput_container_text:focus-within input::-ms-input-placeholder {
  -ms-transition: 0.1s ease-in-out color;
  transition: 0.1s ease-in-out color; }

.ginput_container:focus-within input::placeholder,
.ginput_container_text:focus-within input::placeholder {
  transition: 0.1s ease-in-out color; }

li.gfield {
  margin-top: 0 !important; }

.gform_wrapper .gfield textarea {
  padding: 8px 8px;
  font-size: 0.65rem;
  font-family: "CadizWeb", sans-serif; }

.ginput_container_text,
.ginput_container_phone,
.ginput_container_email {
  font-size: 0.65rem !important; }

.gform_wrapper form ul.gform_fields {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 979px) {
    .gform_wrapper form ul.gform_fields {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .gform_wrapper form ul.gform_fields .gf-upload .screen-reader-text {
    display: none; }
  .gform_wrapper form ul.gform_fields .gf-multiupload .gform_fileupload_multifile {
    background-color: white;
    font-family: "CadizWeb", sans-serif, Helvetica, Arial, sans-serif; }
    .gform_wrapper form ul.gform_fields .gf-multiupload .gform_fileupload_multifile .gform_drop_area {
      border: 3px dashed #CCC;
      height: 200px; }
    .gform_wrapper form ul.gform_fields .gf-multiupload .gform_fileupload_multifile .gform_button_select_files {
      transition: 0.08s ease-in-out all;
      font-family: "CadizWeb", sans-serif;
      background-color: #ed3338;
      padding: 0.375rem 0.75rem !important;
      border: none;
      border-radius: 0.25rem;
      color: #ffffff; }
  .gform_wrapper form ul.gform_fields .gf-cont label {
    display: none; }
  .gform_wrapper form ul.gform_fields #form-group-3 {
    background: #fcf0f8; }
  .gform_wrapper form ul.gform_fields .form-group {
    width: 33%;
    padding: 1.5em; }
    @media screen and (max-width: 979px) {
      .gform_wrapper form ul.gform_fields .form-group {
        width: 100%; } }
    .gform_wrapper form ul.gform_fields .form-group li {
      padding: 0px; }
  .gform_wrapper form ul.gform_fields #form-group-1 {
    background: #f2aeda; }
  .gform_wrapper form ul.gform_fields #form-group-2 {
    background: #f5c4e4; }
  .gform_wrapper form ul.gform_fields #form-group-3 {
    background: #f9daee; }
  .gform_wrapper form ul.gform_fields .gf-under-upload {
    margin-top: 1rem !important; }
  .gform_wrapper form ul.gform_fields #form-group-1 li input[type=text],
  .gform_wrapper form ul.gform_fields #form-group-2 li input[type=text],
  .gform_wrapper form ul.gform_fields #form-group-3 li input[type=text] {
    width: 100%;
    background-color: white;
    font-family: "CadizWeb", sans-serif; }
  .gform_wrapper form ul.gform_fields .gf-file-info {
    padding: 15px; }

.search-container-start {
  margin: 1rem 0;
  margin-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: start;
  border-radius: 8px; }

.search-front .search-container {
  padding-left: 1rem;
  padding-right: 1rem; }

.search-container {
  margin: 1rem 0;
  margin-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  padding: 0; }
  @media (min-width: 992px) {
    .search-container {
      padding-right: 0; } }

.search-results .search-container {
  display: block; }

@media screen and (max-width: 768px) {
  .search-container {
    -ms-flex-align: baseline;
    align-items: baseline; } }

.search-container select {
  color: #000000;
  border-radius: 8px;
  border: none;
  background: #F1F1EE url("assets/images/chevron-down-red.svg") no-repeat;
  background-position: right 0.5rem top 50%;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem; }
  .search-container select:disabled {
    color: #999999;
    background: #F1F1EE url("assets/images/chevron-down-grey.svg") no-repeat;
    background-position: right 0.5rem top 50%; }

.search-container .select-input {
  position: relative;
  width: 100%; }

.search-container .select-input:after {
  position: absolute;
  right: 0.6rem;
  top: 0.5rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d7';
  color: #ed3338; }

.searchbar {
  position: relative;
  margin: 0 auto;
  min-width: 80%; }
  @media (min-width: 768px) {
    .searchbar {
      margin: 0 0; } }

@media screen and (max-width: 768px) {
  .searchbar {
    min-width: 100%; } }

.searchbar label {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ed3338;
  height: 100%;
  color: white;
  border-radius: 0 0.5rem 0.5rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.searchbar.narrow label {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ed3338;
  padding: 0.42rem 0.7rem;
  height: 100%;
  color: white;
  border-radius: 0 0.25rem 0.25rem 0; }

.searchbar input,
#front-search-input,
#search-input-books {
  padding: 0.5rem 1rem;
  border: none;
  font-size: 0.9rem;
  background-color: #F1F1EE;
  border-radius: 0.5rem; }

.searchbar input:-ms-input-placeholder {
  color: #000000; }

.searchbar input::-ms-input-placeholder {
  color: #000000; }

.searchbar input::placeholder {
  color: #000000; }

.searchbar-dark input {
  background-color: #F1F1EE; }

.searchbar-dark label {
  position: absolute;
  padding: 0.25rem 1rem;
  height: 100%;
  color: #aba7d1;
  background-color: transparent; }

.searchbar--nav {
  margin: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: auto;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 300px; }

.searchbar--nav label {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ed3338;
  padding: 0.42rem 0.7rem;
  height: 100%;
  color: white;
  border-radius: 0 0.25rem 0.25rem 0; }

.searchbar--nav input,
#search-input-top {
  padding: 0.4rem 0.4rem 0.4rem 0.55rem;
  width: 100%;
  max-width: 300px;
  border-radius: 0.25rem;
  border: none;
  font-size: 0.7rem;
  line-height: 1rem; }

@media screen and (max-width: 768px) {
  .searchbar--nav {
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    max-width: 100%;
    margin: 0.75rem 0; } }

.searchbar--nav--sm {
  min-width: 100%; }

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
input:not([type]) {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: "CadizWeb", sans-serif, Helvetica, Arial, sans-serif;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder {
  color: #9e9e9e; }

input[type="color"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input:not([type])::-ms-input-placeholder {
  color: #9e9e9e; }

input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, textarea:-ms-input-placeholder, input:not([type]):-ms-input-placeholder {
  color: #8c8c8c; }

input[type="color"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, textarea::-ms-input-placeholder, input:not([type])::-ms-input-placeholder {
  color: #8c8c8c; }

input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
textarea::placeholder,
input:not([type])::placeholder {
  color: #8c8c8c; }

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus,
input:not([type]):focus {
  border: none;
  outline: none; }

input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
textarea:disabled,
input:not([type]):disabled {
  border-color: #eeeeee;
  color: #9e9e9e;
  background-color: #f5f5f5;
  cursor: not-allowed; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

label {
  font-family: "CadizWeb", sans-serif, Helvetica, Arial, sans-serif; }

select {
  width: 100%;
  padding: 0.25rem;
  font-family: "CadizWeb", sans-serif, Helvetica, Arial, sans-serif;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.autocomplete-suggestions {
  overflow: auto;
  background: #ffffff;
  padding: 1em;
  width: 300px !important;
  box-shadow: 0px 10px 28px rgba(0, 0, 0, 0.36);
  border-radius: 0.25rem; }
  .autocomplete-suggestions div {
    color: #000000; }
  .autocomplete-suggestions .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: normal;
    overflow: hidden;
    cursor: pointer; }
    .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
      background-color: #D2F4F2;
      margin-left: -1rem;
      margin-right: -1rem;
      padding-left: 1.2rem;
      padding-right: 1.2rem; }

.imprint_container {
  text-align: left; }
  @media (max-width: 768px) {
    .imprint_container {
      text-align: center; } }

.imprint_banner {
  text-align: left;
  font-size: 2.15rem;
  line-height: 1.05; }
  @media (max-width: 768px) {
    .imprint_banner {
      font-size: 1.5rem;
      line-height: 1.2;
      text-align: center; } }

.imprint_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center; }
  @media (max-width: 992px) {
    .imprint_info {
      -ms-flex-direction: column;
          flex-direction: column;
      text-align: center; } }

.heading__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row; }
  @media (max-width: 768px) {
    .heading__container {
      -ms-flex-direction: column;
          flex-direction: column;
      text-align: center; } }

.book_article_container {
  transition: 0.1s ease-out;
  display: -ms-flexbox;
  display: flex; }
  .book_article_container:hover {
    transform: translateY(-3px);
    transition: 0.12s ease-in;
    box-shadow: 0 0.375rem 1.25rem 0 rgba(237, 51, 56, 0.1); }

.juicer-feed.j-modern .j-stacker-wrapper {
  padding: 1rem 0 3rem 0 !important; }

.juicer-feed.j-modern .j-stacker {
  display: -ms-flexbox !important;
  display: flex !important; }

@media (max-width: 768px) {
  .juicer-feed.j-modern .j-stacker .j-stack .feed-item {
    display: none; }
    .juicer-feed.j-modern .j-stacker .j-stack .feed-item:nth-child(-n+2) {
      display: block; } }

.juicer-feed.j-modern .j-twitter-text:before {
  color: #ed3338 !important; }

@media screen and (min-width: 1600px) {
  .juicer-feed.j-modern .j-text {
    width: 100%; } }

.juicer-feed.j-modern .j-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.juicer-feed.j-modern .feed-item {
  border: 0 !important;
  transition: 0.1s ease-in-out; }
  .juicer-feed.j-modern .feed-item .j-image {
    margin: 0 20px 0 20px !important; }
    .juicer-feed.j-modern .feed-item .j-image img {
      height: 250px !important;
      object-fit: cover !important;
      background-repeat: no-repeat !important; }
  .juicer-feed.j-modern .feed-item:hover {
    transform: translateY(-3px);
    transition: 0.12s ease-in;
    box-shadow: 0 0.375rem 1.25rem 0 rgba(74, 217, 204, 0.2); }
  .juicer-feed.j-modern .feed-item.j-twitter .j-twitter-meta {
    color: #ed3338 !important; }
  .juicer-feed.j-modern .feed-item.j-twitter .j-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    top: 0; }
    .juicer-feed.j-modern .feed-item.j-twitter .j-text .j-message {
      -ms-flex-order: 2;
          order: 2;
      font-size: 14px !important;
      font-weight: normal !important; }
    .juicer-feed.j-modern .feed-item.j-twitter .j-text .j-image {
      -ms-flex-order: 1;
          order: 1;
      margin: -20px 0 20px 0 !important; }
    .juicer-feed.j-modern .feed-item.j-twitter .j-text .j-meta {
      -ms-flex-order: 3;
          order: 3; }

.juicer-feed.j-modern .j-meta a {
  color: #ed3338 !important; }

.juicer-feed.j-modern .j-meta .j-twitter-date {
  color: #ed3338 !important; }

.juicer-feed.j-modern .j-poster {
  /*display: none;
    position: absolute;*/
  /*.j-twitter-poster {
      display: none;
    }

    img {
      display: none;
    }*/ }

@media screen and (max-width: 768px) {
  .hilights-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.hilights__item {
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  background-position: center center;
  z-index: 1; }

@media screen and (max-width: 768px) {
  .hilights__item {
    height: 18rem; } }

.hilight__item-container {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%; }

.hilight__item-container .overlay {
  position: absolute;
  transition: 300ms;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40ffffff', endColorstr='$primary-color-4', GradientType=0);
  /* IE6-9 */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1; }

.hilight__image {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1; }

@media screen and (max-width: 768px) {
  .hilight__image {
    background-position: top; } }

.hilight__item--author .xs-cover {
  position: relative;
  min-height: 440px; }

.hilight__item--author .hilights-item__info {
  padding-right: 15px;
  transition: 0.5s padding ease-out; }

.hilight__item--author:hover .hilights-item__info {
  padding-right: 24px;
  transition: 0.1s padding cubic-bezier(0.69, 0.14, 1, 0.84); }

.hilights-item__name {
  font-size: 0.7rem;
  line-height: 1rem; }

.hilights-item__info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem 1rem;
  transition: height 300ms;
  color: #fff;
  z-index: 99;
  background-position: -100%;
  height: auto;
  background-color: #F1F1EE; }

.hilights-item__background {
  height: 100%;
  background-size: cover;
  width: 100%;
  transition: transform 0.2s ease; }

.hilights__item:hover .hilights-item__background {
  transform: scale(1.1); }

@media screen and (max-width: 980px) {
  .lift-container .row > div {
    padding: 1rem; } }

@media screen and (max-width: 700px) {
  #pagination-container {
    -ms-flex-pack: center;
        justify-content: center; } }

#pagination-container .break {
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%; }
  @media screen and (max-width: 700px) {
    #pagination-container .break {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

#pagination-container li {
  font-size: 0.9rem;
  margin-left: 1rem;
  white-space: nowrap;
  color: black; }
  @media screen and (max-width: 700px) {
    #pagination-container li {
      margin-left: 0;
      -ms-flex-order: 1;
          order: 1;
      width: 50%;
      padding-top: 1rem; }
      #pagination-container li.next-page {
        text-align: right;
        padding-right: 1rem;
        width: 50%;
        -ms-flex-order: 2;
            order: 2; }
        #pagination-container li.next-page:not(.not-first) {
          width: 100%; }
      #pagination-container li.prev-page {
        padding-left: 1rem; } }
  #pagination-container li:hover {
    color: #20B9A3;
    transition: 0.08s ease-in-out all; }

@media screen and (max-width: 768px) {
  .buy-buttons {
    -ms-flex-align: start;
        align-items: flex-start; } }

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