/*!
Theme Name: Mateo
Text Domain: mateo
Version: 1.0.4
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.2
Description: Mateo theme is designed to take full advantage of Material Design guidelines and power of Wordpress block editor. Fine-tuned typography makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the theme colors and the accent color in the Customizer. The theme is responsive, SEO friendly and uses components of "Bootstrap" and "Material Design for Bootstrap" css frameworks. An finally it's fully compatible with IE 11.
Tags: blog, custom-background, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready, block-styles
Author: Konstantin DERYABIN
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
:root {
  --blue: #2196f3;
  --indigo: #3f51b5;
  --purple: #9c27b0;
  --pink: #e91e63;
  --red: #f44336;
  --orange: #ff9800;
  --yellow: #ffeb3b;
  --green: #4caf50;
  --teal: #009688;
  --cyan: #00bcd4;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #e91e63;
  --secondary: #1e6ba2;
  --success: #4caf50;
  --info: #03a9f4;
  --warning: #ff5722;
  --danger: #f44336;
  --light: #f5f5f5;
  --dark: #424242;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto","Helvetica","Arial",sans-serif;
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
*,
::after,
::before {
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}
body {
  margin: 0;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  text-align: left;
  background-color: #fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}
dt {
  font-weight: 700
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
blockquote {
  margin: 0 0 1rem
}
b,
strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #e91e63;
  text-decoration: none;
  background-color: transparent
}
a:hover {
  color: #e91e63;
  text-decoration: underline
}
a:not([href]) {
  color: inherit;
  text-decoration: none
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none
}
code,
kbd,
pre,
samp,
tt {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto
}
figure {
  margin: 0 0 1rem
}
img {
  vertical-align: middle;
  border-style: none
}
svg {
  overflow: hidden;
  vertical-align: middle
}
table {
  border-collapse: collapse
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
button {
  border-radius: 0
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
select {
  word-wrap: normal
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}
textarea {
  overflow: auto;
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}
progress {
  vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
summary {
  display: list-item;
  cursor: pointer
}
template {
  display: none
}
[hidden] {
  display: none!important
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.2
}
.h1,
h1 {
  font-size: 2.5rem
}
.h2,
h2 {
  font-size: 2rem
}
.h3,
h3 {
  font-size: 1.75rem
}
.h4,
h4 {
  font-size: 1.5rem
}
.h5,
h5 {
  font-size: 1.25rem
}
.h6,
h6 {
  font-size: 1rem
}
.lead {
  font-size: 1.25rem;
  font-weight: 300
}
.display-1 {
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.2
}
.display-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}
.display-3 {
  font-size: 2.8125rem;
  font-weight: 300;
  line-height: 1.2
}
.display-4 {
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1.2
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1)
}
.small,
small {
  font-size: 80%;
  font-weight: 400
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}
.list-unstyled {
  padding-left: 0;
  list-style: none
}
.list-inline {
  padding-left: 0;
  list-style: none
}
.list-inline-item {
  display: inline-block
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem
}
.initialism {
  font-size: 90%;
  text-transform: uppercase
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}
.blockquote-footer::before {
  content: "\2014\00A0"
}
code {
  font-size: 87.5%;
  color: #e91e63;
  word-wrap: break-word
}
a > code {
  color: inherit
}
kbd,
tt {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212121;
  border-radius: .0625rem;
  box-shadow: inset 0 -.1rem 0 rgba(0,0,0,.25)
}
kbd kbd,
kbd tt,
tt kbd,
tt tt {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%
}
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%
}
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}
.order-first {
  order: -1
}
.order-last {
  order: 13
}
.order-0 {
  order: 0
}
.order-1 {
  order: 1
}
.order-2 {
  order: 2
}
.order-3 {
  order: 3
}
.order-4 {
  order: 4
}
.order-5 {
  order: 5
}
.order-6 {
  order: 6
}
.order-7 {
  order: 7
}
.order-8 {
  order: 8
}
.order-9 {
  order: 9
}
.order-10 {
  order: 10
}
.order-11 {
  order: 11
}
.order-12 {
  order: 12
}
.offset-1 {
  margin-left: 8.33333%
}
.offset-2 {
  margin-left: 16.66667%
}
.offset-3 {
  margin-left: 25%
}
.offset-4 {
  margin-left: 33.33333%
}
.offset-5 {
  margin-left: 41.66667%
}
.offset-6 {
  margin-left: 50%
}
.offset-7 {
  margin-left: 58.33333%
}
.offset-8 {
  margin-left: 66.66667%
}
.offset-9 {
  margin-left: 75%
}
.offset-10 {
  margin-left: 83.33333%
}
.offset-11 {
  margin-left: 91.66667%
}
@media (min-width:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    order: -1
  }
  .order-sm-last {
    order: 13
  }
  .order-sm-0 {
    order: 0
  }
  .order-sm-1 {
    order: 1
  }
  .order-sm-2 {
    order: 2
  }
  .order-sm-3 {
    order: 3
  }
  .order-sm-4 {
    order: 4
  }
  .order-sm-5 {
    order: 5
  }
  .order-sm-6 {
    order: 6
  }
  .order-sm-7 {
    order: 7
  }
  .order-sm-8 {
    order: 8
  }
  .order-sm-9 {
    order: 9
  }
  .order-sm-10 {
    order: 10
  }
  .order-sm-11 {
    order: 11
  }
  .order-sm-12 {
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.33333%
  }
  .offset-sm-2 {
    margin-left: 16.66667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.33333%
  }
  .offset-sm-5 {
    margin-left: 41.66667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.33333%
  }
  .offset-sm-8 {
    margin-left: 66.66667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.33333%
  }
  .offset-sm-11 {
    margin-left: 91.66667%
  }
}
@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    order: -1
  }
  .order-md-last {
    order: 13
  }
  .order-md-0 {
    order: 0
  }
  .order-md-1 {
    order: 1
  }
  .order-md-2 {
    order: 2
  }
  .order-md-3 {
    order: 3
  }
  .order-md-4 {
    order: 4
  }
  .order-md-5 {
    order: 5
  }
  .order-md-6 {
    order: 6
  }
  .order-md-7 {
    order: 7
  }
  .order-md-8 {
    order: 8
  }
  .order-md-9 {
    order: 9
  }
  .order-md-10 {
    order: 10
  }
  .order-md-11 {
    order: 11
  }
  .order-md-12 {
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.33333%
  }
  .offset-md-2 {
    margin-left: 16.66667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.33333%
  }
  .offset-md-5 {
    margin-left: 41.66667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.33333%
  }
  .offset-md-8 {
    margin-left: 66.66667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.33333%
  }
  .offset-md-11 {
    margin-left: 91.66667%
  }
}
@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    order: -1
  }
  .order-lg-last {
    order: 13
  }
  .order-lg-0 {
    order: 0
  }
  .order-lg-1 {
    order: 1
  }
  .order-lg-2 {
    order: 2
  }
  .order-lg-3 {
    order: 3
  }
  .order-lg-4 {
    order: 4
  }
  .order-lg-5 {
    order: 5
  }
  .order-lg-6 {
    order: 6
  }
  .order-lg-7 {
    order: 7
  }
  .order-lg-8 {
    order: 8
  }
  .order-lg-9 {
    order: 9
  }
  .order-lg-10 {
    order: 10
  }
  .order-lg-11 {
    order: 11
  }
  .order-lg-12 {
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.33333%
  }
  .offset-lg-2 {
    margin-left: 16.66667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.33333%
  }
  .offset-lg-5 {
    margin-left: 41.66667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.33333%
  }
  .offset-lg-8 {
    margin-left: 66.66667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.33333%
  }
  .offset-lg-11 {
    margin-left: 91.66667%
  }
}
@media (min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    order: -1
  }
  .order-xl-last {
    order: 13
  }
  .order-xl-0 {
    order: 0
  }
  .order-xl-1 {
    order: 1
  }
  .order-xl-2 {
    order: 2
  }
  .order-xl-3 {
    order: 3
  }
  .order-xl-4 {
    order: 4
  }
  .order-xl-5 {
    order: 5
  }
  .order-xl-6 {
    order: 6
  }
  .order-xl-7 {
    order: 7
  }
  .order-xl-8 {
    order: 8
  }
  .order-xl-9 {
    order: 9
  }
  .order-xl-10 {
    order: 10
  }
  .order-xl-11 {
    order: 11
  }
  .order-xl-12 {
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.33333%
  }
  .offset-xl-2 {
    margin-left: 16.66667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.33333%
  }
  .offset-xl-5 {
    margin-left: 41.66667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.33333%
  }
  .offset-xl-8 {
    margin-left: 66.66667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.33333%
  }
  .offset-xl-11 {
    margin-left: 91.66667%
  }
}
.form-control,
input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select,
textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + .875rem + 2px);
  padding: .4375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: rgba(0,0,0,0);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.26);
  border-radius: 0;
  box-shadow: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .form-control,
  input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
  select,
  textarea {
    transition: none
  }
}
.form-control::-ms-expand,
input:not([type=reset]):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button])::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
  background-color: transparent;
  border: 0
}
.form-control:-moz-focusring,
input:-moz-focusring:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select:-moz-focusring,
textarea:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}
.form-control:focus,
input:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select:focus,
textarea:focus {
  color: #495057;
  background-color: rgba(0,0,0,0);
  border-color: #f492b4;
  outline: 0;
  box-shadow: none,0 0 0 .2rem rgba(233,30,99,.25)
}
.form-control::placeholder,
input:not([type=reset]):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button])::placeholder,
select::placeholder,
textarea::placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control:disabled,
.form-control[readonly],
input:disabled:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input[readonly]:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1
}
select.form-control:focus::-ms-value,
select:focus::-ms-value {
  color: #495057;
  background-color: rgba(0,0,0,0)
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%
}
.col-form-label {
  padding-top: calc(.4375rem + 1px);
  padding-bottom: calc(.4375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}
.col-form-label-lg {
  padding-top: calc(.5625rem + 1px);
  padding-bottom: calc(.5625rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .4375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212121;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}
.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem 0;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .0625rem
}
.form-control-lg {
  height: calc(1.5em + 1.125rem + 2px);
  padding: .5625rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
select.form-control[multiple],
select.form-control[size],
select[multiple],
select[size] {
  height: auto
}
textarea,
textarea.form-control {
  height: auto
}
.form-group {
  margin-bottom: 1rem
}
.form-text {
  display: block;
  margin-top: .25rem
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d
}
.form-check-label {
  margin-bottom: 0
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #4caf50
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(76,175,80,.9);
  border-radius: .125rem
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block
}
.form-control.is-valid,
.was-validated .form-control:valid,
.was-validated input:valid:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.was-validated select:valid,
.was-validated textarea:valid,
input.is-valid:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select.is-valid,
textarea.is-valid {
  border-color: #4caf50;
  padding-right: calc(1.5em + .875rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .21875rem) center;
  background-size: calc(.75em + .4375rem) calc(.75em + .4375rem)
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.was-validated input:valid:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.was-validated select:valid:focus,
.was-validated textarea:valid:focus,
input.is-valid:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select.is-valid:focus,
textarea.is-valid:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 .2rem rgba(76,175,80,.25)
}
.was-validated textarea.form-control:valid,
.was-validated textarea:valid,
textarea.form-control.is-valid,
textarea.is-valid {
  padding-right: calc(1.5em + .875rem);
  background-position: top calc(.375em + .21875rem) right calc(.375em + .21875rem)
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #4caf50;
  padding-right: calc(.75em + 1.65625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0 center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") rgba(0,0,0,0) no-repeat center right 1rem/calc(.75em + .4375rem) calc(.75em + .4375rem)
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 .2rem rgba(76,175,80,.25)
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #4caf50
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #4caf50
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #4caf50
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #6ec071;
  background-color: #6ec071
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(76,175,80,.25)
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4caf50
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #4caf50
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #4caf50;
  box-shadow: 0 0 0 .2rem rgba(76,175,80,.25)
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #f44336
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(244,67,54,.9);
  border-radius: .125rem
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block
}
.form-control.is-invalid,
.was-validated .form-control:invalid,
.was-validated input:invalid:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.was-validated select:invalid,
.was-validated textarea:invalid,
input.is-invalid:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select.is-invalid,
textarea.is-invalid {
  border-color: #f44336;
  padding-right: calc(1.5em + .875rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f44336' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f44336' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .21875rem) center;
  background-size: calc(.75em + .4375rem) calc(.75em + .4375rem)
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated input:invalid:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.was-validated select:invalid:focus,
.was-validated textarea:invalid:focus,
input.is-invalid:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select.is-invalid:focus,
textarea.is-invalid:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 .2rem rgba(244,67,54,.25)
}
.was-validated textarea.form-control:invalid,
.was-validated textarea:invalid,
textarea.form-control.is-invalid,
textarea.is-invalid {
  padding-right: calc(1.5em + .875rem);
  background-position: top calc(.375em + .21875rem) right calc(.375em + .21875rem)
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #f44336;
  padding-right: calc(.75em + 1.65625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0 center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f44336' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f44336' stroke='none'/%3e%3c/svg%3e") rgba(0,0,0,0) no-repeat center right 1rem/calc(.75em + .4375rem) calc(.75em + .4375rem)
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 .2rem rgba(244,67,54,.25)
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #f44336
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #f44336
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #f44336
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #f77066;
  background-color: #f77066
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(244,67,54,.25)
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f44336
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #f44336
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #f44336;
  box-shadow: 0 0 0 .2rem rgba(244,67,54,.25)
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}
.form-inline .form-check {
  width: 100%
}
@media (min-width:576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0
  }
  .form-inline .form-control,
  .form-inline input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
  .form-inline select,
  .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-plaintext {
    display: inline-block
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }
  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}
.fade {
  transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none
}
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .125rem
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}
@media (max-width:575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}
@media (max-width:767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap
  }
  .navbar-expand-md .navbar-collapse {
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-md .navbar-toggler {
    display: none
  }
}
@media (max-width:991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}
@media (max-width:1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0
}
.navbar-expand .navbar-nav {
  flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
  display: flex!important;
  flex-basis: auto
}
.navbar-expand .navbar-toggler {
  display: none
}
.navbar-light .navbar-brand {
  color: rgba(0,0,0,.9)
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0,0,0,.9)
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.5)
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0,0,0,.3)
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0,0,0,.9)
}
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1)
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
  color: rgba(0,0,0,.5)
}
.navbar-light .navbar-text a {
  color: rgba(0,0,0,.9)
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0,0,0,.9)
}
.navbar-dark .navbar-brand {
  color: #fff
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.5)
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255,255,255,.25)
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff
}
.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.5);
  border-color: rgba(255,255,255,.1)
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
  color: rgba(255,255,255,.5)
}
.navbar-dark .navbar-text a {
  color: #fff
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff
}
.carousel {
  position: relative
}
.carousel.pointer-event {
  touch-action: pan-y
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%)
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%)
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}
.carousel-control-prev {
  left: 0
}
.carousel-control-next {
  right: 0
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none
  }
}
.carousel-indicators .active {
  opacity: 1
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}
.d-none {
  display: none!important
}
.d-inline {
  display: inline!important
}
.d-inline-block {
  display: inline-block!important
}
.d-block {
  display: block!important
}
.d-table {
  display: table!important
}
.d-table-row {
  display: table-row!important
}
.d-table-cell {
  display: table-cell!important
}
.d-flex {
  display: flex!important
}
.d-inline-flex {
  display: inline-flex!important
}
@media (min-width:576px) {
  .d-sm-none {
    display: none!important
  }
  .d-sm-inline {
    display: inline!important
  }
  .d-sm-inline-block {
    display: inline-block!important
  }
  .d-sm-block {
    display: block!important
  }
  .d-sm-table {
    display: table!important
  }
  .d-sm-table-row {
    display: table-row!important
  }
  .d-sm-table-cell {
    display: table-cell!important
  }
  .d-sm-flex {
    display: flex!important
  }
  .d-sm-inline-flex {
    display: inline-flex!important
  }
}
@media (min-width:768px) {
  .d-md-none {
    display: none!important
  }
  .d-md-inline {
    display: inline!important
  }
  .d-md-inline-block {
    display: inline-block!important
  }
  .d-md-block {
    display: block!important
  }
  .d-md-table {
    display: table!important
  }
  .d-md-table-row {
    display: table-row!important
  }
  .d-md-table-cell {
    display: table-cell!important
  }
  .d-md-flex {
    display: flex!important
  }
  .d-md-inline-flex {
    display: inline-flex!important
  }
}
@media (min-width:992px) {
  .d-lg-none {
    display: none!important
  }
  .d-lg-inline {
    display: inline!important
  }
  .d-lg-inline-block {
    display: inline-block!important
  }
  .d-lg-block {
    display: block!important
  }
  .d-lg-table {
    display: table!important
  }
  .d-lg-table-row {
    display: table-row!important
  }
  .d-lg-table-cell {
    display: table-cell!important
  }
  .d-lg-flex {
    display: flex!important
  }
  .d-lg-inline-flex {
    display: inline-flex!important
  }
}
@media (min-width:1200px) {
  .d-xl-none {
    display: none!important
  }
  .d-xl-inline {
    display: inline!important
  }
  .d-xl-inline-block {
    display: inline-block!important
  }
  .d-xl-block {
    display: block!important
  }
  .d-xl-table {
    display: table!important
  }
  .d-xl-table-row {
    display: table-row!important
  }
  .d-xl-table-cell {
    display: table-cell!important
  }
  .d-xl-flex {
    display: flex!important
  }
  .d-xl-inline-flex {
    display: inline-flex!important
  }
}
@media print {
  .d-print-none {
    display: none!important
  }
  .d-print-inline {
    display: inline!important
  }
  .d-print-inline-block {
    display: inline-block!important
  }
  .d-print-block {
    display: block!important
  }
  .d-print-table {
    display: table!important
  }
  .d-print-table-row {
    display: table-row!important
  }
  .d-print-table-cell {
    display: table-cell!important
  }
  .d-print-flex {
    display: flex!important
  }
  .d-print-inline-flex {
    display: inline-flex!important
  }
}
.embed-responsive,
p > embed,
p > iframe,
p > object,
p > video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}
.embed-responsive::before,
p > embed::before,
p > iframe::before,
p > object::before,
p > video::before {
  display: block;
  content: ""
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
p > embed .embed-responsive-item,
p > embed embed,
p > embed iframe,
p > embed object,
p > embed video,
p > iframe .embed-responsive-item,
p > iframe embed,
p > iframe iframe,
p > iframe object,
p > iframe video,
p > object .embed-responsive-item,
p > object embed,
p > object iframe,
p > object object,
p > object video,
p > video .embed-responsive-item,
p > video embed,
p > video iframe,
p > video object,
p > video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%
}
.embed-responsive-16by9::before,
p > embed::before,
p > iframe::before,
p > object::before,
p > video::before {
  padding-top: 56.25%
}
.embed-responsive-4by3::before {
  padding-top: 75%
}
.embed-responsive-1by1::before {
  padding-top: 100%
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%
}
.embed-responsive-16by9::before,
p > embed::before,
p > iframe::before,
p > object::before,
p > video::before {
  padding-top: 56.25%
}
.embed-responsive-4by3::before {
  padding-top: 75%
}
.embed-responsive-1by1::before {
  padding-top: 100%
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none!important;
    box-shadow: none!important
  }
  a:not(.btn) {
    text-decoration: underline
  }
  abbr[title]::after {
    content: " (" attr(title) ")"
  }
  pre {
    white-space: pre-wrap!important
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  img,
  tr {
    page-break-inside: avoid
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }
  h2,
  h3 {
    page-break-after: avoid
  }
  @page {
    size: a3
  }
  body {
    min-width: 992px!important
  }
  .container {
    min-width: 992px!important
  }
  .navbar {
    display: none
  }
  .badge {
    border: 1px solid #000
  }
  .calendar_wrap table,
  .table,
  table {
    border-collapse: collapse!important
  }
  .calendar_wrap table td,
  .calendar_wrap table th,
  .table td,
  .table th,
  table td,
  table th {
    background-color: #fff!important
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6!important
  }
  .table-dark {
    color: inherit
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: rgba(0,0,0,.06)
  }
  .calendar_wrap table .thead-dark th,
  .table .thead-dark th,
  table .thead-dark th {
    color: inherit;
    border-color: rgba(0,0,0,.06)
  }
}
.ripple {
  position: relative
}
.ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit
}
.ripple-container .ripple-decorator {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  pointer-events: none;
  background-color: rgba(0,0,0,.05);
  border-radius: 100%;
  opacity: 0;
  transform: scale(1);
  transform-origin: 50%
}
.ripple-container .ripple-decorator.ripple-on {
  opacity: .1;
  transition: opacity .15s ease-in 0s,transform .5s cubic-bezier(.4,0,.2,1) .1s
}
.ripple-container .ripple-decorator.ripple-out {
  opacity: 0;
  transition: opacity .1s linear 0s!important
}
body {
  font-weight: 400
}
a:focus {
  outline: 0
}
button:focus {
  outline: 0
}
a {
  position: relative;
  display: inline-block
}
a:focus,
a:hover {
  text-decoration: none
}
a img {
  border: 0
}
.navbar-toggler {
  border: none!important;
  box-shadow: none!important;
  transition: background-color .3s;
  cursor: pointer;
  text-decoration: none;
  color: #fff
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  background-color: #fff;
  color: #e91e63;
  text-decoration: inherit
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  box-shadow: none
}
img {
  max-width: 100%;
  height: auto
}
.calendar_wrap table,
.table,
table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212121
}
.calendar_wrap table td,
.calendar_wrap table th,
.table td,
.table th,
table td,
table th {
  padding: .5rem;
  vertical-align: top;
  border-top: 1px solid rgba(0,0,0,.06)
}
.calendar_wrap table thead th,
.table thead th,
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0,0,0,.06)
}
.calendar_wrap table tbody + tbody,
.table tbody + tbody,
table tbody + tbody {
  border-top: 2px solid rgba(0,0,0,.06)
}
.table-striped tbody tr:nth-of-type(odd),
table tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05)
}
blockquote {
  border-left: .25rem solid #ff6090;
  padding-left: 1rem;
  padding-right: 1rem
}
dt {
  margin-bottom: .5rem
}
dd {
  margin-left: 1rem
}
address::first-line {
  font-weight: 500
}
pre {
  max-width: 100%;
  padding: 1rem;
  white-space: pre-wrap;
  background-color: rgba(33,33,33,.01);
  border: 1px solid rgba(33,33,33,.1);
  color: #212121
}
tt {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
code {
  color: #212121;
  background-color: rgba(33,33,33,.1)
}
.main-menu-container {
  display: flex;
  flex-flow: row nowrap;
  width: 70%;
  justify-content: flex-end
}
.main-menu-container .navbar-collapse {
  flex-grow: 0
}
.main-menu-container.hide-overflow {
  overflow: hidden
}
.small-main-container {
  position: static
}
button.navbar-toggler {
  margin: 0;
  height: 4rem
}
.main-menu {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  z-index: 1000
}
.main-menu > li {
  padding: 0;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  flex-basis: content
}
.main-menu > li.current-menu-ancestor,
.main-menu > li.current-menu-item {
  background-color: rgba(255,255,255,.05)
}
.main-menu .sub-menu {
  margin-top: .5rem;
  right: 0;
  min-width: 18rem;
  max-width: 22rem
}
.main-menu a {
  display: inline-block;
  padding: 0 1rem;
  transition: background-color .3s;
  cursor: pointer;
  text-decoration: none;
  color: #fff
}
.main-menu a:focus,
.main-menu a:hover {
  background-color: #fff;
  color: #e91e63;
  text-decoration: inherit
}
.sub-menu {
  background-color: rgba(233,30,99,.9);
  position: absolute;
  white-space: nowrap;
  display: block;
  visibility: collapse
}
.sub-menu a {
  display: inline-block
}
.sub-menu li {
  list-style-type: none;
  display: flex;
  align-items: center
}
.sub-menu li a:first-child {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.sub-menu .sub-menu {
  top: 0;
  margin-top: 0!important
}
.s-main-menu {
  display: flex;
  flex-flow: column nowrap;
  position: absolute;
  right: 0;
  margin: 0;
  background-color: rgba(233,30,99,.9);
  white-space: nowrap;
  visibility: collapse;
  width: 100%;
  z-index: 1000
}
.s-main-menu .sub-menu {
  width: 100%;
  top: 0
}
.s-main-menu a {
  display: inline-block;
  padding: 0 1rem;
  transition: background-color .3s;
  cursor: pointer;
  text-decoration: none;
  color: #fff
}
.s-main-menu a:focus,
.s-main-menu a:hover {
  background-color: #fff;
  color: #e91e63;
  text-decoration: inherit
}
.s-main-menu li {
  list-style-type: none;
  display: flex;
  align-content: center;
  line-height: 4rem;
  width: 100%
}
.s-main-menu li a:first-child {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.menu-show {
  visibility: visible;
  animation: menuAnimIn .3s ease;
  animation-fill-mode: forwards
}
.menu-hide {
  visibility: visible;
  animation: menuAnimOut 150ms ease;
  animation-fill-mode: forwards
}
.menu-trigger .material-icons {
  vertical-align: middle
}
@keyframes menuAnimIn {
  0% {
    transform: translateY(8rem);
    opacity: 0
  }
  100% {
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes menuAnimOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.menu-arrow-down:after,
.menu-arrow-up:after,
.menu-burger:after {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  animation-duration: 150ms;
  animation-timing-function: linear;
  animation-iteration-count: 1
}
.menu-arrow-down:after {
  animation-name: rotateIn;
  content: "\e313"
}
.menu-arrow-up:after {
  content: "\e316";
  animation-name: rotateOut
}
.menu-burger:after {
  content: "\e5d2";
  animation-name: rotateIn
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0,0,1,-200deg)
  }
  to {
    transform-origin: center;
    transform: translate3d(0,0,0)
  }
}
@keyframes rotateOut {
  from {
    transform-origin: center
  }
  to {
    transform-origin: center;
    transform: rotate3d(0,0,1,200deg)
  }
}
@media (min-width:0) {
  .main-menu-container {
    width: auto
  }
}
@media (min-width:992px) {
  .main-menu-container {
    width: 70%
  }
  .s-main-menu {
    width: 33%
  }
  .small-main-container {
    position: relative
  }
}
.chips,
.chips-links a,
.tag-cloud-link {
  height: 2rem;
  font-size: .8rem!important;
  font-weight: 500;
  line-height: 2rem;
  padding: 0 .8rem;
  border-radius: 1rem;
  margin-bottom: .4rem;
  margin-right: .4rem;
  text-decoration: none!important;
  color: rgba(33,33,33,.8);
  background-color: rgba(33,33,33,.1);
  border-color: transparent
}
.chips-links a:focus,
.chips-links a:hover,
.chips:focus,
.chips:hover,
.tag-cloud-link:focus,
.tag-cloud-link:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.chips-links a:active,
.chips:active,
.tag-cloud-link:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.chips-links a:before,
.chips:before,
.tag-cloud-link:before {
  content: none!important
}
.chips-links {
  display: flex;
  align-items: start
}
.chips-links .material-icons {
  margin-right: .4rem;
  margin-top: .2rem
}
.chips-links-label {
  font-size: .9rem;
  line-height: 2rem
}
.calendar_wrap table td,
.calendar_wrap table th {
  text-align: center
}
.calendar_wrap table td:first-child,
.calendar_wrap table th:first-child {
  padding-left: 0
}
.calendar_wrap table tbody a {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #e91e63;
  color: #fff;
  border-radius: 50%;
  font-size: .9rem
}
.calendar_wrap table tbody a:before {
  content: none!important
}
.calendar_wrap table caption {
  color: #212121
}
.calendar_wrap table #prev {
  text-align: left
}
.calendar_wrap table #next {
  text-align: right
}
.calendar_wrap table caption {
  text-align: center
}
.page-footer .calendar_wrap td,
.page-footer .calendar_wrap th {
  color: #fff
}
.page-footer .calendar_wrap tbody a {
  background-color: #fff;
  color: #e91e63
}
.page-footer .calendar_wrap caption {
  color: #fff
}
input[type=radio] {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0
}
[type=radio] + .label,
[type=radio] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease
}
[type=radio] + .label:after,
[type=radio] + .label:before,
[type=radio] + label:after,
[type=radio] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
  border-radius: 50%
}
[type=radio]:not(:checked) + .label:after,
[type=radio]:not(:checked) + .label:before,
[type=radio]:not(:checked) + label:after,
[type=radio]:not(:checked) + label:before {
  border: 2px solid rgba(33,33,33,.8)
}
[type=radio]:not(:checked) + .label:after,
[type=radio]:not(:checked) + label:after {
  transform: scale(0)
}
[type=radio]:checked:not(:disabled) + .label:after,
[type=radio]:checked:not(:disabled) + label:after {
  border: 2px solid #e91e63;
  background-color: #e91e63;
  transform: scale(1.02)
}
[type=radio]:focus + .label:before,
[type=radio]:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0,0,0,.1)
}
[type=radio]:disabled + .label:before,
[type=radio]:disabled + label:before {
  background-color: rgba(33,33,33,.5);
  border: none
}
[type=radio]:disabled + .label,
[type=radio]:disabled + label {
  color: rgba(33,33,33,.5)
}
.select-dropdown:not(.browser-default),
.widget-area ul:not(.browser-default),
footer ul:not(.browser-default),
header ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none
}
.select-dropdown:not(.browser-default) > li,
.widget-area ul:not(.browser-default) > li,
footer ul:not(.browser-default) > li,
header ul:not(.browser-default) > li {
  list-style-type: none
}
.post-thumbnail {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  height: auto;
  max-height: 18.75rem
}
.post-thumbnail .size-post-thumbnail {
  width: 100%;
  height: 18.75rem;
  background: no-repeat center/cover
}
.content-list {
  margin-bottom: 2rem
}
.entry-title {
  word-break: break-word;
  word-wrap: break-word
}
.entry-meta {
  margin: 0 0 1rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 90%
}
.entry-meta > div {
  display: flex;
  align-items: center
}
.entry-meta .material-icons,
.entry-meta .posted-on {
  margin-right: 5px
}
.entry-footer {
  clear: both;
  margin: 1rem 0
}
.entry-content div {
  margin-top: 0;
  margin-bottom: 1rem
}
.site-main {
  padding-top: 1rem
}
.site-main a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e91e63;
  visibility: hidden;
  transform: scaleX(0);
  transition: all .3s ease-in-out 0s
}
.site-main a:focus:before,
.site-main a:hover:before {
  visibility: visible;
  transform: scaleX(1)
}
.post-navigation .nav-links {
  position: relative;
  width: 100%;
  height: 3rem
}
.post-navigation .nav-previous {
  position: absolute;
  left: 0;
  width: auto;
  max-width: 50%
}
.post-navigation .nav-next {
  position: absolute;
  right: 0;
  width: auto;
  max-width: 50%
}
.post-navigation a {
  display: flex;
  align-items: center
}
.post-navigation .material-icons {
  font-size: 3rem;
  display: inline-block;
  background-color: #e91e63;
  color: #fff
}
.post-navigation .nav-previous .material-icons {
  margin-right: .5rem
}
.post-navigation .nav-next a {
  justify-content: right
}
.post-navigation .nav-next .material-icons {
  margin-left: .5rem
}
.post-navigation .post-nav-title,
.post-navigation .post-nav-title-sm {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
@media (min-width:0) {
  .entry-meta {
    flex-direction: column;
    align-items: start
  }
  .entry-meta div {
    margin-bottom: .5rem
  }
  .post-navigation .post-nav-title {
    display: none
  }
  .post-navigation .post-nav-title-sm {
    display: inline-block
  }
}
@media (min-width:576px) {
  .entry-meta {
    flex-direction: row;
    align-items: center
  }
  .entry-meta div {
    margin-bottom: 0
  }
  .post-navigation .post-nav-title-sm {
    display: none
  }
  .post-navigation .post-nav-title {
    display: inline-block
  }
}
.comment-block-author {
  margin-bottom: 1rem
}
.comment-block-author input {
  width: 100%!important
}
.comment-block-author input:first-child {
  margin-right: 5px
}
.comment-block-author input:last-child {
  margin-left: 5px
}
.comment-author .avatar {
  border: 2px solid rgba(33,33,33,.1);
  border-radius: 50%!important;
  padding: 2px;
  margin-right: 1rem
}
.comment-meta {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem
}
.comment-metadata {
  display: flex;
  flex-direction: column;
  justify-content: center
}
.comment-metadata time {
  font-size: 80%
}
.comment-action {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end
}
.comment-list,
.comment-list .children {
  padding-left: 0;
  list-style-type: none
}
.comment-list .children {
  margin-left: 1rem
}
#cancel-comment-reply-link,
.comment-action > a {
  position: relative;
  padding: .375rem .75rem;
  margin-bottom: .3125rem;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: .125rem;
  outline: 0;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  will-change: box-shadow,transform;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  color: #fff;
  background-color: #e91e63;
  border-color: transparent;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  color: inherit;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  box-shadow: none;
  color: #e91e63;
  background-color: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e91e63;
  background-color: transparent;
  border-color: transparent
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:hover,
.comment-action > a:focus,
.comment-action > a:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
#cancel-comment-reply-link:active,
.comment-action > a:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:hover,
.comment-action > a:focus,
.comment-action > a:hover {
  z-index: 1;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}
#cancel-comment-reply-link:active,
.comment-action > a:active {
  z-index: 1;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}
#cancel-comment-reply-link[disabled],
.comment-action > a[disabled] {
  box-shadow: none;
  cursor: auto;
  color: #fff;
  background-color: rgba(33,33,33,.5);
  border-color: transparent
}
#cancel-comment-reply-link[disabled]:focus,
#cancel-comment-reply-link[disabled]:hover,
.comment-action > a[disabled]:focus,
.comment-action > a[disabled]:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
#cancel-comment-reply-link[disabled]:active,
.comment-action > a[disabled]:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:hover,
.comment-action > a:focus,
.comment-action > a:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
#cancel-comment-reply-link:active,
.comment-action > a:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:hover,
.comment-action > a:active,
.comment-action > a:focus,
.comment-action > a:hover {
  box-shadow: none
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:hover,
.comment-action > a:focus,
.comment-action > a:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
#cancel-comment-reply-link:active,
.comment-action > a:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
#cancel-comment-reply-link {
  display: inline-flex;
  margin-left: .5rem
}
.comment-navigation .nav-links {
  position: relative;
  width: 100%;
  height: 2rem
}
.comment-navigation .nav-previous {
  position: absolute;
  left: 0;
  width: auto;
  max-width: 50%
}
.comment-navigation .nav-next {
  position: absolute;
  right: 0;
  width: auto;
  max-width: 50%
}
.comment-navigation a {
  display: flex;
  align-items: center
}
.comment-navigation .material-icons {
  font-size: 2rem;
  display: inline-block;
  background-color: #e91e63;
  color: #fff
}
.comment-navigation .nav-previous .material-icons {
  margin-right: .5rem
}
.comment-navigation .nav-next a {
  justify-content: right
}
.comment-navigation .nav-next .material-icons {
  margin-left: .5rem
}
.comment-navigation .post-nav-title,
.comment-navigation .post-nav-title-sm {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
input[type=checkbox] {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0
}
[type=checkbox] + .label,
[type=checkbox] + label {
  position: relative;
  padding-left: 2rem;
  display: inline-block;
  line-height: 1.5;
  font-size: 1rem
}
[type=checkbox] + .label:after,
[type=checkbox] + .label:before,
[type=checkbox] + label:after,
[type=checkbox] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 0;
  border: 2px solid rgba(33,33,33,.8);
  border-radius: .125rem;
  transition: .2s;
  cursor: pointer
}
[type=checkbox] + .label:after,
[type=checkbox] + label:after {
  border: 0;
  transform: scale(0)
}
[type=checkbox]:focus + .label:after,
[type=checkbox]:focus + label:after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0,0,0,.1);
  background-color: rgba(0,0,0,.1)
}
[type=checkbox]:checked:not(:disabled) + .label:before,
[type=checkbox]:checked:not(:disabled) + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #e91e63;
  border-bottom: 2px solid #e91e63;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%
}
[type=checkbox]:disabled + label {
  color: rgba(33,33,33,.5)
}
[type=checkbox]:disabled + .label:before,
[type=checkbox]:disabled + label:before {
  border: none;
  background-color: rgba(33,33,33,.5)
}
[type=checkbox]:indeterminate + .label:before,
[type=checkbox]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #e91e63;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%
}
input[type=radio] {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0
}
[type=radio] + .label,
[type=radio] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease
}
[type=radio] + .label:after,
[type=radio] + .label:before,
[type=radio] + label:after,
[type=radio] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
  border-radius: 50%
}
[type=radio]:not(:checked) + .label:after,
[type=radio]:not(:checked) + .label:before,
[type=radio]:not(:checked) + label:after,
[type=radio]:not(:checked) + label:before {
  border: 2px solid rgba(33,33,33,.8)
}
[type=radio]:not(:checked) + .label:after,
[type=radio]:not(:checked) + label:after {
  transform: scale(0)
}
[type=radio]:checked:not(:disabled) + .label:after,
[type=radio]:checked:not(:disabled) + label:after {
  border: 2px solid #e91e63;
  background-color: #e91e63;
  transform: scale(1.02)
}
[type=radio]:focus + .label:before,
[type=radio]:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0,0,0,.1)
}
[type=radio]:disabled + .label:before,
[type=radio]:disabled + label:before {
  background-color: rgba(33,33,33,.5);
  border: none
}
[type=radio]:disabled + .label,
[type=radio]:disabled + label {
  color: rgba(33,33,33,.5)
}
form {
  margin-bottom: 1.125rem
}
.navbar form {
  margin-bottom: 0
}
.navbar form .bmd-form-group {
  display: inline-block;
  padding-top: 0
}
.navbar form .btn {
  margin-bottom: 0
}
.form-control,
input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select,
textarea {
  background: no-repeat center bottom,center calc(100% - 1px);
  background-size: 0 100%,100% 100%;
  border: 0;
  transition: background 0s ease-out;
  padding-left: 0;
  padding-right: 0
}
.bmd-form-group.is-focused .form-control,
.bmd-form-group.is-focused input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused select,
.bmd-form-group.is-focused textarea,
.form-control:focus,
input:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select:focus,
textarea:focus {
  background-size: 100% 100%,100% 100%;
  transition-duration: .3s
}
.bmd-form-group {
  position: relative;
  padding-top: 1.75rem
}
.bmd-form-group [class*=' bmd-label'],
.bmd-form-group [class^=bmd-label] {
  position: absolute;
  pointer-events: none;
  transition: .3s ease all
}
.bmd-form-group [class*=' bmd-label'].bmd-label-floating,
.bmd-form-group [class^=bmd-label].bmd-label-floating {
  will-change: left,top,contents
}
.bmd-form-group.is-filled .bmd-label-placeholder {
  display: none
}
.bmd-form-group .form-control,
.bmd-form-group input::placeholder,
.bmd-form-group input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group label,
.bmd-form-group select,
.bmd-form-group textarea {
  line-height: 1
}
.bmd-form-group input.form-control,
.bmd-form-group input.form-control::placeholder,
.bmd-form-group input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input:not([type=reset]):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button])::placeholder {
  padding: .28125rem 0;
  line-height: 1.5
}
.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group .switch label,
.bmd-form-group label.checkbox-inline,
.bmd-form-group label.radio-inline {
  line-height: 1.5
}
.bmd-form-group input::placeholder {
  font-size: 1rem
}
.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group label {
  font-size: 1rem
}
.bmd-form-group .bmd-label-floating,
.bmd-form-group .bmd-label-placeholder {
  top: 2.125rem
}
.bmd-form-group .is-filled .bmd-label-floating,
.bmd-form-group .is-focused .bmd-label-floating,
.bmd-form-group.is-filled .bmd-label-floating,
.bmd-form-group.is-focused .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: .75rem
}
.bmd-form-group .bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: .75rem
}
.bmd-form-group .bmd-help {
  margin-top: 0;
  font-size: .75rem
}
.bmd-form-group .form-control.form-control-danger,
.bmd-form-group .form-control.form-control-success,
.bmd-form-group .form-control.form-control-warning,
.bmd-form-group input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group select.form-control-danger,
.bmd-form-group select.form-control-success,
.bmd-form-group select.form-control-warning,
.bmd-form-group textarea.form-control-danger,
.bmd-form-group textarea.form-control-success,
.bmd-form-group textarea.form-control-warning {
  background-size: 0 100%,100% 100%,.875rem .875rem
}
.bmd-form-group .form-control.form-control-danger,
.bmd-form-group .form-control.form-control-danger:focus,
.bmd-form-group .form-control.form-control-success,
.bmd-form-group .form-control.form-control-success:focus,
.bmd-form-group .form-control.form-control-warning,
.bmd-form-group .form-control.form-control-warning:focus,
.bmd-form-group input.form-control-danger:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-success:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-warning:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group select.form-control-danger,
.bmd-form-group select.form-control-danger:focus,
.bmd-form-group select.form-control-success,
.bmd-form-group select.form-control-success:focus,
.bmd-form-group select.form-control-warning,
.bmd-form-group select.form-control-warning:focus,
.bmd-form-group textarea.form-control-danger,
.bmd-form-group textarea.form-control-danger:focus,
.bmd-form-group textarea.form-control-success,
.bmd-form-group textarea.form-control-success:focus,
.bmd-form-group textarea.form-control-warning,
.bmd-form-group textarea.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning,
.bmd-form-group.is-focused .bmd-form-group input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused .bmd-form-group input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused .bmd-form-group input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused .bmd-form-group select.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group select.form-control-success,
.bmd-form-group.is-focused .bmd-form-group select.form-control-warning,
.bmd-form-group.is-focused .bmd-form-group textarea.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group textarea.form-control-success,
.bmd-form-group.is-focused .bmd-form-group textarea.form-control-warning {
  padding-right: 0;
  background-repeat: no-repeat,no-repeat;
  background-position: center bottom,center calc(100% - 1px),center right .4375rem
}
.bmd-form-group .form-control.form-control-danger:focus,
.bmd-form-group .form-control.form-control-success:focus,
.bmd-form-group .form-control.form-control-warning:focus,
.bmd-form-group input.form-control-danger:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-success:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-warning:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group select.form-control-danger:focus,
.bmd-form-group select.form-control-success:focus,
.bmd-form-group select.form-control-warning:focus,
.bmd-form-group textarea.form-control-danger:focus,
.bmd-form-group textarea.form-control-success:focus,
.bmd-form-group textarea.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning,
.bmd-form-group.is-focused .bmd-form-group input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused .bmd-form-group input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused .bmd-form-group input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused .bmd-form-group select.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group select.form-control-success,
.bmd-form-group.is-focused .bmd-form-group select.form-control-warning,
.bmd-form-group.is-focused .bmd-form-group textarea.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group textarea.form-control-success,
.bmd-form-group.is-focused .bmd-form-group textarea.form-control-warning {
  background-size: 100% 100%,100% 100%,.875rem .875rem
}
.form-control,
input::placeholder,
input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
label,
select,
textarea {
  line-height: 1
}
input.form-control,
input.form-control::placeholder,
input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input:not([type=reset]):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button])::placeholder {
  padding: .28125rem 0;
  line-height: 1.5
}
.checkbox label,
.radio label,
.switch label,
label.checkbox-inline,
label.radio-inline {
  line-height: 1.5
}
input::placeholder {
  font-size: 1rem
}
.checkbox label,
.radio label,
label {
  font-size: 1rem
}
.bmd-label-floating,
.bmd-label-placeholder {
  top: 2.125rem
}
.is-filled .bmd-label-floating,
.is-focused .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: .75rem
}
.bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: .75rem
}
.bmd-help {
  margin-top: 0;
  font-size: .75rem
}
.form-control.form-control-danger,
.form-control.form-control-success,
.form-control.form-control-warning,
input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select.form-control-danger,
select.form-control-success,
select.form-control-warning,
textarea.form-control-danger,
textarea.form-control-success,
textarea.form-control-warning {
  background-size: 0 100%,100% 100%,.875rem .875rem
}
.bmd-form-group.is-focused .form-control.form-control-danger,
.bmd-form-group.is-focused .form-control.form-control-success,
.bmd-form-group.is-focused .form-control.form-control-warning,
.bmd-form-group.is-focused input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused select.form-control-danger,
.bmd-form-group.is-focused select.form-control-success,
.bmd-form-group.is-focused select.form-control-warning,
.bmd-form-group.is-focused textarea.form-control-danger,
.bmd-form-group.is-focused textarea.form-control-success,
.bmd-form-group.is-focused textarea.form-control-warning,
.form-control.form-control-danger,
.form-control.form-control-danger:focus,
.form-control.form-control-success,
.form-control.form-control-success:focus,
.form-control.form-control-warning,
.form-control.form-control-warning:focus,
input.form-control-danger:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-success:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-warning:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select.form-control-danger,
select.form-control-danger:focus,
select.form-control-success,
select.form-control-success:focus,
select.form-control-warning,
select.form-control-warning:focus,
textarea.form-control-danger,
textarea.form-control-danger:focus,
textarea.form-control-success,
textarea.form-control-success:focus,
textarea.form-control-warning,
textarea.form-control-warning:focus {
  padding-right: 0;
  background-repeat: no-repeat,no-repeat;
  background-position: center bottom,center calc(100% - 1px),center right .4375rem
}
.bmd-form-group.is-focused .form-control.form-control-danger,
.bmd-form-group.is-focused .form-control.form-control-success,
.bmd-form-group.is-focused .form-control.form-control-warning,
.bmd-form-group.is-focused input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused select.form-control-danger,
.bmd-form-group.is-focused select.form-control-success,
.bmd-form-group.is-focused select.form-control-warning,
.bmd-form-group.is-focused textarea.form-control-danger,
.bmd-form-group.is-focused textarea.form-control-success,
.bmd-form-group.is-focused textarea.form-control-warning,
.form-control.form-control-danger:focus,
.form-control.form-control-success:focus,
.form-control.form-control-warning:focus,
input.form-control-danger:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-success:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-warning:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select.form-control-danger:focus,
select.form-control-success:focus,
select.form-control-warning:focus,
textarea.form-control-danger:focus,
textarea.form-control-success:focus,
textarea.form-control-warning:focus {
  background-size: 100% 100%,100% 100%,.875rem .875rem
}
@media (min-width:576px) {
  .form-inline .input-group {
    display: inline-flex;
    align-items: center
  }
}
select {
  -moz-appearance: none;
  -webkit-appearance: none
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  position: relative;
  padding: .375rem .75rem;
  margin-bottom: .3125rem;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: .125rem;
  outline: 0;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  will-change: box-shadow,transform;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  z-index: 1;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  z-index: 1;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}
button[disabled],
input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  box-shadow: none;
  cursor: auto;
  color: #fff;
  background-color: rgba(33,33,33,.5);
  border-color: transparent
}
button[disabled]:focus,
button[disabled]:hover,
input[type=button][disabled]:focus,
input[type=button][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=reset][disabled]:hover,
input[type=submit][disabled]:focus,
input[type=submit][disabled]:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
button[disabled]:active,
input[type=button][disabled]:active,
input[type=reset][disabled]:active,
input[type=submit][disabled]:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.search-form.form-inline .form-group {
  display: flex;
  flex-grow: 1!important;
  align-items: stretch;
  width: 100%
}
.search-field {
  padding-right: 2.5rem!important
}
.search-submit {
  position: relative;
  padding: .375rem .75rem;
  margin-bottom: .3125rem;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: .125rem;
  outline: 0;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  will-change: box-shadow,transform;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  color: #fff;
  background-color: #e91e63;
  border-color: transparent;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  color: inherit;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  box-shadow: none;
  color: #e91e63;
  background-color: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0
}
.search-submit:focus,
.search-submit:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.search-submit:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.search-submit:focus,
.search-submit:hover {
  z-index: 1;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}
.search-submit:active {
  z-index: 1;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}
.search-submit[disabled] {
  box-shadow: none;
  cursor: auto;
  color: #fff;
  background-color: rgba(33,33,33,.5);
  border-color: transparent
}
.search-submit[disabled]:focus,
.search-submit[disabled]:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.search-submit[disabled]:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.search-submit:focus,
.search-submit:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.search-submit:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.search-submit:active,
.search-submit:focus,
.search-submit:hover {
  box-shadow: none
}
.alignleft,
.alignright {
  display: block;
  margin: .3rem 1rem 1rem
}
.alignleft {
  float: left;
  margin-left: 0
}
.alignright {
  float: right;
  margin-right: 0
}
.wp-caption {
  margin-bottom: 1rem;
  max-width: 100%
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0
}
.wp-caption.aligncenter {
  margin: 0 auto
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
  color: rgba(33,33,33,.7);
  font-size: .9rem;
  margin: .5rem 0
}
.site-main .gallery-item {
  display: inline-block;
  padding: .5rem;
  text-align: center;
  vertical-align: top;
  width: 100%
}
.site-main .gallery-item a:before {
  height: 5px!important
}
.site-main .gallery-columns-2 .gallery-item {
  max-width: 50%
}
.site-main .gallery-columns-3 .gallery-item {
  max-width: 33.33%
}
.site-main .gallery-columns-4 .gallery-item {
  max-width: 25%
}
.site-main .gallery-columns-5 .gallery-item {
  max-width: 20%
}
.site-main .gallery-columns-6 .gallery-item {
  max-width: 16.66%
}
.site-main .gallery-columns-7 .gallery-item {
  max-width: 14.28%
}
.site-main .gallery-columns-8 .gallery-item {
  max-width: 12.5%
}
.site-main .gallery-columns-9 .gallery-item {
  max-width: 11.11%
}
.site-main .gallery .gallery-caption {
  color: rgba(33,33,33,.7);
  font-size: .8rem;
  margin: .5rem 0
}
.site-main .gallery-columns-6 .gallery-caption,
.site-main .gallery-columns-7 .gallery-caption,
.site-main .gallery-columns-8 .gallery-caption,
.site-main .gallery-columns-9 .gallery-caption {
  display: none
}
embed,
iframe,
object,
video {
  max-width: 100%;
  vertical-align: middle
}
.wp-block-button__link:before,
.wp-block-file__button:before {
  content: none!important
}
.wp-block-quote {
  border-color: #ff6090;
  border-width: 0;
  border-style: solid!important;
  border-left-width: .25rem
}
.wp-block-quote.has-text-align-center,
.wp-block-quote.has-text-align-left,
.wp-block-quote.has-text-align-right,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-width: 0;
  border-color: #ff6090
}
.wp-block-quote.has-text-align-left,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-quote:not(.is-large):not(.is-style-large).has-text-align-left {
  border-width: 0;
  border-left-width: .25rem;
  padding-left: 1rem;
  padding-right: 0;
  box-sizing: inherit
}
.wp-block-quote.has-text-align-right,
.wp-block-quote:not(.is-large):not(.is-style-large).has-text-align-right {
  border-width: 0;
  border-right-width: .25rem;
  padding-right: 1rem;
  padding-left: 0;
  box-sizing: inherit
}
.wp-block-quote.has-text-align-center,
.wp-block-quote:not(.is-large):not(.is-style-large).has-text-align-center {
  border-width: 0;
  border-left-width: .25rem;
  border-right-width: .25rem
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  border-width: 0;
  border-left-width: .25rem
}
.wp-block-quote p:not(.has-text-color) {
  color: #212121
}
.wp-block-pullquote blockquote {
  border-left-width: 0;
  border-right-width: 0
}
.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 80%
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  display: flex
}
.wp-block-gallery.columns-6 figcaption,
.wp-block-gallery.columns-7 figcaption,
.wp-block-gallery.columns-8 figcaption,
.wp-block-gallery.columns-9 figcaption {
  display: none
}
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
  color: #fff
}
.wp-block-gallery .blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap
}
.wp-block-spacer {
  clear: both
}
.has-text-align-center {
  text-align: center
}
.has-text-align-left {
  text-align: left;
  box-sizing: inherit
}
.has-text-align-right {
  text-align: right;
  box-sizing: inherit
}
.widget-area {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .9rem
}
.widget-area a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e91e63;
  visibility: hidden;
  transform: scaleX(0);
  transition: all .3s ease-in-out 0s
}
.widget-area a:focus:before,
.widget-area a:hover:before {
  visibility: visible;
  transform: scaleX(1)
}
.page-footer {
  font-size: .9rem
}
.page-footer a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all .3s ease-in-out 0s
}
.page-footer a:focus:before,
.page-footer a:hover:before {
  visibility: visible;
  transform: scaleX(1)
}
.sidebar .dropdown-content li > a,
.sidebar .dropdown-content li > span {
  color: inherit
}
.tagcloud {
  display: flex;
  justify-content: start;
  flex-wrap: wrap
}
.widget-title {
  text-transform: uppercase;
  font-size: 1.25rem
}
.widget_rss .rsswidget {
  margin-top: .5rem
}
.widget_rss cite {
  font-size: .9rem;
  display: block;
  text-align: right
}
.widget .post-date,
.widget .rss-date {
  display: block;
  font-size: .8rem;
  text-align: right
}
.widget .rssSummary {
  font-size: .8rem;
  opacity: .8;
  text-align: justify
}
.widget_media_gallery .carousel-base {
  position: relative
}
.widget_media_gallery .carousel-item.active .gallery-caption {
  opacity: 1
}
.widget_media_gallery .active.carousel-item-left .gallery-caption,
.widget_media_gallery .active.carousel-item-right .gallery-caption {
  opacity: 0
}
.widget_media_gallery .gallery-icon {
  position: relative;
  text-align: center;
  background-color: #212121
}
.widget_media_gallery .gallery-caption {
  font-size: .9rem;
  text-align: center
}
.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto!important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}
.bypostauthor {
  display: inline-block
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 0;
  border-radius: .125rem;
  color: #fff;
  background-color: #e91e63
}
.sticky {
  position: relative
}
body .material-icons {
  transform: rotateY(0);
  vertical-align: middle
}
body > header {
  position: relative;
  background-color: #e91e63;
  box-shadow: 0 .2rem .2rem 0 rgba(0,0,0,.14),0 .3rem .1rem -.2rem rgba(0,0,0,.12),0 .1rem .5rem 0 rgba(0,0,0,.2);
  padding-left: 0;
  padding-right: 0
}
body > header > .container {
  padding-left: 0;
  padding-right: 0
}
body > header .navbar {
  box-shadow: none;
  line-height: 4rem;
  justify-content: space-between
}
body > header .navbar-toggler-icon,
body > header a {
  color: #fff
}
.site-branding {
  display: flex
}
.site-title {
  white-space: nowrap
}
.custom-logo {
  height: 4rem!important;
  width: auto
}
.site-title a {
  display: inline-block;
  transition: background-color .3s;
  cursor: pointer;
  text-decoration: none;
  color: #fff
}
.site-title a:focus,
.site-title a:hover {
  background-color: #fff;
  color: #e91e63;
  text-decoration: inherit
}
.wp-custom-logo .site-title {
  display: none!important
}
.page-footer {
  color: #fff;
  font-size: 90%
}
.page-footer a {
  color: #fff
}
.footer-widget-area {
  background-color: #e91e63
}
.footer-widget-area .widget-area {
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.footer-widget-area .widget-area section {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px
}
.footer-widget-area .widget-area-center {
  text-align: center;
  padding: 1rem 0
}
.footer-copyright-area {
  background-color: #b0003a;
  padding: 2rem 0 2rem 0
}
.header-featured {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 200px;
  color: #212121;
  padding-left: 0;
  padding-right: 0
}
.header-featured.has-image {
  color: #fff
}
.header-featured.has-image .page-title span {
  background-color: #e91e63
}
.page-title {
  margin: 2rem 0;
  max-width: 100%;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 2.66667rem;
  font-weight: 200
}
.content-area nav {
  background-color: transparent;
  box-shadow: unset;
  height: inherit;
  display: flex;
  margin: 1.5rem 0
}
.pagination {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  clear: both
}
.pagination .nav-links ul {
  padding-left: 0
}
.pagination .nav-links li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  height: 2rem;
  line-height: 2rem
}
.pagination .nav-links li .page-numbers {
  color: #212121;
  display: inline-block;
  border-radius: 2px;
  font-size: 1.2rem;
  padding: 0 .625rem;
  margin: 0 .125rem
}
.pagination .nav-links li .page-numbers i {
  font-size: 2rem;
  height: inherit;
  line-height: inherit
}
.pagination .nav-links li .next,
.pagination .nav-links li .prev {
  display: flex
}
.pagination .nav-links li .next:hover,
.pagination .nav-links li .prev:hover {
  text-decoration: none
}
.pagination .nav-links li .current {
  color: #fff;
  background-color: #e91e63
}
.fixed-bottom-actions {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 1030
}
.btn-float-edit {
  position: relative;
  padding: .375rem .75rem;
  margin-bottom: .3125rem;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: .125rem;
  outline: 0;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  will-change: box-shadow,transform;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  color: #fff;
  background-color: #e91e63;
  border-color: transparent;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  color: #e91e63;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.26);
  display: flex;
  align-items: center;
  justify-content: center
}
.btn-float-edit:focus,
.btn-float-edit:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.btn-float-edit:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.btn-float-edit:focus,
.btn-float-edit:hover {
  z-index: 1;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}
.btn-float-edit:active {
  z-index: 1;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}
.btn-float-edit[disabled] {
  box-shadow: none;
  cursor: auto;
  color: #fff;
  background-color: rgba(33,33,33,.5);
  border-color: transparent
}
.btn-float-edit[disabled]:focus,
.btn-float-edit[disabled]:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.btn-float-edit[disabled]:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.btn-float-edit:focus,
.btn-float-edit:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.btn-float-edit:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.btn-float-edit .ripple-container {
  border-radius: 50%
}
.btn-post-header-edit {
  position: relative;
  padding: .375rem .75rem;
  margin-bottom: .3125rem;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: .125rem;
  outline: 0;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  will-change: box-shadow,transform;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  color: #fff;
  background-color: #e91e63;
  border-color: transparent;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  color: inherit;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  box-shadow: none;
  color: #e91e63;
  background-color: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e91e63;
  background-color: transparent;
  border-color: transparent
}
.btn-post-header-edit:focus,
.btn-post-header-edit:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.btn-post-header-edit:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.btn-post-header-edit:focus,
.btn-post-header-edit:hover {
  z-index: 1;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}
.btn-post-header-edit:active {
  z-index: 1;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}
.btn-post-header-edit[disabled] {
  box-shadow: none;
  cursor: auto;
  color: #fff;
  background-color: rgba(33,33,33,.5);
  border-color: transparent
}
.btn-post-header-edit[disabled]:focus,
.btn-post-header-edit[disabled]:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.btn-post-header-edit[disabled]:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.btn-post-header-edit:focus,
.btn-post-header-edit:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.btn-post-header-edit:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.btn-post-header-edit:active,
.btn-post-header-edit:focus,
.btn-post-header-edit:hover {
  box-shadow: none
}
.btn-post-header-edit:focus,
.btn-post-header-edit:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.btn-post-header-edit:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.btn-post-header-edit:before {
  content: none!important
}
@media (max-width:767px) {
  .btn-float-edit {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem
  }
}
.alert-primary {
  background-color: #ff6090;
  color: #fff
}
.preload .material-icons,
.preload .menu-arrow-down,
.preload .menu-arrow-up,
.preload .menu-burger {
  opacity: 0
}
.loaded .material-icons,
.loaded .menu-arrow-down,
.loaded .menu-arrow-up,
.loaded .menu-burger {
  transition: opacity 150ms;
  opacity: 1
}
.float-right {
  float: right
}
#cancel-comment-reply-link a:before,
.carousel a:before,
.comment-action a:before,
.page-numbers a:before {
  content: none!important
}
.column-aside {
  background-color: rgba(33,33,33,.1)
}
.carousel-control-next,
.carousel-control-prev {
  transform: rotateY(0);
  z-index: 1
}
@media (min-width:576px) {
  .container {
    max-width: 100%
  }
  .footer-widget-area .widget-area section {
    flex: 0 0 50%;
    max-width: 50%
  }
  .page-title {
    font-size: 3.2rem
  }
}
@media (min-width:768px) {
  .container {
    max-width: 100%
  }
  .footer-widget-area .widget-area section {
    flex: 0 0 50%;
    max-width: 50%
  }
  .page-title {
    font-size: 4rem
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px
  }
  .footer-widget-area .widget-area section {
    flex: 0 0 25%;
    max-width: 25%
  }
  .column-aside {
    background-color: transparent
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}